/* Natural Fresh v31.0.2 — final production responsiveness and performance layer. */

:root {
    --nf-prod-green: #062f21;
    --nf-prod-green-2: #075438;
    --nf-prod-green-3: #0b744c;
    --nf-prod-gold: #d5bd78;
    --nf-prod-cream: #f8f3e7;
    --nf-prod-line: rgba(213, 189, 120, .72);
    --nf-prod-shadow: 0 18px 48px rgba(6, 47, 33, .14);
}

html,
body {
    max-width: 100%;
    overflow-x: clip !important;
    scroll-behavior: auto !important;
    overscroll-behavior-y: auto !important;
}

body:not(.nf-modal-open):not(.nf-mobile-nav-open) {
    overflow-y: auto !important;
}

body.lenis,
body.lenis-smooth,
body.smooth-scroll,
html.lenis,
html.lenis-smooth {
    height: auto !important;
    overflow-y: auto !important;
}

[data-scroll-container],
.lenis-wrapper,
.smooth-scroll-wrapper {
    position: static !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: visible !important;
    transform: none !important;
}

/* =========================================================
   STICKY HEADER + MOBILE LOGO
========================================================= */
header.nf-header-main.nf-profile-header-host,
.nf-header-main.nf-profile-header-host {
    position: sticky !important;
    z-index: 99990 !important;
    top: 0 !important;
    width: 100% !important;
    isolation: isolate;
    overflow: visible !important;
    box-shadow: 0 7px 25px rgba(5, 48, 32, .08);
}

body.admin-bar header.nf-header-main.nf-profile-header-host,
body.admin-bar .nf-header-main.nf-profile-header-host {
    top: 32px !important;
}

.nf-header-main.nf-profile-header-host,
.nf-header-main.nf-profile-header-host * {
    box-sizing: border-box;
}

@media (max-width: 782px) {
    body.admin-bar header.nf-header-main.nf-profile-header-host,
    body.admin-bar .nf-header-main.nf-profile-header-host {
        top: 46px !important;
    }
}

@media (max-width: 1024px) {
    .nf-header-main .custom-logo,
    .nf-header-main .site-logo img,
    .nf-header-main .nf-header-logo img,
    .nf-header-main .elementor-widget-theme-site-logo img,
    .nf-header-main a[rel="home"] img {
        width: auto !important;
        min-width: 0 !important;
        max-width: min(44vw, 190px) !important;
        height: auto !important;
        max-height: 70px !important;
        object-fit: contain !important;
    }
}

@media (max-width: 520px) {
    .nf-header-main .custom-logo,
    .nf-header-main .site-logo img,
    .nf-header-main .nf-header-logo img,
    .nf-header-main .elementor-widget-theme-site-logo img,
    .nf-header-main a[rel="home"] img {
        max-width: min(48vw, 176px) !important;
        max-height: 64px !important;
    }
}

/* =========================================================
   MOBILE NAVIGATION DRAWER — SINGLE CONTROLLED STATE
========================================================= */
.nf-mobile-nav-overlay {
    position: fixed;
    z-index: 99991;
    inset: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    background: rgba(2, 24, 16, .58);
    transition: opacity .18s ease, visibility 0s linear .18s;
}

body.nf-mobile-nav-open .nf-mobile-nav-overlay {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transition: opacity .18s ease;
}

.nf-mobile-nav-close {
    display: none;
}

@media (max-width: 1024px) {
    #nfHeaderNavigation.nf-header-nav {
        position: fixed !important;
        z-index: 99992 !important;
        inset-block: 0 !important;
        inset-inline-end: 0 !important;
        inset-inline-start: auto !important;
        display: block !important;
        width: min(80vw, 390px) !important;
        max-width: 80vw !important;
        height: 100dvh !important;
        max-height: 100dvh !important;
        margin: 0 !important;
        padding: 74px 18px 28px !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        background: #fff !important;
        box-shadow: -18px 0 45px rgba(3, 44, 29, .24) !important;
        transform: translate3d(105%, 0, 0) !important;
        transition: transform .22s ease, opacity .18s ease, visibility 0s linear .22s !important;
        overscroll-behavior: contain;
        -webkit-overflow-scrolling: touch;
    }

    body.nf-mobile-nav-open #nfHeaderNavigation.nf-menu-visible {
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
        transform: translate3d(0, 0, 0) !important;
        transition: transform .22s ease, opacity .18s ease !important;
    }

    #nfHeaderNavigation .nf-header-menu-loading {
        display: none !important;
    }

    #nfHeaderNavigation .nf-header-menu-mount,
    #nfHeaderNavigation .nf-dynamic-menu {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    #nfHeaderNavigation .nf-dynamic-menu > li {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        border-bottom: 1px solid #e4eee8;
    }

    #nfHeaderNavigation .nf-dynamic-menu > li > a,
    #nfHeaderNavigation .nf-login-nav-button {
        display: flex !important;
        align-items: center !important;
        width: 100% !important;
        min-height: 54px !important;
        padding: 10px 4px !important;
        color: #173126 !important;
        background: transparent !important;
        text-decoration: none !important;
        font-size: 16px !important;
        font-weight: 800 !important;
        line-height: 1.45 !important;
    }

    #nfHeaderNavigation .nf-current-menu-item > a,
    #nfHeaderNavigation .current-menu-item > a {
        color: #075438 !important;
    }

    .nf-mobile-nav-close {
        position: absolute;
        z-index: 5;
        inset-block-start: 16px;
        inset-inline-start: 16px;
        display: grid !important;
        width: 43px !important;
        min-width: 43px !important;
        height: 43px !important;
        min-height: 43px !important;
        margin: 0 !important;
        padding: 0 !important;
        place-items: center;
        cursor: pointer;
        color: #075438;
        border: 1px solid #dbe8e0;
        border-radius: 50%;
        background: #f5faf7;
        box-shadow: none;
        touch-action: manipulation;
    }

    .nf-mobile-nav-close svg {
        width: 21px;
        height: 21px;
        fill: none;
        stroke: currentColor;
        stroke-width: 2.2;
        stroke-linecap: round;
    }

    body.nf-mobile-nav-open {
        overflow: hidden !important;
    }
}

