.woocommerce .woocommerce-breadcrumb {
    color: var(--sfx-muted);
    margin-bottom: 12px;
}


.sfx-shop-layout {
    display: grid;
    grid-template-columns: 272px minmax(0, 1fr);
    gap: 26px;
    align-items: start;
}

.sfx-shop-sidebar {
    position: sticky;
    top: 124px;
    display: grid;
    gap: 16px;
}

.sfx-shop-main {
    min-width: 0;
    padding-right: 8px;
}

.sfx-shop-sidebar-card {
    background: #ffffff;
    border: 1px solid var(--sfx-border);
    border-radius: 22px;
    padding: 18px;
    box-shadow: var(--sfx-shadow-soft);
}

.sfx-shop-sidebar-card--secondary {
    padding-top: 16px;
}

.sfx-shop-sidebar-head {
    margin-bottom: 14px;
}

.sfx-shop-sidebar-head h2,
.sfx-shop-sidebar-head h3 {
    margin: 0 0 6px;
    color: var(--sfx-text);
    font-size: 1.08rem;
}

.sfx-shop-sidebar-head p {
    margin: 0;
    color: var(--sfx-muted);
    font-size: 0.9rem;
    line-height: 1.45;
}

.sfx-shop-side-nav {
    display: grid;
    gap: 8px;
}

.sfx-shop-side-nav--compact {
    gap: 6px;
}

.sfx-shop-side-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 14px;
    background: #f7fbf8;
    border: 1px solid #e4ebe7;
    color: var(--sfx-text);
    font-weight: 700;
    transition: background .18s ease, border-color .18s ease, color .18s ease, transform .18s ease;
}

.sfx-shop-side-link small {
    color: var(--sfx-muted);
    font-size: 0.8rem;
    font-weight: 700;
}

.sfx-shop-side-link:hover,
.sfx-shop-side-link.is-active {
    background: #effaf4;
    border-color: #cde8d9;
    color: #0f8f4f;
    transform: translateX(1px);
}

.sfx-shop-side-link.is-active small,
.sfx-shop-side-link:hover small {
    color: #0f8f4f;
}

.sfx-shop-main .woocommerce ul.products {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.shop-shell {
    padding-top: 30px;
    padding-bottom: 34px;
}

.shop-topbar {
    margin-bottom: 22px;
}

.woocommerce-result-count,
.woocommerce-ordering {
    margin: 0 0 12px;
}

.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
    display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce ul.products li.els-product-card {
    margin: 0 !important;
    width: 100% !important;
    float: none !important;
    list-style: none;
    background: #ffffff;
    border: 1px solid #e4ebe7;
    border-radius: 18px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    box-shadow: none;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce ul.products li.els-product-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 24px rgba(21, 47, 35, 0.06);
    border-color: #d4ded8;
}

.els-product-link {
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: 100%;
}

.els-product-media {
    position: relative;
    background: #ffffff;
    height: 148px;
    display: grid;
    place-items: center;
    overflow: hidden;
    border-bottom: 1px solid #edf2ef;
}

.woocommerce ul.products li.product a img,
.woocommerce ul.products li.els-product-card a img {
    width: 64%;
    height: 64%;
    object-fit: contain;
    padding: 0;
    margin: 0 auto !important;
}

.els-product-content {
    padding: 10px 10px 8px;
    display: grid;
    grid-template-rows: 24px minmax(2.7em, auto) auto;
    min-width: 0;
    gap: 6px;
    flex: 1 1 auto;
}

.els-product-brand {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    min-height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f1f7f4;
    color: #17935a;
    font-size: 0.74rem;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.els-product-brand.is-empty {
    visibility: hidden;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.els-product-card .woocommerce-loop-product__title {
    padding: 0;
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.35;
    min-height: 2.6em;
    color: var(--sfx-text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.els-price-wrap .price,
.woocommerce ul.products li.product .price {
    margin: 0;
    color: var(--sfx-text);
    font-weight: 800;
    font-size: 0.95rem;
}

.els-price-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.els-stock-note {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: #fff1f1;
    color: #a12c2c;
    font-size: 0.72rem;
    font-weight: 700;
    white-space: nowrap;
}

.els-product-actions {
    padding: 0 10px 10px;
    margin-top: auto;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.els-product-card .button {
    width: 100%;
    min-height: 34px;
    margin: 0 !important;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--sfx-accent);
    color: #ffffff;
    font-weight: 700;
    font-size: 0.88rem;
}

.sfx-product-badge,
.woocommerce span.onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    min-width: auto;
    min-height: auto;
    line-height: 1;
    border-radius: 999px;
    margin: 0;
    padding: 7px 10px;
    background: rgba(255, 255, 255, 0.96);
    color: var(--sfx-text);
    border: 1px solid #dfe7e2;
    font-size: .72rem;
    font-weight: 800;
    box-shadow: none;
}

.sfx-product-badge + .sfx-product-badge {
    top: 40px;
}

.sfx-product-badge.is-out {
    background: #fff1f1;
    color: #a12c2c;
}

.sfx-product-badge.is-promo {
    background: #effcf5;
    color: #0f8f4f;
}

.sfx-product-badge.is-sale {
    background: #fff7ec;
    color: #a8650e;
}

.sfx-product-badge.is-featured {
    background: #edf7ff;
    color: #0f5d91;
}

.sfx-product-badge.is-bestseller {
    background: #fff8ea;
    color: #9b6b10;
}

.sfx-product-badge.is-new {
    background: #f1f1ff;
    color: #5b45c5;
}

.single-product div.product {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.sfx-single-product-shell {
    display: grid;
    gap: 26px;
}

.sfx-single-hero {
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
    gap: 22px;
    align-items: start;
}

.sfx-single-media-card,
.sfx-single-summary-card,
.sfx-single-main > .woocommerce-tabs,
.sfx-single-side .related.products,
.sfx-single-side .up-sells.upsells.products,
.sfx-single-rail {
    background: #ffffff;
    border: 1px solid var(--sfx-border);
    border-radius: 24px;
    box-shadow: var(--sfx-shadow-soft);
}

.sfx-single-media-card {
    padding: 16px;
}

.single-product .woocommerce-product-gallery,
.single-product .summary {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.single-product .woocommerce-product-gallery {
    background: #ffffff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #eef3f0;
    box-shadow: none;
    max-width: 430px;
    margin: 0 auto !important;
}

.single-product .woocommerce-product-gallery img {
    object-fit: contain;
}

.sfx-single-summary-card {
    background: #ffffff;
    border: 1px solid var(--sfx-border);
    border-radius: 24px;
    padding: 22px;
    box-shadow: var(--sfx-shadow-soft);
}

.sfx-single-lower {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
    gap: 22px;
    align-items: start;
}

.sfx-single-main,
.sfx-single-side {
    min-width: 0;
    display: grid;
    gap: 22px;
}

.single-product .product_meta {
    display: grid;
    gap: 6px;
    color: var(--sfx-muted);
    font-size: 0.94rem;
}

.single-product .price {
    color: var(--sfx-text);
    font-weight: 800;
}

.single-product .quantity .qty {
    min-height: 44px;
    border: 1px solid var(--sfx-border-strong);
    border-radius: 14px;
    background: rgba(255,255,255,.78);
    color: var(--sfx-text);
}

.single-product .single_add_to_cart_button.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background: var(--sfx-accent);
    color: #fff;
    border-radius: 999px;
}

.woocommerce-tabs,
.related.products,
.up-sells.upsells.products,
.sfx-single-rail {
    background: #ffffff;
    border: 1px solid var(--sfx-border);
    border-radius: 24px;
    padding: 18px;
    box-shadow: var(--sfx-shadow-soft);
    margin-top: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-left: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 16px 16px 0 0 !important;
    background: rgba(255,255,255,0.86) !important;
    border-color: var(--sfx-border) !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-radius: 18px;
    border-top: 0;
    background: rgba(255,255,255,.82);
    box-shadow: var(--sfx-shadow-soft);
}

.woocommerce table.shop_table,
.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    background: rgba(255,255,255,.82);
    border: 1px solid var(--sfx-border);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: var(--sfx-shadow-soft);
}

.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content {
    padding: 18px;
}

.woocommerce-cart table.cart img {
    width: 72px;
    border-radius: 14px;
    background: #fff;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border-radius: 14px;
    border: 1px solid var(--sfx-border-strong);
    min-height: 46px;
    background: rgba(255,255,255,.92);
    color: var(--sfx-text);
}

.woocommerce-checkout #payment,
.woocommerce-checkout-review-order-table {
    background: rgba(255,255,255,.78) !important;
}


.sfx-rail-head {
    margin-bottom: 14px;
}

.sfx-rail-head h2 {
    margin: 0 0 4px;
    font-size: 1.2rem;
}

.sfx-rail-head p {
    margin: 0;
    color: var(--sfx-muted);
    font-size: 0.88rem;
}

.sfx-single-side .products,
.sfx-single-rail .products,
.sfx-single-side ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
}

.sfx-single-side .els-product-media,
.sfx-single-rail .els-product-media {
    height: 118px;
}

.sfx-single-side .woocommerce-loop-product__title,
.sfx-single-rail .woocommerce-loop-product__title {
    font-size: 0.84rem !important;
}

.sfx-single-side .button,
.sfx-single-rail .button {
    min-height: 34px !important;
    font-size: 0.84rem !important;
}

@media (max-width: 1180px) {
    .sfx-single-hero,
    .sfx-single-lower {
        grid-template-columns: 1fr;
    }

    .single-product .woocommerce-product-gallery {
        max-width: 460px;
    }
}


@media (min-width: 1680px) {
    .sfx-shop-main .woocommerce ul.products {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media (max-width: 1400px) {
    .sfx-shop-layout {
        grid-template-columns: 248px minmax(0, 1fr);
        gap: 20px;
    }

    .sfx-shop-main .woocommerce ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {
    .sfx-shop-layout {
        grid-template-columns: 1fr;
    }

    .sfx-shop-sidebar {
        position: static;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .sfx-shop-main {
        padding-right: 0;
    }

    .sfx-shop-main .woocommerce ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .sfx-shop-sidebar {
        grid-template-columns: 1fr;
    }

    .sfx-shop-sidebar-card {
        padding: 16px;
    }

    .sfx-shop-side-link {
        min-height: 42px;
        padding: 0 12px;
        font-size: 0.92rem;
    }

    .sfx-shop-main .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1500px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 1280px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .els-product-media {
        height: 190px;
    }
}

@media (max-width: 768px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .els-product-media {
        height: 150px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.els-product-card .woocommerce-loop-product__title {
        min-height: auto;
        font-size: .9rem;
    }

    .sfx-single-hero,
    .sfx-single-lower {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .single-product .summary,
    .woocommerce-tabs,
    .related.products,
    .up-sells.upsells.products {
        padding: 16px;
    }
}


/* Cart and checkout polish */
.sfx-cart-page,
.sfx-checkout-page,
.sfx-empty-cart-page {
    display: grid;
    gap: 22px;
}

.sfx-cart-intro,
.sfx-checkout-intro,
.sfx-empty-cart-card,
.sfx-support-card,
.sfx-summary-card,
.sfx-cart-table-card,
.sfx-checkout-fields-card,
.sfx-checkout-extra-card,
.sfx-mini-trust-card {
    background: #ffffff;
    border: 1px solid var(--sfx-border);
    border-radius: 24px;
    box-shadow: var(--sfx-shadow-soft);
}

.sfx-cart-intro,
.sfx-checkout-intro,
.sfx-empty-cart-card {
    padding: 26px;
}

.sfx-cart-intro h1,
.sfx-checkout-intro h1,
.sfx-empty-cart-card h1 {
    margin: 0 0 8px;
    font-size: clamp(1.9rem, 3vw, 2.8rem);
    line-height: 1.06;
}

.sfx-cart-intro p,
.sfx-checkout-intro p,
.sfx-empty-cart-card p {
    margin: 0;
    color: var(--sfx-muted);
    max-width: 760px;
}

.sfx-cart-layout,
.sfx-checkout-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(320px, 0.72fr);
    gap: 22px;
    align-items: start;
}

.sfx-cart-main,
.sfx-checkout-main {
    min-width: 0;
    display: grid;
    gap: 20px;
}

.sfx-cart-sidebar,
.sfx-checkout-sidebar {
    min-width: 0;
    display: grid;
    gap: 20px;
}

.sfx-cart-table-card,
.sfx-summary-card,
.sfx-support-card,
.sfx-checkout-fields-card,
.sfx-checkout-extra-card,
.sfx-mini-trust-card {
    padding: 20px;
}

.sfx-summary-card,
.sfx-support-card {
    position: sticky;
    top: 124px;
}

.sfx-summary-card h3,
.sfx-support-card h3,
.sfx-checkout-fields-card h3,
.sfx-checkout-extra-card h3,
.sfx-mini-trust-card h3 {
    margin: 0 0 12px;
    font-size: 1.15rem;
}

.sfx-checkout-grid .sfx-support-card {
    position: static;
}

.woocommerce-cart-form.sfx-cart-form,
.woocommerce form.checkout.sfx-checkout-form {
    background: transparent;
    border: 0;
    padding: 0;
    box-shadow: none;
    overflow: visible;
}

.woocommerce table.shop_table.sfx-cart-table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0;
    background: transparent;
    box-shadow: none;
    margin: 0;
}

.woocommerce table.shop_table.sfx-cart-table th,
.woocommerce table.shop_table.sfx-cart-table td {
    padding: 16px 12px;
    border-color: var(--sfx-border);
}

.woocommerce table.shop_table.sfx-cart-table thead th {
    color: var(--sfx-muted);
    font-size: 0.83rem;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 700;
}

.sfx-cart-product {
    display: grid;
    grid-template-columns: 88px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
}

.sfx-cart-thumb {
    width: 88px;
    height: 88px;
    border-radius: 18px;
    background: #f7fbf8;
    border: 1px solid var(--sfx-border);
    display: grid;
    place-items: center;
    overflow: hidden;
}

.sfx-cart-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 10px;
}

.sfx-cart-meta {
    min-width: 0;
}

.sfx-cart-meta a {
    font-weight: 700;
    line-height: 1.35;
}

.sfx-cart-meta .variation,
.sfx-cart-meta .wc-item-meta,
.sfx-cart-meta .backorder_notification,
.sfx-cart-meta small,
.sfx-cart-meta .product-sku {
    margin-top: 6px;
    color: var(--sfx-muted);
    font-size: 0.88rem;
}

.sfx-remove-link {
    display: inline-flex;
    margin-top: 8px;
    color: #9c3131;
    font-size: 0.88rem;
    font-weight: 700;
}

.woocommerce-cart table.cart td.actions {
    padding-top: 18px;
}

.woocommerce-cart .coupon {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.woocommerce-cart .coupon #coupon_code {
    min-width: min(240px, 100%);
    min-height: 46px;
    border: 1px solid var(--sfx-border-strong);
    border-radius: 999px;
    padding: 0 16px;
    background: #fff;
}

.woocommerce-cart .actions > button,
.woocommerce-cart .actions > .button,
.woocommerce-cart .coupon .button {
    min-height: 46px;
    border-radius: 999px;
}

.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce-checkout #payment #place_order {
    width: 100%;
    min-height: 52px;
    font-size: 1rem;
}

.sfx-trust-list,
.sfx-summary-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.sfx-trust-list li,
.sfx-summary-list li {
    display: flex;
    align-items: start;
    gap: 10px;
    color: var(--sfx-text);
}

.sfx-trust-list li::before,
.sfx-summary-list li::before {
    content: '•';
    color: var(--sfx-accent);
    font-weight: 900;
}

.sfx-cart-note,
.sfx-checkout-note {
    color: var(--sfx-muted);
    font-size: 0.94rem;
    margin-top: 14px;
}

.sfx-checkout-grid .col2-set {
    display: grid;
    gap: 20px;
}

.sfx-checkout-grid .col-1,
.sfx-checkout-grid .col-2,
.sfx-checkout-main #order_review_heading,
.sfx-checkout-main #order_review {
    width: 100% !important;
    float: none !important;
}

.sfx-checkout-fields-card .woocommerce-billing-fields,
.sfx-checkout-fields-card .woocommerce-shipping-fields,
.sfx-checkout-extra-card .woocommerce-additional-fields {
    margin: 0;
}

.sfx-checkout-fields-card h3,
.sfx-checkout-extra-card h3,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-additional-fields h3 {
    margin-top: 0;
}

.woocommerce-checkout .form-row {
    margin-bottom: 14px;
}

.woocommerce-checkout #payment {
    background: #f8fcfa !important;
    border: 1px solid var(--sfx-border);
    border-radius: 20px;
}

.woocommerce-checkout-review-order-table {
    border-radius: 18px;
    overflow: hidden;
}

.woocommerce-checkout #payment div.payment_box {
    background: #ffffff;
    border-radius: 18px;
}

.woocommerce-checkout #payment div.payment_box::before {
    border-bottom-color: #ffffff !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table th,
.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    border-color: var(--sfx-border);
}

.woocommerce-checkout .select2-container .select2-selection--single,
.woocommerce-checkout .select2-container .select2-selection--multiple {
    min-height: 46px;
    display: flex;
    align-items: center;
}

.sfx-checkout-help {
    color: var(--sfx-muted);
    font-size: 0.94rem;
    line-height: 1.7;
}

.sfx-mini-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
}

