.woocommerce .woocommerce-breadcrumb {
    padding: 28px 0;
    margin: 0;
    color: var(--muted);
    font-size: .8rem
}

.commerce-layout {
    padding-bottom: 100px
}

.woocommerce-products-header {
    padding: 54px 0 38px
}

.woocommerce-products-header__title {
    font-size: clamp(2.7rem, 5vw, 5.2rem)
}

.woocommerce .woocommerce-result-count {
    color: var(--muted)
}

.woocommerce .woocommerce-ordering select {
    padding: 11px 40px 11px 16px;
    border: 1px solid var(--line);
    border-radius: 100px;
    background: transparent
}

.woocommerce .products {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 38px 18px;
    margin: 0
}

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

.woocommerce ul.products li.product {
    float: none;
    width: auto;
    margin: 0
}

.woocommerce ul.products li.product a img {
    height: 380px;
    margin: 0 0 18px;
    padding: 25px;
    object-fit: contain;
    background-color: #FAF9F6;
    background-image: radial-gradient(circle at 75% 30%, rgba(255, 108, 0, 0.05) 0%, rgba(255, 255, 255, 0) 55%), linear-gradient(135deg, #fdfdfd 0%, #faf8f5 100%);
    border-radius: 18px
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    padding: 0;
    font: 700 1rem/1.35 Poppins, sans-serif;
    letter-spacing: -.02em
}

.woocommerce ul.products li.product .price {
    color: var(--green);
    font-weight: 500;
    font-size: .95rem
}

.woocommerce span.onsale {
    min-width: auto;
    min-height: auto;
    line-height: 1;
    top: 14px;
    left: 14px;
    padding: 8px 12px;
    border-radius: 100px;
    background: var(--green);
    font-size: .7rem
}

.woocommerce ul.products li.product .button {
    width: 100%;
    min-height: 44px;
    margin-top: 12px;
    padding: 0 18px;
    background: var(--primary);
    color: #fff;
    border-radius: 2px
}

.woocommerce ul.products li.product .button:hover {
    background: var(--primary-light)
}

.shop-sidebar {
    float: left;
    width: 235px;
    margin-right: 42px
}

.shop-sidebar h2 {
    font-size: 1.2rem;
    margin-bottom: 24px
}

.shop-products {
    overflow: hidden
}

.category-filter {
    list-style: none;
    margin: 0 0 38px;
    padding: 0
}

.category-filter li {
    border-bottom: 1px solid var(--line)
}

.category-filter a {
    display: flex;
    justify-content: space-between;
    padding: 11px 0;
    font-weight: 500
}

.category-filter span {
    color: var(--muted);
    font-weight: 400
}

.filter-toggle,
.filter-close {
    display: none
}

.woocommerce nav.woocommerce-pagination {
    margin-top: 55px
}

.woocommerce nav.woocommerce-pagination ul {
    border: 0
}

.woocommerce nav.woocommerce-pagination ul li {
    border: 0;
    margin: 3px
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
    display: grid;
    place-items: center;
    width: 42px;
    height: 42px;
    padding: 0;
    border-radius: 50%
}

.woocommerce nav.woocommerce-pagination ul li span.current {
    background: var(--ink);
    color: #fff
}

.single-product div.product {
    padding-top: 50px
}

.single-product div.product:after {
    content: "";
    display: block;
    clear: both
}

.single-product div.product .woocommerce-product-gallery {
    width: 56%
}

.single-product div.product .summary {
    width: 39%;
    padding-top: 26px
}

.single-product .product_title {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: rgb(40, 38, 43);
    font-size: 27px;
    line-height: 35px
}

.single-product div.product p.price {
    color: var(--green);
    font: 700 1.45rem 'Manrope', sans-serif
}

.woocommerce-product-details__short-description {
    font-size: 1.03rem
}

.single-product form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 28px
}

.woocommerce .quantity .qty {
    height: 54px;
    width: 72px;
    border: 1px solid var(--line);
    border-radius: 100px
}

.woocommerce div.product form.cart .button {
    min-height: 54px;
    background: var(--primary);
    color: #fff;
    border-radius: 2px;
    padding: 0 27px
}

.woocommerce div.product form.cart .buy-now-button {
    background: var(--green)
}

.woocommerce div.product form.cart .variations {
    width: 100%
}

.woocommerce div.product form.cart .variations select {
    min-height: 50px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 0 12px
}

.woocommerce-product-gallery__image img {
    background-color: #FAF9F6;
    background-image: radial-gradient(circle at 75% 30%, rgba(255, 108, 0, 0.05) 0%, rgba(255, 255, 255, 0) 55%), linear-gradient(135deg, #fdfdfd 0%, #faf8f5 100%);
    border-radius: 22px
}

.woocommerce div.product .woocommerce-tabs {
    padding-top: 80px
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    border-bottom: 1px solid var(--line)
}

.woocommerce div.product .woocommerce-tabs ul.tabs:before {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 0;
    background: transparent;
    padding: 0;
    margin-right: 28px
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
    display: none
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 14px 0
}

.woocommerce div.product .woocommerce-tabs .panel {
    max-width: 900px
}

.ssc-spec-table {
    width: 100%;
    border-collapse: collapse
}

.ssc-spec-table th,
.ssc-spec-table td {
    text-align: left;
    padding: 15px;
    border-bottom: 1px solid var(--line)
}

.ssc-spec-table th {
    width: 35%
}

.related.products {
    clear: both;
    padding-top: 80px
}

.related.products>h2 {
    font-size: 2.5rem
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border: 0;
    border-radius: 12px;
    background: var(--cream);
    color: var(--ink)
}

.woocommerce-message {
    border-left: 4px solid var(--green)
}

.woocommerce-error {
    border-left: 4px solid #a84135
}

.woocommerce-cart-form,
.cart_totals,
.woocommerce-checkout-review-order,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce-account .woocommerce-MyAccount-content {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff
}

.woocommerce table.shop_table {
    border: 0
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
    border-color: var(--line)
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: var(--primary);
    color: #fff;
    border-radius: 2px;
    padding: 14px 22px
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--primary-light);
    color: #fff
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.select2-container--default .select2-selection--single {
    min-height: 48px;
    padding: 10px 13px;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 27px
}

.woocommerce-checkout #payment {
    background: var(--cream);
    border-radius: 12px
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 24%
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 72%
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid var(--line);
    font-weight: 500
}

.star-rating span:before {
    color: var(--gold)
}

@media(max-width:1000px) {
    .woocommerce .products {
        grid-template-columns: repeat(2, 1fr)
    }

    .shop-sidebar {
        position: fixed;
        z-index: 300;
        top: 0;
        left: 0;
        height: 100%;
        width: min(86%, 340px);
        padding: 34px;
        background: #fff;
        transform: translateX(-110%);
        transition: transform .3s;
        overflow: auto
    }

    .shop-sidebar.is-open {
        transform: none;
        box-shadow: var(--shadow)
    }

    .filter-toggle {
        display: inline-flex;
        border: 1px solid var(--line);
        border-radius: 100px;
        background: transparent;
        padding: 10px 18px
    }

    .filter-close {
        display: block;
        position: absolute;
        right: 18px;
        top: 14px;
        border: 0;
        background: transparent;
        font-size: 2rem
    }

    .single-product div.product .woocommerce-product-gallery,
    .single-product div.product .summary {
        float: none;
        width: 100%
    }

    .single-product div.product .summary {
        padding-top: 45px
    }

    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
        float: none;
        width: 100%
    }

    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 24px
    }
}

@media(max-width:600px) {
    .woocommerce .products {
        grid-template-columns: 1fr 1fr;
        gap: 28px 10px
    }

    .woocommerce ul.products li.product a img {
        height: 220px;
        padding: 12px
    }

    .woocommerce ul.products li.product .button {
        display: none
    }

    .woocommerce .woocommerce-result-count {
        float: none
    }

    .woocommerce .woocommerce-ordering {
        float: none;
        margin-top: 12px
    }

    .woocommerce div.product form.cart .button {
        flex: 1;
        padding-inline: 15px
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        display: flex;
        overflow-x: auto
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        white-space: nowrap
    }

    .woocommerce-cart-form {
        overflow-x: auto;
        padding: 15px
    }

    .related.products .products {
        grid-template-columns: 1fr 1fr
    }
}

/* Bornler storefront polish */
.woocommerce-page .site-main {
    overflow: hidden
}

.woocommerce .commerce-layout {
    width: min(1180px, calc(100vw - 40px));
    margin-inline: auto;
    padding: 54px 0 92px
}

.woocommerce-products-header {
    padding: 0 0 30px
}

.woocommerce-products-header__title,
.woocommerce-page .page-title {
    font-size: clamp(2.8rem, 5.6vw, 5.8rem);
    line-height: .94;
    letter-spacing: -.06em;
    margin: 0;
    color: var(--text)
}

.woocommerce-products-header__title:after,
.woocommerce-page .page-title:after {
    content: "";
    display: block;
    width: 48px;
    height: 3px;
    margin-top: 22px;
    background: var(--primary)
}

.woocommerce .woocommerce-result-count {
    float: none;
    margin: 0 0 28px;
    color: #6b7280;
    font-size: 1rem
}

.woocommerce .woocommerce-ordering {
    float: none;
    margin: 0 0 28px
}

.woocommerce .woocommerce-ordering select {
    min-width: 240px;
    border-radius: 0;
    background: #fff;
    color: var(--text);
    font-weight: 500
}

.shop-sidebar {
    width: 230px;
    margin-right: 48px;
    padding-top: 6px
}

.shop-sidebar h2 {
    font-size: 1rem;
    letter-spacing: -.02em
}

.category-filter a {
    font-size: .95rem
}

.shop-products {
    display: block;
    overflow: visible
}

.woocommerce .shop-products .products,
.woocommerce .related.products .products {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 34px 28px;
    align-items: start
}

.woocommerce ul.products li.product {
    position: relative;
    text-align: left;
    background: #fff
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
    display: block
}

.woocommerce ul.products li.product a img {
    display: block;
    width: 100%;
    height: 320px;
    margin: 0 0 18px;
    padding: 34px;
    object-fit: contain;
    background: #f3f1ec;
    border-radius: 0;
    transition: transform .28s ease, box-shadow .28s ease
}

.woocommerce ul.products li.product:hover a img {
    transform: translateY(-4px);
    box-shadow: 0 18px 45px rgba(40, 38, 43, .08)
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.05rem;
    margin: 0 0 8px;
    color: var(--text)
}