/* =========================================================
   FOOTER — SURGICAL PHONE MERGE, ORIGINAL LAYOUT PRESERVED
========================================================= */
.nf-footer-phone-entry {
    min-width: 0 !important;
}

.nf-footer-phone-combined {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    flex-wrap: nowrap !important;
    gap: 7px !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    direction: rtl;
    white-space: nowrap !important;
    vertical-align: middle;
}

.nf-footer-phone-label {
    color: inherit;
    font-weight: 800;
    white-space: nowrap !important;
}

.nf-footer-phone-values {
    display: inline-flex !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 7px !important;
    min-width: 0;
    direction: ltr;
    white-space: nowrap !important;
}

.nf-footer-phone-values a {
    color: inherit !important;
    text-decoration: none !important;
    white-space: nowrap !important;
}

.nf-footer-phone-separator {
    opacity: .55;
}

.nf-footer-hidden {
    display: none !important;
}

@media (max-width: 420px) {
    .nf-footer-phone-combined,
    .nf-footer-phone-values {
        gap: 4px !important;
    }

    .nf-footer-phone-combined {
        font-size: clamp(10.5px, 3.15vw, 12.5px) !important;
        letter-spacing: -.1px;
    }
}

/* =========================================================
   LOGIN / ACCOUNT PAGE — FULLY RESPONSIVE
========================================================= */
#nfAccountPortal {
    width: 100% !important;
    max-width: 100% !important;
    padding: clamp(24px, 5vw, 68px) 14px !important;
}

#nfAccountPortal .nf-account-shell {
    width: min(760px, 100%) !important;
    max-width: 100% !important;
}

#nfAccountPortal .nf-account-card {
    width: 100% !important;
    max-width: 100% !important;
}

#nfAccountPortal .nf-account-tabs button,
#nfAccountPortal .nf-account-form > button[type="submit"] {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 50px !important;
    padding: 10px 14px !important;
    white-space: normal !important;
    line-height: 1.4 !important;
}

#nfAccountPortal .nf-password-control {
    width: 100% !important;
}

#nfAccountPortal .nf-password-toggle {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    padding: 0 !important;
}

#nfAccountPortal .nf-account-check {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    grid-template-columns: none !important;
    width: auto !important;
    max-width: 100% !important;
    min-height: 28px !important;
    gap: 9px !important;
    margin: 0 !important;
    cursor: pointer;
    white-space: nowrap !important;
}

#nfAccountPortal .nf-account-check input[type="checkbox"] {
    display: inline-block !important;
    flex: 0 0 20px !important;
    width: 20px !important;
    min-width: 20px !important;
    max-width: 20px !important;
    height: 20px !important;
    min-height: 20px !important;
    max-height: 20px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1.5px solid #8ba49a !important;
    border-radius: 5px !important;
    accent-color: #075438;
    appearance: auto !important;
}

#nfAccountPortal .nf-account-check > span {
    display: inline !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    white-space: nowrap !important;
    line-height: 1.4 !important;
}

@media (max-width: 650px) {
    #nfAccountPortal {
        min-height: auto !important;
        padding: 18px 8px 34px !important;
    }

    #nfAccountPortal .nf-account-card {
        padding: 18px 12px 20px !important;
        border-radius: 18px !important;
        box-shadow: 0 14px 34px rgba(7, 84, 56, .10) !important;
    }

    #nfAccountPortal .nf-account-card header {
        margin-bottom: 16px !important;
    }

    #nfAccountPortal .nf-account-card header h1 {
        font-size: clamp(23px, 7vw, 30px) !important;
    }

    #nfAccountPortal .nf-account-tabs {
        gap: 5px !important;
        padding: 5px !important;
    }

    #nfAccountPortal .nf-account-tabs button {
        min-height: 45px !important;
        padding-inline: 6px !important;
        font-size: 13px !important;
    }

    #nfAccountPortal .nf-account-form,
    #nfAccountPortal .nf-account-form.is-active {
        width: 100% !important;
        max-width: 100% !important;
        gap: 13px !important;
    }

    #nfAccountPortal .nf-account-two,
    #nfAccountPortal .nf-account-three {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 13px !important;
    }

    #nfAccountPortal .nf-account-form input:not([type="checkbox"]) {
        width: 100% !important;
        min-width: 0 !important;
        height: 48px !important;
        min-height: 48px !important;
        font-size: 16px !important;
    }
}

/* =========================================================
   REFERENCE-STYLE HOME PRODUCT CARDS + TWO PER MOBILE SLIDE
========================================================= */
#nfHomeSections .nf-products-section {
    background: var(--nf-prod-cream) !important;
}

#nfHomeSections .nf-product-rail {
    gap: 16px !important;
    padding: 5px 2px 22px !important;
}

#nfHomeSections .nf-product-card {
    display: flex !important;
    flex-direction: column !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 24px !important;
    background: var(--nf-prod-green) !important;
    box-shadow: var(--nf-prod-shadow) !important;
    contain: layout paint style;
    content-visibility: auto;
    contain-intrinsic-size: 500px;
}

#nfHomeSections .nf-product-image-link,
#nfHomeSections .nf-product-image {
    display: block !important;
    width: 100% !important;
}

#nfHomeSections .nf-product-image {
    aspect-ratio: 1 / .92 !important;
    height: auto !important;
    min-height: 0 !important;
    background: #eadcc5 !important;
}