.sfx-mini-trust-item {
    background: #f8fbf9;
    border: 1px solid var(--sfx-border);
    border-radius: 18px;
    padding: 16px;
}

.sfx-mini-trust-item strong {
    display: block;
    font-size: 0.96rem;
    margin-bottom: 4px;
}

.sfx-mini-trust-item span {
    color: var(--sfx-muted);
    font-size: 0.84rem;
    line-height: 1.5;
}

.sfx-empty-cart-card .btn {
    margin-top: 18px;
}

.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cross-sells {
    width: 100%;
    float: none;
}

.woocommerce-cart .cross-sells > h2 {
    margin: 0 0 12px;
    font-size: 1.15rem;
}

.woocommerce-cart .cross-sells ul.products {
    margin-top: 14px !important;
}

@media (max-width: 1024px) {
    .sfx-cart-layout,
    .sfx-checkout-grid {
        grid-template-columns: 1fr;
    }

    .sfx-summary-card,
    .sfx-support-card {
        position: static;
    }
}

@media (max-width: 768px) {
    .sfx-cart-intro,
    .sfx-checkout-intro,
    .sfx-empty-cart-card,
    .sfx-cart-table-card,
    .sfx-summary-card,
    .sfx-support-card,
    .sfx-checkout-fields-card,
    .sfx-checkout-extra-card,
    .sfx-mini-trust-card {
        padding: 16px;
        border-radius: 18px;
    }

    .sfx-cart-product {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 12px;
    }

    .sfx-cart-thumb {
        width: 72px;
        height: 72px;
        border-radius: 14px;
    }

    .woocommerce table.shop_table_responsive tr td,
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
    }

    .woocommerce table.shop_table_responsive tr td::before,
    .woocommerce-page table.shop_table_responsive tr td::before {
        float: none;
        display: block;
        margin-bottom: 6px;
        color: var(--sfx-muted);
    }

    .woocommerce-cart .coupon {
        flex-direction: column;
    }

    .woocommerce-cart .coupon #coupon_code,
    .woocommerce-cart .coupon .button,
    .woocommerce-cart .actions > .button,
    .woocommerce-cart .actions > button {
        width: 100%;
    }

    .sfx-mini-trust-grid {
        grid-template-columns: 1fr;
    }
}


.els-product-shell {
    height: 100%;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.els-product-media-wrap {
    position: relative;
}

.els-product-brand {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    min-height: 22px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f1f7f4;
    color: #17935a;
    font-size: 0.74rem;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}

.els-product-link-title {
    color: inherit;
}

.els-product-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 12px;
    margin-top: 10px;
    color: var(--sfx-muted);
    font-size: .84rem;
}

.els-wishlist-wrap {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 3;
}

.els-wishlist-wrap .yith-wcwl-add-to-wishlist,
.els-wishlist-wrap .tinv-wraper,
.els-wishlist-wrap a {
    margin: 0 !important;
}

.els-wishlist-wrap a,
.sfx-wishlist-btn {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255,255,255,.96);
    border: 1px solid var(--sfx-border);
    box-shadow: var(--sfx-shadow-soft);
    color: #c1436a;
    text-indent: -9999px;
    overflow: hidden;
    position: relative;
}

.els-wishlist-wrap a::before,
.sfx-wishlist-btn::before {
    content: '♥';
    text-indent: 0;
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: minmax(240px, 300px) minmax(0, 1fr);
    gap: 24px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 22px !important;
}

.woocommerce-account .woocommerce-MyAccount-content p:first-child {
    margin-top: 0;
}

.woocommerce-account .woocommerce form .form-row input.input-text,
.woocommerce-account .woocommerce form .form-row textarea,
.woocommerce-account .woocommerce form .form-row select,
.woocommerce form.checkout .input-text,
.woocommerce form.checkout textarea,
.woocommerce form.checkout select {
    min-height: 48px;
    border-radius: 14px;
    border: 1px solid var(--sfx-border-strong);
    background: #ffffff;
    padding: 0 14px;
}

.woocommerce form.checkout textarea,
.woocommerce-account .woocommerce form .form-row textarea {
    min-height: 120px;
    padding: 14px;
}

.shop-topbar .woocommerce-result-count,
.shop-topbar .woocommerce-ordering {
    margin: 0;
}

.shop-topbar .woocommerce-ordering {
    display: none;
}

@media (max-width: 980px) {
    .woocommerce-account .woocommerce {
        grid-template-columns: 1fr;
    }
}


