/* Import Google Font */
@import url('https://fonts.googleapis.com/css2?family=Mansalva&display=swap');

/*LOG IN - SIG UP */

/* Update container to a single centered column */
#customer_login.custom-toggle-layout {
    display: block !important;
    max-width: 600px !important;
    margin: 4rem auto !important;
    width: 100% !important;
}

#customer_login .u-column1.col-1,
#customer_login .u-column2.col-2 {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    box-sizing: border-box !important;
    background: #ffffff !important;
    border-radius: 1.5rem !important;
    padding: 3.5rem 3rem !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
}

#customer_login form.login,
#customer_login form.register {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Registration Form Inner Grid for side-by-side fields */
.custom-register-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 1.5rem !important;
}

.custom-register-grid .form-row {
    margin-bottom: 0 !important;
    width: 100% !important;
}

/* Typography & Headings */
#customer_login h2,
form.login h2,
form.register h2 {
    font-family: Mansalva !important;
    font-size: 42px !important;
    font-weight: 400 !important;
    color: #0B032D !important;
    margin-bottom: 2.5rem !important;
    position: relative !important;
    padding-bottom: 0.8rem !important;
}

#customer_login h2::after,
form.login h2::after,
form.register h2::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 4px !important;
    background: #F497A3 !important;
    border-radius: 4px !important;
}

/* Form Groups */
.woocommerce-form-row {
    margin-bottom: 1.8rem !important;
}

/* Labels */
.woocommerce-form-login label,
.woocommerce-form-register label {
    display: flex !important;
    font-size: 0.95rem !important;
    color: #0B032D !important;
    font-weight: 600 !important;
    margin-bottom: 0.6rem !important;
}

.woocommerce-form-login .required,
.woocommerce-form-register .required {
    color: #0B032D !important;
    text-decoration: none !important;
    margin-left: 0.2rem !important;
}

/* Inputs */
.woocommerce-form-login .input-text,
.woocommerce-form-register .input-text {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 1rem 1.2rem !important;
    font-size: 1rem !important;
    color: #0B032D !important;
    background: #fdfdfd !important;
    border: 2px solid #eaeaea !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
}

.woocommerce-form-login .input-text:hover,
.woocommerce-form-register .input-text:hover {
    border-color: #d8d8d8 !important;
}

.woocommerce-form-login .input-text:focus,
.woocommerce-form-register .input-text:focus {
    outline: none !important;
    background: #fff !important;
    border-color: #0B032D !important;
    box-shadow: 0 0 0 4px rgba(11, 3, 45, 0.15) !important;
}

/* Checkboxes (Remember me) */
.woocommerce-form-login__rememberme {
    display: flex !important;
    align-items: center !important;
    gap: 0.6rem !important;
    font-weight: 500 !important;
    color: #0B032D !important;
    cursor: pointer !important;
    margin-top: 0.5rem !important;
}

.woocommerce-form-login__rememberme input[type="checkbox"] {
    width: 1.3rem !important;
    height: 1.3rem !important;
    accent-color: #0B032D !important;
    cursor: pointer !important;
    border-radius: 4px !important;
    border: 1.5px solid #ccc !important;
    transition: all 0.2s !important;
}

/* Lost Password Link */
.woocommerce-LostPassword {
    text-align: center !important;
    margin-top: 2rem !important;
}

.woocommerce-LostPassword a {
    color: #0B032D !important;
    font-size: 0.95rem !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: all 0.3s ease !important;
    border-bottom: 1px solid transparent !important;
    padding-bottom: 2px !important;
    opacity: 0.8 !important;
}

.woocommerce-LostPassword a:hover {
    opacity: 1 !important;
    border-color: #0B032D !important;
}

/* Toggle Text at bottom of forms */
.toggle-form-text {
    text-align: center !important;
    margin-top: 2rem !important;
    padding-top: 1.5rem !important;
    border-top: 1px solid #eaeaea !important;
}

.toggle-form-text p {
    margin: 0 !important;
    color: #0B032D !important;
    font-size: 0.95rem !important;
    opacity: 0.8 !important;
}

.toggle-form-text a {
    color: #0B032D !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    margin-left: 0.3rem !important;
    transition: opacity 0.3s ease !important;
    opacity: 1 !important;
}

.toggle-form-text a:hover {
    opacity: 0.7 !important;
}



/* Responsive Styles */
@media (max-width: 768px) {
    #customer_login.custom-toggle-layout {
        margin: 2rem auto !important;
        padding: 0 1rem !important;
    }

    #customer_login .u-column1.col-1,
    #customer_login .u-column2.col-2 {
        padding: 2rem 1.5rem !important;
        border-radius: 1.2rem !important;
    }
}

@media (max-width: 500px) {
    .custom-register-grid {
        grid-template-columns: 1fr !important;
        gap: 0 !important;
    }

    .custom-register-grid .form-row {
        margin-bottom: 1.8rem !important;
    }
}

/* Lost password / reset password — match login card */
.lc-auth-page .custom-account-wrapper,
.lc-auth-lost-password-wrap,
.lc-auth-password-wrap {
    max-width: 600px !important;
    margin: 4rem auto !important;
    width: 100% !important;
    padding: 0 1rem !important;
    box-sizing: border-box !important;
}

.lc-auth-card {
    background: #ffffff !important;
    border-radius: 1.5rem !important;
    padding: 3.5rem 3rem !important;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04) !important;
    border: 1px solid rgba(0, 0, 0, 0.03) !important;
    box-sizing: border-box !important;
}

.lc-auth-card__header {
    margin-bottom: 2rem !important;
}

.lc-auth-card__header h2,
.lc-auth-card h2 {
    font-family: Mansalva, cursive !important;
    font-size: 42px !important;
    font-weight: 400 !important;
    color: #0B032D !important;
    margin-bottom: 1rem !important;
    position: relative !important;
    padding-bottom: 0.8rem !important;
}

.lc-auth-card__header h2::after,
.lc-auth-card h2::after {
    content: '' !important;
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    width: 50px !important;
    height: 4px !important;
    background: #F497A3 !important;
    border-radius: 4px !important;
}

.lc-auth-card__subtitle {
    margin: 0 !important;
    color: #0B032D !important;
    font-size: 0.95rem !important;
    line-height: 1.6 !important;
    opacity: 0.85 !important;
}