.woocommerce ul.products li.product .price {
    display: block;
    min-height: 1.2em;
    color: var(--primary);
    font-weight: 500
}

.woocommerce ul.products li.product .button {
    display: inline-flex;
    width: auto;
    min-width: 128px;
    min-height: 42px;
    margin-top: 14px;
    border-radius: 0;
    font-size: .9rem;
    line-height: 1.1
}

.single-product .commerce-layout {
    padding-top: 64px
}

.single-product div.product {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(360px, .82fr);
    gap: 56px;
    align-items: start;
    padding-top: 0
}

.single-product div.product:after {
    display: none
}

.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary {
    float: none !important;
    width: auto !important
}

.single-product div.product .woocommerce-product-gallery {
    margin: 0
}

.woocommerce-product-gallery__wrapper {
    margin: 0
}

.woocommerce-product-gallery__image {
    background: #f6f5f2;
    border-radius: 0;
    text-align: center
}

.woocommerce-product-gallery__image img {
    display: block;
    width: 100%;
    max-height: 620px;
    padding: 54px;
    object-fit: contain;
    background: #f6f5f2;
    border-radius: 0
}

.flex-control-thumbs {
    display: flex;
    gap: 14px;
    margin: 18px 0 0 !important;
    padding: 0 !important
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 88px !important;
    float: none !important
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    height: 88px;
    padding: 10px;
    object-fit: contain;
    background: #f6f5f2;
    border: 1px solid transparent;
    opacity: 1
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active {
    border-color: var(--primary)
}

.single-product div.product .summary {
    padding: 14px 0 0
}

.single-product .product_title {
    font-family: Poppins, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: rgb(40, 38, 43);
    font-size: 27px;
    line-height: 35px;
    letter-spacing: normal;
    margin-bottom: 18px
}

.single-product .posted_in,
.single-product .tagged_as,
.single-product .sku_wrapper {
    display: none !important
}

.single-product div.product p.price {
    margin: 0 0 18px;
    color: var(--primary);
    font-size: 1.55rem
}

.woocommerce-product-details__short-description {
    max-width: 520px;
    margin: 20px 0 26px;
    color: var(--muted);
    font-size: 1rem
}

.single-product form.cart {
    align-items: center;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid var(--line)
}

.woocommerce .quantity .qty {
    border-radius: 0
}

.woocommerce div.product form.cart .button {
    border-radius: 0;
    font-weight: 500
}

.woocommerce div.product form.cart .buy-now-button {
    background: #111;
    color: #fff
}

.woocommerce div.product .woocommerce-tabs {
    grid-column: 1/-1;
    margin-top: 46px;
    padding-top: 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    gap: 28px;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid var(--line)
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 !important
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: .95rem;
    font-weight: 500
}

.woocommerce div.product .woocommerce-tabs .panel {
    max-width: 780px;
    padding: 42px 0 0;
    margin: 0
}

.woocommerce div.product .woocommerce-tabs .panel h2:first-child {
    font-size: clamp(1.7rem, 3vw, 2.7rem);
    margin-bottom: 24px
}

.woocommerce div.product .woocommerce-tabs .panel h2:not(:first-child),
.woocommerce div.product .woocommerce-tabs .panel h3 {
    font-size: clamp(1.45rem, 2.5vw, 2.25rem);
    margin-top: 42px
}

.woocommerce div.product .woocommerce-tabs .panel p {
    max-width: 760px;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.8
}

.related.products {
    grid-column: 1/-1;
    padding-top: 66px
}

.related.products>h2 {
    font-size: clamp(1.8rem, 3vw, 2.8rem)
}

@media(min-width:1001px) {
    .woocommerce .woocommerce-result-count {
        display: inline-block
    }

    .woocommerce .woocommerce-ordering {
        float: right
    }

    .woocommerce .shop-products .products {
        clear: both
    }

    .woocommerce .shop-products .products:before,
    .woocommerce .shop-products .products:after {
        display: none !important
    }
}

@media(max-width:1000px) {
    .woocommerce .commerce-layout {
        padding-top: 42px
    }

    .woocommerce-products-header__title,
    .woocommerce-page .page-title {
        font-size: clamp(2.4rem, 11vw, 4.5rem)
    }

    .shop-products {
        overflow: visible
    }

    .single-product div.product {
        grid-template-columns: 1fr;
        gap: 32px
    }

    .single-product div.product .summary {
        padding-top: 0
    }

    .woocommerce-product-gallery__image img {
        max-height: 520px
    }
}

@media(max-width:600px) {
    .woocommerce .commerce-layout {
        width: calc(100vw - 24px);
        padding: 34px 0 68px
    }

    .woocommerce .shop-products .products,
    .woocommerce .related.products .products {
        grid-template-columns: 1fr 1fr;
        gap: 26px 12px
    }

    .woocommerce ul.products li.product a img {
        height: 210px;
        padding: 18px
    }

    .woocommerce ul.products li.product .button {
        display: none
    }

    .single-product .product_title {
        font-family: Poppins, sans-serif;
        font-style: normal;
        font-weight: 500;
        color: rgb(40, 38, 43);
        font-size: 27px;
        line-height: 35px
    }

    .woocommerce-product-gallery__image img {
        padding: 26px;
        max-height: 420px
    }

    .woocommerce div.product div.images .flex-control-thumbs li {
        width: 68px !important
    }

    .woocommerce div.product div.images .flex-control-thumbs li img {
        height: 68px
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        gap: 18px;
        overflow-x: auto
    }

    .woocommerce div.product .woocommerce-tabs .panel {
        padding-top: 30px
    }
}

/* Controlled Bornler shop and single-product templates */
.bornler-commerce-container {
    width: min(1180px, calc(100vw - 48px));
    margin-inline: auto
}

.bornler-kicker {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--primary);
    font-size: .72rem;
    font-weight: 500;
    letter-spacing: .18em;
    text-transform: uppercase
}

.bornler-shop-hero {
    padding: 80px 0 50px;
    background: var(--paper);
    border-bottom: 1px solid var(--line)
}

.bornler-shop-hero h1 {
    max-width: 900px;
    margin-bottom: 18px;
    font-size: clamp(2.3rem, 5vw, 4rem)
}

.bornler-shop-hero p {
    max-width: 720px;
    margin: 0;
    font-size: 1.1rem;
    color: var(--muted)
}

.bornler-shop-content {
    padding: 18px 0 96px;
    background: var(--paper)
}

.bornler-shop-layout {
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 40px;
    padding-block: 60px
}

.bornler-shop-filter {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.bornler-shop-filter h2 {
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--ink);
    margin-bottom: 15px;
    font-weight: 500
}

.bornler-shop-filter a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 0.95rem;
    color: var(--muted);
    background: transparent;
    cursor: pointer;
    transition: var(--transition)
}

.bornler-shop-filter a span {
    font-size: 0.8rem;
    background: var(--line);
    color: var(--ink);
    padding: 2px 8px;
    border-radius: 20px;
    font-weight: 500
}

.bornler-shop-filter a:hover,
.bornler-shop-filter a.is-active {
    color: var(--primary);
    background: var(--cream)
}

.bornler-shop-filter a.is-active span {
    background: var(--primary);
    color: #fff
}

.bornler-shop-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid var(--line);
    padding-bottom: 15px
}

.bornler-shop-toolbar .woocommerce-result-count {
    float: none;
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem
}

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

.bornler-shop-toolbar select {
    border: 1px solid var(--line);
    padding: 8px 16px;
    border-radius: 8px;
    background: var(--paper);
    color: var(--ink);
    font-size: 0.9rem;
    font-weight: 500;
    min-width: 238px
}

.bornler-product-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}

@media (min-width: 600px) {
    .bornler-product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (min-width: 900px) {
    .bornler-product-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
    }
}

.bornler-product-card {
    background: var(--paper);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: var(--transition);
    min-width: 0
}

.bornler-product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow);
    border-color: rgba(255, 108, 0, 0.3)
}

.bornler-product-card__media {
    display: block;
    aspect-ratio: 1;
    padding: 24px;
    background-color: #FAF9F6;
    background-image: radial-gradient(circle at 75% 30%, rgba(255, 108, 0, 0.05) 0%, rgba(255, 255, 255, 0) 55%), linear-gradient(135deg, #fdfdfd 0%, #faf8f5 100%);
    border-bottom: 1px solid var(--line);
    overflow: hidden;
    position: relative;
    transition: none
}

.bornler-product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border-radius: 0 !important
}

.bornler-product-card:hover .bornler-product-card__media img {
    transform: scale(1.04)
}

.bornler-product-card__body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-top: 24px
}

.bornler-product-card__cat {
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--primary);
    font-weight: 500;
    margin-bottom: 8px
}

.bornler-product-card__cat a {
    color: inherit
}

.bornler-product-card h2 {
    font-size: 23px;
    line-height: 1.3;
    margin-bottom: 12px;
    font-weight: 500
}

.bornler-product-card h2 a:hover {
    color: var(--primary)
}

.bornler-product-card__meta-details {
    font-size: 0.85rem;
    color: var(--muted);
    margin: 8px 0 16px;
    border-top: 1px solid var(--line);
    padding-top: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bornler-product-card__meta-row {
    display: flex;
    flex-direction: column;
    gap: 2px;
    line-height: 1.4;
    text-align: left;
}

.bornler-product-card__meta-row strong {
    color: var(--text-dark);
}

.bornler-product-card__meta-row span {
    color: var(--text);
}

.bornler-product-card__meta-link {
    margin-top: 4px;
}

.bornler-product-card__meta-link .text-link {
    font-size: 0.82rem;
    font-weight: 500;
    text-decoration: none;
}

@media (min-width: 700px) {
    .bornler-product-card__meta-row {
        display: grid;
        grid-template-columns: 100px 1fr;
        gap: 8px;
    }

    .bornler-product-card__meta-link {
        padding-left: 108px;
    }
}

.bornler-product-card__price {
    font-size: 1.15rem;
    font-weight: 500;
    color: var(--ink);
    margin-bottom: 20px;
    margin-top: auto
}

.bornler-product-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    background: var(--cream);
    color: var(--ink);
    border-radius: 50px;
    font-weight: 500;
    font-size: 0.88rem;
    transition: var(--transition);
    width: 100%;
    border: 1px solid var(--line);
    cursor: pointer;
    margin-top: 16px
}

.bornler-product-card__button:hover {
    background: var(--primary);
    color: #fff;
    border-color: var(--primary)
}

.bornler-shop-pagination {
    margin-top: 56px
}