#nfHomeSections .nf-product-image img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

#nfHomeSections .nf-product-badge {
    top: 13px !important;
    right: 13px !important;
    padding: 7px 14px !important;
    color: #fff !important;
    border-radius: 999px !important;
    background: var(--nf-prod-green) !important;
    font-size: 12px !important;
}

#nfHomeSections .nf-product-info {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    gap: 9px !important;
    min-height: 250px;
    padding: 20px 18px 18px !important;
    color: var(--nf-prod-gold) !important;
    background: var(--nf-prod-green) !important;
}

#nfHomeSections .nf-product-type {
    margin: 0 !important;
    color: #ead9a7 !important;
    opacity: .82;
    font-size: 11px !important;
    letter-spacing: .03em;
}

#nfHomeSections .nf-product-info h3 {
    display: -webkit-box;
    min-height: 58px;
    margin: 0 !important;
    overflow: hidden;
    color: var(--nf-prod-gold) !important;
    font-size: clamp(17px, 1.45vw, 21px) !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#nfHomeSections .nf-product-rating,
#nfShopPage .nf-shop-card__rating {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 22px;
    direction: ltr;
    color: var(--nf-prod-gold);
}

#nfHomeSections .nf-product-stars,
#nfShopPage .nf-shop-card__stars {
    display: inline-flex;
    gap: 2px;
    color: var(--nf-prod-gold);
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
}

#nfHomeSections .nf-product-rating small,
#nfShopPage .nf-shop-card__rating small {
    color: #d9c990;
    font-size: 12px;
}

#nfHomeSections .nf-product-bottom {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

#nfHomeSections .nf-live-price,
#nfHomeSections .nf-live-price * {
    color: var(--nf-prod-gold) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

#nfHomeSections .nf-live-price {
    display: block !important;
    min-height: 34px;
    margin-top: 2px;
}

#nfHomeSections .nf-live-price del,
#nfShopPage .nf-shop-card__price del {
    display: block !important;
    margin: 0 0 2px !important;
    color: #b7aa7b !important;
    font-size: .78em !important;
    opacity: .9 !important;
}

#nfHomeSections .nf-home-quantity,
#nfShopPage .nf-shop-quantity {
    display: grid !important;
    grid-template-columns: 44px minmax(36px, 1fr) 44px !important;
    gap: 4px !important;
    width: 100% !important;
    margin-top: auto !important;
    padding: 5px !important;
    direction: ltr;
    border: 2px solid var(--nf-prod-line) !important;
    border-radius: 13px !important;
    background: transparent !important;
}

#nfHomeSections .nf-home-quantity button,
#nfHomeSections .nf-home-quantity input,
#nfShopPage .nf-shop-quantity button,
#nfShopPage .nf-shop-quantity input {
    width: 100% !important;
    min-width: 0 !important;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0 !important;
    padding: 0 !important;
    color: var(--nf-prod-gold) !important;
    border: 0 !important;
    border-radius: 8px !important;
    outline: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    text-align: center !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

#nfHomeSections .nf-home-quantity input,
#nfShopPage .nf-shop-quantity input {
    font-size: 15px !important;
}

#nfHomeSections .nf-product-action,
#nfHomeSections .nf-product-action.button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 43px !important;
    margin: 8px 0 0 !important;
    padding: 8px 10px !important;
    color: var(--nf-prod-green) !important;
    border: 0 !important;
    border-radius: 11px !important;
    background: var(--nf-prod-gold) !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-decoration: none !important;
}

#nfHomeSections .nf-product-action > span[aria-hidden="true"] {
    display: none !important;
}

#nfHomeSections .nf-product-add-label {
    display: inline !important;
    color: inherit !important;
}

@media (max-width: 767px) {
    #nfHomeSections .nf-product-rail {
        gap: 10px !important;
        scroll-padding-inline: 0 !important;
        scroll-snap-type: x mandatory !important;
    }

    #nfHomeSections .nf-product-card,
    #nfHomeSections .nf-product-card:nth-child(n) {
        flex: 0 0 calc((100% - 10px) / 2) !important;
        width: calc((100% - 10px) / 2) !important;
        min-width: calc((100% - 10px) / 2) !important;
        max-width: calc((100% - 10px) / 2) !important;
        border-radius: 17px !important;
        scroll-snap-align: start !important;
    }

    #nfHomeSections .nf-product-image {
        aspect-ratio: 1 / .92 !important;
    }

    #nfHomeSections .nf-product-info {
        min-height: 240px;
        gap: 7px !important;
        padding: 13px 9px 11px !important;
    }

    #nfHomeSections .nf-product-info h3 {
        min-height: 49px;
        font-size: clamp(12px, 3.65vw, 15px) !important;
        line-height: 1.55 !important;
    }

    #nfHomeSections .nf-product-stars,
    #nfShopPage .nf-shop-card__stars {
        font-size: 14px;
        letter-spacing: 0;
    }

    #nfHomeSections .nf-live-price,
    #nfHomeSections .nf-live-price * {
        font-size: clamp(13px, 3.8vw, 16px) !important;
    }

    #nfHomeSections .nf-home-quantity,
    #nfShopPage .nf-shop-quantity {
        grid-template-columns: 32px minmax(30px, 1fr) 32px !important;
        padding: 3px !important;
        border-radius: 10px !important;
    }

    #nfHomeSections .nf-home-quantity button,
    #nfHomeSections .nf-home-quantity input,
    #nfShopPage .nf-shop-quantity button,
    #nfShopPage .nf-shop-quantity input {
        height: 34px !important;
        min-height: 34px !important;
        font-size: 16px !important;
    }

    #nfHomeSections .nf-product-action,
    #nfHomeSections .nf-product-action.button {
        min-height: 38px !important;
        margin-top: 6px !important;
        padding: 6px 3px !important;
        font-size: 10px !important;
    }
}