.lc-auth-form .woocommerce-form-row {
    margin-bottom: 1.8rem !important;
}

.lc-auth-form label {
    display: flex !important;
    font-size: 0.95rem !important;
    color: #0B032D !important;
    font-weight: 600 !important;
    margin-bottom: 0.6rem !important;
}

.lc-auth-form .required {
    color: #0B032D !important;
    text-decoration: none !important;
    margin-left: 0.2rem !important;
}

.lc-auth-form .input-text,
.lc-auth-form .woocommerce-Input {
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 1rem 1.2rem !important;
    font-size: 1rem !important;
    color: #0B032D !important;
    background: #fdfdfd !important;
    border: 2px solid #eaeaea !important;
    border-radius: 10px !important;
    transition: all 0.3s ease !important;
}

.lc-auth-form .input-text:hover,
.lc-auth-form .woocommerce-Input:hover {
    border-color: #d8d8d8 !important;
}

.lc-auth-form .input-text:focus,
.lc-auth-form .woocommerce-Input:focus {
    outline: none !important;
    background: #fff !important;
    border-color: #0B032D !important;
    box-shadow: 0 0 0 4px rgba(11, 3, 45, 0.15) !important;
}

.lc-auth-form__actions {
    margin-bottom: 0 !important;
}

.lc-auth-form__actions .lc-auth-submit,
.lc-auth-form__actions .woocommerce-Button {
    width: 100% !important;
    margin-top: 0.5rem !important;
}

.lc-auth-back {
    text-align: center !important;
    margin-top: 2rem !important;
    padding-top: 1.5rem !important;
    border-top: 1px solid #eaeaea !important;
}

.lc-auth-back a {
    color: #0B032D !important;
    font-size: 0.95rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: opacity 0.3s ease !important;
}

.lc-auth-back a:hover {
    opacity: 0.7 !important;
}

.lc-auth-page .woocommerce-message,
.lc-auth-page .woocommerce-error,
.lc-auth-page .woocommerce-info {
    margin-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
    .lc-auth-page .custom-account-wrapper,
    .lc-auth-lost-password-wrap,
    .lc-auth-password-wrap {
        margin: 2rem auto !important;
    }

    .lc-auth-card {
        padding: 2rem 1.5rem !important;
        border-radius: 1.2rem !important;
    }

    .lc-auth-card__header h2,
    .lc-auth-card h2 {
        font-size: 32px !important;
    }
}

/* Cart — fluid container (match checkout) */
body.woocommerce-cart .lc-woo-cart-wrap {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 2rem !important;
    overflow-x: clip;
    overflow-y: visible;
}

body.woocommerce-cart .cart-totals-col,
body.woocommerce-cart .cart-collaterals,
body.woocommerce-cart .cart-collaterals .cart_totals {
    overflow: visible !important;
}

body.woocommerce-cart .coupon-wrapper {
    overflow: visible !important;
    padding-bottom: 1.25rem !important;
    margin-bottom: 1.5rem !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.12) !important;
}

body.woocommerce-cart .coupon-wrapper .woocommerce-coupon-form {
    margin-bottom: 0 !important;
}