.bornler-empty-shop {
    padding: 50px;
    background: var(--section-bg)
}

.bornler-empty-shop h2 {
    font-size: 2rem
}

.bornler-single-product {
    background: #fff
}

.bornler-product-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(380px, .82fr);
    gap: 64px;
    align-items: start;
    padding: 72px 0 62px
}

.bornler-product-gallery .woocommerce-product-gallery {
    float: none !important;
    width: 100% !important;
    max-width: 650px !important;
    margin: 0 !important
}

.bornler-product-gallery .woocommerce-product-gallery__wrapper {
    margin: 0
}

.bornler-product-gallery .woocommerce-product-gallery__image {
    display: block !important;
    background: #f5f4f0;
    min-height: 530px;
    overflow: hidden;
    border-radius: 24px !important;
    position: relative !important;
}

.bornler-product-gallery .woocommerce-product-gallery__image a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    height: 100% !important;
    position: relative !important;
}

.bornler-product-gallery .woocommerce-product-gallery__image img {
    display: block !important;
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    padding: 20px 20px 20px 20px !important;
    background: #f5f4f0 !important;
    border-radius: 24px !important;
}

.bornler-product-gallery .woocommerce div.product .images .flex-control-thumbs,
.bornler-product-gallery .woocommerce-page div.product .images .flex-control-thumbs,
.bornler-product-gallery .woocommerce div.product .images .flex-control-thumbs,
.bornler-product-gallery .woocommerce-page div.product .images .flex-control-thumbs,
.bornler-product-gallery ol.flex-control-thumbs,
.bornler-product-gallery ul.flex-control-thumbs,
.bornler-product-gallery .flex-control-thumbs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    margin: 16px 0 0 !important;
    padding: 0 !important;
}

.bornler-product-gallery .woocommerce div.product .images .flex-control-thumbs li,
.bornler-product-gallery .woocommerce-page div.product .images .flex-control-thumbs li,
.bornler-product-gallery ol.flex-control-thumbs li,
.bornler-product-gallery ul.flex-control-thumbs li,
.bornler-product-gallery .flex-control-thumbs li {
    float: none !important;
    width: 72px !important;
    height: 72px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bornler-product-gallery .woocommerce div.product .images .flex-control-thumbs li img,
.bornler-product-gallery .woocommerce-page div.product .images .flex-control-thumbs li img,
.bornler-product-gallery ol.flex-control-thumbs li img,
.bornler-product-gallery ul.flex-control-thumbs li img,
.bornler-product-gallery .flex-control-thumbs img {
    width: 72px !important;
    height: 72px !important;
    padding: 8px !important;
    object-fit: contain !important;
    background: #fff !important;
    border: 1.5px solid #e8e4dd !important;
    border-radius: 12px !important;
    opacity: 1 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.bornler-product-gallery .woocommerce div.product .images .flex-control-thumbs li img.flex-active,
.bornler-product-gallery .woocommerce-page div.product .images .flex-control-thumbs li img.flex-active,
.bornler-product-gallery ol.flex-control-thumbs li img.flex-active,
.bornler-product-gallery ul.flex-control-thumbs li img.flex-active,
.bornler-product-gallery .flex-control-thumbs img.flex-active {
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 1px var(--primary) !important;
}

.bornler-product-summary {
    padding-top: 26px
}

.bornler-product-summary h1 {
    max-width: 540px;
    margin: 0 0 16px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 27px;
    line-height: 35px;
    letter-spacing: normal;
}

.bornler-product-price {
    margin-bottom: 12px !important;
    color: var(--primary);
    font-size: 1.45rem;
    font-weight: 900
}

.bornler-product-short {
    max-width: 540px;
    margin-bottom: 26px
}

.bornler-product-short p {
    margin: 0;
    color: var(--muted);
    font-size: 1.02rem;
    line-height: 1.75
}

.bornler-product-actions {
    padding: 26px 0;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.bornler-product-actions form.cart {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 !important
}

.bornler-product-actions .quantity .qty {
    width: 76px;
    height: 54px;
    border: 1px solid var(--line);
    border-radius: 2px
}

.bornler-product-actions .button {
    min-height: 54px;
    padding: 0 28px;
    border-radius: 2px !important;
    background: var(--primary) !important;
    color: #fff !important;
    font-weight: 900
}

.bornler-product-actions .buy-now-button {
    background: #111 !important
}

.bornler-product-promises {
    display: grid;
    gap: 14px;
    margin-top: 28px
}

.bornler-product-promises div {
    padding: 18px 20px;
    background: #fafafa;
    border-left: 3px solid var(--primary)
}

.bornler-product-promises strong,
.bornler-product-promises span {
    display: block
}

.bornler-product-promises strong {
    margin-bottom: 4px;
    color: var(--text);
    font-size: .95rem
}

.bornler-product-promises span {
    color: var(--muted);
    font-size: .88rem;
    line-height: 1.55
}

.bornler-product-info {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr);
    gap: 58px;
    padding: 56px 0 82px;
    border-top: 1px solid var(--line)
}

.bornler-product-info h2 {
    margin: 0 0 24px;
    font-size: clamp(2rem, 3.4vw, 3.4rem);
    letter-spacing: -.055em
}

.bornler-product-info h3 {
    margin: 36px 0 12px;
    font-size: clamp(1.35rem, 2vw, 2rem)
}

.bornler-product-info p {
    max-width: 760px;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.85
}

.bornler-product-specs {
    padding: 34px;
    background: #fafafa;
    align-self: start
}

.bornler-product-specs .ssc-spec-table th,
.bornler-product-specs .ssc-spec-table td {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-size: .95rem
}

.bornler-product-specs .ssc-spec-table th {
    padding-right: 24px;
    color: var(--text)
}

.bornler-product-related {
    padding: 0 0 96px
}

.bornler-product-related .related.products {
    padding-top: 0
}

.bornler-product-related .related.products>h2 {
    font-size: clamp(2rem, 3vw, 3rem);
    margin-bottom: 30px
}

.bornler-product-related .products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px
}

@media(max-width:1100px) {
    .bornler-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .bornler-product-shell {
        grid-template-columns: 1fr;
        gap: 34px
    }

    .bornler-product-summary {
        padding-top: 0
    }

    .bornler-product-info {
        grid-template-columns: 1fr
    }

    .bornler-product-related .products {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
}

@media(max-width:760px) {
    .bornler-commerce-container {
        width: calc(100vw - 28px)
    }

    .bornler-shop-hero {
        padding: 48px 0 28px
    }

    .bornler-shop-hero h1 {
        font-size: 4rem
    }

    .bornler-shop-layout {
        grid-template-columns: 1fr;
        gap: 28px
    }

    .bornler-shop-filter {
        position: static;
        display: flex;
        gap: 10px;
        overflow-x: auto;
        padding: 0 0 10px
    }

    .bornler-shop-filter h2 {
        display: none
    }

    .bornler-shop-filter a {
        white-space: nowrap;
        border: 1px solid var(--line);
        padding: 10px 14px
    }

    .bornler-shop-filter span {
        margin-left: 8px
    }

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

    .bornler-shop-toolbar select {
        width: 100%
    }

    .bornler-product-grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px 14px
    }

    .bornler-product-card__media {
        height: 220px;
        padding: 20px
    }

    .bornler-product-card__cat {
        font-size: .65rem
    }

    .bornler-product-card h2 {
        font-size: .98rem
    }

    .bornler-product-card__button {
        display: none
    }

    .bornler-product-shell {
        padding: 42px 0
    }

    .bornler-product-gallery .woocommerce-product-gallery__image {
        min-height: 390px !important;
        display: block !important;
    }

    .bornler-product-gallery .woocommerce-product-gallery__image a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 390px !important;
    }

    .bornler-product-gallery .woocommerce-product-gallery__image img {
        display: block !important;
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
        padding: 30px 26px 15px 26px !important;
    }

    .bornler-product-summary h1 {
        font-size: 27px;
        line-height: 35px;
    }

    .bornler-product-info {
        padding: 38px 0 62px
    }

    .bornler-product-specs {
        padding: 24px
    }

    .bornler-product-related .products {
        grid-template-columns: 1fr 1fr
    }
}

/* Bornler Premium Collection Cards Alignment */
.collection-card {
    display: flex;
    align-items: flex-end;
    padding: 30px;
    border-radius: var(--radius) !important;
    min-height: 450px !important;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #e9e7df;
}

.collection-card.col-infant {
    background: #EAE6DF !important;
}

.collection-card.col-kids {
    background: #DFEBED !important;
}

.collection-card.col-adult {
    background: #E9DFEB !important;
}

.collection-grid--page .collection-card img,
.collection-card img {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    padding: 0 !important;
    background: transparent !important;
    opacity: 0.85 !important;
    mix-blend-mode: multiply !important;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.3s !important;
}

.collection-card:hover img {
    transform: scale(1.05) !important;
    opacity: 0.95 !important;
}

.collection-card__scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(5, 6, 13, 0.85) 0%, rgba(5, 6, 13, 0.3) 50%, transparent 100%) !important;
    z-index: 1;
}

.collection-card>div,
.collection-card__content {
    position: relative !important;
    inset: auto !important;
    z-index: 2;
    color: #fff;
    width: 100% !important;
    text-align: left;
}

.collection-card__content span {
    font-size: 0.74rem;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    color: var(--primary-light);
    font-weight: 500;
}

.collection-card__content h3 {
    font-size: 1.6rem;
    margin: 4px 0 0 0;
    color: #fff;
    font-weight: 500;
    padding-right: 60px;
}

.collection-card__content p {
    padding-right: 60px;
    margin-bottom: 0;
}

.collection-card__arrow {
    position: absolute;
    right: 0;
    bottom: 0;
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    background: #fff;
    color: var(--ink);
    border-radius: 50%;
    transition: var(--transition);
    z-index: 2;
}

.collection-card:hover .collection-card__arrow {
    background: var(--primary);
    color: #fff;
    transform: scale(1.1);
}

.collection-card__arrow svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
}

/* Collections Page CTA Box Rounded Corners */
.collections-page-cta {
    border-radius: var(--radius) !important;
}

/* Desktop Collection Grid Alignment (3 columns to fill empty space) */
@media(min-width: 1001px) {
    .collection-grid {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 20px !important;
    }
}

/* Single Product Meta Table — Premium Design */
table.bornler-product-meta {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    font-size: 0.9rem !important;
    margin-top: 28px !important;
    margin-bottom: 0 !important;
    border: 1px solid #e8e4dd !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05) !important;
    display: table !important;
}