.shop-topbar__head--compact {
    margin-bottom: 10px;
}

.shop-title {
    margin: 0 0 4px;
    font-size: clamp(1.4rem, 2.1vw, 1.95rem);
    line-height: 1.05;
}

.shop-subtitle {
    margin: 0;
    color: var(--sfx-muted);
    font-size: 0.92rem;
}

.shop-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding-top: 6px;
}

.shop-toolbar .woocommerce-result-count {
    font-size: 0.92rem;
    color: var(--sfx-muted);
}

.shop-toolbar .woocommerce-ordering {
    margin: 0;
}

.shop-toolbar select {
    min-height: 42px;
    border-radius: 999px;
    border: 1px solid var(--sfx-border);
    padding: 0 14px;
    background: #ffffff;
}

@media (max-width: 1400px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .shop-toolbar {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (max-width: 768px) {
    .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .els-product-media {
        height: 132px;
    }

    .woocommerce ul.products li.product a img,
    .woocommerce ul.products li.els-product-card a img {
        width: 70%;
        height: 70%;
    }
}

.sfx-single-content-stack {
    display: grid;
    gap: 22px;
}

.sfx-single-discovery-grid {
    display: grid;
    gap: 22px;
}

.sfx-single-rail--discovery .products {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 14px;
}

.sfx-single-summary-card {
    position: relative;
}

.sfx-single-quick-actions {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
}

.sfx-love-icon {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid var(--sfx-border);
    background: #ffffff;
    color: #1a2f23;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    line-height: 1;
    cursor: pointer;
    transition: transform .18s ease, border-color .18s ease, color .18s ease, box-shadow .18s ease;
    box-shadow: 0 8px 16px rgba(17, 38, 28, 0.06);
}

.sfx-love-icon:hover,
.sfx-love-icon.is-active {
    color: #0faa61;
    border-color: #b9e7cf;
    transform: translateY(-1px);
    box-shadow: 0 12px 24px rgba(17, 38, 28, 0.10);
}

.sfx-add-to-list-wrap {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    align-items: center;
    margin-top: 14px;
}

.single-product .summary .button.sfx-add-to-list-button,
.sfx-list-modal__create-button,
.sfx-list-option__button {
    min-height: 44px;
    padding: 0 18px;
    border-radius: 14px;
    background: #ffffff;
    color: var(--sfx-text);
    border: 1px solid var(--sfx-border-strong);
    font-weight: 700;
    box-shadow: none;
}

.single-product .summary .button.sfx-add-to-list-button:hover,
.sfx-list-modal__create-button:hover,
.sfx-list-option__button:hover {
    background: #f6fbf8;
    border-color: #d6e7dd;
    color: #0f8f4f;
}

.sfx-list-option__button.is-added {
    background: #effaf4;
    color: #0f8f4f;
    border-color: #cbead7;
}

.sfx-add-to-list-status,
.sfx-list-modal__status {
    color: #0f8f4f;
    font-size: 0.92rem;
    font-weight: 600;
    opacity: 0;
    transform: translateY(2px);
    transition: opacity .18s ease, transform .18s ease;
}

.sfx-add-to-list-status.is-visible,
.sfx-list-modal__status.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.sfx-list-modal[hidden] {
    display: none !important;
}

body.sfx-modal-open {
    overflow: hidden;
}

.sfx-list-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
}

.sfx-list-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(17, 34, 26, 0.42);
}

.sfx-list-modal__dialog {
    position: relative;
    width: min(540px, calc(100% - 24px));
    margin: 7vh auto 0;
    background: #ffffff;
    border-radius: 24px;
    border: 1px solid var(--sfx-border);
    box-shadow: 0 32px 80px rgba(17, 34, 26, 0.16);
    padding: 22px;
    display: grid;
    gap: 16px;
}

.sfx-list-modal__close {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 36px;
    height: 36px;
    border: 0;
    background: #f5f8f6;
    border-radius: 999px;
    font-size: 1.4rem;
    line-height: 1;
    cursor: pointer;
    color: var(--sfx-text);
}

.sfx-list-modal__head h3 {
    margin: 0 0 4px;
    font-size: 1.35rem;
}

.sfx-list-modal__head p {
    margin: 0;
    color: var(--sfx-muted);
}

.sfx-list-modal__create {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 10px;
}

.sfx-list-modal__input {
    min-height: 46px;
    border-radius: 14px;
    border: 1px solid var(--sfx-border-strong);
    padding: 0 14px;
    font: inherit;
    color: var(--sfx-text);
    background: #ffffff;
}

.sfx-list-modal__body {
    display: grid;
    gap: 10px;
    max-height: 320px;
    overflow: auto;
    padding-right: 2px;
}

.sfx-list-modal__empty {
    padding: 20px;
    border-radius: 18px;
    background: #f8fbf9;
    border: 1px dashed #d7e3dc;
    color: var(--sfx-muted);
}

.sfx-list-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border: 1px solid var(--sfx-border);
    border-radius: 18px;
    background: #ffffff;
}

.sfx-list-option__meta {
    display: grid;
    gap: 4px;
}

.sfx-list-option__meta strong {
    font-size: 1rem;
    color: var(--sfx-text);
}

.sfx-list-option__meta span {
    color: var(--sfx-muted);
    font-size: 0.9rem;
}

.single-product .summary .product_title {
    padding-right: 56px;
}

@media (max-width: 1080px) {
    .sfx-single-rail--discovery .products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 767px) {
    .sfx-single-quick-actions {
        top: 12px;
        right: 12px;
    }

    .sfx-add-to-list-wrap {
        grid-template-columns: 1fr;
    }

    .sfx-single-rail--discovery .products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .sfx-list-modal__dialog {
        width: min(100%, calc(100% - 16px));
        margin-top: 4vh;
        padding: 18px;
    }

    .sfx-list-modal__create,
    .sfx-list-option {
        grid-template-columns: 1fr;
        display: grid;
    }

    .sfx-list-option__actions .sfx-list-option__button,
    .sfx-list-modal__create-button {
        width: 100%;
    }
}

/* v16 featured department rail */
.sfx-shop-layout--featured {
    grid-template-columns: 320px minmax(0, 1080px);
    gap: 34px;
    justify-content: start;
}

.sfx-shop-sidebar--featured {
    top: 116px;
}

.sfx-shop-main--featured {
    max-width: 1080px;
    padding-right: 32px;
}

.sfx-department-card {
    background: #ffffff;
    border: 1px solid var(--sfx-border);
    border-radius: 18px;
    box-shadow: var(--sfx-shadow-soft);
    overflow: hidden;
}

.sfx-department-head {
    width: 100%;
    border: 0;
    background: #3b3c40;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    min-height: 62px;
    padding: 0 18px;
    font-size: 1.1rem;
    font-weight: 800;
    cursor: default;
}

.sfx-department-head__icon {
    font-size: 1.5rem;
    line-height: 1;
    opacity: 0.92;
}

.sfx-department-body,
.sfx-department-subnav {
    display: grid;
}

.sfx-department-link,
.sfx-department-sublink {
    min-height: 54px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 18px;
    border-top: 1px solid #edf1ee;
    background: #ffffff;
    color: #30463c;
    font-weight: 700;
    transition: background .18s ease, color .18s ease, padding .18s ease;
}

.sfx-department-link small,
.sfx-department-sublink small {
    color: #93a49b;
    font-size: 0.8rem;
    font-weight: 700;
    flex-shrink: 0;
}

.sfx-department-link:hover,
.sfx-department-link.is-active,
.sfx-department-sublink:hover,
.sfx-department-sublink.is-active {
    background: #f4f8f6;
    color: var(--sfx-accent);
    padding-left: 22px;
}

.sfx-department-link.is-active small,
.sfx-department-link:hover small,
.sfx-department-sublink.is-active small,
.sfx-department-sublink:hover small {
    color: var(--sfx-accent);
}

.sfx-department-subcard {
    border-top: 1px solid #edf1ee;
    background: #fbfcfc;
}