body.woocommerce-cart .coupon-wrapper .coupon-btn {
    margin-bottom: 0 !important;
    display: block !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

body.woocommerce-cart .lc-woo-cart .cart-row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (max-width: 991.98px) {
    body.woocommerce-cart .lc-woo-cart.container-xxl {
        padding-left: calc(var(--bs-gutter-x, 1.5rem) * 0.5) !important;
        padding-right: calc(var(--bs-gutter-x, 1.5rem) * 0.5) !important;
    }
}

@media (max-width: 575.98px) {
    body.woocommerce-cart .lc-woo-cart.container-xxl {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    body.woocommerce-cart .lc-woo-cart .cart-row {
        --bs-gutter-x: 1rem;
    }
}


/* content single styles */

.product-page-wrapper {
    padding-top: 1.5rem !important;
}

.single-product-page .product-breadcrumbs {
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #1a1b41 !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;

}

.single-product-page .product-breadcrumbs a {
    color: #1a1b41 !important;
    text-decoration: none !important;
    transition: 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
}

.single-product-page .product-breadcrumbs a:hover {
    color: #14c8d4 !important;
}

.single-product-page .product-breadcrumbs .separator,
.single-product-page .product-breadcrumbs>span.delimiter,
.single-product-page .product-breadcrumbs i.bi-chevron-right {
    color: #14c8d4 !important;
    font-weight: 800 !important;
    font-size: 12px !important;
}

.single-product-page .product-breadcrumbs svg,
.single-product-page .product-breadcrumbs img {
    color: #14c8d4 !important;
    fill: #14c8d4 !important;
    max-width: 16px !important;
}

.single-product-main {
    padding: 0 !important;
}

.single-product-gallery-main {
    background: #fff !important;
    min-height: 620px !important;
    padding: 24px !important;
    border: 1px solid #eaeaea !important;
}

.single-product-gallery-main .sale-badge {
    position: absolute !important;
    top: 14px !important;
    left: 14px !important;
    z-index: 2 !important;
    background-color: #14c8d4 !important;
    border: 2px dashed var(--thirdcol) !important;
    color: var(--thirdcol) !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    padding: 10px 17px !important;
    border-radius: 50px !important;
    line-height: 1.5 !important;
    white-space: nowrap !important;
}

.main-product-image {
    max-height: 560px !important;
    object-fit: contain !important;
}

.single-product-thumb-btn {
    background: #fff !important;
    border: 1px solid #ececec !important;
    height: 180px !important;
    transition: .2s ease !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .04) !important;
}

.single-product-thumb-btn.is-active {
    border-color: #14c8d4 !important;
    box-shadow: 0 0 0 2px rgba(20, 200, 212, .15) !important;
}

.single-product-thumb-btn img {
    object-fit: contain !important;
    height: 100% !important;
}

.single-product-summary {
    padding-left: 10px !important;
}

.single-product-summary .product_title,
.single-product-mobile-header .product_title {
    font-size: 20px !important;
    line-height: 1.3 !important;
    font-weight: 700 !important;
    color: #1a1b41 !important;
}

.single-product-short-description {
    font-size: 13px !important;
    line-height: 1.6 !important;
    color: #666 !important;
}

.single-product-short-description ul {
    margin: 0 !important;
    padding-left: 18px !important;
}

.single-product-price,
.single-product-price * {
    font-size: 36px !important;
    font-weight: 900 !important;
    line-height: 1.2;
    color: #1a1b41 !important;
}

.single-product-promo {
    background: #90ecec !important;
    border: 2px dashed #f1789c !important;
    padding: 16px 18px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.4 !important;
    color: #1a1b41 !important;
}

.single-product-cart-box form.cart {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
}

.single-product-cart-box form.cart>* {
    flex: 0 0 auto !important;
}

.single-product-cart-box .woocommerce-variation-add-to-cart {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
    width: 100% !important;
}

.single-product-cart-box .variations_button {
    display: flex !important;
    flex-wrap: nowrap !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 15px !important;
    width: 100% !important;
}

.single-product-cart-box .quantity {
    display: flex !important;
    align-items: center !important;
    gap: 0 !important;
    border: 2px solid #14c8d4 !important;
    border-radius: 50px !important;
    overflow: hidden !important;
    background: #fff !important;
}

.single-product-cart-box .quantity input[type="button"],
.single-product-cart-box .quantity .qty-btn,
.single-product-cart-box .quantity button.minus,
.single-product-cart-box .quantity button.plus {
    width: 40px !important;
    height: 40px !important;
    border: none !important;
    background: #fff !important;
    color: #14c8d4 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: 0.2s ease !important;
    border-radius: 50% !important;
    padding: 0 !important;
    line-height: 1 !important;
}

.single-product-cart-box .quantity input[type="button"]:hover,
.single-product-cart-box .quantity .qty-btn:hover,
.single-product-cart-box .quantity button.minus:hover,
.single-product-cart-box .quantity button.plus:hover {
    background: #f0f0f0 !important;
}

.single-product-cart-box .quantity input[type="number"],
.single-product-cart-box .quantity .qty {
    width: 50px !important;
    height: 40px !important;
    border: none !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #1a1b41 !important;
    background: #fff !important;
    -moz-appearance: textfield !important;
    appearance: textfield !important;
    padding: 0 !important;
    margin: 0 !important;
}

.single-product-cart-box .quantity input[type="number"]::-webkit-outer-spin-button,
.single-product-cart-box .quantity input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.size-guide-link-wrapper {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.size-guide-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    color: #0B032D !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: opacity 0.2s ease !important;
    border: 2px solid #0B032D !important;
    padding: 8px 16px !important;
    border-radius: 4px !important;
}

.size-guide-link:hover {
    opacity: 0.8 !important;
}

.size-guide-link svg {
    width: 20px !important;
    height: auto !important;
    flex-shrink: 0 !important;
}

.size-guide-link svg path {
    fill: #0B032D !important;
}

.single-product-cart-box .single_add_to_cart_button {
    background: var(--btn-prmbg) !important;
    color: var(--btn-prmcol) !important;
    border: 1px solid var(--btn-prmbg) !important;
    border-radius: 0.375rem !important;
    padding: 12px 30px !important;
}

.single-product-cart-box .single_add_to_cart_button:hover {
    background: var(--btn-prmcol) !important;
    color: var(--btn-prmbg) !important;
    border: 1px solid var(--btn-prmbg) !important;
    transition: all 0.25s ease-in-out !important;
}

.single-product-sku {
    font-size: 13px !important;
    color: #888 !important;
}

.single-product-sku span {
    color: #d26b8a !important;
    font-weight: 600 !important;
}

.single-product-maintenance {
    font-size: 14px !important;
    color: #1a1b41 !important;
}

.single-product-maintenance strong {
    display: block !important;
    margin-bottom: 8px !important;
    font-weight: 700 !important;
}

.single-product-maintenance .maintenance-icons {
    display: flex !important;
    gap: 5px !important;
    align-items: center !important;
}

.single-product-maintenance .maintenance-icons span {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.single-product-maintenance .maintenance-icons svg,
.single-product-maintenance .maintenance-icons i {
    font-size: 20px !important;
    color: #212121 !important;
}

.single-product-meta-icons {
    display: flex !important;
    gap: 12px !important;
    font-size: 18px !important;
    color: #212121 !important;
}

.single-product-shipping h3 {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 14px !important;
}

.single-product-shipping p {
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 6px !important;
    color: #444 !important;
}

.single-product-accordion .accordion-item {
    border: 0 !important;
    background: #f5f5f5 !important;
}

.single-product-accordion .accordion-button {
    background: #f5f5f5 !important;
    color: #843B62 !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    box-shadow: none !important;
}

.single-product-accordion .accordion-button:not(.collapsed) {
    background: #f5f5f5 !important;
    color: #843B62 !important;
    box-shadow: none !important;
}

.single-product-accordion .accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23843B62' stroke-linecap='round' stroke-linejoin='round' stroke-width='2'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e") !important;
}

.single-product-accordion .accordion-button:disabled {
    color: #999 !important;
    cursor: default !important;
    opacity: 0.7 !important;
}

.single-product-accordion .accordion-button:disabled::after {
    display: none !important;
}

.single-product-accordion .accordion-body {
    background: #fff !important;
    font-size: 14px !important;
    line-height: 1.7 !important;
    color: #444 !important;
}

.single-product-accordion .accordion-body h3 {
    font-size: 14px !important;
}

.single-product-recommendations .section-title h2 {
    font-size: 42px !important;
    font-weight: 500 !important;
    color: #212121 !important;
}

.single-product-recommendations ul.products {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0 -12px !important;
    padding: 0 !important;
    list-style: none !important;
}

.single-product-recommendations ul.products>li.product {
    margin-bottom: 24px !important;
}

@media (max-width: 991.98px) {
    .single-product-gallery-main {
        min-height: 420px !important;
    }

    .main-product-image {
        max-height: 360px !important;
    }

    .single-product-summary {
        padding-left: 0 !important;
    }

    .single-product-summary .product_title,
    .single-product-mobile-header .product_title {
        font-size: 20px !important;
    }

    .single-product-price,
    .single-product-price * {
        font-size: 30px !important;
    }

    .single-product-recommendations .section-title h2 {
        font-size: 28px !important;
    }
}

/* Custom Size Swatches Styling added here */
.size-option {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 4px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    color: #212121;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    user-select: none;
}


.size-option.clickable:hover {
    border-color: #212121;
    background: #f5f5f5;
}

.size-option.selected {
    background: #212121;
    color: white;
    border-color: #212121;
}

.size-option.out-of-stock {
    background: #f5f5f5;
    color: #999;
    cursor: not-allowed;
    position: relative;
}

.size-option.out-of-stock::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top right, transparent 45%, #EE3340 47%, #EE3340 53%, transparent 55%);
    border-radius: 3px;
}