table.bornler-product-meta th,
table.bornler-product-meta td {
    padding: 11px 16px !important;
    text-align: left !important;
    vertical-align: top !important;
    border-bottom: 1px solid #e8e4dd !important;
    line-height: 1.55 !important;
    background: transparent !important;
}

table.bornler-product-meta tbody tr:last-child th,
table.bornler-product-meta tbody tr:last-child td {
    border-bottom: none !important;
}

table.bornler-product-meta th {
    color: #888 !important;
    font-weight: 500 !important;
    font-size: 0.85rem !important;
    width: 145px !important;
    min-width: 145px !important;
    white-space: nowrap !important;
    background: #faf9f6 !important;
    border-right: 1px solid #e8e4dd !important;
}

table.bornler-product-meta td {
    color: #1a1a1a !important;
    font-weight: 400 !important;
}

table.bornler-product-meta td strong {
    font-weight: 500 !important;
    /* no color override here — inline style sets green/red for availability */
}

table.bornler-product-meta tbody tr:nth-child(even) th,
table.bornler-product-meta tbody tr:nth-child(even) td {
    background: rgba(250, 249, 246, 0.6) !important;
}

table.bornler-product-meta tbody tr:nth-child(even) th {
    background: #f5f3ef !important;
}

.product-tabs-section {
    border-top: 1px solid var(--line);
    margin-top: 60px;
    padding-top: 50px;
}

.tabs-header {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 30px;
}

.tab-trigger {
    font-size: 1.1rem;
    font-weight: 500;
    padding-bottom: 15px;
    color: var(--muted);
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
}

.tab-trigger.active {
    color: var(--primary);
    border-color: var(--primary);
}

.tab-content {
    display: none;
    font-size: 1.05rem;
    animation: fadeIn 0.3s ease;
    color: var(--muted);
    line-height: 1.7;
}

.tab-content.active {
    display: block;
}

/* Quantity Selector & Add to Cart Styling alignment */
.bornler-product-actions form.cart {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
}

.bornler-product-actions form.cart .quantity {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 50px;
    height: 54px;
    overflow: hidden;
    background: var(--cream);
    padding: 0 12px;
    margin: 0 !important;
}

.bornler-product-actions form.cart .quantity input.qty {
    width: 50px;
    height: 100%;
    border: none !important;
    background: transparent !important;
    text-align: center;
    font-weight: 500;
    font-size: 1rem;
    outline: none;
    color: var(--ink);
}

/* hide number input spinner buttons for clean look */
.bornler-product-actions form.cart .quantity input.qty::-webkit-outer-spin-button,
.bornler-product-actions form.cart .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bornler-product-actions form.cart .quantity input.qty[type=number] {
    -moz-appearance: textfield;
}

.bornler-product-actions form.cart button.single_add_to_cart_button {
    flex-grow: 1;
    max-width: 220px !important;
    min-height: 54px;
    border-radius: 100px !important;
    font-weight: 500;
    font-size: 1rem;
    background: var(--primary) !important;
    color: #fff !important;
    border: 1px solid transparent !important;
    transition: var(--transition);
}

.bornler-product-actions form.cart button.single_add_to_cart_button:hover {
    background: var(--ink) !important;
    transform: translateY(-2px);
}

/* Table styling for specs inside tabs */
.tab-content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.tab-content table th,
.tab-content table td {
    padding: 16px 20px;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.tab-content table th {
    font-weight: 500;
    width: 250px;
    color: var(--ink);
    background: var(--cream);
}

.tab-content table td {
    color: var(--muted);
}


@media (max-width: 768px) {
    .bornler-product-shell {
        grid-template-columns: 1fr !important;
        gap: 30px !important;
    }

    .bornler-product-gallery {
        min-height: 350px !important;
        padding: 20px !important;
    }

    .bornler-product-gallery img {
        max-height: 280px !important;
    }

    .bornler-product-summary h1 {
        font-size: 27px !important;
        line-height: 35px !important;
    }

    .tabs-header {
        gap: 15px !important;
    }

    .tab-trigger {
        font-size: 0.95rem !important;
    }
}

/* Single Product Meta Table — Premium Design (section 2) */
table.bornler-product-meta {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    font-size: 0.9rem !important;
    margin-top: 28px !important;
    border: 1px solid #e8e4dd !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05) !important;
    display: table !important;
}

.product-tabs-section {
    border-top: 1px solid var(--line);
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 80px;
}

.tabs-header {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid var(--line);
    margin-bottom: 30px;
}

.tab-trigger {
    font-size: 1.1rem;
    font-weight: 500;
    padding-bottom: 15px;
    color: var(--muted);
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: var(--transition);
}

.tab-trigger.active {
    color: var(--primary);
    border-color: var(--primary);
}

.tab-content {
    display: none;
    font-size: 1.05rem;
    animation: fadeIn 0.3s ease;
    color: var(--muted);
    line-height: 1.7;
}

.tab-content.active {
    display: block;
}

/* Quantity Selector & Add to Cart styling overrides */
.woocommerce .bornler-product-actions form.cart,
.woocommerce-page .bornler-product-actions form.cart {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    margin-bottom: 40px !important;
    flex-wrap: wrap !important;
}

.woocommerce .bornler-product-actions form.cart .quantity,
.woocommerce-page .bornler-product-actions form.cart .quantity {
    display: inline-flex !important;
    align-items: center !important;
    border: 1px solid var(--line) !important;
    border-radius: 50px !important;
    height: 54px !important;
    overflow: hidden !important;
    background: var(--cream) !important;
    padding: 0 !important;
    margin: 0 !important;
    width: auto !important;
    float: none !important;
    box-sizing: border-box !important;
}

.woocommerce .bornler-product-actions form.cart .quantity input.qty,
.woocommerce-page .bornler-product-actions form.cart .quantity input.qty {
    width: 40px !important;
    height: 100% !important;
    border: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    text-align: center !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    outline: none !important;
    color: var(--ink) !important;
    float: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
    line-height: normal !important;
}

/* Quantity buttons injection styles */
.woocommerce .bornler-product-actions form.cart .quantity-btn,
.woocommerce-page .bornler-product-actions form.cart .quantity-btn {
    width: 40px !important;
    height: 100% !important;
    border: none !important;
    background: transparent !important;
    font-size: 1.2rem !important;
    cursor: pointer !important;
    font-weight: 500 !important;
    display: grid !important;
    place-items: center !important;
    color: var(--ink) !important;
    padding: 0 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

.woocommerce .bornler-product-actions form.cart .quantity-btn:hover,
.woocommerce-page .bornler-product-actions form.cart .quantity-btn:hover {
    color: var(--primary) !important;
}

/* hide number input spinner buttons for clean look */
.bornler-product-actions form.cart .quantity input.qty::-webkit-outer-spin-button,
.bornler-product-actions form.cart .quantity input.qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bornler-product-actions form.cart .quantity input.qty[type=number] {
    -moz-appearance: textfield;
}

/* Button pills styling (Add to Cart, Buy Now, Quick Buy) */
.woocommerce .bornler-product-actions form.cart button.button,
.woocommerce .bornler-product-actions form.cart .button,
.woocommerce-page .bornler-product-actions form.cart button.button,
.woocommerce-page .bornler-product-actions form.cart .button,
.woocommerce .bornler-product-actions form.cart button.single_add_to_cart_button,
.woocommerce-page .bornler-product-actions form.cart button.single_add_to_cart_button {
    height: 54px !important;
    min-height: 54px !important;
    border-radius: 100px !important;
    font-weight: 500 !important;
    font-size: 1rem !important;
    transition: var(--transition) !important;
    padding: 0 26px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border: 1px solid transparent !important;
    cursor: pointer !important;
    line-height: 1 !important;
    margin: 0 !important;
    box-sizing: border-box !important;
}

/* Specific button color states */
.woocommerce .bornler-product-actions form.cart button.single_add_to_cart_button,
.woocommerce-page .bornler-product-actions form.cart button.single_add_to_cart_button {
    background: var(--primary) !important;
    color: #fff !important;
    flex-grow: 0 !important;
    width: 220px !important;
    max-width: 100% !important;
}

.woocommerce .bornler-product-actions form.cart button.single_add_to_cart_button:hover,
.woocommerce-page .bornler-product-actions form.cart button.single_add_to_cart_button:hover {
    background: var(--ink) !important;
    transform: translateY(-2px) !important;
}

/* Buy Now / Quick Buy button overrides - Hide to match mockup */
.woocommerce .bornler-product-actions form.cart button:not(.single_add_to_cart_button),
.woocommerce .bornler-product-actions form.cart .button:not(.single_add_to_cart_button),
.woocommerce-page .bornler-product-actions form.cart button:not(.single_add_to_cart_button),
.woocommerce-page .bornler-product-actions form.cart .button:not(.single_add_to_cart_button) {
    display: none !important;
}

/* Hide WooCommerce Product Gallery Zoom Trigger (magnifying glass) */
.woocommerce-product-gallery__trigger,
.woocommerce div.product .woocommerce-product-gallery__trigger {
    display: none !important;
}

/* WooCommerce Thumbnails clean styling - remove default list numbers */
.woocommerce div.product .images .flex-control-thumbs,
.woocommerce-page div.product .images .flex-control-thumbs,
ol.flex-control-thumbs,
ul.flex-control-thumbs {
    display: flex !important;
    gap: 10px !important;
    padding: 0 !important;
    margin: 15px 0 0 0 !important;
    list-style: none !important;
    list-style-type: none !important;
}

.woocommerce div.product .images .flex-control-thumbs li,
.woocommerce-page div.product .images .flex-control-thumbs li,
ol.flex-control-thumbs li,
ul.flex-control-thumbs li {
    list-style: none !important;
    list-style-type: none !important;
    background-image: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 60px !important;
    height: 60px !important;
}

.woocommerce div.product .images .flex-control-thumbs li img,
ol.flex-control-thumbs li img,
ul.flex-control-thumbs li img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border: 1px solid var(--line) !important;
    border-radius: 8px !important;
    padding: 5px !important;
    background: #fff !important;
    cursor: pointer !important;
    transition: var(--transition) !important;
}

.woocommerce div.product .images .flex-control-thumbs li img.flex-active,
.woocommerce div.product .images .flex-control-thumbs li img:hover,
ol.flex-control-thumbs li img.flex-active,
ul.flex-control-thumbs li img.flex-active {
    border-color: var(--primary) !important;
}

/* Hide WooCommerce Redundant stock text */
.woocommerce div.product p.stock,
.woocommerce div.product .stock,
.woocommerce-page div.product p.stock,
.woocommerce-page div.product .stock,
.bornler-product-summary p.stock,
.bornler-product-summary .stock {
    display: none !important;
}

/* Table styling for specs inside tabs */
.tab-content table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 15px;
}