.sfx-department-subtitle {
    padding: 14px 18px 10px;
    color: #697d74;
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.sfx-department-subcard--muted {
    background: #f7faf8;
}

.sfx-department-subcard--collections {
    background: linear-gradient(180deg, #ffffff 0%, #f8faf9 100%);
}

.sfx-shop-main--featured .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.shop-topbar--featured {
    margin-bottom: 26px;
}

@media (min-width: 1680px) {
    .sfx-shop-layout--featured {
        grid-template-columns: 340px minmax(0, 1120px);
    }

    .sfx-shop-main--featured .woocommerce ul.products {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 1400px) {
    .sfx-shop-layout--featured {
        grid-template-columns: 290px minmax(0, 1fr);
        gap: 24px;
    }

    .sfx-shop-main--featured {
        max-width: none;
        padding-right: 18px;
    }

    .sfx-shop-main--featured .woocommerce ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 1180px) {
    .sfx-shop-layout--featured {
        grid-template-columns: 1fr;
    }

    .sfx-shop-sidebar--featured {
        position: static;
    }

    .sfx-shop-main--featured {
        padding-right: 0;
    }

    .sfx-shop-main--featured .woocommerce ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .sfx-department-head {
        min-height: 56px;
        font-size: 1rem;
        padding: 0 16px;
    }

    .sfx-department-link,
    .sfx-department-sublink {
        min-height: 50px;
        padding: 0 16px;
        font-size: 0.96rem;
    }

    .sfx-shop-main--featured .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}


/* v17 commerce polish */
.post-type-archive-product .header-trustline,
.tax-product_cat .header-trustline,
.single-product .header-trustline,
.woocommerce-cart .header-trustline,
.woocommerce-checkout .header-trustline,
.woocommerce-account .header-trustline {
    display: none;
}

.sfx-shop-layout--featured {
    grid-template-columns: 288px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.sfx-shop-main--featured {
    max-width: 1180px;
    padding-right: 18px;
}

.sfx-shop-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 18px;
    align-items: center;
    background: #ffffff;
    border: 1px solid var(--sfx-border);
    border-radius: 20px;
    padding: 24px 26px;
    margin-bottom: 16px;
}

.sfx-shop-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 999px;
    background: #f2f7f4;
    color: #0f8f4f;
    font-size: .74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 10px;
}

.sfx-shop-hero .shop-title {
    margin: 0 0 8px;
    font-size: clamp(1.6rem, 2.4vw, 2.2rem);
    line-height: 1.08;
}

.sfx-shop-hero .shop-subtitle {
    margin: 0;
    max-width: 760px;
    color: var(--sfx-muted);
    font-size: .98rem;
    line-height: 1.55;
}

.sfx-shop-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.sfx-shop-hero__meta span,
.sfx-shop-stat-card {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 36px;
    padding: 0 12px;
    border-radius: 12px;
    background: #f7faf8;
    border: 1px solid #e5ece8;
    color: var(--sfx-text);
    font-weight: 700;
}

.sfx-shop-stat-card {
    min-width: 122px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    min-height: 88px;
    padding: 14px 16px;
    border-radius: 16px;
}

.sfx-shop-stat-card strong {
    font-size: 1.35rem;
    line-height: 1;
}

.sfx-shop-stat-card span {
    padding: 0;
    min-height: auto;
    border: 0;
    background: transparent;
    color: var(--sfx-muted);
    font-size: .82rem;
    font-weight: 700;
}

.shop-filter-bar--premium {
    background: #ffffff;
    border: 1px solid var(--sfx-border);
    border-radius: 18px;
    padding: 14px;
    display: grid;
    gap: 12px;
    margin-bottom: 14px;
}

.shop-filter-grid--premium {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.shop-filter-grid--premium select,
.shop-filter-grid--premium input,
.shop-filter-actions--premium .btn {
    min-height: 44px;
}

.shop-filter-grid--premium select {
    width: 100%;
    border-radius: 12px;
    border: 1px solid #dfe7e2;
    background: #fbfcfc;
    color: var(--sfx-text);
    padding: 0 12px;
    appearance: none;
}

.shop-filter-actions--premium {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.shop-filter-check {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
    color: var(--sfx-text);
}

.shop-filter-check input {
    width: 16px;
    height: 16px;
}

.shop-reset-link {
    color: var(--sfx-muted);
    font-weight: 700;
}

.shop-toolbar--premium {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 4px 2px 0;
    margin-bottom: 6px;
}

.shop-toolbar--premium .woocommerce-result-count {
    color: var(--sfx-muted);
    font-size: .94rem;
}

.shop-toolbar--premium .woocommerce-ordering select {
    min-height: 42px;
    border-radius: 12px;
    border: 1px solid #dfe7e2;
    background: #ffffff;
    padding: 0 12px;
}

.sfx-department-card {
    border-radius: 20px;
    border: 1px solid #dde6e1;
    box-shadow: none;
}

.sfx-department-head {
    min-height: 60px;
    padding: 0 18px;
    background: #2e3236;
    font-size: 1.02rem;
    letter-spacing: .01em;
}

.sfx-department-link,
.sfx-department-sublink {
    min-height: 50px;
    padding: 0 16px;
    font-size: .95rem;
}

.sfx-department-subtitle {
    padding: 13px 16px 10px;
    font-size: .72rem;
}

.sfx-shop-main--featured .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.woocommerce ul.products li.product,
.woocommerce ul.products li.els-product-card {
    border-radius: 16px;
    border-color: #dfe7e2;
}

.els-product-shell {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

.els-product-media {
    height: 154px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfcfc 100%);
}

.woocommerce ul.products li.product a img,
.woocommerce ul.products li.els-product-card a img {
    width: 68%;
    height: 68%;
}

.els-wishlist-wrap {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 3;
}

.els-product-content {
    padding: 12px 12px 8px;
    gap: 8px;
    grid-template-rows: 22px minmax(2.85em, auto) auto;
}

.els-product-brand {
    min-height: 20px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    color: #118652;
    font-size: .74rem;
    font-weight: 800;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.els-product-card .woocommerce-loop-product__title {
    font-size: .92rem;
    line-height: 1.42;
    min-height: 2.84em;
}

.els-price-row {
    align-items: flex-end;
}

.els-price-wrap .price,
.woocommerce ul.products li.product .price {
    font-size: 1rem;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.els-product-card .button {
    min-height: 40px;
    border-radius: 12px;
    font-size: .87rem;
    letter-spacing: .01em;
}

.sfx-product-badge,
.woocommerce span.onsale {
    top: 12px;
    left: 12px;
    padding: 6px 10px;
    border-radius: 10px;
    font-size: .68rem;
}

.sfx-single-hero {
    grid-template-columns: minmax(340px, 480px) minmax(0, 1fr);
    gap: 28px;
}

.sfx-single-media-card,
.sfx-single-summary-card,
.sfx-single-main > .woocommerce-tabs,
.sfx-single-rail,
.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
    border-radius: 20px;
    box-shadow: none;
}

.sfx-single-media-card {
    padding: 18px;
}

.single-product .woocommerce-product-gallery {
    max-width: 100%;
    border-radius: 16px;
}

.single-product .woocommerce-product-gallery__wrapper {
    background: #fbfcfc;
}

.sfx-single-summary-card {
    position: sticky;
    top: 110px;
    padding: 24px;
}

.single-product .summary .product_title {
    font-size: clamp(1.7rem, 2.3vw, 2.35rem);
    line-height: 1.12;
    letter-spacing: -.02em;
}

.single-product .summary .price {
    font-size: 1.8rem;
    line-height: 1.1;
    margin: 10px 0 14px;
}

.single-product .summary .woocommerce-product-details__short-description {
    color: var(--sfx-muted);
    margin-bottom: 18px;
}

.single-product form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.single-product .quantity .qty {
    min-width: 96px;
}

.sfx-single-content-stack {
    gap: 24px;
}

.sfx-single-discovery-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.sfx-single-rail {
    padding: 18px;
}

.sfx-rail-head {
    margin-bottom: 16px;
}

.sfx-rail-head h2 {
    font-size: 1.18rem;
    letter-spacing: -.01em;
}

.sfx-rail-head p {
    font-size: .9rem;
}

.sfx-single-rail--discovery .products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 14px;
}

.sfx-single-rail--discovery .els-product-media {
    height: 138px;
}

.woocommerce-cart-form,
.cart-collaterals .cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout,
.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
    border: 1px solid var(--sfx-border);
    background: #ffffff;
}

.woocommerce-account .woocommerce {
    display: grid;
    grid-template-columns: 260px minmax(0,1fr);
    gap: 22px;
}

.woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 14px;
    display: grid;
    gap: 8px;
}

.woocommerce-MyAccount-navigation a {
    display: flex;
    align-items: center;
    min-height: 46px;
    padding: 0 14px;
    border-radius: 12px;
    background: #f7faf8;
    font-weight: 700;
}

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation a:hover {
    background: #eff8f3;
    color: #0f8f4f;
}

.woocommerce-MyAccount-content {
    padding: 22px;
}

@media (min-width: 1650px) {
    .sfx-shop-main--featured .woocommerce ul.products {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }
}

@media (max-width: 1400px) {
    .sfx-shop-layout--featured {
        grid-template-columns: 264px minmax(0, 1fr);
        gap: 24px;
    }

    .sfx-shop-main--featured {
        max-width: none;
        padding-right: 0;
    }
}

@media (max-width: 1180px) {
    .sfx-shop-layout--featured,
    .woocommerce-account .woocommerce,
    .sfx-single-discovery-grid {
        grid-template-columns: 1fr;
    }

    .sfx-shop-sidebar--featured,
    .sfx-single-summary-card {
        position: static;
    }

    .sfx-shop-main--featured .woocommerce ul.products {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .sfx-shop-hero,
    .shop-filter-actions--premium,
    .shop-toolbar--premium,
    .sfx-single-hero {
        grid-template-columns: 1fr;
    }

    .shop-filter-grid--premium {
        grid-template-columns: 1fr 1fr;
    }

    .sfx-shop-main--featured .woocommerce ul.products,
    .sfx-single-rail--discovery .products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 768px) {
    .sfx-shop-hero,
    .shop-filter-bar--premium,
    .sfx-single-rail,
    .woocommerce-MyAccount-content {
        padding: 16px;
    }

    .shop-filter-grid--premium,
    .sfx-shop-main--featured .woocommerce ul.products,
    .sfx-single-rail--discovery .products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }

    .els-product-media {
        height: 132px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.els-product-card .woocommerce-loop-product__title {
        font-size: .86rem;
    }

    .single-product .summary .product_title {
        font-size: 1.45rem;
    }
}

@media (max-width: 560px) {
    .shop-filter-grid--premium,
    .sfx-shop-main--featured .woocommerce ul.products,
    .sfx-single-rail--discovery .products {
        grid-template-columns: 1fr !important;
    }
}


/* v18.2 archive spacing pass */
.post-type-archive-product .container.shop-shell,
.tax-product_cat .container.shop-shell,
.tax-product_tag .container.shop-shell {
    width: min(1480px, calc(100% - 88px));
    margin-left: auto;
    margin-right: auto;
    padding-top: 34px;
    padding-bottom: 38px;
}

.post-type-archive-product .sfx-shop-main,
.tax-product_cat .sfx-shop-main,
.tax-product_tag .sfx-shop-main,
.post-type-archive-product .sfx-shop-main--featured,
.tax-product_cat .sfx-shop-main--featured,
.tax-product_tag .sfx-shop-main--featured {
    padding-right: 0;
}

.post-type-archive-product .woocommerce ul.products,
.tax-product_cat .woocommerce ul.products,
.tax-product_tag .woocommerce ul.products {
    gap: 16px;
}

@media (max-width: 1180px) {
    .post-type-archive-product .container.shop-shell,
    .tax-product_cat .container.shop-shell,
    .tax-product_tag .container.shop-shell {
        width: min(100%, calc(100% - 52px));
        padding-top: 28px;
    }
}

@media (max-width: 768px) {
    .post-type-archive-product .container.shop-shell,
    .tax-product_cat .container.shop-shell,
    .tax-product_tag .container.shop-shell {
        width: min(100%, calc(100% - 28px));
        padding-top: 22px;
        padding-bottom: 28px;
    }
}


/* Home product cards - keep price and button separated */
.front-page-main .els-product-actions .button{position:relative; z-index:1;}
.front-page-main .els-price-wrap, .front-page-main .els-price-row{position:relative; z-index:1;}


/* v24 wishlist icon color alignment */
.els-wishlist-wrap a,
.sfx-wishlist-btn,
.sfx-love-icon {
    background: var(--sfx-accent) !important;
    border-color: var(--sfx-accent-dark) !important;
    color: #ffffff !important;
    box-shadow: 0 12px 24px rgba(31, 182, 106, 0.18) !important;
}

.els-wishlist-wrap a::before,
.sfx-wishlist-btn::before {
    color: #ffffff !important;
}

.els-wishlist-wrap a:hover,
.sfx-wishlist-btn:hover,
.sfx-love-icon:hover,
.sfx-love-icon.is-active {
    background: var(--sfx-accent-dark) !important;
    border-color: var(--sfx-accent-dark) !important;
    color: #ffffff !important;
    transform: translateY(-1px);
}


/* v26 remove wishlist/love icon across store */
.els-wishlist-wrap,
.sfx-love-icon,
.sfx-wishlist-btn,
.yith-wcwl-add-to-wishlist,
.tinv-wraper.tinv-wishlist,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse {
    display: none !important;
}


/* v31 shop page cleanup */
.post-type-archive-product .container.shop-shell,
.tax-product_cat .container.shop-shell,
.tax-product_tag .container.shop-shell {
    padding-top: 18px !important;
    padding-bottom: 34px !important;
}

.shop-topbar--compact {
    margin-bottom: 18px;
}

.shop-compact-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    padding: 4px 0 10px;
    border-bottom: 1px solid var(--sfx-border);
}

.shop-compact-copy {
    min-width: 0;
}

.shop-compact-eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 0 10px;
    border-radius: 999px;
    background: #eff7f2;
    color: #118652;
    font-size: .74rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    margin-bottom: 8px;
}

.shop-topbar--compact .shop-title {
    margin: 0;
    font-size: clamp(1.4rem, 2vw, 2rem);
    line-height: 1.1;
}

.shop-topbar--compact .shop-subtitle {
    margin: 6px 0 0;
    color: var(--sfx-muted);
    font-size: .95rem;
    line-height: 1.5;
    max-width: 740px;
}

.shop-toolbar--compact {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    margin-left: auto;
    flex-wrap: wrap;
    min-width: 280px;
}

.shop-toolbar--compact .woocommerce-result-count {
    margin: 0;
    color: var(--sfx-muted);
    font-size: .92rem;
    white-space: nowrap;
}

.shop-toolbar--compact .woocommerce-ordering {
    margin: 0;
}

.shop-toolbar--compact .woocommerce-ordering select {
    min-height: 46px;
    padding: 0 14px;
    border-radius: 14px;
    border: 1px solid #dbe5df;
    background: #ffffff;
    color: var(--sfx-text);
}

.sfx-shop-main--featured .woocommerce ul.products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.woocommerce ul.products li.product,
.woocommerce ul.products li.els-product-card {
    border-radius: 18px;
    border: 1px solid #e0e7e2;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(23, 50, 41, 0.04);
}

.woocommerce ul.products li.product:hover,
.woocommerce ul.products li.els-product-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 28px rgba(23, 50, 41, 0.08);
    border-color: #cfe0d6;
}

