:root {
    --storefront-primary: #5a8f34;
    --storefront-primary-deep: #315f26;
    --storefront-gradient-gold: #f4a83a;
    --storefront-gradient-coral: #e76f51;
    --storefront-gradient-teal: #238878;
    --storefront-ink: #172116;
    --storefront-muted: #6a7568;
    --storefront-surface: #f5f7ef;
}

.storefront-account-page {
    background: linear-gradient(180deg, #fffdf4 0%, #ffffff 42%);
}

.storefront-account-hero {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-end;
    margin-bottom: 42px;
    padding: 36px;
    border: 1px solid rgba(70, 74, 24, 0.16);
    border-radius: 18px;
    background: radial-gradient(circle at 10% 0%, rgba(255, 145, 31, 0.16), transparent 34%),
    radial-gradient(circle at 92% 20%, rgba(72, 123, 98, 0.18), transparent 32%),
    #fffaf0;
}

.storefront-account-hero h1 {
    max-width: 760px;
    margin: 8px 0 10px;
    font-size: clamp(34px, 5vw, 58px);
    line-height: 1.02;
    color: #25280f;
}

.storefront-account-hero p {
    max-width: 620px;
    margin: 0;
    color: #69715e;
    font-size: 17px;
    line-height: 1.7;
}

.storefront-account-hero-actions,
.storefront-account-panel-head,
.storefront-account-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.storefront-account-hero-actions {
    flex-wrap: wrap;
    justify-content: flex-end;
}

.storefront-account-wrap {
    align-items: flex-start;
}

.storefront-account-sidebar {
    position: sticky;
    top: 112px;
    border: 1px solid rgba(70, 74, 24, 0.12);
    border-radius: 18px;
    background: #fbfaf2;
    box-shadow: none;
}

.storefront-account-avatar {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #404615;
    color: #ffffff;
    font-size: 42px;
    font-weight: 700;
}

.storefront-account-tag {
    display: inline-flex;
    margin-top: 10px;
    padding: 5px 12px;
    border-radius: 999px;
    background: rgba(255, 145, 31, 0.15);
    color: #404615;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.storefront-account-nav .my-account-nav-item {
    border-radius: 12px;
    font-size: 17px;
    line-height: 1.35;
}

.storefront-account-nav .my-account-nav-item i {
    font-size: 20px;
}

.storefront-account-logout {
    color: #c0392b;
}

.storefront-account-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 18px;
}

.storefront-account-stat,
.storefront-account-panel {
    border: 1px solid rgba(70, 74, 24, 0.13);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: none;
}

.storefront-account-stat {
    padding: 22px;
}

.storefront-account-stat span,
.storefront-account-field span,
.storefront-account-order small {
    display: block;
    color: #75806b;
    font-size: 14px;
    line-height: 1.5;
}

.storefront-account-stat strong {
    display: block;
    margin-top: 8px;
    color: #25280f;
    font-size: 20px;
    line-height: 1.1;
}

.storefront-account-panels {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.storefront-account-panel {
    padding: 28px;
}

.storefront-account-panel-head {
    justify-content: space-between;
    margin-bottom: 22px;
}

.storefront-account-panel-head h4 {
    margin: 4px 0 0;
    color: #25280f;
}

.storefront-account-fields {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.storefront-account-field {
    padding: 18px;
    border-radius: 12px;
    background: #fbfaf2;
}

.storefront-account-field strong {
    display: block;
    margin-top: 6px;
    color: #25280f;
    font-size: 17px;
    line-height: 1.45;
    overflow-wrap: anywhere;
}

.storefront-account-orders {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.storefront-account-order {
    display: grid;
    grid-template-columns: minmax(190px, 1.4fr) minmax(120px, 0.8fr) auto auto;
    gap: 14px;
    align-items: center;
    padding: 16px;
    border-radius: 12px;
    background: #fbfaf2;
}

.storefront-account-order span:first-child,
.storefront-account-order strong {
    color: #25280f;
    font-weight: 700;
}

.storefront-account-status {
    display: inline-flex;
    justify-content: center;
    min-width: 92px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(72, 123, 98, 0.13);
    color: #315f4c;
    font-size: 13px;
    font-weight: 700;
}

.storefront-account-status.is-payment {
    background: rgba(255, 145, 31, 0.16);
    color: #a65a09;
}

.storefront-account-split {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 18px;
}

.storefront-account-actions {
    align-items: stretch;
}

.storefront-account-actions a {
    flex: 1;
    padding: 18px;
    border: 1px solid rgba(70, 74, 24, 0.13);
    border-radius: 12px;
    color: #25280f;
    font-weight: 700;
    text-align: center;
}

.storefront-account-actions span {
    display: block;
    margin-bottom: 6px;
    font-size: 30px;
    line-height: 1;
    color: var(--storefront-primary);
}

.storefront-password-form {
    display: grid;
    gap: 12px;
}

.storefront-password-form input,
.storefront-account-modal input {
    width: 100%;
    border: 1px solid rgba(70, 74, 24, 0.18);
    border-radius: 10px;
    padding: 13px 15px;
    background: #ffffff;
}

.storefront-account-note,
.storefront-account-empty {
    border-radius: 12px;
    background: #fbfaf2;
    color: #69715e;
    line-height: 1.7;
}

.storefront-account-note {
    padding: 18px;
}

.storefront-account-empty {
    padding: 28px;
    text-align: center;
}

.storefront-account-empty h5 {
    margin-bottom: 8px;
    color: #25280f;
}

.storefront-account-empty p {
    margin-bottom: 18px;
}

.storefront-text-link {
    color: var(--storefront-primary);
    font-weight: 700;
}

.storefront-account-modal {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
}

.storefront-account-modal .modal-header,
.storefront-account-modal .modal-body,
.storefront-account-modal .modal-footer {
    padding: 24px;
}

.storefront-account-modal .modal-header {
    align-items: flex-start;
    border-bottom: 1px solid rgba(70, 74, 24, 0.1);
}

.storefront-account-modal fieldset + fieldset {
    margin-top: 14px;
}

.storefront-account-modal label {
    display: block;
    margin-bottom: 8px;
    color: #25280f;
    font-weight: 700;
}

.storefront-account-modal-actions {
    gap: 10px;
    border-top: 1px solid rgba(70, 74, 24, 0.1);
}

.storefront-form-alert {
    margin-bottom: 14px;
    padding: 12px 14px;
    border-radius: 10px;
    font-weight: 600;
    line-height: 1.5;
}

.storefront-form-alert.error {
    background: rgba(220, 53, 69, 0.1);
    color: #a82936;
}

.storefront-form-alert.success {
    background: rgba(72, 123, 98, 0.12);
    color: #315f4c;
}

.storefront-otp-timer {
    margin: 14px 0 0;
    color: #69715e;
}

@media (max-width: 1199px) {
    .storefront-account-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .storefront-account-hero,
    .storefront-account-wrap,
    .storefront-account-split {
        display: block;
    }

    .storefront-account-hero-actions {
        justify-content: flex-start;
        margin-top: 22px;
    }

    .storefront-account-sidebar {
        position: static;
        margin-bottom: 22px;
    }

    .wrap-sidebar-account {
        display: block !important;
        width: 100%;
    }

    .sidebar-account,
    .storefront-account-sidebar {
        display: block !important;
        position: static !important;
    }

    .my-account-nav {
        display: block !important;
    }

    .storefront-account-split .storefront-account-panel + .storefront-account-panel {
        margin-top: 18px;
    }
}

@media (max-width: 767px) {
    .storefront-account-hero,
    .storefront-account-panel,
    .storefront-account-stat {
        padding: 22px;
    }

    .storefront-account-grid,
    .storefront-account-fields {
        grid-template-columns: 1fr;
    }

    .storefront-account-panel-head,
    .storefront-account-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .storefront-account-order {
        grid-template-columns: 1fr;
        align-items: flex-start;
    }

    .storefront-account-actions a {
        width: 100%;
    }

    .storefront-account-modal-actions .tf-btn {
        width: 100%;
    }
}

.storefront-page {
    color: var(--storefront-ink);
}

.storefront-topbar {
    background: #414217;
    background-size: 260% 260%;
    animation: storefrontHeaderGradient 14s ease infinite;
    color: #fff;
    position: relative;
    z-index: 11;
}

.storefront-topbar .topbar-link,
.storefront-topbar a,
.storefront-topbar .top-bar-text {
    color: #fff;
}

.storefront-header {
    background: #fff;
    border-bottom: 1px solid #e9e9e9;
    box-shadow: none;
    overflow: visible;
}

.wrapper-header {
    min-height: 82px;
}

.storefront-header::before {
    display: none;
}

.storefront-header .container {
    position: relative;
    z-index: 2;
}

#header.storefront-header .box-nav-ul {
    gap: 24px;
}

#header.storefront-header .box-nav-ul .item-link {
    color: #222;
    font-size: 15px;
    font-weight: 600;
    transition: .3s;
}

#header.storefront-header .box-nav-ul .item-link:hover,
#header.storefront-header .box-nav-ul .menu-item.active .item-link {
    color: #5AAA31;
}