.tab-content table th,
.tab-content table td {
    padding: 16px 20px;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.tab-content table th {
    font-weight: 500;
    width: 250px;
    color: var(--ink);
    background: var(--cream);
}

.tab-content table td {
    color: var(--muted);
}

/* Product title — Poppins 500, 27px, 35px line-height */
.woocommerce .bornler-product-summary h1,
.woocommerce-page .bornler-product-summary h1,
.bornler-product-summary h1 {
    font-family: 'Poppins', sans-serif !important;
    font-style: normal !important;
    font-weight: 500 !important;
    font-size: 27px !important;
    line-height: 35px !important;
    letter-spacing: normal !important;
    margin: 4px 0 12px 0 !important;
    max-width: 540px !important;
    color: rgb(40, 38, 43) !important;
}

/* Bulletproof gallery thumbnail list style reset (hide numbers "1." and "2.") */
.woocommerce div.product .images .flex-control-thumbs li,
.woocommerce-page div.product .images .flex-control-thumbs li,
ol.flex-control-thumbs li,
ul.flex-control-thumbs li,
.bornler-product-gallery li {
    display: block !important;
    float: left !important;
    list-style: none !important;
    list-style-type: none !important;
    list-style-position: inside !important;
}

.woocommerce div.product .images .flex-control-thumbs li::marker,
.woocommerce-page div.product .images .flex-control-thumbs li::marker,
ol.flex-control-thumbs li::marker,
ul.flex-control-thumbs li::marker,
.bornler-product-gallery li::marker {
    content: "" !important;
    display: none !important;
}

/* Premium layout and gap spacing adjustments (remove cluttered borders and wide margins) */
.bornler-product-actions,
.woocommerce div.product form.cart,
.woocommerce-page div.product form.cart {
    padding: 0 !important;
    border: none !important;
    border-top: none !important;
    border-bottom: none !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
    box-shadow: none !important;
}

.bornler-product-short {
    margin-bottom: 20px !important;
}

.woocommerce .bornler-product-actions form.cart,
.woocommerce-page .bornler-product-actions form.cart {
    margin-bottom: 0 !important;
    padding: 0 !important;
}

table.bornler-product-meta {
    margin-top: 15px !important;
    display: table !important;
}

/* Premium Gap Spacing fixes (Shop page & Single Product top gap reductions) */
@media (min-width: 769px) {
    .bornler-product-shell {
        grid-template-columns: minmax(0, 1fr) minmax(380px, 1.05fr) !important;
    }
}

.bornler-product-shell {
    padding-top: 15px !important;
    padding-bottom: 50px !important;
    gap: 60px !important;
}

.bornler-product-summary {
    padding-top: 0 !important;
}

.bornler-shop-page .inner-hero {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
    background: #000000 !important;
}

.bornler-shop-page .inner-hero.inner-hero--infant,
.bornler-shop-page .inner-hero.inner-hero--shop {
    background-size: cover !important;
    aspect-ratio: 3000 / 1000 !important;
    padding: 0 !important;
    height: auto !important;
    border-bottom: none !important;
}

.bornler-shop-page .inner-hero.inner-hero--infant {
    background: url('../Banner/Infant.png') no-repeat center center !important;
    background-size: cover !important;
}

.bornler-shop-page .inner-hero.inner-hero--shop {
    background: url('../Banner/shop_banner.png') no-repeat center center !important;
    background-size: cover !important;
}

.bornler-shop-page .inner-hero.inner-hero--infant .container,
.bornler-shop-page .inner-hero.inner-hero--shop .container {
    display: none !important;
}

.bornler-shop-content {
    padding-top: 0 !important;
    padding-bottom: 70px !important;
}

.bornler-shop-layout {
    padding-block: 30px 50px !important;
}

/* Mobile responsive gallery square constraints */
@media (max-width: 768px) {

    .bornler-product-gallery .woocommerce-product-gallery__image,
    .bornler-product-gallery .woocommerce-product-gallery__image img {
        min-height: 320px !important;
        height: 320px !important;
    }

    .bornler-product-gallery .woocommerce-product-gallery__image {
        display: block !important;
    }

    .bornler-product-gallery .woocommerce-product-gallery__image a {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 320px !important;
    }

    .bornler-product-gallery .woocommerce-product-gallery__image img {
        display: block !important;
        width: auto !important;
        height: auto !important;
        max-width: 100% !important;
        max-height: 100% !important;
        padding: 25px 20px 10px 20px !important;
    }

    /* Mobile 4-columns grid layout for thumbnails */
    .bornler-product-gallery .woocommerce div.product .images .flex-control-thumbs,
    .bornler-product-gallery .woocommerce-page div.product .images .flex-control-thumbs,
    .bornler-product-gallery ol.flex-control-thumbs,
    .bornler-product-gallery ul.flex-control-thumbs,
    .bornler-product-gallery .flex-control-thumbs {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 12px !important;
        margin: 16px 0 0 !important;
        padding: 0 !important;
    }

    .bornler-product-gallery .woocommerce div.product .images .flex-control-thumbs li,
    .bornler-product-gallery .woocommerce-page div.product .images .flex-control-thumbs li,
    .bornler-product-gallery ol.flex-control-thumbs li,
    .bornler-product-gallery ul.flex-control-thumbs li,
    .bornler-product-gallery .flex-control-thumbs li {
        float: none !important;
        width: calc((100% - 36px) / 4) !important;
        height: auto !important;
        aspect-ratio: 1 / 1 !important;
    }

    .bornler-product-gallery .woocommerce div.product .images .flex-control-thumbs li img,
    .bornler-product-gallery .woocommerce-page div.product .images .flex-control-thumbs li img,
    .bornler-product-gallery ol.flex-control-thumbs li img,
    .bornler-product-gallery ul.flex-control-thumbs li img,
    .bornler-product-gallery .flex-control-thumbs img {
        width: 100% !important;
        height: 100% !important;
        padding: 6px !important;
    }
}

/* Premium Button Styling to match HTML design */
.collections-page-cta .button--primary {
    background-color: var(--primary) !important;
    color: #fff !important;
    border-radius: 100px !important;
    font-weight: 500 !important;
    padding: 0 32px !important;
    min-height: 54px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-shadow: none !important;
    border: none !important;
    text-transform: none !important;
    transition: var(--transition) !important;
}

.collections-page-cta .button--primary:hover {
    background-color: var(--primary-light) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 8px 24px rgba(255, 108, 0, 0.35) !important;
}

/* Premium Product Card & Grid Styles (from HTML mockup) */
.bornler-product-grid {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 24px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.bornler-product-card {
    background: var(--paper) !important;
    border: 1px solid var(--line) !important;
    border-radius: var(--radius) !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
    transition: var(--transition) !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02) !important;
    list-style-type: none !important;
}

.bornler-product-card:hover {
    transform: translateY(-6px) !important;
    box-shadow: var(--shadow-premium) !important;
    border-color: rgba(255, 108, 0, 0.2) !important;
}

.bornler-product-card__media {
    display: block !important;
    aspect-ratio: 1 !important;
    padding: 32px !important;
    background-color: #FAF9F6 !important;
    background-image: radial-gradient(circle at 75% 30%, rgba(255, 108, 0, 0.05) 0%, rgba(255, 255, 255, 0) 55%), linear-gradient(135deg, #fdfdfd 0%, #faf8f5 100%) !important;
    border-bottom: 1px solid var(--line) !important;
    overflow: hidden !important;
    position: relative !important;
}

.bornler-product-card__media img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.bornler-product-card:hover .bornler-product-card__media img {
    transform: scale(1.08) !important;
}

.bornler-product-card__body {
    padding: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    text-align: left !important;
}

.bornler-product-card__cat {
    font-size: 0.74rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    color: var(--primary) !important;
    font-weight: 500 !important;
    margin-bottom: 8px !important;
}

.bornler-product-card__cat a {
    color: var(--primary) !important;
}

.bornler-product-card h2 {
    font-size: 23px !important;
    line-height: 1.3 !important;
    margin-bottom: 10px !important;
    font-weight: 500 !important;
    margin-top: 0 !important;
}

.bornler-product-card h2 a {
    color: var(--ink) !important;
    transition: var(--transition) !important;
}

.bornler-product-card h2 a:hover {
    color: var(--primary) !important;
}

.bornler-product-card__price {
    font-size: 1.15rem !important;
    font-weight: 500 !important;
    color: var(--ink) !important;
    margin-bottom: 20px !important;
    margin-top: auto !important;
}

.bornler-product-card__price .amount {
    color: var(--ink) !important;
}

.bornler-product-card__price del .amount {
    color: var(--muted) !important;
    font-size: 0.9em !important;
    font-weight: 400 !important;
}

.bornler-product-card__button,
.bornler-product-card .added_to_cart {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 48px !important;
    background: var(--primary) !important;
    color: #fff !important;
    border-radius: 50px !important;
    font-weight: 500 !important;
    font-size: 0.88rem !important;
    transition: var(--transition) !important;
    width: 100% !important;
    border: 1px solid var(--primary) !important;
    cursor: pointer !important;
    text-decoration: none !important;
    text-transform: none !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
}

.bornler-product-card__button:hover {
    background: var(--dark) !important;
    color: #fff !important;
    border-color: var(--dark) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15) !important;
}

/* Added to cart link style */
.bornler-product-card .added_to_cart {
    margin-top: 8px !important;
    background: var(--primary) !important;
    color: #fff !important;
    border-color: var(--primary) !important;
}

@media (max-width: 900px) {
    .bornler-product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 20px !important;
    }
}