.els-product-shell {
    min-height: 100%;
}

.els-product-media {
    height: 190px;
    padding: 18px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbf9 100%);
    border-bottom: 1px solid #eef3f0;
}

.woocommerce ul.products li.product a img,
.woocommerce ul.products li.els-product-card a img {
    width: 82%;
    height: 82%;
    object-fit: contain;
}

.els-product-content {
    padding: 14px 14px 8px;
    grid-template-rows: 22px minmax(3em, auto) auto;
    gap: 8px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.els-product-card .woocommerce-loop-product__title {
    font-size: 1rem;
    line-height: 1.38;
    min-height: 2.76em;
    font-weight: 800;
}

.els-price-row {
    align-items: flex-start;
    justify-content: flex-start;
}

.els-price-wrap .price,
.woocommerce ul.products li.product .price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    margin: 0;
    line-height: 1.2;
}

.els-price-wrap .price > .amount,
.woocommerce ul.products li.product .price > .amount,
.els-price-wrap .price ins,
.woocommerce ul.products li.product .price ins {
    color: #118652;
    font-size: 1.18rem;
    font-weight: 800;
    text-decoration: none;
}

.els-price-wrap .price ins .amount,
.woocommerce ul.products li.product .price ins .amount {
    color: #118652;
}

.els-price-wrap .price del,
.woocommerce ul.products li.product .price del {
    order: 2;
    color: #95a39b;
    opacity: 1;
    font-size: .9rem;
    text-decoration: line-through;
}

.els-price-wrap .price del .amount,
.woocommerce ul.products li.product .price del .amount {
    color: #95a39b;
}

.els-product-actions {
    padding: 0 14px 14px;
}

.woocommerce ul.products li.product .button,
.woocommerce ul.products li.els-product-card .button {
    width: 100%;
    min-height: 46px;
    border-radius: 14px;
    background: #1fb66a;
    color: #ffffff;
    font-size: .95rem;
    font-weight: 800;
    border: 0;
    box-shadow: none;
}

.woocommerce ul.products li.product .button:hover,
.woocommerce ul.products li.els-product-card .button:hover {
    background: #179a58;
    color: #ffffff;
}

.woocommerce ul.products li.product .button.loading::after,
.woocommerce ul.products li.els-product-card .button.loading::after,
.woocommerce ul.products li.product .button.added::after,
.woocommerce ul.products li.els-product-card .button.added::after {
    color: #ffffff;
}

.woocommerce ul.products input[type="file"],
.woocommerce ul.products .wpcf7-form-control-wrap,
.woocommerce ul.products .ywapo_input_container {
    display: none !important;
}

@media (max-width: 1300px) {
    .sfx-shop-main--featured .woocommerce ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .shop-compact-head {
        flex-direction: column;
        align-items: stretch;
    }

    .shop-toolbar--compact {
        justify-content: space-between;
        margin-left: 0;
        min-width: 0;
    }

    .sfx-shop-main--featured .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .sfx-shop-main--featured .woocommerce ul.products {
        grid-template-columns: 1fr;
    }
}


/* v67 mobile shop cleanup + minimal cart/checkout */
.els-product-brand {
    display: none !important;
}

.sfx-department-panel {
    display: block;
}

@media (max-width: 768px) {
    .sfx-department-head {
        cursor: pointer !important;
    }

    .sfx-department-head__icon {
        transition: transform .2s ease;
    }

    .sfx-department-card--mobile-collapsible .sfx-department-panel {
        display: none;
    }

    .sfx-department-card--mobile-collapsible.is-open .sfx-department-panel {
        display: block;
    }

    .sfx-department-card--mobile-collapsible.is-open .sfx-department-head__icon {
        transform: rotate(180deg);
    }

    body.woocommerce-shop .sfx-shop-sidebar--featured,
    body.post-type-archive-product .sfx-shop-sidebar--featured,
    body.tax-product_cat .sfx-shop-sidebar--featured,
    body.tax-product_tag .sfx-shop-sidebar--featured {
        margin-bottom: 8px !important;
    }

    body.woocommerce-shop .sfx-shop-main--featured .woocommerce ul.products,
    body.woocommerce-shop .woocommerce ul.products,
    body.post-type-archive-product .sfx-shop-main--featured .woocommerce ul.products,
    body.tax-product_cat .sfx-shop-main--featured .woocommerce ul.products,
    body.tax-product_tag .sfx-shop-main--featured .woocommerce ul.products,
    body.tax-product_brand .sfx-shop-main--featured .woocommerce ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    body.woocommerce-shop ul.products li.product,
    body.post-type-archive-product ul.products li.product,
    body.tax-product_cat ul.products li.product,
    body.tax-product_tag ul.products li.product,
    body.tax-product_brand ul.products li.product {
        width: auto !important;
        margin: 0 !important;
    }

    .woocommerce ul.products li.product .els-product-shell {
        height: 100%;
    }

    .woocommerce ul.products li.product .els-product-media {
        height: 160px;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        font-size: 1rem;
        line-height: 1.3;
        min-height: 2.6em;
    }

    .woocommerce ul.products li.product .button,
    .woocommerce ul.products li.product .added_to_cart {
        width: 100%;
        min-height: 44px;
        border-radius: 14px;
        font-size: .95rem;
    }
}

body.woocommerce-cart .site-footer,
body.woocommerce-checkout .site-footer {
    display: none !important;
}

body.woocommerce-cart .woocommerce-breadcrumb,
body.woocommerce-checkout .woocommerce-breadcrumb {
    display: none !important;
}

.sfx-cart-page--clean,
.sfx-checkout-page--clean {
    gap: 18px !important;
}

.sfx-cart-page--clean .sfx-cart-layout,
.sfx-checkout-page--clean .sfx-checkout-grid {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 420px) !important;
    gap: 20px !important;
}

.sfx-cart-page--clean .sfx-cart-table-card,
.sfx-checkout-page--clean .sfx-checkout-fields-card,
.sfx-checkout-page--clean .sfx-checkout-extra-card {
    padding: 18px !important;
}

.sfx-cart-page--clean .cart-collaterals,
.sfx-checkout-page--clean .sfx-checkout-sidebar--clean {
    display: block !important;
}

.sfx-cart-page--clean .cross-sells {
    display: none !important;
}

.sfx-cart-page--clean .cart-collaterals .cart_totals,
.sfx-checkout-page--clean #order_review,
.sfx-checkout-page--clean .woocommerce-checkout-review-order {
    width: 100% !important;
    float: none !important;
}

.sfx-checkout-page--clean .sfx-checkout-main {
    gap: 0 !important;
}

.sfx-checkout-page--clean .woocommerce-additional-fields,
.sfx-checkout-page--clean .woocommerce-checkout-review-order-table,
.sfx-checkout-page--clean #payment {
    margin-top: 0 !important;
}

@media (max-width: 1024px) {
    .sfx-cart-page--clean .sfx-cart-layout,
    .sfx-checkout-page--clean .sfx-checkout-grid {
        grid-template-columns: 1fr !important;
    }
}


/* v68 product card alignment fix: prevents product titles and prices from overriding each other */
.woocommerce ul.products li.product .els-product-shell,
.woocommerce ul.products li.els-product-card .els-product-shell {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: 100% !important;
}

.woocommerce ul.products li.product .els-product-media-wrap,
.woocommerce ul.products li.els-product-card .els-product-media-wrap {
    flex: 0 0 auto !important;
}

.woocommerce ul.products li.product .els-product-content,
.woocommerce ul.products li.els-product-card .els-product-content {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    grid-template-rows: none !important;
    min-height: 112px !important;
    padding: 14px 14px 10px !important;
    gap: 8px !important;
    overflow: visible !important;
}