#header.storefront-header .box-nav-ul .menu-item.active .item-link,
#header.storefront-header .box-nav-ul .item-link:hover,
#header.storefront-header .nav-icon .nav-icon-item:hover,
#header.storefront-header .nav-icon .nav-icon-item:hover .icon {
    color: #414217;
}

.storefront-header .logo-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: transparent;
    padding: 0;
}

.storefront-header .logo-header img {
    max-height: 52px;
    width: auto;
}

.storefront-header .count-box {
    background: #fff;
    color: var(--storefront-primary-deep);
}

@media (prefers-reduced-motion: reduce) {
    .storefront-topbar,
    .storefront-header,
    .storefront-proof-icon,
    .storefront-buckthorn-visual {
        animation: none;
    }
}

@keyframes storefrontHeaderGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.storefront-header .logo-header img,
.storefront-footer .footer-logo img {
    max-height: 45px;
    width: auto;
}

.storefront-search {
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(255, 255, 255, .62);
    border-radius: 10px;
    min-width: 290px;
    overflow: hidden;
}

.storefront-autocomplete {
    overflow: visible;
    position: relative;
}

.storefront-search input {
    border: 0;
    min-width: 0;
    width: 100%;
    padding: 10px;
}

.storefront-search button {
    border: 0;
    background: transparent;
    padding: 10px 5px;
    color: var(--storefront-primary-deep);
}

.storefront-search-results {
    background: #fff;
    border: 1px solid rgba(23, 33, 22, .12);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(23, 33, 22, .14);
    display: none;
    left: 0;
    min-width: 360px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: calc(100% + 2px);
    z-index: 50;
}

.storefront-search-results.is-visible {
    display: block;
}

.storefront-search-item {
    align-items: center;
    display: grid;
    gap: 12px;
    grid-template-columns: 52px 1fr auto;
    padding: 10px 12px;
    text-decoration: none;
}

.storefront-search-item + .storefront-search-item {
    border-top: 1px solid rgba(23, 33, 22, .08);
}

.storefront-search-item:hover {
    background: var(--storefront-surface);
}

.storefront-search-item img {
    aspect-ratio: 1;
    background: #f7f7f3;
    object-fit: contain;
    width: 52px;
}

.storefront-search-item span {
    min-width: 0;
}

.storefront-search-item strong,
.storefront-search-item small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.storefront-search-item small {
    color: var(--storefront-muted);
    margin-top: 2px;
}

.storefront-search-item em {
    color: var(--storefront-primary);
    font-style: normal;
    font-weight: 600;
    white-space: nowrap;
}

.storefront-search-empty {
    color: var(--storefront-muted);
    padding: 14px;
}

.mobile-search {
    margin: 24px 16px;
    min-width: 0;
}

.storefront-hero .wrap-slider {
    position: relative;
}

.storefront-hero .wrap-slider picture,
.storefront-hero .wrap-slider img {
    width: 100%;
    height: auto;
    display: block;
}

.storefront-hero .box-content {
    background: linear-gradient(90deg, rgba(0, 0, 0, .42), rgba(0, 0, 0, .04));
    color: #fff;
    inset: 0;
    position: absolute;
}