@media (max-width: 600px) {
    .bornler-product-grid {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
}

/* Prevent horizontal page overflow on mobile devices */
html,
body {
    max-width: 100% !important;
    overflow-x: hidden !important;
}

/* Custom Product Carousel Snap Slider Styles */
.bornler-product-slider-wrapper {
    position: relative !important;
    width: 100% !important;
    max-width: 1200px !important;
    margin-inline: auto !important;
    min-width: 0 !important;
    overflow-x: hidden !important;
}

.bornler-product-slider {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory !important;
    scroll-behavior: smooth !important;
    -webkit-overflow-scrolling: touch !important;
    margin: 0 !important;
    padding: 10px 0 30px 0 !important;
}

.bornler-product-slider::-webkit-scrollbar {
    display: none !important;
}

.bornler-product-slider {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
}

.bornler-product-slider .bornler-product-grid {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 24px !important;
    grid-template-columns: none !important;
    width: auto !important;
}

.bornler-product-slider .bornler-product-card {
    flex: 0 0 calc(33.333% - 16px) !important;
    width: calc(33.333% - 16px) !important;
    max-width: 380px !important;
    flex-shrink: 0 !important;
    scroll-snap-align: start !important;
}

@media (max-width: 600px) {
    .bornler-product-slider .bornler-product-card {
        flex: 0 0 100% !important;
        width: 100% !important;
        max-width: none !important;
        flex-shrink: 0 !important;
    }
}

@media (min-width: 601px) and (max-width: 900px) {
    .bornler-product-slider .bornler-product-card {
        flex: 0 0 calc(50% - 12px) !important;
        width: calc(50% - 12px) !important;
        max-width: none !important;
        flex-shrink: 0 !important;
    }
}

@media (max-width: 600px) {

    /* Add side padding to match page margins */
    .bornler-product-slider-wrapper {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* Hide slider arrows on mobile since swiping/sliding is disabled */
    .bornler-product-slider-wrapper .slider-controls {
        display: none !important;
    }

    /* Disable carousel overflow behavior */
    .bornler-product-slider {
        overflow-x: visible !important;
        overflow-y: visible !important;
        scroll-snap-type: none !important;
        padding: 0 !important;
    }

    /* Convert flex to grid with 1 column on mobile */
    .bornler-product-slider .bornler-product-grid {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 20px !important;
        width: auto !important;
        flex-wrap: wrap !important;
    }

    /* Reset card width/flex properties to sit natively inside grid columns */
    .bornler-product-slider .bornler-product-card {
        flex: none !important;
        width: auto !important;
        max-width: none !important;
        scroll-snap-align: none !important;
    }

    /* Clean padding & fonts for 2-column mobile cards */
    .bornler-product-slider .bornler-product-card__media {
        padding: 12px !important;
    }

    .bornler-product-slider .bornler-product-card__body {
        padding: 14px !important;
    }

    .bornler-product-slider .bornler-product-card__cat {
        font-size: 0.65rem !important;
        margin-bottom: 6px !important;
        letter-spacing: 0.08em !important;
    }

    .bornler-product-slider .bornler-product-card h2 {
        font-size: 0.9rem !important;
        line-height: 1.25 !important;
        margin-bottom: 8px !important;
    }

    .bornler-product-slider .bornler-product-card__price {
        font-size: 0.95rem !important;
        margin-bottom: 12px !important;
    }

    .bornler-product-slider .bornler-product-card__button,
    .bornler-product-slider .bornler-product-card .added_to_cart {
        height: 38px !important;
        font-size: 0.8rem !important;
        border-radius: 40px !important;
    }
}

/* Slider Controls & Navigation */
.section-heading__actions {
    display: flex !important;
    align-items: center !important;
    gap: 24px !important;
}

.slider-controls {
    display: inline-flex !important;
    gap: 8px !important;
}

.slider-control {
    display: grid !important;
    place-items: center !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    background: var(--cream) !important;
    color: var(--ink) !important;
    border: 1px solid var(--line) !important;
    cursor: pointer !important;
    transition: var(--transition) !important;
    padding: 0 !important;
    box-shadow: none !important;
}

.slider-control:hover {
    background: var(--primary) !important;
    color: #fff !important;
    border-color: var(--primary) !important;
}

.slider-control svg {
    width: 18px !important;
    height: 18px !important;
    fill: none !important;
    stroke: currentColor !important;
    stroke-width: 2.5 !important;
}

/* Elementor Slider Controls alignment */
.be-inner {
    position: relative !important;
}

.elementor-slider-controls {
    position: absolute !important;
    top: 4px !important;
    right: 0 !important;
    z-index: 10 !important;
}

@media (max-width: 600px) {
    .elementor-slider-controls {
        display: none !important;
    }
}

/* Remove CTA section from homepage */
.home .be-cta {
    display: none !important;
}

/* Single Product Page Mobile Responsive Overrides */
@media (max-width: 768px) {
    .bornler-product-summary h1 {
        font-size: 27px !important;
        line-height: 35px !important;
    }
}

.woocommerce form.cart table.variations,
.woocommerce-page form.cart table.variations {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin-bottom: 15px !important;
    border: none !important;
}

.woocommerce form.cart table.variations tr,
.woocommerce-page form.cart table.variations tr {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    margin-bottom: 12px !important;
    width: 100% !important;
}

.woocommerce form.cart table.variations td,
.woocommerce-page form.cart table.variations td {
    padding: 2px 0 !important;
    border: none !important;
    display: block !important;
    width: 100% !important;
}

.woocommerce form.cart table.variations td.label,
.woocommerce-page form.cart table.variations td.label {
    font-weight: 500 !important;
    font-size: 0.85rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: var(--ink) !important;
    margin-bottom: 6px !important;
}

.woocommerce form.cart table.variations td.value,
.woocommerce-page form.cart table.variations td.value {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    width: 100% !important;
}

/* Prevent variation swatches/buttons/dropdowns from being squished */
.woocommerce form.cart td.value .variable-item,
.woocommerce-page form.cart td.value .variable-item,
.woocommerce form.cart td.value .swatch,
.woocommerce-page form.cart td.value .swatch,
.woocommerce form.cart td.value .swatch-item,
.woocommerce-page form.cart td.value .swatch-item,
.woocommerce form.cart td.value a,
.woocommerce-page form.cart td.value a,
.woocommerce form.cart td.value span,
.woocommerce-page form.cart td.value span,
.woocommerce form.cart .tawcvs-swatches,
.woocommerce-page form.cart .tawcvs-swatches,
.woocommerce form.cart .variable-items-wrapper,
.woocommerce-page form.cart .variable-items-wrapper {
    min-width: 36px !important;
    min-height: 36px !important;
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.woocommerce form.cart .single_variation_wrap,
.woocommerce-page form.cart .single_variation_wrap {
    width: 100% !important;
    flex: 0 0 100% !important;
}

.woocommerce form.cart .woocommerce-variation-add-to-cart,
.woocommerce-page form.cart .woocommerce-variation-add-to-cart {
    display: flex !important;
    align-items: center !important;
    gap: 15px !important;
    width: 100% !important;
    flex-wrap: nowrap !important;
}

@media (max-width: 600px) {
    .tab-content table th {
        width: 35% !important;
        padding: 12px 10px !important;
    }

    .tab-content table td {
        padding: 12px 10px !important;
    }
}

@media (max-width: 480px) {

    .woocommerce .bornler-product-actions form.cart,
    .woocommerce-page .bornler-product-actions form.cart {
        gap: 10px !important;
    }

    .woocommerce .bornler-product-actions form.cart .quantity,
    .woocommerce-page .bornler-product-actions form.cart .quantity {
        height: 48px !important;
        padding: 0 !important;
    }

    .woocommerce .bornler-product-actions form.cart .quantity input.qty,
    .woocommerce-page .bornler-product-actions form.cart .quantity input.qty {
        line-height: normal !important;
    }

    .woocommerce .bornler-product-actions form.cart button.single_add_to_cart_button,
    .woocommerce-page .bornler-product-actions form.cart button.single_add_to_cart_button {
        height: 48px !important;
        font-size: 0.95rem !important;
        flex-grow: 1 !important;
        max-width: 220px !important;
    }
}

/* Fix header action icon hover visibility (white icon on white background) */
.site-header .icon-button:hover {
    color: var(--ink) !important;
    background: var(--cream) !important;
}

/* Mobile Header Layout Polish */
@media (max-width: 1000px) {
    .header-inner {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        grid-template-columns: none !important;
        height: 82px !important;
        gap: 10px !important;
    }

    .site-branding {
        order: 1 !important;
        justify-self: flex-start !important;
        margin-right: auto !important;
    }

    .header-actions {
        order: 2 !important;
        display: flex !important;
        align-items: center !important;
        gap: 12px !important;
    }

    /* Hide search button on mobile/tablet views to ensure exactly 3 icons on the right */
    .header-actions .icon-button:first-child {
        display: none !important;
    }

    .mobile-menu-toggle {
        order: 3 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        gap: 5px !important;
        margin-left: 8px !important;
        width: 40px !important;
        height: 40px !important;
        transition: var(--transition) !important;
    }

    .mobile-menu-toggle span {
        width: 20px !important;
        height: 2px !important;
        background: currentColor !important;
        transition: transform 0.3s ease, opacity 0.3s ease !important;
        display: block !important;
    }

    /* Transform Menu Toggle into "X" when open */
    body.menu-open .mobile-menu-toggle span:first-of-type {
        transform: translateY(3.5px) rotate(45deg) !important;
    }

    body.menu-open .mobile-menu-toggle span:last-of-type {
        transform: translateY(-3.5px) rotate(-45deg) !important;
    }
}

@media (max-width: 600px) {
    .brand-logo img {
        max-height: 54px !important;
    }
}

/* Page Load Fade-in Entrance */
body {
    animation: sscFadeIn 0.5s ease-out forwards !important;
}

@keyframes sscFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Global Scroll Entrance Animations */
.scroll-animate {
    opacity: 0 !important;
    transform: translateY(30px) !important;
    transition: opacity 0.8s cubic-bezier(0.25, 1, 0.5, 1), transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) !important;
    will-change: opacity, transform;
}

.scroll-animate.animate-in {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* Delay children animations for cascading effect */
.scroll-animate.animate-in .be-benefit-grid article:nth-child(1),
.scroll-animate.animate-in .benefit-grid article:nth-child(1) {
    transition-delay: 0.08s !important;
}

.scroll-animate.animate-in .be-benefit-grid article:nth-child(2),
.scroll-animate.animate-in .benefit-grid article:nth-child(2) {
    transition-delay: 0.16s !important;
}

.scroll-animate.animate-in .be-benefit-grid article:nth-child(3),
.scroll-animate.animate-in .benefit-grid article:nth-child(3) {
    transition-delay: 0.24s !important;
}

.scroll-animate.animate-in .be-benefit-grid article:nth-child(4),
.scroll-animate.animate-in .benefit-grid article:nth-child(4) {
    transition-delay: 0.32s !important;
}

.scroll-animate.animate-in .bornler-product-card:nth-child(1) {
    transition-delay: 0.08s !important;
}

.scroll-animate.animate-in .bornler-product-card:nth-child(2) {
    transition-delay: 0.16s !important;
}

.scroll-animate.animate-in .bornler-product-card:nth-child(3) {
    transition-delay: 0.24s !important;
}

.scroll-animate.animate-in .bornler-product-card:nth-child(4) {
    transition-delay: 0.32s !important;
}

.scroll-animate.animate-in .bornler-product-card:nth-child(5) {
    transition-delay: 0.4s !important;
}

.scroll-animate.animate-in .bornler-product-card:nth-child(6) {
    transition-delay: 0.48s !important;
}

/* Restyle shop category filter in mobile view to a 2x2 grid */
@media (max-width: 768px) {
    .bornler-shop-filter {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        overflow-x: visible !important;
        padding: 0 !important;
        gap: 12px !important;
    }

    .bornler-shop-filter a {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        padding: 10px 10px !important;
        min-height: 44px !important;
        border: 1px solid #eaeaea !important;
        background: #ffffff !important;
        border-radius: 10px !important;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03) !important;
        white-space: normal !important;
        color: #555c68 !important;
        font-size: 0.82rem !important;
        line-height: 1.15 !important;
        transition: all 0.3s ease !important;
    }

    .bornler-shop-filter a span {
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        min-width: 20px !important;
        height: 20px !important;
        padding: 0 4px !important;
        border-radius: 10px !important;
        background: #f1f1f5 !important;
        color: #6c757d !important;
        font-size: 0.75rem !important;
        margin-left: 6px !important;
        flex-shrink: 0 !important;
    }

    .bornler-shop-filter a.is-active {
        color: var(--primary) !important;
        border-color: rgba(255, 108, 0, 0.25) !important;
        background: rgba(255, 108, 0, 0.02) !important;
        font-weight: 500 !important;
    }

    .bornler-shop-filter a.is-active span {
        background: var(--primary) !important;
        color: #ffffff !important;
    }
}

/* Out of Stock "Coming soon" Button Styling */
.bornler-product-card__button.is-out-of-stock {
    background: #ffffff !important;
    color: var(--primary) !important;
    border: 1.5px solid var(--primary) !important;
}

.bornler-product-card__button.is-out-of-stock:hover {
    background: rgba(255, 108, 0, 0.05) !important;
    color: #e66200 !important;
    border-color: #e66200 !important;
}

/* Table-based meta label/value — high specificity overrides */
table.bornler-product-meta th.bornler-product-meta__label {
    color: #888 !important;
    font-weight: 500 !important;
    width: 145px !important;
    white-space: nowrap !important;
    background: #faf9f6 !important;
    border-right: 1px solid #e8e4dd !important;
}

table.bornler-product-meta td.bornler-product-meta__value strong {
    font-weight: 500 !important;
    /* color intentionally not set here — inline style drives availability green/red */
}

/* Mobile: compact 2-col table layout ≤600px */
@media (max-width: 600px) {
    table.bornler-product-meta {
        font-size: 0.82rem !important;
        border-radius: 10px !important;
    }

    table.bornler-product-meta th,
    table.bornler-product-meta td {
        padding: 11px 12px !important;
        vertical-align: top !important;
    }

    table.bornler-product-meta th {
        width: 110px !important;
        min-width: 110px !important;
        white-space: normal !important;
        word-break: break-word !important;
    }
}

/* ==========================================================================
   Bornler Premium Stage 1, Stage 2, LF, Women's Plus, Men's Plus & Kids Plus Custom Styles
   ========================================================================== */
.bornler-stage2-special,
.bornler-stage1-special,
.bornler-lf-special,
.bornler-womens-plus-special,
.bornler-mens-plus-special,
.bornler-kids-plus-special {
    margin-top: 60px;
    padding-top: 50px;
}

.bornler-stage2-special .tab-content,
.bornler-stage1-special .tab-content,
.bornler-lf-special .tab-content,
.bornler-womens-plus-special .tab-content,
.bornler-mens-plus-special .tab-content,
.bornler-kids-plus-special .tab-content {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

.bornler-stage2-special .tab-content.active,
.bornler-stage1-special .tab-content.active,
.bornler-lf-special .tab-content.active,
.bornler-womens-plus-special .tab-content.active,
.bornler-mens-plus-special .tab-content.active,
.bornler-kids-plus-special .tab-content.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.stage2-grid,
.stage1-grid,
.lf-grid,
.womens-plus-grid,
.mens-plus-grid,
.kids-plus-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.stage2-card,
.stage1-card,
.lf-card,
.womens-plus-card,
.mens-plus-card,
.kids-plus-card {
    background: #ffffff;
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.015);
    transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease;
}

.stage2-card:hover,
.stage1-card:hover,
.lf-card:hover,
.womens-plus-card:hover,
.mens-plus-card:hover,
.kids-plus-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(255, 108, 0, 0.03), 0 6px 24px rgba(0, 0, 0, 0.04);
}

.stage2-card--full,
.stage1-card--full,
.lf-card--full,
.womens-plus-card--full,
.mens-plus-card--full,
.kids-plus-card--full {
    grid-column: span 2;
}

/* Important Notice Card */
.stage2-notice-card,
.stage1-notice-card,
.lf-notice-card,
.womens-plus-notice-card,
.mens-plus-notice-card,
.kids-plus-notice-card {
    background: #FFF8F2;
    border: 1px solid rgba(255, 108, 0, 0.18);
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 24px 30px;
}

.stage2-notice-card:hover,
.stage1-notice-card:hover,
.lf-notice-card:hover,
.womens-plus-notice-card:hover,
.mens-plus-notice-card:hover,
.kids-plus-notice-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 108, 0, 0.06);
}