/* =========================================================
   SHOP — TWO COLUMNS ON MOBILE + REFERENCE CARD STYLE
========================================================= */
#nfShopPage {
    padding-block: clamp(18px, 4vw, 48px) 70px !important;
    background: var(--nf-prod-cream) !important;
}

#nfShopPage .nf-shop-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(14px, 2vw, 22px) !important;
}

#nfShopPage .nf-shop-card {
    position: relative;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 24px !important;
    background: var(--nf-prod-green) !important;
    box-shadow: var(--nf-prod-shadow) !important;
    contain: layout paint style;
    content-visibility: auto;
    contain-intrinsic-size: 520px;
}

#nfShopPage .nf-shop-card__image {
    position: relative;
    aspect-ratio: 1 / .92 !important;
    background: #eadcc5 !important;
}

#nfShopPage .nf-shop-card__sale {
    position: absolute;
    z-index: 2;
    top: 13px;
    right: 13px;
    padding: 7px 14px;
    color: #fff;
    border-radius: 999px;
    background: var(--nf-prod-green);
    font-size: 12px;
    font-weight: 700;
}

#nfShopPage .nf-shop-card__body {
    gap: 9px !important;
    min-height: 330px;
    padding: 20px 18px 18px !important;
    color: var(--nf-prod-gold) !important;
    background: var(--nf-prod-green) !important;
}

#nfShopPage .nf-shop-card__category {
    color: #ead9a7;
    opacity: .78;
    font-size: 11px;
}

#nfShopPage .nf-shop-card__name {
    display: -webkit-box;
    min-height: 59px !important;
    overflow: hidden;
    color: var(--nf-prod-gold) !important;
    font-size: clamp(17px, 1.45vw, 21px) !important;
    font-weight: 700 !important;
    line-height: 1.45 !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#nfShopPage .nf-shop-card__price,
#nfShopPage .nf-shop-card__price * {
    color: var(--nf-prod-gold) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
}

#nfShopPage .nf-shop-variation {
    color: var(--nf-prod-gold) !important;
    border-color: var(--nf-prod-line) !important;
    background: rgba(255, 255, 255, .035) !important;
}

#nfShopPage .nf-shop-add-button {
    min-height: 45px !important;
    margin-top: 0 !important;
    color: var(--nf-prod-green) !important;
    border-radius: 11px !important;
    background: var(--nf-prod-gold) !important;
    box-shadow: none !important;
}

#nfShopPage .nf-shop-add-button.is-success {
    color: #fff !important;
    background: #198754 !important;
}

#nfShopPage .nf-shop-add-button.is-error {
    color: #fff !important;
    background: #b42318 !important;
}

#nfShopPage .nf-shop-filter-toggle {
    top: calc(var(--nf-sticky-header-height, 0px) + 12px) !important;
}

@media (max-width: 980px) {
    #nfShopPage .nf-shop-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 720px) {
    #nfShopPage {
        padding-inline: 7px !important;
    }

    #nfShopPage .nf-shop-grid,
    #nfShopPage .nf-shop-grid:nth-child(n) {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 9px !important;
    }

    #nfShopPage .nf-shop-card {
        border-radius: 17px !important;
    }

    #nfShopPage .nf-shop-card__body {
        min-height: 286px;
        gap: 7px !important;
        padding: 13px 8px 11px !important;
    }

    #nfShopPage .nf-shop-card__name {
        min-height: 49px !important;
        font-size: clamp(12px, 3.65vw, 15px) !important;
        line-height: 1.55 !important;
    }

    #nfShopPage .nf-shop-card__price,
    #nfShopPage .nf-shop-card__price * {
        font-size: clamp(13px, 3.8vw, 16px) !important;
    }

    #nfShopPage .nf-shop-add-button {
        min-height: 38px !important;
        padding: 6px 3px !important;
        font-size: 10px !important;
    }

    #nfShopPage .nf-shop-filters {
        grid-template-columns: minmax(0, 1fr) !important;
    }

    #nfShopPage .nf-shop-filters.is-open {
        max-height: 760px !important;
    }
}

/* =========================================================
   ADMIN PRODUCT FILTER — CLOSED BY DEFAULT ON EVERY SCREEN
========================================================= */
#nfAdminPortal .nf-admin-filter-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    margin: 0 0 14px;
    padding: 10px 16px;
    cursor: pointer;
    color: #fff;
    border: 0;
    border-radius: 13px;
    background: linear-gradient(135deg, #075438, #0b744c);
    box-shadow: 0 12px 28px rgba(7, 84, 56, .18);
    font: inherit;
    font-weight: 800;
}

#nfAdminPortal .nf-admin-filter-toggle svg {
    width: 21px;
    height: 21px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
}

#nfAdminPortal .nf-admin-filter-toggle .nf-admin-filter-chevron {
    transition: transform .18s ease;
}

#nfAdminPortal .nf-admin-filter-toggle[aria-expanded="true"] .nf-admin-filter-chevron {
    transform: rotate(180deg);
}

#nfAdminPortal .nf-admin-filter-panel {
    max-height: 0 !important;
    margin-block: 0 !important;
    padding-block: 0 !important;
    overflow: hidden !important;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-8px);
    border-color: transparent !important;
    transition: max-height .28s ease, opacity .2s ease, transform .28s ease, padding .28s ease, margin .28s ease, visibility .28s ease !important;
}

#nfAdminPortal .nf-admin-filter-panel.is-open {
    max-height: 900px !important;
    margin-bottom: 22px !important;
    padding-block: 20px !important;
    visibility: visible;
    opacity: 1;
    transform: none;
    border-color: #dce8e1 !important;
}