/* Hide default WooCommerce dropdown */
.single-product-cart-box table.variations {
    display: none !important;
}



/* content product styles */

/* Product Card Styling - Match feedproduct */
.feedpost {
    overflow: hidden;
    background: white;
    display: flex;
    flex-direction: column;
    border: none !important;
}

.feedpost .thumbnail {
    flex-shrink: 0;
}

.feedpost .feedpost-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.feedpost h3,
.feedpost h3 a {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #212121 !important;
}

.feedpost .product_price {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #212121 !important;
}

.feedpost .product_price * {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #212121 !important;
}

.feedpost .product_price del,
.feedpost .product_price del *,
.feedpost .product_price del bdi {
    color: #aaaaaa !important;
}


.feedpost .size-option {
    display: inline-block;
    padding: 4px 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
    color: #212121;
    background: white;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
}

.feedpost .size-option.clickable:hover {
    border-color: #212121;
    background: #f5f5f5;
}

.feedpost .size-option.selected {
    background: var(--fs-bg); 
    color: white;
    border-color: #212121;
}

.feedpost .size-option.selected:hover {
    background:white; 
    color:  var(--fs-bg);
    
}

.feedpost .size-option.out-of-stock {
    background: #f5f5f5;
    color: #999;
    cursor: not-allowed;
    position: relative;
}

.feedpost .size-option.out-of-stock::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top right, transparent 45%, #EE3340 47%, #EE3340 53%, transparent 55%);
}

.feedpost .thumbnail a {
    color: white !important;
}

.sale-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
    background-color: #14c8d4 !important;
    border: 2px dashed var(--thirdcol);
    color: var(--thirdcol);
    font-size: 16px;
    font-weight: 700;
    padding: 10px 17px;
    border-radius: 50px;
    line-height: normal;
    pointer-events: none;
    white-space: nowrap;
}


@media(max-width: 557px){

    .sale-badge {


    	position: absolute !important;
				top: 10px !important;
				left: 10px !important;
				z-index: 2 !important;
				background-color: #14c8d4 !important;
				border: 2px dashed var(--thirdcol) !important;
				color: var(--thirdcol) !important;
				font-size: 12px !important;
				font-weight: 600 !important;
				padding: 5px 10px !important;
				border-radius: 50px !important;
				line-height: 1.2 !important;
				pointer-events: none !important;
				white-space: nowrap !important;
}
}

#sale-badge{
    position: static !important;
    background-color: #14c8d4 !important;
   font-weight: 700 !important;
   font-size: 16px !important;
   padding: 12px 10px !important;
   border: 2px dashed var(--thirdcol) !important;
}


@media(max-width: 557px){

    .lc-new-badge{
          
				border: 2px dashed var(--thirdcol) !important;
				font-size: 12px !important;
				font-weight: 700 !important;
				padding: 5px 10px !important;
				border-radius: 50px !important;
				line-height: 1.2 !important;
			
    }
}





/*------------------------------------- CART PAGE --------------------------------------------------*/

/* Table Headers */
.woocommerce table.shop_table thead th {
    background: var(--primcol) !important;
    color: #fff !important;
    padding: 15px 20px !important;
    font-weight: 700 !important;
    font-size: 1.1rem !important;
    border: none !important;
}

.woocommerce table.shop_table thead th:first-child {
    border-radius: 8px 0 0 8px !important;
}

.woocommerce table.shop_table thead th:last-child {
    border-radius: 0 8px 8px 0 !important;
}

/* Table Cells */
.woocommerce table.shop_table tbody td {
    vertical-align: middle !important;
    padding: 15px 20px !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    border-top: 1px solid #f0f0f0 !important;
}

.woocommerce table.shop_table tr:first-child td {
    border-top: 0 !important;
}

/* Smaller, modern product thumbnails */
.woocommerce table.shop_table td.product-thumbnail img {
    width: 70px !important;
    height: 70px !important;
    object-fit: cover !important;
    border-radius: 8px !important;
    max-width: none !important;
}