.stage2-notice-icon,
.stage1-notice-icon,
.lf-notice-icon,
.womens-plus-notice-icon,
.mens-plus-notice-icon,
.kids-plus-notice-icon {
    color: var(--primary);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.stage2-notice-content,
.stage1-notice-content,
.lf-notice-content,
.womens-plus-notice-content,
.mens-plus-notice-content,
.kids-plus-notice-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
    font-size: 0.95rem;
    line-height: 1.5;
}

.stage2-notice-content strong,
.stage1-notice-content strong,
.lf-notice-content strong,
.womens-plus-notice-content strong,
.mens-plus-notice-content strong,
.kids-plus-notice-content strong {
    color: var(--primary);
    font-weight: 500;
    letter-spacing: 0.02em;
}

.stage2-notice-content span,
.stage1-notice-content span,
.lf-notice-content span,
.womens-plus-notice-content span,
.mens-plus-notice-content span,
.kids-plus-notice-content span {
    color: var(--text);
}

/* Card typography & generic styling */
.stage2-card-kicker,
.stage1-card-kicker,
.lf-card-kicker,
.womens-plus-card-kicker,
.mens-plus-card-kicker,
.kids-plus-card-kicker {
    display: block;
    color: var(--primary);
    font-size: 0.78rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.stage2-card h2,
.stage1-card h2,
.lf-card h2,
.womens-plus-card h2,
.mens-plus-card h2,
.kids-plus-card h2 {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 0;
    margin-bottom: 16px;
    color: var(--ink);
    letter-spacing: -0.02em;
}

.stage2-card p,
.stage1-card p,
.lf-card p,
.womens-plus-card p,
.mens-plus-card p,
.kids-plus-card p {
    font-size: 0.98rem;
    line-height: 1.6;
    color: var(--muted);
    margin-bottom: 0;
}

/* Checklists */
.stage2-checklist,
.stage1-checklist,
.lf-checklist,
.womens-plus-checklist,
.mens-plus-checklist,
.kids-plus-checklist {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.stage2-checklist li,
.stage1-checklist li,
.lf-checklist li,
.womens-plus-checklist li,
.mens-plus-checklist li,
.kids-plus-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.stage2-checklist li span,
.stage1-checklist li span,
.lf-checklist li span,
.womens-plus-checklist li span,
.mens-plus-checklist li span,
.kids-plus-checklist li span {
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--text);
}

.stage2-checklist .check-icon,
.stage1-checklist .check-icon,
.lf-checklist .check-icon,
.womens-plus-checklist .check-icon,
.mens-plus-checklist .check-icon,
.kids-plus-checklist .check-icon {
    width: 18px;
    height: 18px;
    color: var(--primary);
    flex-shrink: 0;
    margin-top: 3px;
}

/* Bullet list (Age Rec, Safety, Storage) */
.stage2-bullet-list,
.stage1-bullet-list,
.lf-bullet-list,
.womens-plus-bullet-list,
.mens-plus-bullet-list,
.kids-plus-bullet-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.stage2-bullet-list li,
.stage1-bullet-list li,
.lf-bullet-list li,
.womens-plus-bullet-list li,
.mens-plus-bullet-list li,
.kids-plus-bullet-list li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 10px;
    font-size: 0.95rem;
    line-height: 1.5;
    color: var(--text);
}

.stage2-bullet-list li:last-child,
.stage1-bullet-list li:last-child,
.lf-bullet-list li:last-child,
.womens-plus-bullet-list li:last-child,
.mens-plus-bullet-list li:last-child,
.kids-plus-bullet-list li:last-child {
    margin-bottom: 0;
}

.stage2-bullet-list li::before,
.stage1-bullet-list li::before,
.lf-bullet-list li::before,
.womens-plus-bullet-list li::before,
.mens-plus-bullet-list li::before,
.kids-plus-bullet-list li::before {
    content: "";
    position: absolute;
    left: 4px;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: var(--primary);
}

/* Why choose features grid */
.stage2-why-card,
.stage1-why-card,
.lf-why-card,
.womens-plus-why-card,
.mens-plus-why-card,
.kids-plus-why-card {
    padding: 40px;
}

.stage2-why-header,
.stage1-why-header,
.lf-why-header,
.womens-plus-why-header,
.mens-plus-why-header,
.kids-plus-why-header {
    max-width: 700px;
    margin-bottom: 40px;
}

.stage2-features-grid,
.stage1-features-grid,
.lf-features-grid,
.womens-plus-features-grid,
.mens-plus-features-grid,
.kids-plus-features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.stage2-feature-item,
.stage1-feature-item,
.lf-feature-item,
.womens-plus-feature-item,
.mens-plus-feature-item,
.kids-plus-feature-item {
    background: rgba(0, 0, 0, 0.01);
    border: 1px solid rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    padding: 24px;
    transition: all 0.3s ease;
}