@media (max-width: 767px) {
    #nfAdminPortal .nf-admin-filter-toggle {
        width: 100%;
    }

    #nfAdminPortal .nf-admin-filter-panel.is-open {
        max-height: 1500px !important;
    }
}

/* =========================================================
   SCROLL-TO-TOP BUTTON
========================================================= */
.nf-scroll-top {
    position: fixed;
    z-index: 99970;
    inset-inline-start: 18px;
    inset-block-end: 18px;
    display: grid;
    width: 48px;
    min-width: 48px;
    height: 48px;
    min-height: 48px;
    padding: 0;
    place-items: center;
    visibility: hidden;
    cursor: pointer;
    opacity: 0;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    background: #075438;
    box-shadow: 0 13px 32px rgba(7, 84, 56, .28);
    transform: translateY(12px);
    transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
}

.nf-scroll-top.is-visible {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.nf-scroll-top svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.3;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 767px) {
    .nf-scroll-top {
        inset-inline-start: 12px;
        inset-block-end: 14px;
        width: 44px;
        min-width: 44px;
        height: 44px;
        min-height: 44px;
    }
}

/* =========================================================
   GENERAL RESPONSIVE PRODUCTION SAFETY
========================================================= */
.nf-admin-generated-page,
.nf-admin-generated-content,
#nfAdminPortal,
#nfAccountPortal,
#nfShopPage,
#nfHomeSections,
.nf-store-orders-page,
.nf-order-tracking-page {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
}

.nf-admin-generated-page img,
.nf-admin-generated-content img,
#nfAdminPortal img,
#nfAccountPortal img,
#nfShopPage img,
#nfHomeSections img {
    max-width: 100%;
}

#nfHomeSections .nf-section,
#nfHomeSections .nf-export-section,
#nfHomeSections .nf-dates-section,
#nfHomeSections .nf-story-section,
#nfHomeSections .nf-mango-section,
#nfHomeSections .nf-faq-section {
    content-visibility: auto;
    contain-intrinsic-size: 850px;
}

@media (hover: none), (pointer: coarse) {
    #nfHomeSections *,
    #nfShopPage .nf-shop-card,
    #nfShopPage .nf-shop-card * {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .08s !important;
    }

    #nfHomeSections .nf-product-card:hover,
    #nfShopPage .nf-shop-card:hover,
    #nfHomeSections .nf-product-card:hover img,
    #nfShopPage .nf-shop-card:hover img {
        transform: none !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after {
        scroll-behavior: auto !important;
    }
}

#nfShopPage .nf-shop-seo-title {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}

/* =========================================================
   SINGLE PRODUCT — RESPONSIVE REFERENCE MATCH
========================================================= */
body.single-product .site-content,
body.single-product #content,
body.single-product main,
body.single-product .site-main,
body.single-product .content-area {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: clip !important;
}

body.single-product .woocommerce-notices-wrapper,
body.single-product div.product {
    width: min(1180px, calc(100% - 32px)) !important;
    max-width: 1180px !important;
    margin-inline: auto !important;
}

body.single-product div.product {
    display: grid !important;
    grid-template-columns: minmax(0, 1.04fr) minmax(320px, .96fr) !important;
    gap: clamp(28px, 5vw, 72px) !important;
    align-items: start !important;
    padding: clamp(30px, 5vw, 72px) 0 clamp(60px, 8vw, 105px) !important;
    color: var(--nf-prod-gold) !important;
}

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

body.single-product div.product .woocommerce-product-gallery {
    position: relative !important;
    overflow: hidden !important;
    padding: clamp(12px, 2vw, 22px) !important;
    border-radius: 30px !important;
    background: #efe5d3 !important;
    box-shadow: 0 22px 55px rgba(6, 47, 33, .18) !important;
}

body.single-product div.product .woocommerce-product-gallery__wrapper,
body.single-product div.product .woocommerce-product-gallery__image,
body.single-product div.product .woocommerce-product-gallery__image a {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
}

body.single-product div.product .woocommerce-product-gallery__image img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    max-height: 680px !important;
    margin: 0 auto !important;
    object-fit: contain !important;
    border-radius: 21px !important;
}

body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
}

body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
}

body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
    aspect-ratio: 1 !important;
    object-fit: cover !important;
    border: 2px solid transparent !important;
    border-radius: 12px !important;
}

body.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
    border-color: var(--nf-prod-gold) !important;
}

body.single-product div.product .woocommerce-product-gallery__trigger {
    z-index: 4 !important;
    top: 18px !important;
    right: 18px !important;
    display: grid !important;
    width: 48px !important;
    height: 48px !important;
    place-items: center !important;
    color: var(--nf-prod-gold) !important;
    border-radius: 50% !important;
    background: var(--nf-prod-green) !important;
    text-decoration: none !important;
}

body.single-product div.product .summary {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    min-width: 0 !important;
    padding: clamp(24px, 4vw, 52px) !important;
    border: 1px solid rgba(213, 189, 120, .34) !important;
    border-radius: 28px !important;
    background: var(--nf-prod-green) !important;
    box-shadow: 0 22px 55px rgba(6, 47, 33, .2) !important;
}

body.single-product div.product .product_title {
    margin: 0 0 16px !important;
    color: var(--nf-prod-gold) !important;
    font-size: clamp(28px, 4vw, 48px) !important;
    font-weight: 700 !important;
    line-height: 1.22 !important;
    overflow-wrap: anywhere !important;
}

body.single-product div.product .woocommerce-product-rating {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    margin: 0 0 20px !important;
    color: var(--nf-prod-gold) !important;
}