/* Product Title (Mansalva Added) */
.woocommerce table.shop_table .product-name a {
    color: #0B032D !important;
    /* Dark Blue */
    font-size: 1.1rem !important;
    font-weight: 400 !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.woocommerce table.shop_table .product-name a:hover {
    color: #14C8D4 !important;
    /* Cyan */
}

/* Remove 'x' Button */
.woocommerce table.shop_table td.product-remove a.remove {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    height: 32px !important;
    border-radius: 8px !important;
    color: #F497A3 !important;
    /* Pink */
    background: transparent !important;
    font-size: 26px !important;
    font-weight: bold !important;
    line-height: 1 !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

.woocommerce table.shop_table td.product-remove a.remove:hover {
    background: #F497A3 !important;
    color: #0B032D !important;
    /* Dark Blue */
}

/* --- Rounded-2 Quantity Selector --- */
.woocommerce table.shop_table .quantity {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    border: 2px solid #14C8D4 !important;
    /* Cyan border */
    border-radius: 50px !important;
    padding: 4px 10px !important;
    background: #fff !important;
    width: 120px !important;
    height: 42px !important;
    margin: 0 auto !important;
    /* Center in column */
}

.woocommerce table.shop_table .quantity input.qty {
    border: none !important;
    background: transparent !important;
    color: #0B032D !important;
    /* Dark blue number */
    font-weight: 700 !important;
    font-size: 18px !important;
    text-align: center !important;
    width: 100% !important;
    padding: 0 !important;
    box-shadow: none !important;
    -moz-appearance: textfield !important;
}

.woocommerce table.shop_table .quantity input.qty::-webkit-outer-spin-button,
.woocommerce table.shop_table .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

.woocommerce table.shop_table .quantity .qty-btn {
    background: transparent !important;
    border: none !important;
    color: #14C8D4 !important;
    /* Cyan icons */
    font-size: 24px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    padding: 0 5px !important;
    cursor: pointer !important;
    transition: color 0.2s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding-bottom: 5px !important;
    
}

.woocommerce table.shop_table .quantity .qty-btn:hover {
    color: #0B032D !important;
    /* Dark Blue on hover */
}

/* --- Coupon Input Styling --- */
.coupon-input {
    border: 2px solid #14C8D4 !important;
    /* Cyan */
    border-radius: 8px !important;
    padding: 0 20px !important;
    height: 45px !important;
    font-weight: bold !important;
    color: #0B032D !important;
    text-align: center;
    background: transparent !important;
    min-width: 200px;
}

.coupon-input:focus {
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(20, 200, 212, 0.2) !important;
}

.coupon-btn {
    background-color: #F497A3 !important;
    /* Pink */
    color: #0B032D !important;
    /* Dark blue text */
    border-radius: 8px !important;
    height: 45px !important;
    padding: 0 25px !important;
    border: none !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
}

.coupon-btn:hover {
    background-color: #0B032D !important;
    color: #F497A3 !important;
}

/* --- Cart Totals Card Styling --- */
.cart-collaterals .cart_totals {
    background: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    padding: 30px !important;
    overflow: visible !important;
}

.cart-collaterals .cart_totals h2 {
    font-size: 1.1rem !important;
    padding: 15px 20px !important;
    background: var(--primcol) !important;
    color: white !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    margin: -30px -30px 20px -30px !important;
}

.woocommerce-cart .cart-collaterals .cart_totals tr td {
    text-align: right;
}

.woocommerce-cart .cart-collaterals .cart_totals table th,
.woocommerce-cart .cart-collaterals .cart_totals table td {
    padding: 15px 10px !important;
    border-bottom: 1px solid #f0f0f0;
}

/* Target the Proceed to Checkout Button explicitly for 8px radius */
.cart-collaterals .wc-proceed-to-checkout .checkout-button,
.cart-collaterals .wc-proceed-to-checkout a.checkout-button {
    border-radius: 8px !important;
}

/* ==========================================================
       WOOCOMMERCE NOTICES / ALERTS (Success, Error, Info)
       ========================================================== */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: #fff !important;
    color: #0B032D !important;
    padding: 15px 25px !important;
    border-radius: 8px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    border: none !important;
    border-left: 6px solid #14C8D4 !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    list-style: none !important;
    gap: 15px !important;
    width: 100% !important;
    clear: both !important;
}

.woocommerce-message::before,
.woocommerce-error::before,
.woocommerce-info::before {
    display: none !important;
}

.woocommerce-message {
    border-left-color: #14C8D4 !important;
}

.woocommerce-error {
    border-left-color: #F497A3 !important;
}

.woocommerce-info {
    border-left-color: #0B032D !important;
}

.woocommerce-error li {
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-message .button,
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message a.restore-item {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background-color: #F497A3 !important;
    color: #0B032D !important;
    border-radius: 8px !important;
    padding: 8px 20px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-decoration: none !important;
    border: none !important;
    box-shadow: none !important;
    order: 2 !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
}

.woocommerce-message .button:hover,
.woocommerce-message a.restore-item:hover,
.woocommerce-error .button:hover {
    background-color: #0B032D !important;
    color: #F497A3 !important;
}

/* ==========================================================
       MOBILE RESPONSIVENESS (Ultra-Clean "App" Layout)
       ========================================================== */
@media (max-width: 768px) {

    .woocommerce table.shop_table_responsive thead,
    .woocommerce table.shop_table_responsive tbody td::before {
        display: none !important;
    }

    .woocommerce table.shop_table_responsive,
    .woocommerce table.shop_table_responsive tbody,
    .woocommerce table.shop_table_responsive tr {
        display: block !important;
        width: 100% !important;
    }

    .woocommerce table.shop_table_responsive tbody td {
        display: block !important;
        width: 100% !important;
        border: none !important;
        padding: 20px !important;
        text-align: left !important;
    }

    .woocommerce table.shop_table_responsive tr.woocommerce-cart-form__cart-item {
        position: relative !important;
        padding: 20px 0 20px 125px !important;
        min-height: 130px !important;
        border-bottom: 1px solid #eaeaea !important;
        border-top: none !important;
    }

    .woocommerce table.shop_table_responsive td.product-thumbnail {
        position: absolute !important;
        left: 5px !important;
        top: 20px !important;
        width: 90px !important;
    }

    .woocommerce table.shop_table_responsive td.product-thumbnail img {
        width: 90px !important;
        height: 90px !important;
        box-shadow: none !important;
        border: 1px solid #f0f0f0 !important;
    }

    .woocommerce table.shop_table_responsive td.product-name {
        padding: 0 35px 8px 0 !important;
    }

    .woocommerce table.shop_table_responsive td.product-name a {
        font-size: 1.1rem !important;
        line-height: 1.2 !important;
    }

    .woocommerce table.shop_table_responsive td.product-price {
        padding: 0 0 12px 0 !important;
        color: #14C8D4 !important;
    }

    .woocommerce table.shop_table_responsive td.product-subtotal {
        display: none !important;
    }

    .woocommerce table.shop_table .quantity {
        margin: 0 !important;
        height: 38px !important;
        width: 110px !important;
    }

    .woocommerce table.shop_table_responsive td.product-remove {
        position: absolute !important;
        top: 15px !important;
        right: 0 !important;
        width: auto !important;
    }

    .woocommerce table.shop_table td.product-remove a.remove {
        width: 28px !important;
        height: 28px !important;
        font-size: 22px !important;
    }

    .woocommerce table.shop_table_responsive tr:last-child {
        padding: 20px 0 !important;
        border: none !important;
    }

    .actions {
        padding: 0 !important;
    }

    .actions .d-flex {
        flex-direction: column !important;
        gap: 15px !important;
    }

    .actions .button[name="update_cart"] {
        width: 100% !important;
        margin: 0 !important;
    }

    .cart-collaterals .cart_totals {
        padding: 20px !important;
    }

    .cart-collaterals .cart_totals h2 {
        margin: -20px -20px 20px -20px !important;
        padding: 15px !important;
    }

    .woocommerce-message,
    .woocommerce-error,
    .woocommerce-info {
        flex-direction: column !important;
        align-items: stretch !important;
        text-align: center !important;
        padding: 20px !important;
        border-left: none !important;
        border-top: 6px solid #14C8D4 !important;
    }

    .woocommerce-error {
        border-top-color: #F497A3 !important;
    }

    .woocommerce-info {
        border-top-color: #0B032D !important;
    }

    .woocommerce-message .button,
    .woocommerce-message a.restore-item,
    .woocommerce-error .button {
        width: 100% !important;
        margin-top: 15px !important;
        padding: 12px 20px !important;
    }
}


/* Kill the hardcoded shadow and rounded-4 on the inner totals table */
.cart-collaterals .cart_totals table.shop_table.shadow {
    box-shadow: none !important;
    border-radius: 0 !important;
    background: transparent !important;
}

/* ==========================================================
   PAGINATION STYLING & MOBILE OVERFLOW FIX
   ========================================================== */
.woocommerce-pagination {
    text-align: center !important;
    margin: 60px 0 40px !important;
    width: 100% !important;
}

.woocommerce-pagination ul.page-numbers {
    display: inline-flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    gap: 10px !important;
}

.woocommerce-pagination ul.page-numbers li {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span.page-numbers {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 44px !important;
    height: 44px !important;
    padding: 0 15px !important;
    background: #fff !important;
    color: #0B032D !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    text-decoration: none !important;
    border: 2px solid #eaeaea !important;
    border-radius: 8px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.woocommerce-pagination ul.page-numbers li span.current {
    background: #14C8D4 !important;
    color: #fff !important;
    border-color: #14C8D4 !important;
    box-shadow: 0 4px 10px rgba(20, 200, 212, 0.3) !important;
}

.woocommerce-pagination ul.page-numbers li a:hover {
    background: #0B032D !important;
    color: #fff !important;
    border-color: #0B032D !important;
    transform: translateY(-4px) !important;
    box-shadow: 0 4px 12px rgba(11, 3, 45, 0.2) !important;
}

/* Specific Mobile Fix for Pagination Overflow */
@media (max-width: 600px) {
    .woocommerce-pagination {
        padding: 0 15px !important;
    }

    .woocommerce-pagination ul.page-numbers {
        gap: 6px !important;
        max-width: 100% !important;
    }

    .woocommerce-pagination ul.page-numbers li a,
    .woocommerce-pagination ul.page-numbers li span.page-numbers {
        min-width: 38px !important;
        height: 38px !important;
        font-size: 14px !important;
        padding: 0 10px !important;
        border-width: 1.5px !important;
    }
}


/* ==========================================================
   CHECKOUT v3 — Lioncode (form-checkout.php)
   Brand: #0B032D | #14C8D4 | #F497A3
   ========================================================== */

body.woocommerce-checkout,
body.woocommerce-checkout .site-main,
body.woocommerce-checkout #primary,
body.woocommerce-checkout .entry-content,
body.woocommerce-checkout .entry-content.container-xxl,
body.woocommerce-checkout .entry-content.container-fluid {
    background: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.lc-checkout {
    --lc-ink: #0B032D;
    --lc-cyan: #14C8D4;
    --lc-pink: #F497A3;
    --lc-muted: #6b7280;
    --lc-border: #e8eaef;
    --lc-surface: #ffffff;
    --lc-input-bg: #f9fafb;
    --lc-radius: 12px;
    --lc-radius-sm: 8px;
    --lc-shadow: 0 4px 24px rgba(11, 3, 45, 0.06);
    --lc-shadow-lg: 0 12px 40px rgba(11, 3, 45, 0.1);

    max-width: 1180px;
    margin: 0 auto !important;
    padding: 2rem 1.25rem 4rem !important;
    color: var(--lc-ink);
    background: transparent !important;
}

.lc-checkout__hero {
    text-align: center;
    margin-bottom: 2rem !important;
    padding: 0 !important;
}
.lc-checkout__eyebrow {
    margin: 0 0 0.35rem !important;
    padding: 0 !important;
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--lc-cyan);
}
.lc-checkout__title {
    margin: 0 !important;
    padding: 0 !important;
    font-size: clamp(1.75rem, 4vw, 2.25rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    line-height: 1.15;
}

/* Login */
.lc-checkout__login-bar,
.lc-checkout__logged-in {
    background: var(--lc-surface) !important;
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius);
    padding: 1rem 1.25rem !important;
    margin-bottom: 1.5rem !important;
    box-shadow: var(--lc-shadow);
}
.lc-checkout__login-text {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0.95rem;
    color: var(--lc-muted);
}
.lc-checkout__login-trigger {
    background: none !important;
    border: none;
    padding: 0 !important;
    margin-left: 0.25rem;
    font-weight: 700;
    color: var(--lc-cyan);
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.lc-checkout__login-panel {
    margin-top: 1.25rem !important;
    padding-top: 1.25rem !important;
    border-top: 1px solid var(--lc-border);
}
.lc-checkout__login-panel[hidden] { display: none !important; }
.lc-checkout__login-grid {
    display: grid;
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
}
.lc-checkout__password-row { position: relative; }
.lc-checkout__pw-toggle {
    position: absolute;
    right: 12px;
    bottom: 12px;
    background: none !important;
    border: none;
    padding: 4px !important;
    color: var(--lc-muted);
    cursor: pointer;
}
.lc-checkout__remember {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 1rem 0 !important;
    padding: 0 !important;
    font-size: 0.9rem;
    cursor: pointer;
}
.lc-checkout__lost-pw {
    display: block;
    margin-top: 0.75rem !important;
    padding: 0 !important;
    font-size: 0.85rem;
    color: var(--lc-muted);
    text-align: center;
}

.lc-checkout__layout {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 !important;
}

/* Panels */
.lc-panel {
    background: var(--lc-surface) !important;
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius);
    padding: 1.5rem !important;
    margin-bottom: 1.25rem !important;
    box-shadow: var(--lc-shadow);
}
.lc-panel__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem !important;
    padding: 0 !important;
}
.lc-panel__step {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--lc-ink);
    color: var(--lc-cyan);
    font-size: 0.8rem;
    font-weight: 800;
    padding: 0 !important;
}
.lc-panel__title {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    letter-spacing: -0.02em;
}

/* Delivery cards */
.lc-delivery-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    padding: 0 !important;
    margin: 0 !important;
}
.lc-delivery-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    width: 100%;
    padding: 1rem !important;
    margin: 0 !important;
    text-align: left;
    background: #ffffff !important;
    border: 2px solid var(--lc-border);
    border-radius: var(--lc-radius-sm);
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
}
.lc-delivery-card:hover {
    border-color: rgba(20, 200, 212, 0.45);
}
.lc-delivery-card--active {
    border-color: var(--lc-cyan) !important;
    background: rgba(20, 200, 212, 0.04) !important;
    box-shadow: 0 0 0 3px rgba(20, 200, 212, 0.12);
}
.lc-delivery-card__icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--lc-input-bg) !important;
    color: var(--lc-ink);
    padding: 0 !important;
}
.lc-delivery-card__icon svg { width: 22px; height: 22px; }
.lc-delivery-card--active .lc-delivery-card__icon {
    background: var(--lc-ink) !important;
    color: var(--lc-cyan);
}
.lc-delivery-card__name {
    display: block;
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--lc-ink);
}
.lc-delivery-card__desc {
    display: block;
    font-size: 0.8rem;
    color: var(--lc-muted);
    margin-top: 2px;
}
.lc-delivery-card__price {
    margin-top: auto !important;
    padding: 0 !important;
    align-self: flex-end;
    font-size: 0.9rem;
    font-weight: 800;
    color: var(--lc-cyan);
}
.lc-delivery-card--active .lc-delivery-card__price { color: var(--lc-ink); }