.stage2-feature-item:hover,
.stage1-feature-item:hover,
.lf-feature-item:hover,
.womens-plus-feature-item:hover,
.mens-plus-feature-item:hover,
.kids-plus-feature-item:hover {
    background: #ffffff;
    border-color: rgba(255, 108, 0, 0.15);
    box-shadow: 0 8px 24px rgba(255, 108, 0, 0.04);
}

.feature-icon-wrapper {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 108, 0, 0.08);
    color: var(--primary);
    display: grid;
    place-items: center;
    margin-bottom: 18px;
    transition: transform 0.3s ease;
}

.stage2-feature-item:hover .feature-icon-wrapper,
.stage1-feature-item:hover .feature-icon-wrapper,
.lf-feature-item:hover .feature-icon-wrapper,
.womens-plus-feature-item:hover .feature-icon-wrapper,
.mens-plus-feature-item:hover .feature-icon-wrapper,
.kids-plus-feature-item:hover .feature-icon-wrapper {
    transform: scale(1.1);
}

.stage2-feature-item h4,
.stage1-feature-item h4,
.lf-feature-item h4,
.womens-plus-feature-item h4,
.mens-plus-feature-item h4,
.kids-plus-feature-item h4 {
    font-size: 1.05rem;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 8px;
    color: var(--ink);
}

.stage2-feature-item p,
.stage1-feature-item p,
.lf-feature-item p,
.womens-plus-feature-item p,
.mens-plus-feature-item p,
.kids-plus-feature-item p {
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--muted);
}

/* Tab 2 specific: Age Card Badges & Specs */
.stage2-badge-box,
.stage1-badge-box,
.lf-badge-box,
.womens-plus-badge-box,
.mens-plus-badge-box,
.kids-plus-badge-box {
    margin-top: 14px;
}

.stage2-badge,
.stage1-badge,
.lf-badge,
.womens-plus-badge,
.mens-plus-badge,
.kids-plus-badge {
    background: rgba(255, 108, 0, 0.08);
    color: var(--primary);
    font-size: 0.85rem;
    font-weight: 500;
    padding: 8px 16px;
    border-radius: 100px;
    display: inline-block;
}

.stage2-specs-table-wrapper,
.stage1-specs-table-wrapper,
.lf-specs-table-wrapper,
.womens-plus-specs-table-wrapper,
.mens-plus-specs-table-wrapper,
.kids-plus-specs-table-wrapper {
    margin-top: 18px;
    border: 1px solid var(--line);
    border-radius: 10px;
    overflow: hidden;
}

.stage2-specs-table-wrapper table.ssc-spec-table,
.stage1-specs-table-wrapper table.ssc-spec-table,
.lf-specs-table-wrapper table.ssc-spec-table,
.womens-plus-specs-table-wrapper table.ssc-spec-table,
.mens-plus-specs-table-wrapper table.ssc-spec-table,
.kids-plus-specs-table-wrapper table.ssc-spec-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

.stage2-specs-table-wrapper table.ssc-spec-table th,
.stage1-specs-table-wrapper table.ssc-spec-table th,
.lf-specs-table-wrapper table.ssc-spec-table th,
.womens-plus-specs-table-wrapper table.ssc-spec-table th,
.mens-plus-specs-table-wrapper table.ssc-spec-table th,
.kids-plus-specs-table-wrapper table.ssc-spec-table th,
.stage2-specs-table-wrapper table.ssc-spec-table td,
.stage1-specs-table-wrapper table.ssc-spec-table td,
.lf-specs-table-wrapper table.ssc-spec-table td,
.womens-plus-specs-table-wrapper table.ssc-spec-table td,
.mens-plus-specs-table-wrapper table.ssc-spec-table td,
.kids-plus-specs-table-wrapper table.ssc-spec-table td {
    padding: 10px 14px;
    font-size: 0.85rem;
    border-bottom: 1px solid var(--line);
    text-align: left;
}

.stage2-specs-table-wrapper table.ssc-spec-table tr:last-child th,
.stage1-specs-table-wrapper table.ssc-spec-table tr:last-child th,
.lf-specs-table-wrapper table.ssc-spec-table tr:last-child th,
.womens-plus-specs-table-wrapper table.ssc-spec-table tr:last-child th,
.mens-plus-specs-table-wrapper table.ssc-spec-table tr:last-child th,
.kids-plus-specs-table-wrapper table.ssc-spec-table tr:last-child th,
.stage2-specs-table-wrapper table.ssc-spec-table tr:last-child td,
.stage1-specs-table-wrapper table.ssc-spec-table tr:last-child td,
.lf-specs-table-wrapper table.ssc-spec-table td,
.womens-plus-specs-table-wrapper table.ssc-spec-table td,
.mens-plus-specs-table-wrapper table.ssc-spec-table td,
.kids-plus-specs-table-wrapper table.ssc-spec-table td {
    border-bottom: none;
}

.stage2-specs-table-wrapper table.ssc-spec-table th,
.stage1-specs-table-wrapper table.ssc-spec-table th,
.lf-specs-table-wrapper table.ssc-spec-table th,
.womens-plus-specs-table-wrapper table.ssc-spec-table th,
.mens-plus-specs-table-wrapper table.ssc-spec-table th,
.kids-plus-specs-table-wrapper table.ssc-spec-table th {
    background: #FAF9F6;
    color: var(--muted);
    font-weight: 500;
    width: 40%;
}

.stage2-specs-table-wrapper table.ssc-spec-table td,
.stage1-specs-table-wrapper table.ssc-spec-table td,
.lf-specs-table-wrapper table.ssc-spec-table td,
.womens-plus-specs-table-wrapper table.ssc-spec-table td,
.mens-plus-specs-table-wrapper table.ssc-spec-table td,
.kids-plus-specs-table-wrapper table.ssc-spec-table td {
    background: #ffffff;
    color: var(--ink);
    font-weight: 500;
}

/* Tab 2 specific: Steps Timeline */
.stage2-steps,
.stage1-steps,
.lf-steps,
.womens-plus-steps,
.mens-plus-steps,
.kids-plus-steps {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 20px;
    position: relative;
}

.stage2-steps::before,
.stage1-steps::before,
.lf-steps::before,
.womens-plus-steps::before,
.mens-plus-steps::before,
.kids-plus-steps::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 20px;
    bottom: 20px;
    width: 2px;
    background-color: var(--line);
    z-index: 1;
}

.stage2-step-item,
.stage1-step-item,
.lf-step-item,
.womens-plus-step-item,
.mens-plus-step-item,
.kids-plus-step-item {
    display: flex;
    gap: 20px;
    position: relative;
    z-index: 2;
}

.step-num {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: var(--primary);
    color: #ffffff;
    font-weight: 500;
    font-size: 0.85rem;
    display: grid;
    place-items: center;
    flex-shrink: 0;
    box-shadow: 0 0 0 4px #ffffff;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.stage2-step-item:hover .step-num,
.stage1-step-item:hover .step-num,
.lf-step-item:hover .step-num,
.womens-plus-step-item:hover .step-num,
.mens-plus-step-item:hover .step-num,
.kids-plus-step-item:hover .step-num {
    transform: scale(1.1);
    background-color: var(--primary-light);
}

.step-text {
    padding-top: 3px;
}

.step-text strong {
    display: block;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--ink);
    margin-bottom: 4px;
}

.step-text p {
    font-size: 0.88rem;
    line-height: 1.5;
    color: var(--muted);
    margin: 0;
}

/* FAQ Accordion */
.stage2-faq-accordion,
.stage1-faq-accordion,
.lf-faq-accordion,
.womens-plus-faq-accordion,
.mens-plus-faq-accordion,
.kids-plus-faq-accordion {
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.faq-item {
    border-bottom: 1px solid var(--line);
}

.faq-item:first-child {
    border-top: 1px solid var(--line);
}

.faq-question {
    width: 100%;
    background: transparent;
    border: none;
    outline: none;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    text-align: left;
    transition: color 0.3s ease;
}

.faq-question span {
    font-size: 1rem;
    font-weight: 500;
    color: var(--ink);
    padding-right: 20px;
    transition: color 0.3s ease;
}

.faq-question .chevron-icon {
    width: 18px;
    height: 18px;
    color: var(--muted);
    transition: transform 0.3s ease, color 0.3s ease;
    flex-shrink: 0;
}

.faq-question:hover span {
    color: var(--primary);
}

.faq-item.active .faq-question span {
    color: var(--primary);
}

.faq-item.active .chevron-icon {
    transform: rotate(180deg);
    color: var(--primary);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.faq-answer-inner {
    padding-bottom: 20px;
}

.faq-answer p {
    font-size: 0.92rem;
    line-height: 1.6;
    color: var(--muted);
    margin: 0;
}

/* Responsive adjustments */
@media (max-width: 991px) {

    .stage2-features-grid,
    .stage1-features-grid,
    .lf-features-grid,
    .womens-plus-features-grid,
    .mens-plus-features-grid,
    .kids-plus-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
}

@media (max-width: 767px) {

    .stage2-grid,
    .stage1-grid,
    .lf-grid,
    .womens-plus-grid,
    .mens-plus-grid,
    .kids-plus-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .stage2-card--full,
    .stage1-card--full,
    .lf-card--full,
    .womens-plus-card--full,
    .mens-plus-card--full,
    .kids-plus-card--full {
        grid-column: span 1;
    }

    .stage2-why-card,
    .stage1-why-card,
    .lf-why-card,
    .womens-plus-why-card,
    .mens-plus-why-card,
    .kids-plus-why-card {
        padding: 24px;
    }

    .stage2-features-grid,
    .stage1-features-grid,
    .lf-features-grid,
    .womens-plus-features-grid,
    .mens-plus-features-grid,
    .kids-plus-features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .stage2-card,
    .stage1-card,
    .lf-card,
    .womens-plus-card,
    .mens-plus-card,
    .kids-plus-card {
        padding: 24px;
    }
}

/* Global Pricing Font Override (Manrope) */
.price,
.price *,
.amount,
.amount *,
.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol,
.bornler-product-price,
.bornler-product-price *,
.bornler-product-card__price,
.bornler-product-card__price *,
.woocommerce-mini-cart__total .amount,
.cart-subtotal .amount,
.order-total .amount,
.woocommerce-checkout-review-order-table .amount,
.woocommerce table.shop_table td.product-price,
.woocommerce table.shop_table td.product-subtotal,
.woocommerce table.shop_table td.product-price *,
.woocommerce table.shop_table td.product-subtotal * {
    font-family: 'Manrope', sans-serif !important;
}