.woocommerce ul.products li.product .els-product-link-title,
.woocommerce ul.products li.els-product-card .els-product-link-title {
    display: block !important;
    min-height: 2.9em !important;
    max-height: 2.9em !important;
    overflow: hidden !important;
    text-decoration: none !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.els-product-card .woocommerce-loop-product__title {
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    min-height: 2.76em !important;
    max-height: 2.76em !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.38 !important;
}

.woocommerce ul.products li.product .els-price-row,
.woocommerce ul.products li.els-product-card .els-price-row {
    display: block !important;
    width: 100% !important;
    min-height: 46px !important;
    margin-top: auto !important;
    overflow: visible !important;
}

.woocommerce ul.products li.product .els-price-wrap,
.woocommerce ul.products li.els-product-card .els-price-wrap {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
}

.woocommerce ul.products li.product .els-price-wrap .price,
.woocommerce ul.products li.els-product-card .els-price-wrap .price,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.els-product-card .price {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    gap: 3px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 1.15 !important;
    white-space: normal !important;
    position: static !important;
}

.woocommerce ul.products li.product .els-price-wrap .price ins,
.woocommerce ul.products li.els-product-card .els-price-wrap .price ins,
.woocommerce ul.products li.product .price ins,
.woocommerce ul.products li.els-product-card .price ins {
    display: block !important;
    order: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-decoration: none !important;
}

.woocommerce ul.products li.product .els-price-wrap .price del,
.woocommerce ul.products li.els-product-card .els-price-wrap .price del,
.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.els-product-card .price del {
    display: block !important;
    order: 2 !important;
    margin: 1px 0 0 !important;
    padding: 0 !important;
    line-height: 1.15 !important;
}

.woocommerce ul.products li.product .els-product-actions,
.woocommerce ul.products li.els-product-card .els-product-actions {
    flex: 0 0 auto !important;
    margin-top: 0 !important;
    padding: 0 14px 14px !important;
}

@media (max-width: 768px) {
    .woocommerce ul.products li.product .els-product-content,
    .woocommerce ul.products li.els-product-card .els-product-content {
        min-height: 106px !important;
        padding: 12px 12px 9px !important;
    }

    .woocommerce ul.products li.product .els-product-link-title,
    .woocommerce ul.products li.els-product-card .els-product-link-title {
        min-height: 2.7em !important;
        max-height: 2.7em !important;
    }

    .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .woocommerce ul.products li.els-product-card .woocommerce-loop-product__title {
        font-size: .9rem !important;
        line-height: 1.35 !important;
        min-height: 2.7em !important;
        max-height: 2.7em !important;
    }

    .woocommerce ul.products li.product .els-price-row,
    .woocommerce ul.products li.els-product-card .els-price-row {
        min-height: 42px !important;
    }

    .woocommerce ul.products li.product .els-price-wrap .price > .amount,
    .woocommerce ul.products li.els-product-card .els-price-wrap .price > .amount,
    .woocommerce ul.products li.product .els-price-wrap .price ins,
    .woocommerce ul.products li.els-product-card .els-price-wrap .price ins,
    .woocommerce ul.products li.product .price > .amount,
    .woocommerce ul.products li.els-product-card .price > .amount,
    .woocommerce ul.products li.product .price ins,
    .woocommerce ul.products li.els-product-card .price ins {
        font-size: 1rem !important;
    }

    .woocommerce ul.products li.product .els-product-actions,
    .woocommerce ul.products li.els-product-card .els-product-actions {
        padding: 0 12px 12px !important;
    }
}


/* v69 cart quantity + remove controls: clean visible controls on cart page */
body.woocommerce-cart .sfx-cart-table-card {
    overflow-x: auto !important;
}

body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table {
    table-layout: fixed !important;
    width: 100% !important;
}

body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table th.product-name,
body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-name {
    width: 50% !important;
}

body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table th.product-price,
body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-price,
body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table th.product-subtotal,
body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-subtotal {
    width: 16% !important;
}

body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table th.product-quantity,
body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-quantity {
    width: 18% !important;
    text-align: center !important;
}

body.woocommerce-cart .sfx-cart-title,
body.woocommerce-cart .sfx-cart-title a {
    display: block !important;
    font-weight: 850 !important;
    line-height: 1.34 !important;
    color: var(--sfx-text) !important;
    text-decoration: none !important;
}

body.woocommerce-cart .sfx-remove-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: fit-content !important;
    margin-top: 10px !important;
    padding: 7px 12px !important;
    border: 1px solid rgba(156, 49, 49, .20) !important;
    border-radius: 999px !important;
    background: rgba(156, 49, 49, .07) !important;
    color: #9c3131 !important;
    font-size: .82rem !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

body.woocommerce-cart .sfx-remove-link:hover {
    background: rgba(156, 49, 49, .12) !important;
    color: #7e2525 !important;
}

body.woocommerce-cart .sfx-cart-qty-control {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    padding: 5px !important;
    border: 1px solid var(--sfx-border-strong) !important;
    border-radius: 999px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 22px rgba(31, 47, 38, .06) !important;
    min-width: 128px !important;
}

body.woocommerce-cart .sfx-cart-qty-control .quantity {
    display: inline-flex !important;
    align-items: center !important;
    margin: 0 !important;
}

body.woocommerce-cart .sfx-cart-qty-control input.qty,
body.woocommerce-cart .sfx-cart-qty-control .qty {
    display: block !important;
    width: 42px !important;
    min-width: 42px !important;
    max-width: 42px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 10px !important;
    background: transparent !important;
    color: var(--sfx-text) !important;
    font-size: .98rem !important;
    font-weight: 850 !important;
    line-height: 34px !important;
    text-align: center !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    appearance: textfield !important;
    -moz-appearance: textfield !important;
}

body.woocommerce-cart .sfx-cart-qty-control input.qty::-webkit-outer-spin-button,
body.woocommerce-cart .sfx-cart-qty-control input.qty::-webkit-inner-spin-button {
    margin: 0 !important;
    -webkit-appearance: none !important;
}

body.woocommerce-cart .sfx-qty-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #eef8f2 !important;
    color: var(--sfx-accent) !important;
    font-size: 1.12rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    cursor: pointer !important;
}

body.woocommerce-cart .sfx-qty-btn:hover,
body.woocommerce-cart .sfx-qty-btn:focus {
    background: var(--sfx-accent) !important;
    color: #ffffff !important;
    outline: none !important;
}

body.woocommerce-cart .actions {
    text-align: right !important;
}

body.woocommerce-cart .actions > button[name="update_cart"],
body.woocommerce-cart .actions > .button[name="update_cart"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 170px !important;
    min-height: 48px !important;
    padding: 0 22px !important;
    background: var(--sfx-accent) !important;
    color: #ffffff !important;
    opacity: 1 !important;
    font-weight: 850 !important;
    cursor: pointer !important;
}

body.woocommerce-cart .actions > button[name="update_cart"]:disabled,
body.woocommerce-cart .actions > .button[name="update_cart"]:disabled {
    background: #9edbb9 !important;
    color: #5d7d6e !important;
    cursor: not-allowed !important;
}