/* Free shipping progress */
.lc-free-ship {
    margin-top: 1rem !important;
    padding: 0.85rem 1rem !important;
    border-radius: var(--lc-radius-sm);
    background: rgba(20, 200, 212, 0.08) !important;
    border: 1px solid rgba(20, 200, 212, 0.2);
}
.lc-free-ship--done {
    background: rgba(16, 185, 129, 0.08) !important;
    border-color: rgba(16, 185, 129, 0.25);
}
.lc-free-ship__text {
    margin: 0 0 0.5rem !important;
    padding: 0 !important;
    font-size: 0.85rem;
    color: var(--lc-ink);
}
.lc-free-ship--done .lc-free-ship__text { margin-bottom: 0 !important; }
.lc-free-ship__track {
    display: block;
    height: 6px;
    border-radius: 99px;
    background: rgba(11, 3, 45, 0.08);
    overflow: hidden;
    padding: 0 !important;
    margin: 0 !important;
}
.lc-free-ship__fill {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--lc-cyan), var(--lc-pink));
    transition: width 0.4s ease;
}

/* Fields */
.lc-checkout__fields,
.lc-checkout__billing,
.lc-checkout__shipping {
    padding: 0 !important;
    margin: 0 !important;
}

.lc-checkout .form-row {
    margin-bottom: 1rem !important;
    padding: 0 !important;
}
.lc-checkout .form-row label {
    display: block;
    margin-bottom: 0.35rem !important;
    padding: 0 !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: var(--lc-ink) !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}