.storefront-hero .box-content .container {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.storefront-hero h1 {
    color: #fff;
    font-size: clamp(48px, 8vw, 96px);
    line-height: 1;
}

.storefront-hero p {
    color: #fff;
    font-size: 20px;
    max-width: 560px;
}

.bg-surface {
    background: var(--storefront-surface);
}

.journey-item {
    opacity: 0;
    transform: translateX(80px);
    animation: slideInRight 0.8s ease forwards;
}

/* Delay for each step */
.journey-item:nth-child(1) {
    animation-delay: 0s;
}

.journey-item:nth-child(2) {
    animation-delay: 0.4s;
}

.journey-item:nth-child(3) {
    animation-delay: 0.8s;
}

.journey-item:nth-child(4) {
    animation-delay: 1.2s;
}

.journey-item:nth-child(5) {
    animation-delay: 1.6s;
}

@keyframes slideInRight {
    from {
        opacity: 0;
        transform: translateX(80px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.journey-item {
    opacity: 0;
    transform: translateX(120px);
    transition: all 0.8s ease-out;
}

.journey-item.show {
    opacity: 1;
    transform: translateX(0);
}

.journey-item {
    opacity: 0;
    transition: all 0.8s ease;
}

.journey-item:nth-child(odd) {
    transform: translateX(120px);
}

.journey-item:nth-child(even) {
    transform: translateX(-120px);
}

.journey-item.show {
    opacity: 1;
    transform: translateX(0);
}

.journey-grid img {
    height: 160px;
}

.journey-grid {
    margin-top: 32px;
}

.journey-grid > div {
    text-align: center;
}

.journey-grid img {
    height: 130px;
    object-fit: contain;
}

.journey-grid p {
    color: var(--storefront-muted);
    margin: 16px auto 0;
    max-width: 230px;
}

.storefront-sea-buckthorn-story {
    background: radial-gradient(circle at 50% 58%, rgba(244, 168, 58, .16), transparent 28%),
    linear-gradient(180deg, #fff8e8 0%, #fff5dc 100%);
    overflow: hidden;
}

.storefront-proof-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    margin-bottom: clamp(54px, 8vw, 110px);
    margin-top: 40px;
}

.storefront-proof-item {
    align-items: center;
    color: #42431b;
    display: flex;
    flex-direction: column;
    gap: 18px;
    text-align: center;
}

.storefront-proof-item strong {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .08em;
    line-height: 1.25;
    max-width: 210px;
    text-transform: uppercase;
}

.storefront-proof-icon {
    align-items: center;
    animation: storefrontFloat 4.8s ease-in-out infinite;
    background: #c6c686;
    border-radius: 50%;
    display: inline-flex;
    height: 118px;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 118px;
}

.storefront-proof-item:nth-child(2) .storefront-proof-icon {
    animation-delay: .25s;
}

.storefront-proof-item:nth-child(3) .storefront-proof-icon {
    animation-delay: .5s;
}

.storefront-proof-item:nth-child(4) .storefront-proof-icon {
    animation-delay: .75s;
}

.storefront-proof-item:nth-child(5) .storefront-proof-icon {
    animation-delay: 1s;
}

.storefront-proof-icon::before,
.storefront-proof-icon::after {
    content: "";
    position: absolute;
}

.storefront-proof-icon-user::before {
    background: #222;
    border-radius: 50% 50% 45% 45%;
    height: 28px;
    top: 24px;
    width: 28px;
}

.storefront-proof-icon-user::after {
    background: linear-gradient(#f4a83a 0 58%, #f8c064 58%);
    border-radius: 32px 32px 12px 12px;
    bottom: 18px;
    height: 56px;
    width: 60px;
}

.storefront-proof-icon-branch::before {
    background: #48571f;
    border-radius: 12px;
    height: 76px;
    transform: rotate(-26deg);
    width: 7px;
}

.storefront-proof-icon-branch::after {
    background: radial-gradient(circle at 16px 14px, #ef8f25 0 7px, transparent 8px),
    radial-gradient(circle at 38px 30px, #ef8f25 0 7px, transparent 8px),
    radial-gradient(circle at 26px 52px, #ef8f25 0 7px, transparent 8px),
    radial-gradient(ellipse at 54px 78px, #43501f 0 17px, transparent 18px);
    height: 92px;
    width: 76px;
}

.storefront-proof-icon-mountain::before {
    border-color: transparent transparent #2c3813 transparent;
    border-style: solid;
    border-width: 0 44px 66px 44px;
    bottom: 20px;
}

.storefront-proof-icon-mountain::after {
    border-color: transparent transparent #fff transparent;
    border-style: solid;
    border-width: 0 20px 28px 20px;
    bottom: 58px;
}

.storefront-proof-icon-process::before {
    background: linear-gradient(#5d6530, #5d6530) 12px 15px / 70px 7px no-repeat,
    linear-gradient(#5d6530, #5d6530) 22px 15px / 7px 58px no-repeat,
    linear-gradient(#5d6530, #5d6530) 82px 15px / 7px 58px no-repeat;
    height: 92px;
    width: 98px;
}

.storefront-proof-icon-process::after {
    background: linear-gradient(#f4a83a, #f4a83a) 10px 38px / 12px 34px no-repeat,
    linear-gradient(#f4a83a, #f4a83a) 36px 36px / 12px 36px no-repeat,
    linear-gradient(#f4a83a, #f4a83a) 62px 42px / 12px 30px no-repeat;
    border-bottom: 8px solid #48501e;
    bottom: 25px;
    height: 58px;
    width: 92px;
}

.storefront-proof-icon-lab::before {
    background: #5d6530;
    border-radius: 8px 8px 2px 2px;
    bottom: 20px;
    height: 74px;
    width: 34px;
}

.storefront-proof-icon-lab::after {
    border: 8px solid #ef8f25;
    border-radius: 50%;
    bottom: 42px;
    height: 48px;
    transform: rotate(-12deg);
    width: 48px;
}

.storefront-buckthorn-map {
    min-height: 660px;
    position: relative;
}

.storefront-buckthorn-heading {
    color: #3f421c;
    left: 50%;
    position: absolute;
    text-align: center;
    top: 80px;
    width: min(720px, 100%);
    z-index: 2;

    transform: translateX(-50%);
}

.slideInRightSmooth {
    animation: slideInRightSmooth 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes slideInRightSmooth {
    from {
        opacity: 0;
        transform: translateX(calc(-50% + 120px));
    }

    to {
        opacity: 1;
        transform: translateX(-50%);
    }
}

.storefront-buckthorn-heading span {
    color: #f29a34;
    display: block;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: .06em;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.storefront-buckthorn-heading h2 {
    color: #3f421c;
    font-size: clamp(44px, 7vw, 78px);
    font-weight: 900;
    letter-spacing: .04em;
    line-height: .95;
    text-transform: uppercase;
}

.storefront-buckthorn-visual {
    animation: storefrontFloat 5.5s ease-in-out infinite;
    bottom: -42px;
    left: 52%;
    max-width: min(620px, 58vw);
    position: absolute;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}

.storefront-buckthorn-visual img {
    display: block;
    filter: drop-shadow(0 28px 35px rgba(82, 58, 18, .16));
    height: auto;
    width: 100%;
}

.storefront-benefit-callout {
    color: #585333;
    max-width: 285px;
    position: absolute;
    z-index: 3;
}

.storefront-benefit-callout::before {
    background: var(--storefront-gradient-gold);
    border-radius: 999px;
    content: "";
    height: 12px;
    position: absolute;
    top: 8px;
    width: 12px;
}

.storefront-benefit-callout strong {
    border-bottom: 1px solid currentColor;
    color: #181815;
    display: inline-block;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: .04em;
    line-height: 1.15;
    margin-bottom: 12px;
    padding-bottom: 6px;
    text-transform: uppercase;
}

.storefront-benefit-callout p {
    font-size: 14px;
    line-height: 1.45;
    margin: 0;
}

.callout-left {
    left: 4%;
    padding-right: 34px;
    text-align: right;
}

.callout-left::before {
    right: 0;
}

.callout-right {
    padding-left: 34px;
    right: 3%;
}

.callout-right::before {
    left: 0;
}

.callout-leaf,
.callout-oil {
    top: 75px;
}

.callout-pulp,
.callout-berry {
    top: 250px;
}

.callout-powder,
.callout-seed {
    top: 430px;
}

@keyframes storefrontFloat {
    0%,
    100% {
        translate: 0 0;
    }

    50% {
        translate: 0 -10px;
    }
}

.storefront-product-card {
    background: #fff;
    /*border: 1px solid rgba(23, 33, 22, .08);*/
    border-radius: 25px;
    height: 100%;
    overflow: hidden;
    /*padding: 12px;*/
}

/*long names break card heights*/

/*.storefront-product-card .title {*/
/*    display: block;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*}*/

.storefront-product-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.storefront-product-card .card-product-wrapper {
    border-radius: 8px;
    overflow: hidden;
    aspect-ratio: 1 / 1.33;
    flex-shrink: 0;
}

.storefront-product-card .card-product-info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 95px;
    padding-top: 12px;
}

.storefront-product-card .title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    min-height: 50px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.storefront-product-card .current-price {
    margin-top: auto;
}

.storefront-product-card .product-img {
    background: transparent;
}

.storefront-product-card .product-img img {
    aspect-ratio: 1 / 1.12;
    object-fit: contain;
}

.storefront-card-badge {
    background: rgba(206, 255, 232, .95);
    border-radius: 999px;
    color: #0a7b62;
    font-size: 12px;
    font-weight: 700;
    left: 14px;
    padding: 8px 14px;
    position: absolute;
    top: 14px;
    z-index: 2;
}

.storefront-product-card .list-product-btn {
    top: 18px;
    right: 18px;
}

.storefront-product-card .list-product-btn .box-icon {
    background: #fff;
    border: 1px solid rgba(23, 33, 22, .10);
    border-radius: 50%;
    color: var(--storefront-ink);
    height: 40px;
    width: 40px;
    padding: 4px 1px 0px 0px;
}

.storefront-product-card .list-product-btn .box-icon:hover {
    background: #fff !important;
    border-color: rgba(23, 33, 22, .10) !important;
    color: var(--storefront-ink) !important;
}

.storefront-product-card .list-product-btn .box-icon.active {
    /*color: #ee3d54;*/
    background-color: var(--main) !important;
    color: var(--white) !important;
    border-color: var(--main) !important;
}

.storefront-wishlist-button.active {
    background-color: var(--main) !important;
    border-color: var(--main) !important;
    color: var(--white) !important;
}

.storefront-wishlist-button:disabled {
    cursor: wait;
    opacity: .72;
}

.storefront-product-card .list-btn-main {
    left: 18px;
    right: 18px;
    bottom: 18px;
}

.storefront-product-card .list-product-btn .box-icon,
.storefront-product-card .list-product-btn .storefront-wishlist-button,
.storefront-product-card .list-btn-main {
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease;
}

.storefront-product-card .list-product-btn .box-icon {
    transform: translateX(20px);
}

.storefront-product-card .list-btn-main {
    transform: translateY(100%);
}

.storefront-product-card:hover .list-product-btn .box-icon,
.storefront-product-card:hover .list-product-btn .storefront-wishlist-button,
.storefront-product-card:hover .list-btn-main {
    opacity: 1;
    visibility: visible;
}

.storefront-product-card:hover .list-product-btn .box-icon {
    transform: translateX(0);
}

.storefront-product-card:hover .list-btn-main {
    transform: translateY(0);
}

.storefront-product-card .list-btn-main .btn-main-product {
    background: #5AAA31;
    border-radius: 999px;
    color: #fff;
    font-weight: 700;
}

.storefront-product-card .list-btn-main .btn-main-product:hover {
    background: #ed8d1f;
    color: #fff;
}

.storefront-product-card .card-product-info {
    padding: 16px 14px 18px;
}

.storefront-product-card .card-product-info .title {
    color: var(--storefront-ink);
    font-size: 17px;
    /*font-weight: 700;*/
    line-height: 1.35;
}

.storefront-product-card .price {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    /*margin-top: 10px;*/
}

.storefront-product-card .price span {
    /*color: var(--storefront-primary);*/
    font-size: 16px;
    font-weight: 600;
}

.storefront-product-card .price del {
    color: var(--storefront-muted);
    font-size: 13px;
}

.storefront-product-card button {
    border: 0;
}

.storefront-product-card button.is-loading,
.js-storefront-add-cart.is-loading {
    opacity: .7;
}

.storefront-product-card-app button:disabled {
    cursor: wait;
    opacity: .72;
}

@media (max-width: 767px) {

    .card-product .list-product-btn {
        display: flex !important;
        flex-direction: column !important;
        align-items: center;
        gap: 8px;
        position: absolute !important;
        top: 8px !important; /* adjust as needed */
        right: 10px !important;
        z-index: 9999;
    }

    .card-product .list-product-btn .box-icon {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        transform: none !important;
    }

    .storefront-products-grid {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 16px;
    }
}

.storefront-card-cart-action {
    display: flex;
    align-items: center;
    gap: 10px;
}

.promotion-modal-actions .storefront-card-cart-action {
    width: 100%;
}

.promotion-modal-actions .storefront-card-cart-action .wg-quantity {
    width: auto;
    min-width: 120px;
    flex: none;
}

.promotion-modal-actions .storefront-card-cart-action .storefront-view-cart {
    flex: 1;
}

@media (max-width: 767px) {
    .promotion-modal-actions .storefront-card-cart-action {
        width: 100%;
    }

    .promotion-modal-actions .storefront-card-cart-action .wg-quantity {
        width: 120px;
    }

    .promotion-modal-actions .btn {
        width: 100%;
    }
}


.storefront-card-cart-action .wg-quantity {
    /*flex-shrink: 0;*/
    /*flex:0 0 140px;*/
}

.storefront-card-cart-action .storefront-view-cart {
    flex: 1;
    margin-top: 0 !important;
}

.storefront-card-cart-action .btn-main-product {
    width: 100%;
    height: 44px;
    padding: 12px;
    font-size: 12px;
    letter-spacing: .5px;
    white-space: nowrap;
}

.btn-main-product i {
    font-size: 20px;
}

.storefront-pdp-cart-action {
    width: 100%;
}

@media (max-width: 767px) {

    .storefront-pdp-cart-action {
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
    }

    .storefront-pdp-cart-action .wg-quantity {
        flex: 1;
        min-width: 0;
    }

    .storefront-pdp-cart-action .storefront-view-cart {
        width: 42px;
        min-width: 42px;
        height: 42px;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        white-space: nowrap;
    }

    .storefront-pdp-cart-action .storefront-view-cart span {
        display: none;
    }

    .storefront-pdp-cart-action .storefront-view-cart i {
        margin: 0;
        font-size: 18px;
    }

    .tf-product-info-by-btn {
        gap: 8px !important;
    }

    .tf-product-info-by-btn .box-icon {
        width: 42px;
        height: 42px;
        flex: 0 0 42px;
    }
}

.storefront-list-layout {
    display: grid;
    grid-template-columns: 1fr !important;
}

.storefront-list-layout .storefront-product-card {
    align-items: stretch;
    display: grid;
    gap: 24px;
    grid-template-columns: 260px minmax(0, 1fr);
}

.storefront-list-layout .storefront-product-card .card-product-info {
    align-content: center;
    display: grid;
    padding: 12px 4px;
}

.storefront-list-layout .storefront-product-card .product-img img {
    aspect-ratio: 1;
}

.collection-position-2 {
    background: #fff;
    border: 1px solid rgba(23, 33, 22, .08);
    height: 100%;
    padding: 28px;
    text-align: center;
}

.collection-position-2 .img-style img {
    height: 92px;
    margin-bottom: 20px;
    object-fit: contain;
}

.testimonial-item,
.storefront-empty,
.storefront-contact-form {
    background: #fff;
    border: 1px solid rgba(23, 33, 22, .08);
    /*padding: 32px;*/
}

.storefront-cart-page .tf-table-page-cart {
    margin-bottom: 22px;
}

.storefront-cart-table-wrap {
    overflow-x: auto;
}

.storefront-cart-meta {
    align-items: center;
    color: var(--storefront-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 8px 14px;
}

.storefront-offer-badge {
    background: rgba(88, 142, 62, .12);
    border-radius: 999px;
    color: var(--storefront-primary);
    font-size: 12px;
    font-weight: 700;
    padding: 3px 10px;
}

.storefront-fixed-qty {
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    min-width: 54px;
}

.storefront-cart-empty-icon {
    align-items: center;
    background: var(--storefront-surface);
    border-radius: 50%;
    color: var(--storefront-primary);
    display: inline-flex;
    font-size: 34px;
    height: 86px;
    justify-content: center;
    margin-bottom: 18px;
    width: 86px;
}

.storefront-coupon-box {
    margin-top: 18px;
}

.storefront-remove-coupon {
    background: #9f2f2f;
}

.storefront-cart-panel {
    border: 1px solid rgba(23, 33, 22, .08);
}

.storefront-cart-option,
.storefront-wallet-option,
.storefront-cart-search,
.storefront-crm-options {
    display: grid;
    gap: 10px;
}

.storefront-cart-option,
.storefront-wallet-option {
    border-bottom: 1px solid var(--line);
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.storefront-crm-options,
.storefront-cart-search {
    margin-top: 12px;
}

.storefront-option-label {
    color: var(--storefront-ink);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 0;
    text-transform: uppercase;
}

.storefront-selected-account {
    background: rgba(88, 142, 62, .10);
    border-radius: 6px;
    color: var(--storefront-primary);
    font-size: 13px;
    font-weight: 700;
    padding: 8px 10px;
}

.storefront-wallet-option .tf-cart-checkbox {
    align-items: center;
    display: flex;
    gap: 10px;
}

.storefront-wallet-option small,
.storefront-weight-note,
.storefront-cart-note {
    color: var(--storefront-muted);
    display: block;
    font-size: 12px;
    line-height: 1.5;
}

.storefront-cart-note {
    color: #9f2f2f;
    margin: -4px 0 16px;
}

.storefront-secure-payment {
    color: var(--storefront-primary);
    font-size: 13px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}

.storefront-offer-modal .modal-content {
    border: 0;
    border-radius: 8px;
}

.storefront-offer-option {
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 16px;
}

.storefront-offer-option + .storefront-offer-option {
    margin-top: 14px;
}

.storefront-offer-option-head,
.storefront-offer-summary {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.storefront-offer-option ul {
    display: grid;
    gap: 8px;
    margin: 14px 0 0;
}

.storefront-offer-option li {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
}

.storefront-offer-summary {
    background: var(--storefront-surface);
    border-radius: 8px;
    font-weight: 700;
    margin-bottom: 16px;
    padding: 12px 14px;
}

.testimonial-item {
    height: 350px;
}

.testimonial-item p {
    color: var(--storefront-muted);
}


.storefront-customer-stories .testimonial-item.style-2 .content-top {
    gap: 12px;
}

.storefront-customer-stories .testimonial-item.style-2 .text-secondary {
    font-size: 18px;
    line-height: 1.6;
}

.storefront-customer-stories .box-author .author,
.storefront-customer-stories .box-price .text-title {
    color: var(--storefront-ink);
}

.storefront-customer-stories .box-avt {
    color: var(--storefront-ink);
    text-decoration: none;
}

.storefront-customer-stories .box-avt:hover {
    color: var(--storefront-ink);
}

.storefront-customer-stories .box-avt img {
    height: 60px;
    object-fit: cover;
    width: 60px;
}

.storefront-customer-stories .box-price {
    min-width: 0;
}

.storefront-customer-stories .price {
    color: var(--storefront-ink);
}

.blog-article-item {
    background: #fff;
    color: var(--storefront-ink);
    display: block;
    height: 100%;
    text-decoration: none;
}

.blog-article-item .article-thumb img {
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.blog-article-item .article-content {
    padding: 20px;
}

.storefront-pdp-image {
    background: #f7f7f3;
    padding: 32px;
}

.storefront-pdp-image img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    width: 100%;
}

.storefront-breadcrumb {
    background: var(--storefront-surface);
    border-bottom: 1px solid rgba(23, 33, 22, .08);
    padding: 22px 0;
}

.storefront-breadcrumb .heading {
    color: var(--storefront-ink);
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 8px;
}

.storefront-breadcrumb .breadcrumbs {
    gap: 8px;
    margin: 0;
}

.storefront-breadcrumb .breadcrumbs li,
.storefront-breadcrumb .breadcrumbs a {
    color: var(--storefront-muted);
    font-size: 14px;
}

.storefront-breadcrumb .breadcrumbs a:hover,
.storefront-breadcrumb .breadcrumbs .current {
    color: var(--storefront-primary);
}

.storefront-shop-filter {
    /*border: 1px solid rgba(23, 33, 22, .08);*/
    /*padding: 24px;*/
    position: sticky;
    top: 110px;
}

.storefront-filter-search label,
.storefront-filter-group h6 {
    display: block;
    font-weight: 700;
    margin-bottom: 12px;
}

.storefront-filter-group {
    border-top: 1px solid rgba(23, 33, 22, .08);
    margin-top: 24px;
    padding-top: 24px;
}

.storefront-filter-list,
.storefront-filter-list ul {
    display: grid;
    gap: 9px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.storefront-filter-list ul {
    margin: 9px 0 0 14px;
}

.storefront-filter-list a {
    color: var(--storefront-muted);
    text-decoration: none;
}

.storefront-filter-list a.active,
.storefront-filter-list a:hover {
    color: var(--storefront-primary);
}

.storefront-price-filter {
    display: grid;
    gap: 12px;
}

.storefront-price-filter label {
    display: grid;
    gap: 6px;
}

.storefront-price-filter span {
    color: var(--storefront-muted);
    font-size: 13px;
    font-weight: 700;
}

.storefront-price-filter input {
    border: 1px solid rgba(23, 33, 22, .14);
    border-radius: 6px;
    min-height: 42px;
    padding: 10px 12px;
    width: 100%;
}

.tf-shop-control {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 28px;
}

.storefront-layout-switcher {
    margin: 0;
}

.storefront-layout-switcher button {
    background: transparent;
    border: 0;
    padding: 0;
}

.storefront-filter-canvas .storefront-shop-filter {
    border: 0;
    padding: 34px 18px 18px;
    position: static;
}

.storefront-pdp-description {
    margin-top: 16px;
}

.storefront-product-tabs {
    padding-bottom: 60px;
}

.storefront-product-tabs .widget-menu-tab {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 30px;
}

.storefront-detail-card {
    background: #fff;
    border-radius: 12px;
    padding: 32px;
}

.storefront-detail-header {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(23, 33, 22, .08);
}

.storefront-detail-header h4 {
    margin-bottom: 8px;
}

.storefront-detail-header p {
    margin: 0;
    color: var(--storefront-muted);
}

.storefront-detail-card .storefront-richtext {
    font-size: 16px;
    line-height: 1.9;
}

.storefront-detail-card img {
    border-radius: 12px;
    margin: 20px 0;
}

.storefront-how-to-use {
    border-left: 4px solid var(--storefront-primary);
    padding-left: 24px;
}

.storefront-benefits-box {
    background: var(--storefront-surface);
    border-radius: 12px;
    padding: 24px;
}

.storefront-research-box {
    background: #fbfaf2;
    border: 1px solid rgba(23, 33, 22, .08);
    border-radius: 12px;
    padding: 24px;
}

@media (max-width: 767px) {
    .storefront-detail-card {
        padding: 20px;
    }
}

.storefront-richtext {
    color: var(--storefront-ink);
    line-height: 1.75;
}

.storefront-richtext img {
    height: auto;
    max-width: 100%;
}

.storefront-richtext-wrapper {
    position: relative;
}

.storefront-richtext-collapsed {
    max-height: 250px;
    overflow: hidden;
    position: relative;
}

.storefront-richtext-collapsed::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(to bottom,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1));
    pointer-events: none;
}

.storefront-richtext {
    max-height: 250px;
    overflow: hidden;
}

.storefront-read-more-btn {
    margin-top: 15px;
    border: 0;
    background: transparent;
    color: #198754;
    font-weight: 600;
    cursor: pointer;
}

.storefront-read-more-wrap {
    text-align: center;
    margin-top: 20px;
}

.storefront-read-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 44px;
    padding: 0 24px;
    border: 1px solid #198754;
    border-radius: 30px;
    background: #fff;
    color: #198754;
    font-weight: 600;
    font-size: 14px;
    transition: all .3s ease;
    cursor: pointer;
}

.storefront-read-more-btn:hover {
    background: #198754;
    color: #fff;
}

.storefront-richtext-content.collapsed {
    max-height: 350px;
    overflow: hidden;
    position: relative;
}

.storefront-richtext-content.collapsed::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    background: linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0),
        rgba(255, 255, 255, 1)
    );
}

.storefront-read-more-wrap {
    text-align: center;
    margin-top: 20px;
}

.storefront-read-more-btn {
    min-width: 140px;
    padding: 10px 24px;
    border-radius: 30px;
    border: 1px solid #198754;
    background: #fff;
    color: #198754;
    font-size: 14px;
    font-weight: 600;
    transition: .3s;
}

.storefront-read-more-btn:hover {
    background: #198754;
    color: #fff;
}

.storefront-richtext-content:not(.collapsed)::after {
    display: none;
}

.storefront-promotion-segment img {
    margin-top: 24px;
}

.storefront-promotion-images img {
    display: block;
}

.storefront-quantity input {
    text-align: center;
}

.storefront-star-muted {
    opacity: .24;
}

.storefront-contact-form input,
.storefront-contact-form textarea {
    border: 1px solid rgba(23, 33, 22, .14);
    padding: 14px 16px;
    width: 100%;
}

.storefront-footer .footer-info {
    display: grid;
    gap: 10px;
    margin-top: 20px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social img {
    height: 32px;
    width: 32px;
}

.tf-payment {
    display: flex;
    gap: 12px;
}

.tf-payment img {
    height: 26px;
}

.storefront-pagination {
    margin-top: 40px;
}

@media (max-width: 1199px) {
    .storefront-proof-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .storefront-buckthorn-map {
        display: grid;
        gap: 20px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 0;
    }

    .storefront-buckthorn-heading,
    .storefront-buckthorn-visual,
    .storefront-benefit-callout {
        position: static;
        transform: none;
    }

    .storefront-buckthorn-heading,
    .storefront-buckthorn-visual {
        grid-column: 1 / -1;
        margin: 0 auto;
    }

    .storefront-buckthorn-visual {
        max-width: min(560px, 86vw);
        order: 2;
    }

    .storefront-benefit-callout {
        background: rgba(255, 255, 255, .58);
        border: 1px solid rgba(90, 143, 52, .12);
        border-radius: 8px;
        max-width: none;
        padding: 22px;
        text-align: left;
    }

    .storefront-benefit-callout::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .storefront-hero .wrap-slider {
        min-height: auto;
        height: auto;
    }

    .storefront-hero .wrap-slider picture,
    .storefront-hero .wrap-slider img {
        width: 100%;
        height: auto;
        display: block;
    }

    .storefront-buckthorn-map {
        display: grid;
        grid-template-columns: 1fr;
    }

    .storefront-buckthorn-heading {
        grid-row: 1;
    }

    .storefront-buckthorn-visual {
        grid-row: 2;
        grid-column: 1;
        margin: 20px auto 30px;
        max-width: min(560px, 86vw);
    }

    .storefront-benefit-callout {
        grid-column: 1;
    }
}

.storefront-kicker {
    color: var(--storefront-primary);
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    margin-bottom: 12px;
    text-transform: uppercase;
}

.storefront-auth-section {
    background: var(--storefront-surface);
    padding: 72px 0;
}

.storefront-auth-grid {
    align-items: stretch;
    display: grid;
    gap: 28px;
    grid-template-columns: minmax(0, 1fr) 380px;
}

.storefront-auth-grid-wide {
    grid-template-columns: minmax(0, 1.25fr) 380px;
}

.storefront-auth-contents {
    display: contents;
}

.storefront-auth-panel,
.storefront-auth-aside {
    background: #fff;
    border: 1px solid rgba(23, 33, 22, .09);
    border-radius: 8px;
    box-shadow: 0 18px 48px rgba(23, 33, 22, .08);
    padding: clamp(24px, 4vw, 42px);
}

.storefront-auth-aside {
    background: linear-gradient(180deg, rgba(245, 247, 239, .9), rgba(255, 255, 255, .96)), url('/website-assets/new-theme/images/sea-buckthorn-icon.png') right 24px bottom 24px/110px auto no-repeat;
}

.storefront-auth-aside h3 {
    font-size: 28px;
    line-height: 1.18;
    margin-bottom: 18px;
}

.storefront-auth-aside ul {
    color: var(--storefront-muted);
    display: grid;
    gap: 12px;
    margin: 0 0 28px;
    padding-left: 18px;
}

.storefront-auth-tabs {
    background: var(--storefront-surface);
    border-radius: 999px;
    display: inline-flex;
    gap: 4px;
    margin-bottom: 30px;
    padding: 4px;
}

.storefront-auth-tabs a {
    border-radius: 999px;
    color: var(--storefront-ink);
    font-weight: 700;
    padding: 10px 20px;
    text-decoration: none;
}

.storefront-auth-tabs a.active {
    background: var(--storefront-primary);
    color: #fff;
}

.storefront-auth-heading {
    margin-bottom: 28px;
}

.storefront-auth-heading span {
    color: var(--storefront-primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.storefront-auth-heading h2 {
    font-size: clamp(28px, 4vw, 42px);
    margin: 8px 0 10px;
}

.storefront-auth-heading p,
.storefront-field span,
.storefront-checkbox,
.storefront-choice {
    color: var(--storefront-muted);
}

.storefront-form-grid {
    display: grid;
    gap: 18px;
}

.storefront-form-grid.two-column {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.storefront-field {
    display: grid;
    gap: 8px;
}

.storefront-field span,
.storefront-choice > span {
    font-size: 13px;
    font-weight: 700;
}

.storefront-field input {
    background: #fff;
    border: 1px solid rgba(23, 33, 22, .16);
    border-radius: 6px;
    color: var(--storefront-ink);
    min-height: 48px;
    padding: 12px 14px;
    width: 100%;
}

.storefront-field input:focus {
    border-color: var(--storefront-primary);
    outline: 2px solid rgba(90, 143, 52, .14);
}

.storefront-field input:disabled {
    background: #f5f6f1;
    color: rgba(23, 33, 22, .72);
    cursor: not-allowed;
}

.storefront-field em,
.storefront-field-error {
    color: #9f2f2f;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
}

.storefront-alert {
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
    margin-bottom: 18px;
    padding: 12px 14px;
}

.storefront-alert.error {
    background: #fff1f0;
    color: #9f2f2f;
}

.storefront-alert.warning {
    background: #fff6df;
    color: #7c5514;
}

.storefront-alert.success {
    background: #edf8e9;
    color: #35681f;
}

.storefront-auth-actions,
.storefront-auth-links {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
    justify-content: end;
}

.storefront-auth-links {
    border-top: 1px solid rgba(23, 33, 22, .08);
    margin-top: 28px;
    padding-top: 20px;
}

.storefront-auth-links a {
    color: var(--storefront-primary);
    font-weight: 700;
}

.storefront-otp-send {
    display: grid;
    gap: 8px;
}

.storefront-otp-send small {
    color: var(--storefront-muted);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.storefront-otp-verified {
    align-items: center;
    background: rgba(90, 143, 52, .1);
    border: 1px solid rgba(90, 143, 52, .18);
    border-radius: 8px;
    color: #35681f;
    display: flex;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.45;
    margin-top: 20px;
    padding: 12px 14px;
}

.storefront-choice {
    align-items: center;
    background: var(--storefront-surface);
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    margin: 24px 0 18px;
    padding: 16px;
}

.storefront-choice label,
.storefront-checkbox {
    align-items: center;
    display: flex;
    gap: 10px;
}

.storefront-checkbox {
    margin: 22px 0;
}

.storefront-coupon-flow {
    background: rgba(90, 143, 52, .08);
    border: 1px solid rgba(90, 143, 52, .14);
    border-radius: 8px;
    display: grid;
    gap: 10px;
    margin-bottom: 18px;
    padding: 16px;
}

.storefront-coupon-flow p {
    color: var(--storefront-muted);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.storefront-submit:disabled {
    cursor: not-allowed;
    opacity: .55;
}

.storefront-about-hero {
    min-height: 420px;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.storefront-about-hero-media {
    background-image: url('/website-assets/new-theme/images/About-Us-Banner.jpg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    inset: 0;
    position: absolute;
}

.storefront-about-hero-media::after {
    background: linear-gradient(90deg, rgba(23, 33, 22, .8), rgba(23, 33, 22, .22), rgba(23, 33, 22, .05));
    content: "";
    inset: 0;
    position: absolute;
}

.storefront-about-hero .container {
    position: relative;
}

.storefront-about-hero-content {
    color: #fff;
    max-width: 720px;
    padding-top: 70px;
}

.storefront-about-hero-content .storefront-kicker,
.storefront-about-hero-content h1,
.storefront-about-hero-content p {
    color: #fff;
}

.storefront-about-hero-content h1 {
    font-size: clamp(42px, 7vw, 88px);
    line-height: .98;
}

.storefront-about-hero-content p {
    font-size: 20px;
    margin: 24px 0 34px;
    max-width: 580px;
}

.storefront-about-stats {
    background: var(--storefront-primary);
    color: #fff;
    padding: 32px 0;
}

.storefront-stat-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.storefront-stat-grid div {
    border-left: 1px solid rgba(255, 255, 255, .28);
    padding-left: 24px;
}

.storefront-stat-grid strong {
    display: block;
    font-size: clamp(36px, 5vw, 58px);
    line-height: 1;
}

.storefront-stat-grid span {
    display: block;
    font-weight: 600;
    margin-top: 8px;
}

.storefront-about-split,
.storefront-process-section,
.storefront-leadership-section,
.storefront-values-section,
.storefront-mission-section,
.storefront-advisor-section,
.storefront-about-cta {
    padding: 86px 0;
}

.storefront-about-split img,
.storefront-mission-section img {
    border-radius: 15px;
    height: auto;
    width: 100%;
}

.storefront-about-split h2,
.storefront-section-heading h2,
.storefront-mission-section h2,
.storefront-about-cta h2 {
    font-size: clamp(32px, 5vw, 44px);
    line-height: 1.05;
}

.storefront-about-split p,
.storefront-section-heading p,
.storefront-mission-section p,
.storefront-about-cta p {
    color: var(--storefront-muted);
    font-size: 17px;
    line-height: 1.75;
}

.storefront-section-heading {
    margin: 0 auto 44px;
    max-width: 760px;
    text-align: center;
}

.storefront-process-section,
.storefront-values-section {
    background: var(--storefront-surface);
}

.storefront-process-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.storefront-process-card,
.storefront-value-grid article,
.storefront-mission-section article,
.storefront-advisor-grid article {
    background: #fff;
    border: 1px solid rgba(23, 33, 22, .09);
    border-radius: 8px;
    padding: 24px;
}

.storefront-process-card img {
    height: 96px;
    object-fit: contain;
    width: 100%;
}

.storefront-process-card span,
.storefront-mission-section span {
    color: var(--storefront-primary);
    display: block;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    margin-top: 18px;
    text-transform: uppercase;
}

.storefront-process-card h3,
.storefront-value-grid h3,
.storefront-director-grid h3,
.storefront-advisor-grid h3 {
    font-size: 22px;
    margin: 8px 0;
}

.storefront-process-card p,
.storefront-value-grid p,
.storefront-advisor-grid p {
    color: var(--storefront-muted);
    line-height: 1.65;
}

.storefront-director-grid {
    display: grid;
    gap: 22px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.storefront-director-grid article {
    text-align: center;
}

.storefront-director-grid img {
    aspect-ratio: 1;
    background: var(--storefront-surface);
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.storefront-director-grid span,
.storefront-advisor-grid span {
    color: var(--storefront-primary);
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.storefront-value-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.storefront-mission-section {
    background: #fff;
}

.storefront-mission-section article {
    height: 100%;
}

.storefront-mission-section img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
}

.storefront-advisor-grid {
    display: grid;
    gap: 18px;
}

.storefront-advisor-grid article {
    display: grid;
    gap: 24px;
    grid-template-columns: 180px minmax(0, 1fr);
}

.storefront-advisor-grid h3 {
    line-height: 1.2;
    margin-bottom: 10px;
}

.storefront-advisor-grid span {
    display: inline-block;
    font-size: 14px;
    line-height: 1.35;
    margin-bottom: 16px;
}

.storefront-advisor-grid p,
.storefront-advisor-grid p * {
    color: var(--storefront-muted) !important;
    font-family: inherit !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0 !important;
    line-height: 1.75 !important;
    text-transform: none !important;
}

.storefront-advisor-grid p {
    margin-bottom: 12px;
}

.storefront-advisor-grid img {
    aspect-ratio: 1;
    border-radius: 8px;
    object-fit: cover;
    width: 100%;
}

.storefront-about-cta {
    background: linear-gradient(90deg, rgba(23, 33, 22, .84), rgba(23, 33, 22, .58)), url('/website-assets/new-theme/images/Ayuzera-impact-image2.jpg') center/cover no-repeat;
    color: #fff;
}

.storefront-about-cta .container {
    align-items: center;
    display: flex;
    gap: 28px;
    justify-content: space-between;
}

.storefront-about-cta .storefront-kicker,
.storefront-about-cta h2,
.storefront-about-cta p {
    color: #fff;
}

.storefront-about-cta p {
    max-width: 620px;
}

@media (max-width: 1199px) {
    .storefront-auth-grid,
    .storefront-auth-grid-wide,
    .storefront-process-grid,
    .storefront-director-grid,
    .storefront-value-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .tf-shop-control {
        align-items: flex-start;
        flex-direction: column;
    }

    .storefront-list-layout .storefront-product-card {
        grid-template-columns: 1fr;
    }

    .storefront-layout-switcher {
        order: 3;
    }

    .storefront-auth-grid,
    .storefront-auth-grid-wide,
    .storefront-form-grid.two-column,
    .storefront-stat-grid,
    .storefront-process-grid,
    .storefront-director-grid,
    .storefront-value-grid,
    .storefront-advisor-grid article {
        grid-template-columns: 1fr;
    }

    .storefront-auth-section,
    .storefront-about-split,
    .storefront-process-section,
    .storefront-leadership-section,
    .storefront-values-section,
    .storefront-mission-section,
    .storefront-advisor-section,
    .storefront-about-cta {
        padding: 54px 0;
    }

    .storefront-about-hero,
    .storefront-about-hero .container {
        min-height: 580px;
    }

    .storefront-about-hero-content {
        padding-top: 120px;
    }

    .storefront-stat-grid div {
        border-left: 0;
        border-top: 1px solid rgba(255, 255, 255, .25);
        padding: 18px 0 0;
    }

    .storefront-about-cta .container {
        align-items: flex-start;
        flex-direction: column;
    }
}

/* Freeze UI*/
@keyframes spin {
    0% {
        transform: translateZ(0) rotate(0)
    }
    100% {
        transform: translateZ(0) rotate(360deg)
    }
}

.freeze-ui {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    background-color: #fff;
    opacity: .8;
    transition: opacity .25s
}

.freeze-ui.is-unfreezing {
    opacity: 0
}

.freeze-ui:after {
    content: attr(data-text);
    display: block;
    max-width: 125px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    font-family: sans-serif;
    color: #343a40;
    text-align: center;
    text-transform: uppercase
}

.freeze-ui:before {
    content: "";
    display: block;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border-width: 2px;
    border-style: solid;
    border-color: transparent var(--storefront-primary) var(--storefront-primary);
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 75px);
    will-change: transform;
    animation: spin .75s infinite ease-in-out
}

/* Service Features Section */
/* Service Features Section */
.service-features-section {
    padding: 60px 0;
}

.service-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.service-feature-item {
    text-align: center;
}

.service-feature-item .icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}

.service-feature-icon {
    width: 72px;
    height: 72px;
    object-fit: contain;
    display: block;
}

.service-feature-item h6 {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 500;
}

.service-feature-item p {
    margin: 0;
    color: #666;
    line-height: 1.6;
}

.storefront-card-cart-action .btn-main-product i {
    display: none;
}

@media (min-width: 577px) and (max-width: 768px) {

    .wg-quantity .btn-quantity,
    .wg-quantity.style-1 input {
        padding-bottom: 8px;
    }

}

@media (max-width: 768px) {
    .storefront-card-cart-action {
        gap: 6px;
    }

    .storefront-card-cart-action .wg-quantity {
        flex: 0 0 100px;
        width: 100px;
        height: 38px;
    }

    .storefront-card-cart-action .btn-main-product {
        height: 38px;
        padding: 9px 12px;
    }
}

@media (max-width: 991px) {
    .service-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .service-feature-icon {
        width: 60px;
        height: 60px;
    }

    .service-feature-item h6 {
        font-size: 20px;
    }

    .service-feature-item p {
        font-size: 15px;
    }

    .storefront-card-cart-action {
        flex-direction: row;
        gap: 8px;
        width: 100%;
    }

    .storefront-card-cart-action .wg-quantity {
        width: 50%;
        max-width: none;
        flex: none;
    }

    .storefront-card-cart-action .storefront-view-cart {
        width: 100%;
    }

    .storefront-card-cart-action .btn-main-product {
        width: 100%;
    }
}

@media (max-width: 576px) {

    .service-features-section {
        padding: 40px 0;
    }

    .service-features-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px 15px;
    }

    .service-feature-icon {
        width: 52px;
        height: 52px;
    }

    .service-feature-item h6 {
        font-size: 16px;
        line-height: 1.35;
        margin-bottom: 6px;
    }

    .service-feature-item p {
        font-size: 13px;
        line-height: 1.5;
    }

    .card-product .btn-main-product {
        padding: 6px 10px;
    }

    .storefront-card-cart-action {
        flex-direction: row;
    }

    /* Quantity */
    .storefront-card-cart-action .wg-quantity {
        height: 32px !important;
        width: calc(100% - 50px);
        display: flex;
        align-items: center;
    }

    /* Add to cart / View cart button */
    .storefront-card-cart-action .btn-main-product,
    .storefront-card-cart-action .storefront-view-cart {
        height: 32px !important;
        min-height: 32px;
    }

    /* Icon button */
    .storefront-card-cart-action .btn-main-product {
        width: 32px;
        height: 32px !important;
        border-radius: 50%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Quantity buttons */
    .wg-quantity .btn-quantity,
    .wg-quantity button {
        height: 38px;
        width: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 3px;
    }

    /* Quantity value */
    .wg-quantity .quantity-product,
    .wg-quantity input {
        height: 32px;
        line-height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .storefront-card-cart-action .btn-main-product i {
        display: block;
    }

    .storefront-card-cart-action .btn-main-product span {
        display: none;
    }
}

@media (max-width: 480px) {

    .btn-main-product {
        min-width: 42px;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .btn-main-product i {
        /*font-size: 16px;*/
    }
}

@media (max-width: 425px) {
    .storefront-card-cart-action .wg-quantity {
        width: 100%;
    }

    .storefront-product-card .list-btn-main .btn-main-product {
        display: none;
    }
}

@media (max-width: 575px) {
    .service-features-grid {
        grid-template-columns: 1fr;
    }

    /* Customer Say Section */
    .tf-sw-testimonial .testimonial-item {
        display: flex;
        align-items: stretch;
        background: #fff;
        border: 1px solid #e5e5e5;
        border-radius: 10px;
        overflow: hidden;
        height: 380px;
        padding: 0;
    }

    .tf-sw-testimonial .testimonial-item .img-style {
        width: 38%;
        flex-shrink: 0;
        position: relative;
    }

    .tf-sw-testimonial .testimonial-item .img-style img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .tf-sw-testimonial .testimonial-item .content {
        width: 62%;
        display: flex;
        flex-direction: column;
        padding: 22px;
    }

    .tf-sw-testimonial .testimonial-item .content-top {
        flex: 1;
        display: flex;
        flex-direction: column;
    }

    .tf-sw-testimonial .testimonial-item .text-secondary {
        margin: 15px 0;
        font-size: 16px;
        line-height: 1.8;
        color: #555;
    }

    .tf-sw-testimonial .testimonial-item .box-author {
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 8px;
    }

    .tf-sw-testimonial .testimonial-item .box-avt {
        border-top: 1px solid #ececec;
        margin-top: 20px;
        padding-top: 18px;
        display: flex;
        align-items: center;
        gap: 14px;
        text-decoration: none;
    }

    .tf-sw-testimonial .testimonial-item .avatar {
        width: 55px;
        height: 55px;
        flex-shrink: 0;
    }

    .blog-article-item {
        height: 100%;
    }

    .blog-article-item .article-thumb img {
        height: 240px;
        object-fit: cover;
    }

    .blog-article-item .article-content h5 {
        min-height: 52px;
    }

    .tf-sw-testimonial .testimonial-item .avatar img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
    }

    .tf-sw-testimonial .testimonial-item .box-price {
        min-width: 0;
    }

    .tf-sw-testimonial .testimonial-item .price {
        font-weight: 600;
        margin-top: 4px;
    }

    .tf-sw-testimonial .list-star-default {
        color: #f5a623;
        margin-bottom: 10px;
    }

    /* Mobile */
    @media (max-width: 767px) {
        .tf-sw-testimonial .testimonial-item {
            flex-direction: column;
            height: auto;
        }

        .tf-sw-testimonial .testimonial-item .img-style,
        .tf-sw-testimonial .testimonial-item .content {
            width: 100%;
        }

        .tf-sw-testimonial .testimonial-item .img-style {
            height: 250px;
        }
    }

    .storefront-urgency-box {
        background: #fff7f7;
        border: 1px solid #ffd5d5;
        border-radius: 10px;
        padding: 12px;
    }

    .storefront-urgency-box .progress {
        background: #ececec;
        border-radius: 20px;
    }
}

/* ===============================
   ORDER OVERVIEW
================================*/

.overview-icon {

    width: 72px;
    height: 72px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 32px;

    color: #fff;
}

.overview-icon.success {

    background: #22c55e;

}

.overview-icon.failed {

    background: #ef4444;

}

.storefront-order-items {

    display: flex;

    flex-direction: column;

    gap: 20px;

}

.storefront-order-item {

    border: 1px solid #ececec;

    border-radius: 18px;

    padding: 22px;

    transition: .25s;

    background: #fff;

}

.storefront-order-item:hover {

    box-shadow: 0 15px 40px rgba(0, 0, 0, .06);

}

.storefront-order-image {

    border-radius: 16px;

    overflow: hidden;

    background: #fafafa;

}

.storefront-order-image img {

    width: 100%;

    height: 110px;

    object-fit: contain;

}

.storefront-order-meta {

    display: flex;

    flex-direction: column;

    gap: 6px;

}

.storefront-order-meta span {

    font-size: 13px;

    color: #888;

}

.storefront-order-total-table td {

    padding: 14px 0;

    border: none;

}

.storefront-order-total-table tr:not(:last-child) {

    border-bottom: 1px solid #eee;

}

.storefront-overview-actions {

    display: flex;

    justify-content: center;

    gap: 20px;

    flex-wrap: wrap;

}

.storefront-overview-actions .tf-btn {

    min-width: 220px;

}

@media (max-width: 991px) {

    .storefront-order-item {

        padding: 18px;

    }

    .storefront-order-meta {

        margin-top: 15px;

    }

    .storefront-order-image img {

        height: 90px;

    }

}

@media (max-width: 767px) {

    .storefront-account-stat {

        margin-bottom: 15px;

    }

    .overview-icon {

        width: 60px;

        height: 60px;

        font-size: 24px;

    }

    .storefront-order-item {

        padding: 15px;

    }

    .storefront-overview-actions {

        flex-direction: column;

    }

    .storefront-overview-actions .tf-btn {

        width: 100%;

    }

}

/*Pack Selector*/
#pack-selector {
    scroll-margin-top: 100px;
}

.tf-pack-selector {
    position: relative;
}

/* ===== Header ===== */
.tf-pack-selector-header {
    text-align: center;
    margin-bottom: 20px;
}

.tf-pack-selector-title {
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: #1a1a1a;
}

.tf-pack-selector-subtitle {
    font-size: 13px;
    color: #8a8a8a;
    margin-top: 3px;
}

/* ===== Grid — fixed 3-up, guaranteed regardless of container width ===== */
.tf-pack-selector-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

@media (max-width: 991px) {
    .tf-pack-selector-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

@media (max-width: 576px) {
    .tf-pack-selector-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

/* ===== Card ===== */
.tf-pack-card {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1.5px solid #ececec;
    border-radius: 12px;
    padding: 16px 12px;
    min-height: 132px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    transform: translateY(12px) scale(0.98);
    animation: tfPackFadeIn 0.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.22s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes tfPackFadeIn {
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.tf-pack-card:hover {
    border-color: #d4d4d4;
    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.09);
    transform: translateY(-4px);
}

.tf-pack-card:active {
    transform: translateY(-1px) scale(0.97);
    transition-duration: 0.12s;
}

.tf-pack-card.is-active {
    border-color: var(--primary, #414217);
    background: linear-gradient(180deg, #fdfdf9 0%, #f7f7f0 100%);
    box-shadow: 0 0 0 1.5px var(--primary, #414217), 0 10px 22px rgba(65, 66, 23, 0.12);
}

/* ===== Discount ribbon (diagonal, with shimmer sweep) ===== */
.tf-pack-discount-ribbon {
    position: absolute;
    top: 9px;
    right: -28px;
    background: linear-gradient(135deg, #ff5b5b, #e63946);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 3px 32px;
    transform: rotate(40deg);
    box-shadow: 0 2px 6px rgba(230, 57, 70, 0.35);
    letter-spacing: 0.3px;
    overflow: hidden;
}

.tf-pack-discount-ribbon::after {
    content: '';
    position: absolute;
    top: 0;
    left: -60%;
    width: 40%;
    height: 100%;
    background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.55), transparent);
    animation: tfRibbonShine 3.2s ease-in-out infinite;
}

@keyframes tfRibbonShine {
    0% {
        left: -60%;
    }
    35% {
        left: 130%;
    }
    100% {
        left: 130%;
    }
}

/* ===== Best Value chip (floats top-left, clear of the ribbon) ===== */
.tf-pack-best-chip {
    position: absolute;
    top: 8px;
    left: 8px;
    display: inline-flex;
    align-items: center;
    gap: 3px;
    background: #fff8e6;
    color: #b8860b;
    font-size: 9px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 20px;
    border: 1px solid #f2d98c;
    white-space: nowrap;
    z-index: 1;
}

.tf-pack-best-chip .icon {
    font-size: 9px;
}

/* ===== Card body ===== */
.tf-pack-card-body {
    margin-top: 18px; /* clears the ribbon/chip row above */
}

.tf-pack-qty-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tf-pack-qty {
    font-size: 15px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: -0.1px;
}

.tf-pack-unit-count {
    font-size: 11.5px;
    color: #999;
    font-weight: 500;
    margin-top: 2px;
}

.tf-pack-price-row {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 7px;
    margin-top: 10px;
}

.tf-pack-selling-price {
    font-size: 18px;
    font-weight: 800;
    color: #1a1a1a;
}

.tf-pack-mrp {
    font-size: 12.5px;
    color: #a3a3a3;
    text-decoration: line-through;
}

.tf-pack-per-unit {
    font-size: 11.5px;
    color: #666;
    font-weight: 500;
    margin-top: 4px;
}

.tf-pack-tax-note {
    font-size: 10px;
    color: #a0a0a0;
    margin-top: 4px;
}

.tf-pack-savings {
    display: inline-block;
    margin-top: 8px;
    font-size: 11px;
    font-weight: 700;
    color: #1a7a3d;
    background: #eafaf0;
    padding: 2px 8px;
    border-radius: 20px;
}

/* ===== Active check badge ===== */
.tf-pack-active-check {
    position: absolute;
    bottom: -1px;
    right: -1px;
    background: var(--primary, #414217);
    color: #fff;
    border-radius: 12px 0 12px 0;
    padding: 3px 8px 3px 10px;
    line-height: 0;
    animation: tfCheckPop 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes tfCheckPop {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

.tf-pack-active-check .icon {
    font-size: 13px;
}

/* ===== Add-to-cart bar ===== */
.tf-pack-add-bar {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.tf-pack-add-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 520px;
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 16px;
    padding: 16px 20px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

.tf-pack-add-bar-eyebrow {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #9a9a9a;
}

.tf-pack-add-bar-label {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 2px;
}

.tf-pack-add-bar-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 6px;
}

.tf-pack-add-bar-badge {
    font-size: 10px;
    font-weight: 700;
    color: #b3261e;
    background: #fdeceb;
    padding: 2px 8px;
    border-radius: 20px;
}

/* ===== CTA buttons ===== */
.tf-pack-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 13px 22px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    transition: background-color 0.15s ease, transform 0.15s ease;
}

.tf-pack-cta-add {
    background: #1a1a1a;
    color: #fff;
}

.tf-pack-cta-add:hover:not(:disabled) {
    background: #414217;
    transform: translateY(-1px);
}

.tf-pack-cta-add:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.tf-pack-cta-view {
    background: #eaf6ea;
    color: #2e7d32;
    text-decoration: none;
}

.tf-pack-cta-view:hover {
    background: #dcefdc;
}

.tf-pack-cta-loading {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.tf-pack-spinner-dot {
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: tfPackSpin 0.6s linear infinite;
}

@keyframes tfPackSpin {
    to {
        transform: rotate(360deg);
    }
}

/* ===== Vue transition (add-bar enter/leave) ===== */
.slide-fade-enter-active,
.slide-fade-leave-active {
    transition: all 0.3s ease;
}

.slide-fade-enter-from,
.slide-fade-leave-to {
    opacity: 0;
    transform: translateY(10px);
}

/* ===== Mobile ===== */
@media (max-width: 480px) {
    .tf-pack-card {
        padding: 13px 8px;
        min-height: 118px;
    }

    .tf-pack-add-bar-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
    }

    .tf-pack-cta {
        width: 100%;
    }
}

.storefront-cart-pack-label {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 15px;
    font-weight: 600;
    color: #414217;
    background: #f2f4ed;
    padding: 2px 8px;
    border-radius: 4px;
    margin: 4px 0;
    width: fit-content;
}

/*Shop by concern menu*/

.concern-mega-menu {
    width: 1000px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px;
}

.concern-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.concern-list li {

    padding: 12px 16px;
    cursor: pointer;
    border-radius: 6px;
    transition: .3s;
    font-weight: 500;

}

.concern-list li:hover,
.concern-list li.active {

    background: #f5f5f5;
    color: #6b8e23;

}

.concern-panel {

    display: none;

}

.concern-panel.active {

    display: block;

}

.concern-panel ul {

    columns: 2;
    list-style: none;
    padding: 0;

}

.concern-panel li {

    margin-bottom: 12px;

}

.concern-panel a {

    color: #222;

}

.concern-panel a:hover {

    color: #6b8e23;

}

.concern-mega-menu img {

    width: 100%;
    border-radius: 10px;

}

/* Mobile Shop By Concern sliding panel */
.canvas-mb .mb-canvas-content {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.nav-mb-concern .mb-menu-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* keep theme's own close (X) icon always clickable and above our panel */
.canvas-mb .icon-close-popup {
    position: relative;
    z-index: 20;
}

.mb-concern-panel {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform: translateX(100%);
    transition: transform .35s ease;
    z-index: 15;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    pointer-events: none; /* disabled until active */
}

.mb-concern-panel.active {
    transform: translateX(0);
    pointer-events: auto;
}

.mb-concern-header {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 16px;
    padding-top: 50px; /* clears space so it doesn't collide with the X icon */
    border-bottom: 1px solid #eee;
    font-weight: 600;
    position: relative;
    z-index: 1;
}

.mb-concern-back {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    color: #6b8e23;
    position: relative;
    z-index: 2;
}

.mb-concern-body {
    padding: 10px 16px 30px;
    flex: 1;
}

.mb-concern-accordion {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mb-concern-item {
    border-bottom: 1px solid #f0f0f0;
}

.mb-concern-item-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 4px;
    font-weight: 500;
    color: #222;
}

.mb-concern-item-link .icon-arrow-down {
    transition: transform .3s;
}

.mb-concern-item.active .mb-concern-item-link .icon-arrow-down {
    transform: rotate(180deg);
}

.mb-concern-sublist {
    list-style: none;
    padding: 0 0 10px 12px;
    margin: 0;
    display: none;
}

.mb-concern-item.active .mb-concern-sublist {
    display: block;
}

.mb-concern-sublist li {
    padding: 8px 0;
}

.mb-concern-sublist a {
    color: #555;
}

.mb-concern-sublist a:hover {
    color: #6b8e23;
}

.concern-banners {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.concern-banner {
    display: block;
    overflow: hidden;
    border-radius: 12px;
    background: #f8f8f8;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .08);
    transition: .3s;
}

.concern-banner:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, .15);
}

.concern-banner img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    transition: .4s;
}

.concern-banner:hover img {
    transform: scale(1.05);
}

.concern-list li a {
    display: block;
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
}

.concern-list li.active a {
    color: inherit;
}

/*Shop by concern menu end */

/*404 page css*/
.error-page {
    min-height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f4efdf;
}

.error-center {
    position: relative;
    text-align: center;
}

.error-number {
    font-size: clamp(180px, 28vw, 420px);
    font-weight: 300;
    line-height: 1;
    color: rgba(0, 0, 0, 0.06);
    display: block;
}

.error-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.error-content h1 {
    margin: 0 0 25px;
    font-size: 42px;
    font-weight: 700;
    color: #2d3310;
    text-transform: uppercase;
}

.continue-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 260px;
    height: 54px;
    padding: 0 35px;
    border-radius: 50px;
    background: #4a4d12;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}

.continue-btn:hover {
    color: #fff;
    background: #3d400f;
}

@media (max-width: 767px) {
    .error-content h1 {
        font-size: 28px;
    }

    .continue-btn {
        min-width: 220px;
        height: 48px;
        font-size: 16px;
    }
}