body.single-product div.product .star-rating,
body.single-product div.product .star-rating::before,
body.single-product div.product .star-rating span::before {
    color: var(--nf-prod-gold) !important;
}

body.single-product div.product .woocommerce-review-link {
    color: #efe2b9 !important;
}

body.single-product div.product p.price,
body.single-product div.product span.price,
body.single-product div.product p.price * {
    color: var(--nf-prod-gold) !important;
    font-size: clamp(25px, 3.4vw, 39px) !important;
    font-weight: 700 !important;
}

body.single-product div.product p.price del,
body.single-product div.product span.price del {
    margin-inline-end: 10px !important;
    color: rgba(213, 189, 120, .62) !important;
    font-size: .72em !important;
}

body.single-product div.product p.price ins,
body.single-product div.product span.price ins {
    text-decoration: none !important;
}

body.single-product div.product .woocommerce-product-details__short-description,
body.single-product div.product .woocommerce-product-details__short-description * {
    color: #f8f0d8 !important;
    font-size: 16px !important;
    line-height: 1.9 !important;
}

body.single-product div.product form.cart {
    display: flex !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
    width: 100% !important;
    margin: 24px 0 !important;
}

body.single-product div.product form.cart .quantity {
    display: grid !important;
    flex: 0 0 128px !important;
    width: 128px !important;
    margin: 0 !important;
}

body.single-product div.product form.cart .quantity .qty {
    width: 100% !important;
    min-width: 0 !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 8px !important;
    color: var(--nf-prod-gold) !important;
    border: 2px solid var(--nf-prod-gold) !important;
    border-radius: 12px !important;
    outline: 0 !important;
    background: transparent !important;
    font-size: 18px !important;
    font-weight: 800 !important;
    text-align: center !important;
}

body.single-product div.product form.cart .single_add_to_cart_button,
body.single-product div.product form.cart button.single_add_to_cart_button {
    flex: 1 1 210px !important;
    min-height: 54px !important;
    margin: 0 !important;
    padding: 11px 22px !important;
    color: var(--nf-prod-green) !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: var(--nf-prod-gold) !important;
    box-shadow: none !important;
    font-size: 17px !important;
    font-weight: 900 !important;
}

body.single-product div.product form.cart .single_add_to_cart_button:hover,
body.single-product div.product form.cart .single_add_to_cart_button:focus-visible {
    background: #e6cf8e !important;
    transform: none !important;
}

body.single-product div.product form.variations_form.cart {
    display: block !important;
}

body.single-product div.product form.variations_form table.variations,
body.single-product div.product form.variations_form table.variations tbody,
body.single-product div.product form.variations_form table.variations tr,
body.single-product div.product form.variations_form table.variations th,
body.single-product div.product form.variations_form table.variations td {
    display: block !important;
    width: 100% !important;
}

body.single-product div.product form.variations_form table.variations {
    margin: 0 0 18px !important;
}

body.single-product div.product form.variations_form table.variations th,
body.single-product div.product form.variations_form table.variations td {
    padding: 5px 0 !important;
    color: #fff4d4 !important;
}

body.single-product div.product form.variations_form select {
    width: 100% !important;
    min-height: 52px !important;
    color: var(--nf-prod-green) !important;
    border: 1px solid var(--nf-prod-gold) !important;
    border-radius: 12px !important;
    background: #fffdf7 !important;
}

body.single-product div.product .product_meta,
body.single-product div.product .product_meta a {
    color: #eadfbf !important;
    line-height: 1.8 !important;
}

body.single-product .woocommerce-tabs,
body.single-product .related.products,
body.single-product .up-sells.products {
    width: min(1180px, calc(100% - 32px)) !important;
    max-width: 1180px !important;
    margin-inline: auto !important;
}

body.single-product .woocommerce-tabs ul.tabs {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 8px !important;
    padding: 0 !important;
}

body.single-product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce-tabs ul.tabs li::before,
body.single-product .woocommerce-tabs ul.tabs li::after {
    display: none !important;
}

body.single-product .woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    border: 0 !important;
    border-radius: 999px !important;
    background: #edf6f0 !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active {
    background: var(--nf-prod-green) !important;
}

body.single-product .woocommerce-tabs ul.tabs li a {
    color: var(--nf-prod-green) !important;
}

body.single-product .woocommerce-tabs ul.tabs li.active a {
    color: #fff !important;
}

body.single-product .related.products > h2,
body.single-product .up-sells.products > h2 {
    color: var(--nf-prod-green) !important;
    font-size: clamp(25px, 4vw, 40px) !important;
    text-align: center !important;
}

@media (max-width: 767px) {
    body.single-product div.product,
    body.single-product div.product:nth-child(n) {
        grid-template-columns: minmax(0, 1fr) !important;
        gap: 18px !important;
        width: calc(100% - 18px) !important;
        padding: 14px 0 54px !important;
    }

    body.single-product div.product .woocommerce-product-gallery {
        padding: 9px !important;
        border-radius: 21px !important;
    }

    body.single-product div.product .woocommerce-product-gallery__image img {
        border-radius: 15px !important;
    }

    body.single-product div.product .summary {
        padding: 22px 14px !important;
        border-radius: 20px !important;
    }

    body.single-product div.product .product_title {
        font-size: clamp(25px, 8vw, 36px) !important;
    }

    body.single-product div.product form.cart {
        position: relative !important;
        gap: 8px !important;
        margin-bottom: 8px !important;
    }

    body.single-product div.product form.cart .quantity {
        flex-basis: 104px !important;
        width: 104px !important;
    }

    body.single-product div.product form.cart .quantity .qty,
    body.single-product div.product form.cart .single_add_to_cart_button {
        min-height: 50px !important;
    }

    body.single-product .woocommerce-tabs,
    body.single-product .related.products,
    body.single-product .up-sells.products {
        width: calc(100% - 18px) !important;
    }
}