.lc-checkout .form-row label .required { color: var(--lc-pink) !important; }
.lc-checkout .input-text,
.lc-checkout select,
.lc-checkout textarea,
.lc-checkout .select2-container .select2-selection--single {
    width: 100% !important;
    min-height: 46px !important;
    padding: 0.65rem 0.9rem !important;
    font-size: 0.95rem !important;
    color: var(--lc-ink) !important;
    background: var(--lc-input-bg) !important;
    border: 1.5px solid var(--lc-border) !important;
    border-radius: var(--lc-radius-sm) !important;
    transition: border-color 0.2s, box-shadow 0.2s !important;
    box-shadow: none !important;
}
.lc-checkout .input-text:focus,
.lc-checkout select:focus,
.lc-checkout textarea:focus {
    background: #ffffff !important;
    border-color: var(--lc-cyan) !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(20, 200, 212, 0.15) !important;
}
.lc-checkout textarea#order_comments {
    min-height: 100px !important;
    resize: vertical !important;
    padding: 0.75rem 0.9rem !important;
}
.lc-checkout .form-row.woocommerce-validated .input-text { border-color: #10b981 !important; }
.lc-checkout .form-row.woocommerce-invalid .input-text {
    border-color: #ef4444 !important;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.1) !important;
}
.lc-checkout input[type="checkbox"] {
    width: 1.1rem !important;
    height: 1.1rem !important;
    accent-color: var(--lc-cyan) !important;
}

.lc-checkout .woocommerce-billing-fields h3,
.lc-checkout .woocommerce-shipping-fields h3,
.lc-checkout .woocommerce-additional-fields h3 {
    font-size: 1rem !important;
    font-weight: 700 !important;
    margin-bottom: 1rem !important;
    padding: 0 0 0.5rem 0 !important;
    border-bottom: 1px solid var(--lc-border) !important;
    text-transform: none !important;
}

/* Order sidebar */
.lc-checkout__aside {
    position: relative;
    padding: 0 !important;
}
.lc-order-card {
    position: sticky;
    top: 1.5rem;
    background: var(--lc-surface) !important;
    border: 1px solid var(--lc-border);
    border-radius: var(--lc-radius);
    padding: 1.5rem !important;
    box-shadow: var(--lc-shadow-lg);
}
.lc-order-card__head {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1rem !important;
    padding: 0 0 1rem 0 !important;
    border-bottom: 1px solid var(--lc-border);
}
.lc-order-card__title {
    margin: 0 !important;
    padding: 0 !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
}
.lc-order-card__body {
    padding: 0 !important;
}

/* Order table */
.lc-checkout .woocommerce-checkout-review-order-table {
    border: none !important;
    margin: 0 0 1rem !important;
    padding: 0 !important;
}
.lc-checkout .woocommerce-checkout-review-order-table thead {
    display: none !important;
}
.lc-checkout .woocommerce-checkout-review-order-table .cart_item td {
    padding: 0.75rem 0 !important;
    border-top: 1px solid var(--lc-border) !important;
    font-size: 0.9rem !important;
    vertical-align: top !important;
    background: transparent !important;
}
.lc-checkout .woocommerce-checkout-review-order-table .cart_item td.product-name {
    font-weight: 600;
    color: var(--lc-ink);
    padding-right: 0.5rem !important;
}
.lc-checkout .woocommerce-checkout-review-order-table .cart_item td.product-total {
    text-align: right;
    font-weight: 700;
    white-space: nowrap;
    padding-left: 0.5rem !important;
}
.lc-checkout .woocommerce-checkout-review-order-table tfoot th,
.lc-checkout .woocommerce-checkout-review-order-table tfoot td {
    padding: 0.5rem 0 !important;
    border-top: 1px solid var(--lc-border) !important;
    font-size: 0.875rem !important;
    background: none !important;
    color: var(--lc-muted) !important;
    font-weight: 500 !important;
}
.lc-checkout .woocommerce-checkout-review-order-table tfoot tr.shipping td,
.lc-checkout .woocommerce-checkout-review-order-table tfoot tr.shipping th {
    color: var(--lc-ink) !important;
    font-weight: 600 !important;
}
.lc-checkout .woocommerce-checkout-review-order-table tfoot tr.shipping ul#shipping_method {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}
.lc-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total th,
.lc-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total td {
    padding: 0.85rem 0 0 0 !important;
    border-top: 2px solid var(--lc-ink) !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: var(--lc-ink) !important;
}
.lc-checkout .woocommerce-checkout-review-order-table tfoot tr.order-total .amount {
    color: var(--lc-cyan) !important;
    font-size: 1.25rem !important;
}

/* Payment */
.lc-checkout #payment {
    background: transparent !important;
    border-radius: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
.lc-checkout #payment ul.payment_methods {
    padding: 0 !important;
    margin: 0 0 1rem !important;
    border: none !important;
    list-style: none !important;
}
.lc-checkout #payment ul.payment_methods li {
    border: 1.5px solid var(--lc-border) !important;
    border-radius: var(--lc-radius-sm) !important;
    margin-bottom: 0.5rem !important;
    padding: 0.85rem 1rem !important;
    background: #ffffff !important;
    list-style: none !important;
}
.lc-checkout #payment ul.payment_methods li:has(input:checked) {
    border-color: var(--lc-cyan) !important;
    background: rgba(20, 200, 212, 0.06) !important;
}
.lc-checkout #payment ul.payment_methods li label {
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
}