@media (max-width: 768px) {
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table thead,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table tbody,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table tr,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table th,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td {
        display: block !important;
        width: 100% !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table thead {
        display: none !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table tr.cart_item {
        padding: 14px 0 !important;
        border-bottom: 1px solid var(--sfx-border) !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td {
        padding: 8px 0 !important;
        border: 0 !important;
        text-align: left !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-price,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-quantity,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-subtotal {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 12px !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-price::before,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-quantity::before,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-subtotal::before {
        content: attr(data-title) !important;
        color: var(--sfx-muted) !important;
        font-size: .82rem !important;
        font-weight: 850 !important;
        text-transform: uppercase !important;
        letter-spacing: .04em !important;
    }

    body.woocommerce-cart .sfx-cart-product {
        grid-template-columns: 78px minmax(0, 1fr) !important;
        align-items: center !important;
    }

    body.woocommerce-cart .sfx-cart-thumb {
        width: 78px !important;
        height: 78px !important;
    }

    body.woocommerce-cart .sfx-cart-qty-control {
        min-width: 132px !important;
    }

    body.woocommerce-cart .actions {
        text-align: center !important;
    }

    body.woocommerce-cart .actions > button[name="update_cart"],
    body.woocommerce-cart .actions > .button[name="update_cart"] {
        width: 100% !important;
    }
}


/* v70 cart quantity control refinement: smaller buttons + working visible input */
body.woocommerce-cart .sfx-cart-qty-control {
    min-width: 96px !important;
    height: 38px !important;
    gap: 3px !important;
    padding: 3px !important;
    border-radius: 999px !important;
    box-shadow: none !important;
}

body.woocommerce-cart .sfx-cart-qty-control .quantity {
    display: inline-flex !important;
    width: 28px !important;
    min-width: 28px !important;
    height: 30px !important;
    margin: 0 !important;
}

body.woocommerce-cart .sfx-cart-qty-control input.qty,
body.woocommerce-cart .sfx-cart-qty-control input.sfx-cart-qty-input,
body.woocommerce-cart .sfx-cart-qty-control .qty {
    display: inline-flex !important;
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    height: 30px !important;
    min-height: 30px !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
    color: var(--sfx-text) !important;
    font-size: .9rem !important;
    font-weight: 900 !important;
    line-height: 30px !important;
    text-align: center !important;
    opacity: 1 !important;
    visibility: visible !important;
    box-shadow: none !important;
    pointer-events: auto !important;
}

body.woocommerce-cart .sfx-qty-btn {
    width: 30px !important;
    height: 30px !important;
    min-width: 30px !important;
    min-height: 30px !important;
    padding: 0 !important;
    font-size: 1rem !important;
    line-height: 1 !important;
}

body.woocommerce-cart .sfx-remove-link {
    padding: 6px 10px !important;
    font-size: .76rem !important;
}

body.woocommerce-cart .actions > button[name="update_cart"],
body.woocommerce-cart .actions > .button[name="update_cart"] {
    min-width: 145px !important;
    min-height: 42px !important;
    padding: 0 18px !important;
    border-radius: 999px !important;
    font-size: .92rem !important;
}

@media (max-width: 768px) {
    body.woocommerce-cart .sfx-cart-qty-control {
        min-width: 96px !important;
    }
}


/* v72 wishlist buttons enabled on product cards */
.woocommerce ul.products li.product .els-product-media-wrap,
.woocommerce ul.products li.els-product-card .els-product-media-wrap {
    position: relative !important;
}

.woocommerce ul.products li.product .els-wishlist-wrap,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap {
    display: flex !important;
    position: absolute !important;
    top: 12px !important;
    right: 12px !important;
    z-index: 9 !important;
    margin: 0 !important;
    opacity: 1 !important;
    visibility: visible !important;
}

.woocommerce ul.products li.product .els-wishlist-wrap .yith-wcwl-add-to-wishlist,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap .yith-wcwl-add-to-wishlist,
.woocommerce ul.products li.product .els-wishlist-wrap .yith-wcwl-wishlistaddedbrowse,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap .yith-wcwl-wishlistaddedbrowse,
.woocommerce ul.products li.product .els-wishlist-wrap .yith-wcwl-wishlistexistsbrowse,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap .yith-wcwl-wishlistexistsbrowse,
.woocommerce ul.products li.product .els-wishlist-wrap .tinv-wraper.tinv-wishlist,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap .tinv-wraper.tinv-wishlist,
.woocommerce ul.products li.product .els-wishlist-wrap .sfx-love-icon,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap .sfx-love-icon,
.woocommerce ul.products li.product .els-wishlist-wrap .sfx-wishlist-btn,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap .sfx-wishlist-btn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;
    margin: 0 !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.woocommerce ul.products li.product .els-wishlist-wrap a,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap a,
.woocommerce ul.products li.product .els-wishlist-wrap button,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap button,
.woocommerce ul.products li.product .els-wishlist-wrap .sfx-wishlist-btn,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap .sfx-wishlist-btn {
    width: auto !important;
    min-width: 42px !important;
    height: 34px !important;
    min-height: 34px !important;
    padding: 0 11px !important;
    border-radius: 999px !important;
    border: 1px solid rgba(31, 182, 106, .22) !important;
    background: rgba(255, 255, 255, .96) !important;
    color: #173c2f !important;
    box-shadow: 0 8px 18px rgba(23, 50, 41, .10) !important;
    font-size: .78rem !important;
    font-weight: 900 !important;
    line-height: 1 !important;
    text-decoration: none !important;
    text-indent: 0 !important;
    overflow: hidden !important;
    position: relative !important;
    float: none !important;
}

.woocommerce ul.products li.product .els-wishlist-wrap a::before,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap a::before,
.woocommerce ul.products li.product .els-wishlist-wrap .sfx-wishlist-btn::before,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap .sfx-wishlist-btn::before {
    content: '♡' !important;
    position: static !important;
    inset: auto !important;
    display: inline-flex !important;
    width: auto !important;
    height: auto !important;
    margin-right: 5px !important;
    color: #1fb66a !important;
    font-size: 1rem !important;
    line-height: 1 !important;
    text-indent: 0 !important;
}

.woocommerce ul.products li.product .els-wishlist-wrap a:hover,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap a:hover,
.woocommerce ul.products li.product .els-wishlist-wrap button:hover,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap button:hover,
.woocommerce ul.products li.product .els-wishlist-wrap .sfx-love-icon.is-active,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap .sfx-love-icon.is-active {
    background: #1fb66a !important;
    border-color: #1fb66a !important;
    color: #ffffff !important;
}

.woocommerce ul.products li.product .els-wishlist-wrap a:hover::before,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap a:hover::before,
.woocommerce ul.products li.product .els-wishlist-wrap button:hover .sfx-heart-mark,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap button:hover .sfx-heart-mark,
.woocommerce ul.products li.product .els-wishlist-wrap .sfx-love-icon.is-active .sfx-heart-mark,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap .sfx-love-icon.is-active .sfx-heart-mark {
    color: #ffffff !important;
}

.woocommerce ul.products li.product .els-wishlist-wrap .feedback,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap .feedback,
.woocommerce ul.products li.product .els-wishlist-wrap .separator,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap .separator,
.woocommerce ul.products li.product .els-wishlist-wrap img.ajax-loading,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap img.ajax-loading {
    display: none !important;
}

.woocommerce ul.products li.product .els-wishlist-wrap .sfx-heart-mark,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap .sfx-heart-mark {
    color: #1fb66a !important;
    font-size: 1rem !important;
    line-height: 1 !important;
}

.woocommerce ul.products li.product .els-wishlist-wrap .sfx-wishlist-label,
.woocommerce ul.products li.els-product-card .els-wishlist-wrap .sfx-wishlist-label {
    display: inline !important;
}

.sfx-add-to-list-wrap,
.sfx-single-quick-actions .sfx-love-icon {
    display: flex !important;
}

@media (max-width: 768px) {
    .woocommerce ul.products li.product .els-wishlist-wrap,
    .woocommerce ul.products li.els-product-card .els-wishlist-wrap {
        top: 9px !important;
        right: 9px !important;
    }

    .woocommerce ul.products li.product .els-wishlist-wrap a,
    .woocommerce ul.products li.els-product-card .els-wishlist-wrap a,
    .woocommerce ul.products li.product .els-wishlist-wrap button,
    .woocommerce ul.products li.els-product-card .els-wishlist-wrap button,
    .woocommerce ul.products li.product .els-wishlist-wrap .sfx-wishlist-btn,
    .woocommerce ul.products li.els-product-card .els-wishlist-wrap .sfx-wishlist-btn {
        height: 31px !important;
        min-height: 31px !important;
        min-width: 35px !important;
        padding: 0 9px !important;
        font-size: 0 !important;
    }

    .woocommerce ul.products li.product .els-wishlist-wrap a::before,
    .woocommerce ul.products li.els-product-card .els-wishlist-wrap a::before,
    .woocommerce ul.products li.product .els-wishlist-wrap .sfx-wishlist-btn::before,
    .woocommerce ul.products li.els-product-card .els-wishlist-wrap .sfx-wishlist-btn::before {
        margin-right: 0 !important;
    }

    .woocommerce ul.products li.product .els-wishlist-wrap .sfx-wishlist-label,
    .woocommerce ul.products li.els-product-card .els-wishlist-wrap .sfx-wishlist-label {
        display: none !important;
    }
}


/* v74 remove wishlist UI from shop/product cards and header */
.header-account.is-wishlist,
.els-wishlist-wrap,
.sfx-love-icon,
.sfx-wishlist-btn,
.sfx-loop-wishlist-button,
.yith-wcwl-add-to-wishlist,
.yith-wcwl-wishlistaddedbrowse,
.yith-wcwl-wishlistexistsbrowse,
.tinv-wraper.tinv-wishlist {
    display: none !important;
}


/* v74 hard remove wishlist UI */
html body .header-actions .header-account.is-wishlist,
html body .woocommerce ul.products li.product .els-wishlist-wrap,
html body .woocommerce ul.products li.els-product-card .els-wishlist-wrap,
html body ul.products li.product .els-wishlist-wrap,
html body ul.products li.els-product-card .els-wishlist-wrap,
html body .woocommerce ul.products li.product .els-wishlist-wrap *,
html body .woocommerce ul.products li.els-product-card .els-wishlist-wrap *,
html body .front-page-main .featured-section .els-wishlist-wrap,
html body .sfx-love-icon,
html body .sfx-wishlist-btn,
html body .sfx-loop-wishlist-button,
html body .yith-wcwl-add-to-wishlist,
html body .yith-wcwl-wishlistaddedbrowse,
html body .yith-wcwl-wishlistexistsbrowse,
html body .tinv-wraper.tinv-wishlist {
    display: none !important;
    visibility: hidden !important;
}


/* v75 mobile cart + checkout typography and layout refinement */
@media (max-width: 768px) {
    body.woocommerce-cart,
    body.woocommerce-checkout {
        font-size: 14px !important;
    }

    body.woocommerce-cart .site-main,
    body.woocommerce-checkout .site-main,
    body.woocommerce-cart .container,
    body.woocommerce-checkout .container {
        overflow-x: hidden !important;
    }

    body.woocommerce-cart .sfx-cart-page--clean,
    body.woocommerce-checkout .sfx-checkout-page--clean {
        width: 100% !important;
        gap: 14px !important;
    }

    body.woocommerce-cart .sfx-cart-page--clean .sfx-cart-layout,
    body.woocommerce-checkout .sfx-checkout-page--clean .sfx-checkout-grid {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    body.woocommerce-cart .sfx-cart-table-card,
    body.woocommerce-cart .cart-collaterals .cart_totals,
    body.woocommerce-checkout .sfx-checkout-fields-card,
    body.woocommerce-checkout .sfx-checkout-extra-card,
    body.woocommerce-checkout .woocommerce-checkout-review-order {
        padding: 14px !important;
        border-radius: 18px !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table {
        display: block !important;
        width: 100% !important;
        border: 0 !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table tbody {
        display: grid !important;
        gap: 12px !important;
        width: 100% !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table tr.cart_item {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 10px !important;
        width: 100% !important;
        padding: 14px !important;
        border: 1px solid #e5ece8 !important;
        border-radius: 18px !important;
        background: #ffffff !important;
        box-shadow: none !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table tr.cart_item td {
        display: grid !important;
        width: 100% !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        text-align: left !important;
        font-size: 0.88rem !important;
        font-weight: 500 !important;
        line-height: 1.35 !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-name::before {
        display: none !important;
        content: none !important;
    }

    body.woocommerce-cart .sfx-cart-product {
        display: grid !important;
        grid-template-columns: 72px minmax(0, 1fr) !important;
        gap: 12px !important;
        align-items: start !important;
        width: 100% !important;
    }

    body.woocommerce-cart .sfx-cart-thumb {
        width: 72px !important;
        height: 72px !important;
        border-radius: 14px !important;
        flex: 0 0 72px !important;
    }

    body.woocommerce-cart .sfx-cart-thumb img {
        padding: 9px !important;
    }

    body.woocommerce-cart .sfx-cart-meta {
        display: grid !important;
        gap: 8px !important;
        min-width: 0 !important;
    }

    body.woocommerce-cart .sfx-cart-title,
    body.woocommerce-cart .sfx-cart-title a,
    body.woocommerce-cart .sfx-cart-meta a:not(.sfx-remove-link) {
        color: var(--sfx-text) !important;
        font-size: 0.94rem !important;
        font-weight: 600 !important;
        line-height: 1.3 !important;
        letter-spacing: 0 !important;
        word-break: normal !important;
        overflow-wrap: anywhere !important;
    }

    body.woocommerce-cart .sfx-remove-link {
        width: fit-content !important;
        margin-top: 0 !important;
        padding: 5px 9px !important;
        border-radius: 999px !important;
        font-size: 0.72rem !important;
        font-weight: 600 !important;
        line-height: 1 !important;
        color: #9c3131 !important;
        background: #fff5f5 !important;
        border: 1px solid #f0d0d0 !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-price,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-quantity,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-subtotal {
        grid-template-columns: minmax(92px, 0.9fr) minmax(0, 1.1fr) !important;
        align-items: center !important;
        column-gap: 12px !important;
        min-height: 34px !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-price::before,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-quantity::before,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-subtotal::before {
        display: block !important;
        content: attr(data-title) !important;
        margin: 0 !important;
        color: var(--sfx-muted) !important;
        font-size: 0.72rem !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
        text-transform: uppercase !important;
        letter-spacing: .05em !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-price .amount,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-subtotal .amount,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-price,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-subtotal {
        color: var(--sfx-text) !important;
        font-size: 0.96rem !important;
        font-weight: 600 !important;
        line-height: 1.25 !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-price > *,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-subtotal > * {
        justify-self: end !important;
        text-align: right !important;
        font-weight: 600 !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-quantity .sfx-cart-qty-control {
        justify-self: end !important;
        min-width: 92px !important;
        width: 92px !important;
        height: 34px !important;
        padding: 3px !important;
        border-radius: 999px !important;
        box-shadow: none !important;
    }

    body.woocommerce-cart .sfx-cart-qty-control .quantity,
    body.woocommerce-cart .sfx-cart-qty-control input.qty,
    body.woocommerce-cart .sfx-cart-qty-control input.sfx-cart-qty-input,
    body.woocommerce-cart .sfx-cart-qty-control .qty {
        width: 24px !important;
        min-width: 24px !important;
        max-width: 24px !important;
        height: 28px !important;
        min-height: 28px !important;
        font-size: 0.84rem !important;
        font-weight: 600 !important;
        line-height: 28px !important;
    }

    body.woocommerce-cart .sfx-qty-btn {
        width: 28px !important;
        height: 28px !important;
        min-width: 28px !important;
        min-height: 28px !important;
        font-size: 0.9rem !important;
        font-weight: 700 !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table tr:not(.cart_item) {
        display: block !important;
        width: 100% !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table tr:not(.cart_item) td.actions {
        display: grid !important;
        gap: 10px !important;
        width: 100% !important;
        padding: 0 !important;
        border: 0 !important;
    }

    body.woocommerce-cart .actions > button[name="update_cart"],
    body.woocommerce-cart .actions > .button[name="update_cart"],
    body.woocommerce-cart .coupon .button,
    body.woocommerce-cart .coupon #coupon_code {
        min-height: 40px !important;
        border-radius: 12px !important;
        font-size: 0.86rem !important;
        font-weight: 600 !important;
    }

    body.woocommerce-cart .cart-collaterals .cart_totals h2,
    body.woocommerce-checkout #order_review_heading,
    body.woocommerce-checkout h3 {
        font-size: 1.15rem !important;
        font-weight: 650 !important;
        line-height: 1.2 !important;
        margin-bottom: 12px !important;
    }

    body.woocommerce-cart .cart-collaterals .cart_totals table,
    body.woocommerce-checkout .woocommerce-checkout-review-order-table {
        font-size: 0.9rem !important;
    }

    body.woocommerce-cart .cart-collaterals .cart_totals th,
    body.woocommerce-cart .cart-collaterals .cart_totals td,
    body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
    body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
        padding: 10px 8px !important;
        font-size: 0.88rem !important;
        font-weight: 500 !important;
        line-height: 1.35 !important;
        vertical-align: top !important;
    }

    body.woocommerce-cart .cart-collaterals .cart_totals .order-total th,
    body.woocommerce-cart .cart-collaterals .cart_totals .order-total td,
    body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total th,
    body.woocommerce-checkout .woocommerce-checkout-review-order-table .order-total td {
        font-size: 0.98rem !important;
        font-weight: 650 !important;
    }

    body.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
    body.woocommerce-checkout #payment #place_order {
        min-height: 46px !important;
        border-radius: 16px !important;
        font-size: 0.98rem !important;
        font-weight: 650 !important;
        line-height: 1.15 !important;
    }

    body.woocommerce-checkout .woocommerce form .form-row label,
    body.woocommerce-checkout form.checkout .form-row label,
    body.woocommerce-checkout .woocommerce-checkout-review-order-table th,
    body.woocommerce-checkout .woocommerce-checkout-review-order-table td,
    body.woocommerce-checkout #payment ul.payment_methods li,
    body.woocommerce-checkout #payment div.payment_box,
    body.woocommerce-checkout .woocommerce-privacy-policy-text,
    body.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
        font-size: 0.86rem !important;
        font-weight: 500 !important;
        line-height: 1.45 !important;
    }

    body.woocommerce-checkout .woocommerce form .form-row input.input-text,
    body.woocommerce-checkout .woocommerce form .form-row textarea,
    body.woocommerce-checkout .woocommerce form .form-row select,
    body.woocommerce-checkout .select2-container--default .select2-selection--single,
    body.woocommerce-checkout .select2-container--default .select2-selection--multiple,
    body.woocommerce-checkout .woocommerce form.checkout .input-text,
    body.woocommerce-checkout .woocommerce form.checkout textarea,
    body.woocommerce-checkout .woocommerce form.checkout select {
        min-height: 42px !important;
        border-radius: 12px !important;
        padding: 0 12px !important;
        font-size: 0.88rem !important;
        font-weight: 500 !important;
    }

    body.woocommerce-checkout .woocommerce form.checkout textarea {
        min-height: 96px !important;
        padding: 12px !important;
    }

    body.woocommerce-checkout #payment,
    body.woocommerce-checkout #payment div.payment_box {
        border-radius: 16px !important;
    }
}

@media (max-width: 420px) {
    body.woocommerce-cart .sfx-cart-table-card,
    body.woocommerce-cart .cart-collaterals .cart_totals,
    body.woocommerce-checkout .sfx-checkout-fields-card,
    body.woocommerce-checkout .sfx-checkout-extra-card {
        padding: 12px !important;
    }

    body.woocommerce-cart .sfx-cart-product {
        grid-template-columns: 64px minmax(0, 1fr) !important;
        gap: 10px !important;
    }

    body.woocommerce-cart .sfx-cart-thumb {
        width: 64px !important;
        height: 64px !important;
    }

    body.woocommerce-cart .sfx-cart-title,
    body.woocommerce-cart .sfx-cart-title a,
    body.woocommerce-cart .sfx-cart-meta a:not(.sfx-remove-link) {
        font-size: 0.88rem !important;
        font-weight: 600 !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-price,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-quantity,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-subtotal {
        grid-template-columns: 82px minmax(0, 1fr) !important;
    }

    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-price::before,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-quantity::before,
    body.woocommerce-cart .woocommerce table.shop_table.sfx-cart-table td.product-subtotal::before {
        font-size: 0.68rem !important;
    }
}


/* v76 mobile search result product image polish */
@media (max-width: 768px) {
    html body.search .woocommerce ul.products,
    html body.search-results .woocommerce ul.products,
    html body .sfx-shop-layout--search-results .woocommerce ul.products {
        gap: 16px !important;
    }

    html body.search .woocommerce ul.products li.product,
    html body.search-results .woocommerce ul.products li.product,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.product,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.els-product-card {
        overflow: hidden !important;
        background: #ffffff !important;
    }

    html body.search .woocommerce ul.products li.product .els-product-media,
    html body.search-results .woocommerce ul.products li.product .els-product-media,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.product .els-product-media,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.els-product-card .els-product-media {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 168px !important;
        min-height: 168px !important;
        padding: 14px !important;
        background: linear-gradient(180deg, #ffffff 0%, #f7faf8 100%) !important;
        border-bottom: 1px solid #e8f0eb !important;
        overflow: hidden !important;
    }

    html body.search .woocommerce ul.products li.product .els-product-link,
    html body.search-results .woocommerce ul.products li.product .els-product-link,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.product .els-product-link,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.els-product-card .els-product-link {
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    html body.search .woocommerce ul.products li.product a img,
    html body.search-results .woocommerce ul.products li.product a img,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.product a img,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.els-product-card a img {
        display: block !important;
        width: auto !important;
        height: auto !important;
        max-width: 86% !important;
        max-height: 132px !important;
        margin: 0 auto !important;
        padding: 0 !important;
        object-fit: contain !important;
        object-position: center center !important;
        transform: translateY(0) scale(1.08) !important;
        transform-origin: center center !important;
    }
}

@media (max-width: 640px) {
    html body.search .sfx-shop-main--featured .woocommerce ul.products,
    html body.search-results .sfx-shop-main--featured .woocommerce ul.products,
    html body .sfx-shop-layout--search-results .woocommerce ul.products {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    html body.search .woocommerce ul.products li.product .els-product-shell,
    html body.search-results .woocommerce ul.products li.product .els-product-shell,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.product .els-product-shell,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.els-product-card .els-product-shell {
        display: grid !important;
        grid-template-columns: 132px minmax(0, 1fr) !important;
        grid-template-rows: auto auto !important;
        min-height: 176px !important;
        height: auto !important;
    }

    html body.search .woocommerce ul.products li.product .els-product-media-wrap,
    html body.search-results .woocommerce ul.products li.product .els-product-media-wrap,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.product .els-product-media-wrap,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.els-product-card .els-product-media-wrap {
        grid-column: 1 !important;
        grid-row: 1 / span 2 !important;
        min-height: 176px !important;
        height: 100% !important;
        border-right: 1px solid #e8f0eb !important;
    }

    html body.search .woocommerce ul.products li.product .els-product-media,
    html body.search-results .woocommerce ul.products li.product .els-product-media,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.product .els-product-media,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.els-product-card .els-product-media {
        height: 100% !important;
        min-height: 176px !important;
        padding: 12px !important;
        border-bottom: 0 !important;
    }

    html body.search .woocommerce ul.products li.product a img,
    html body.search-results .woocommerce ul.products li.product a img,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.product a img,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.els-product-card a img {
        max-width: 94% !important;
        max-height: 118px !important;
        transform: translateY(-2px) scale(1.14) !important;
    }

    html body.search .woocommerce ul.products li.product .els-product-content,
    html body.search-results .woocommerce ul.products li.product .els-product-content,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.product .els-product-content,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.els-product-card .els-product-content {
        grid-column: 2 !important;
        grid-row: 1 !important;
        min-height: auto !important;
        padding: 15px 14px 8px !important;
        gap: 8px !important;
    }

    html body.search .woocommerce ul.products li.product .els-product-link-title,
    html body.search-results .woocommerce ul.products li.product .els-product-link-title,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.product .els-product-link-title,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.els-product-card .els-product-link-title {
        min-height: auto !important;
        max-height: none !important;
    }

    html body.search .woocommerce ul.products li.product .woocommerce-loop-product__title,
    html body.search-results .woocommerce ul.products li.product .woocommerce-loop-product__title,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.product .woocommerce-loop-product__title,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.els-product-card .woocommerce-loop-product__title {
        -webkit-line-clamp: 3 !important;
        min-height: auto !important;
        max-height: none !important;
        font-size: 0.94rem !important;
        line-height: 1.3 !important;
        font-weight: 700 !important;
        color: #173c2f !important;
    }

    html body.search .woocommerce ul.products li.product .els-price-row,
    html body.search-results .woocommerce ul.products li.product .els-price-row,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.product .els-price-row,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.els-product-card .els-price-row {
        min-height: auto !important;
        margin-top: 0 !important;
    }

    html body.search .woocommerce ul.products li.product .price,
    html body.search-results .woocommerce ul.products li.product .price,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.product .price,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.els-product-card .price {
        font-size: 0.98rem !important;
        line-height: 1.2 !important;
    }

    html body.search .woocommerce ul.products li.product .els-product-actions,
    html body.search-results .woocommerce ul.products li.product .els-product-actions,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.product .els-product-actions,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.els-product-card .els-product-actions {
        grid-column: 2 !important;
        grid-row: 2 !important;
        padding: 0 14px 14px !important;
        align-self: end !important;
    }

    html body.search .woocommerce ul.products li.product .button,
    html body.search-results .woocommerce ul.products li.product .button,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.product .button,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.els-product-card .button {
        min-height: 40px !important;
        border-radius: 12px !important;
        font-size: 0.88rem !important;
        font-weight: 700 !important;
    }
}

@media (max-width: 380px) {
    html body.search .woocommerce ul.products li.product .els-product-shell,
    html body.search-results .woocommerce ul.products li.product .els-product-shell,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.product .els-product-shell,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.els-product-card .els-product-shell {
        grid-template-columns: 118px minmax(0, 1fr) !important;
    }

    html body.search .woocommerce ul.products li.product .els-product-media-wrap,
    html body.search-results .woocommerce ul.products li.product .els-product-media-wrap,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.product .els-product-media-wrap,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.els-product-card .els-product-media-wrap,
    html body.search .woocommerce ul.products li.product .els-product-media,
    html body.search-results .woocommerce ul.products li.product .els-product-media,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.product .els-product-media,
    html body .sfx-shop-layout--search-results .woocommerce ul.products li.els-product-card .els-product-media {
        min-height: 168px !important;
    }
}