#nfHomeSections .nf-product-stars.is-empty,
#nfShopPage .nf-shop-card__stars.is-empty {
    opacity: .42;
}

#nfHomeSections .nf-home-quantity--placeholder {
    min-height: 45px !important;
    border-color: transparent !important;
    background: transparent !important;
}

@media (max-width: 767px) {
    #nfHomeSections .nf-home-quantity--placeholder {
        min-height: 40px !important;
    }
}

/* =========================================================
   v31.0.2 FINAL PRODUCT + MOBILE NAV HOTFIX
   - Natural Fresh green/orange palette
   - Reference card structure without artificial vertical gaps
   - No add-to-cart rotation
   - No mobile navigation page overlay
========================================================= */
:root {
    --nf-prod-green: #075d34;
    --nf-prod-green-2: #2f9638;
    --nf-prod-green-3: #75bc2d;
    --nf-prod-orange: #f79b19;
    --nf-prod-orange-dark: #e7830a;
    --nf-prod-cream: #f7f6e9;
    --nf-prod-white: #ffffff;
    --nf-prod-text: #33463b;
    --nf-prod-muted: #718078;
    --nf-prod-line: rgba(7, 93, 52, .32);
    --nf-prod-shadow: 0 16px 40px rgba(7, 93, 52, .11);
}

/* The mobile drawer intentionally has no dark page overlay. */
.nf-mobile-nav-overlay,
body.nf-mobile-nav-open .nf-mobile-nav-overlay,
body.nf-mobile-nav-open::before,
body.nf-mobile-nav-open::after,
body.nf-mobile-nav-open .nf-header-overlay,
body.nf-mobile-nav-open .nf-menu-overlay,
body.nf-mobile-nav-open .menu-overlay,
body.nf-mobile-nav-open .navigation-overlay,
body.nf-mobile-nav-open .offcanvas-overlay,
body.nf-mobile-nav-open .drawer-overlay,
body.nf-mobile-nav-open .elementor-menu-overlay {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    content: none !important;
    background: transparent !important;
    backdrop-filter: none !important;
}

/* ---------- Shared reference card structure ---------- */
#nfHomeSections .nf-product-card,
#nfShopPage .nf-shop-card {
    overflow: hidden !important;
    border: 1px solid rgba(7, 93, 52, .13) !important;
    border-radius: 24px !important;
    background: var(--nf-prod-white) !important;
    box-shadow: var(--nf-prod-shadow) !important;
}

#nfHomeSections .nf-product-image,
#nfShopPage .nf-shop-card__image {
    aspect-ratio: 1 / .9 !important;
    background: #edf5e8 !important;
}

#nfHomeSections .nf-product-image img,
#nfShopPage .nf-shop-card__image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

#nfHomeSections .nf-product-badge,
#nfShopPage .nf-shop-card__sale {
    color: #fff !important;
    background: var(--nf-prod-orange) !important;
}

#nfHomeSections .nf-product-info,
#nfShopPage .nf-shop-card__body {
    display: flex !important;
    flex: 1 1 auto !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
    gap: 9px !important;
    min-height: 0 !important;
    height: auto !important;
    padding: 18px 16px 16px !important;
    color: var(--nf-prod-text) !important;
    background: var(--nf-prod-white) !important;
}

#nfHomeSections .nf-product-type,
#nfShopPage .nf-shop-card__category {
    display: block !important;
    margin: 0 !important;
    color: var(--nf-prod-green) !important;
    opacity: .78 !important;
    font-size: 11px !important;
    font-weight: 800 !important;
}

#nfHomeSections .nf-product-name-link,
#nfShopPage .nf-shop-card__name {
    text-decoration: none !important;
}

#nfHomeSections .nf-product-info h3,
#nfShopPage .nf-shop-card__name {
    display: -webkit-box !important;
    min-height: 52px !important;
    margin: 0 !important;
    overflow: hidden !important;
    color: var(--nf-prod-green) !important;
    font-size: clamp(16px, 1.45vw, 20px) !important;
    font-weight: 900 !important;
    line-height: 1.55 !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
}

#nfHomeSections .nf-product-rating,
#nfShopPage .nf-shop-card__rating {
    min-height: 20px !important;
    margin: 0 !important;
    color: var(--nf-prod-orange) !important;
}

#nfHomeSections .nf-product-stars,
#nfShopPage .nf-shop-card__stars {
    color: var(--nf-prod-orange) !important;
}

#nfHomeSections .nf-product-rating small,
#nfShopPage .nf-shop-card__rating small {
    color: var(--nf-prod-green) !important;
}

#nfHomeSections .nf-product-bottom {
    display: block !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#nfHomeSections .nf-live-price,
#nfHomeSections .nf-live-price *,
#nfShopPage .nf-shop-card__price,
#nfShopPage .nf-shop-card__price * {
    color: var(--nf-prod-orange-dark) !important;
    font-weight: 900 !important;
}

#nfHomeSections .nf-live-price,
#nfShopPage .nf-shop-card__price {
    display: block !important;
    min-height: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

#nfHomeSections .nf-live-price del,
#nfShopPage .nf-shop-card__price del {
    display: block !important;
    margin: 0 0 2px !important;
    color: var(--nf-prod-muted) !important;
    opacity: .72 !important;
}

/* Quantity sits immediately after price: no auto spacer and no fixed card body height. */
#nfHomeSections .nf-home-quantity,
#nfShopPage .nf-shop-quantity {
    grid-template-columns: 42px minmax(36px, 1fr) 42px !important;
    gap: 3px !important;
    width: 100% !important;
    min-height: 48px !important;
    margin: 2px 0 0 !important;
    padding: 3px !important;
    border: 2px solid var(--nf-prod-green) !important;
    border-radius: 13px !important;
    background: #fff !important;
}