.lc-checkout #payment ul.payment_methods li label img {
    width: auto;
    height: 30px;
}

.lc-checkout #payment div.payment_box {
    background: var(--lc-input-bg) !important;
    border-left: 3px solid var(--lc-cyan) !important;
    border-radius: 0 var(--lc-radius-sm) var(--lc-radius-sm) 0 !important;
    margin-top: 0.5rem !important;
    padding: 0.75rem 1rem !important;
    font-size: 0.85rem !important;
}
.lc-checkout #payment #place_order {
    width: 100% !important;
    padding: 1rem 1.5rem !important;
    font-size: 1rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.02em !important;
    color: var(--lc-ink) !important;
    background: var(--lc-pink) !important;
    border: none !important;
    border-radius: var(--lc-radius-sm) !important;
    margin-top: 0.5rem !important;
    transition: transform 0.2s, background 0.2s, color 0.2s !important;
    cursor: pointer !important;
}
.lc-checkout #payment #place_order:hover {
    background: var(--lc-ink) !important;
    color: var(--lc-pink) !important;
    transform: translateY(-1px);
}

/* Coupon */
.lc-coupon {
    margin-top: 1rem !important;
    padding: 1rem 0 0 0 !important;
    border-top: 1px solid var(--lc-border);
}
.lc-coupon__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0.5rem 0 !important;
    margin: 0 !important;
    background: none !important;
    border: none;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--lc-cyan);
    cursor: pointer;
}
.lc-coupon__toggle[aria-expanded="true"] .lc-coupon__chevron {
    transform: rotate(180deg);
}
.lc-coupon__chevron { transition: transform 0.2s; }
.lc-coupon__body[hidden] { display: none !important; }
.lc-coupon__row {
    display: flex;
    gap: 0.5rem;
    margin-top: 0.75rem !important;
    padding: 0 !important;
}
.lc-coupon__row .input-text {
    flex: 1;
    margin: 0 !important;
    padding: 0.65rem 0.9rem !important;
}
.lc-coupon__row .btn {
    flex-shrink: 0;
    white-space: nowrap;
    padding: 0.65rem 1rem !important;
}

.lc-checkout__trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    margin: 1rem 0 0 !important;
    padding: 0 !important;
    font-size: 0.78rem;
    color: var(--lc-muted);
}

/* Notices (errors only) */
.lc-checkout__notices {
    margin-bottom: 1rem !important;
    padding: 0 !important;
}
.lc-checkout .woocommerce-NoticeGroup,
.lc-checkout .woocommerce-notices-wrapper:not(.lc-checkout__notices) {
    margin-bottom: 1rem !important;
    padding: 0 !important;
}
.lc-checkout__notices .woocommerce-error,
.lc-checkout .woocommerce-error {
    border-radius: var(--lc-radius-sm) !important;
    padding: 0.85rem 1rem !important;
    margin-bottom: 0.5rem !important;
    list-style: none !important;
}

/* Responsive */
@media (max-width: 991.98px) {
    .lc-order-card {
        position: static !important;
        top: auto !important;
    }
}
@media (max-width: 767.98px) {
    .lc-checkout {
        padding: 1.25rem 1rem 3rem !important;
    }
    .lc-delivery-options { grid-template-columns: 1fr; }
    .lc-checkout__login-grid { grid-template-columns: 1fr; }
    .lc-coupon__row { flex-direction: column; }
    .lc-coupon__row .btn { width: 100%; }
}
@media (max-width: 575.98px) {
    .lc-panel { padding: 1.15rem !important; }
    .lc-order-card { padding: 1.15rem !important; }
}