#nfHomeSections .nf-home-quantity button,
#nfHomeSections .nf-home-quantity input,
#nfShopPage .nf-shop-quantity button,
#nfShopPage .nf-shop-quantity input {
    height: 40px !important;
    min-height: 40px !important;
    color: var(--nf-prod-green) !important;
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

#nfHomeSections .nf-home-quantity button,
#nfShopPage .nf-shop-quantity button {
    color: var(--nf-prod-orange-dark) !important;
    font-weight: 900 !important;
}

#nfHomeSections .nf-home-quantity--placeholder {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

/* Add-to-cart buttons use Natural Fresh colors and never rotate. */
#nfHomeSections .nf-product-action,
#nfHomeSections .nf-product-action.button,
#nfShopPage .nf-shop-add-button,
body.single-product div.product form.cart .single_add_to_cart_button,
body.single-product div.product form.cart button.single_add_to_cart_button {
    width: 100% !important;
    min-height: 44px !important;
    margin: 0 !important;
    padding: 9px 10px !important;
    color: #fff !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: var(--nf-prod-orange) !important;
    box-shadow: none !important;
    font-weight: 900 !important;
    transform: none !important;
    rotate: none !important;
    animation: none !important;
    transition: background-color .16s ease, color .16s ease, opacity .16s ease, box-shadow .16s ease !important;
}

#nfHomeSections .nf-product-action:hover,
#nfHomeSections .nf-product-action:focus,
#nfHomeSections .nf-product-action:focus-visible,
#nfHomeSections .nf-product-action:active,
#nfHomeSections .nf-product-card:hover .nf-product-action,
#nfShopPage .nf-shop-add-button:hover,
#nfShopPage .nf-shop-add-button:focus,
#nfShopPage .nf-shop-add-button:focus-visible,
#nfShopPage .nf-shop-add-button:active,
body.single-product div.product form.cart .single_add_to_cart_button:hover,
body.single-product div.product form.cart .single_add_to_cart_button:focus,
body.single-product div.product form.cart .single_add_to_cart_button:focus-visible,
body.single-product div.product form.cart .single_add_to_cart_button:active {
    color: #fff !important;
    background: var(--nf-prod-orange-dark) !important;
    transform: none !important;
    rotate: none !important;
    animation: none !important;
}

#nfHomeSections .nf-product-action::before,
#nfHomeSections .nf-product-action::after,
#nfShopPage .nf-shop-add-button::before,
#nfShopPage .nf-shop-add-button::after,
body.single-product div.product form.cart .single_add_to_cart_button::before,
body.single-product div.product form.cart .single_add_to_cart_button::after {
    transform: none !important;
    rotate: none !important;
    animation: none !important;
}

/* Also neutralize the older native WooCommerce loop button rotation. */
#nfHomeSections .nf-native-products ul.products li.product > a.button.ajax_add_to_cart,
#nfHomeSections .nf-native-products ul.products li.product > a.button.ajax_add_to_cart:hover,
#nfHomeSections .nf-native-products ul.products li.product > a.button.ajax_add_to_cart:focus,
#nfHomeSections .nf-native-products ul.products li.product > a.button.ajax_add_to_cart:active {
    transform: none !important;
    rotate: none !important;
    animation: none !important;
}

#nfHomeSections .nf-native-products ul.products li.product > a.button.ajax_add_to_cart::before,
#nfHomeSections .nf-native-products ul.products li.product > a.button.ajax_add_to_cart::after {
    transform: none !important;
    rotate: none !important;
    animation: none !important;
}

/* No card hover effect is allowed to distort controls. */
#nfHomeSections .nf-product-card:hover,
#nfShopPage .nf-shop-card:hover {
    transform: translateY(-3px) !important;
}

@media (max-width: 767px) {
    #nfHomeSections .nf-product-card,
    #nfShopPage .nf-shop-card {
        border-radius: 17px !important;
    }

    #nfHomeSections .nf-product-info,
    #nfShopPage .nf-shop-card__body {
        gap: 7px !important;
        min-height: 0 !important;
        height: auto !important;
        padding: 12px 8px 10px !important;
    }

    #nfHomeSections .nf-product-info h3,
    #nfShopPage .nf-shop-card__name {
        min-height: 44px !important;
        font-size: clamp(12px, 3.55vw, 15px) !important;
        line-height: 1.5 !important;
    }

    #nfHomeSections .nf-live-price,
    #nfHomeSections .nf-live-price *,
    #nfShopPage .nf-shop-card__price,
    #nfShopPage .nf-shop-card__price * {
        font-size: clamp(13px, 3.7vw, 16px) !important;
    }

    #nfHomeSections .nf-home-quantity,
    #nfShopPage .nf-shop-quantity {
        grid-template-columns: 31px minmax(28px, 1fr) 31px !important;
        min-height: 40px !important;
        margin-top: 1px !important;
        padding: 2px !important;
        border-radius: 10px !important;
    }

    #nfHomeSections .nf-home-quantity button,
    #nfHomeSections .nf-home-quantity input,
    #nfShopPage .nf-shop-quantity button,
    #nfShopPage .nf-shop-quantity input {
        height: 34px !important;
        min-height: 34px !important;
        font-size: 15px !important;
    }

    #nfHomeSections .nf-product-action,
    #nfHomeSections .nf-product-action.button,
    #nfShopPage .nf-shop-add-button {
        min-height: 39px !important;
        padding: 6px 4px !important;
        font-size: 11px !important;
    }

    #nfHomeSections .nf-product-card:hover,
    #nfShopPage .nf-shop-card:hover {
        transform: none !important;
    }
}

