/** Shopify CDN: Minification failed

Line 990:4 "@import" is only valid at the top level

**/
#root {
    .mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .mb-4 {
        margin-bottom: 1rem
    }

    .mb-5 {
        margin-bottom: 1.25rem
    }

    .mb-6 {
        margin-bottom: 1.5rem
    }

    .flex {
        display: flex
    }

    .h-64 {
        height: 16rem
    }

    .h-full {
        height: 100%
    }

    .min-h-\[420px\] {
        min-height: 420px
    }

    .min-h-screen {
        min-height: 100vh
    }

    .w-full {
        width: 100%
    }

    .max-w-4xl {
        max-width: 56rem
    }

    .flex-1 {
        flex: 1 1 0%
    }

    .flex-shrink-0 {
        flex-shrink: 0
    }

    .flex-col {
        flex-direction: column
    }

    .items-start {
        align-items: flex-start
    }

    .justify-center {
        justify-content: center
    }

    .overflow-hidden {
        overflow: hidden
    }

    .object-cover {
        object-fit: cover
    }

    .px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }

    .text-\[0\.95rem\] {
        font-size: .95rem
    }

    .text-\[1\.05rem\] {
        font-size: 1.05rem
    }

    .text-\[1\.9rem\] {
        font-size: 1.9rem
    }

    .font-bold {
        font-weight: 700
    }

    .font-extrabold {
        font-weight: 800
    }

    .italic {
        font-style: italic
    }

    .leading-relaxed {
        line-height: 1.625
    }

    .leading-tight {
        line-height: 1.25
    }
    .hover:bg-strawberry-800:hover {
        background-color: rgb(224 84 74 / .8);
    }

    @media (min-width: 768px) {
        .md\:h-auto {
            height:auto
        }

        .md\:w-\[45\%\] {
            width: 45%
        }

        .md\:w-\[55\%\] {
            width: 55%
        }

        .md\:flex-row {
            flex-direction: row
        }

        .md\:px-12 {
            padding-left: 3rem;
            padding-right: 3rem
        }

        .md\:py-12 {
            padding-top: 3rem;
            padding-bottom: 3rem
        }

        .md\:text-\[2\.4rem\] {
            font-size: 2.4rem
        }
    }

    hr {
        height: 0;
        color: inherit;
        border-top-width: 1px
    }
    abbr:where([title]) {
        text-decoration: underline dotted
    }
    a {
        color: inherit;
        text-decoration: inherit
    }
    b,
    strong {
        font-weight: bolder
    }
    code,
    kbd,
    samp,
    pre {
        font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
        font-feature-settings: normal;
        font-variation-settings: normal;
        font-size: 1em
    }
    small {
        font-size: 80%
    }
    sub,
    sup {
        font-size: 75%;
        line-height: 0;
        position: relative;
        vertical-align: baseline
    }
    sub {
        bottom: -.25em
    }
    sup {
        top: -.5em
    }
    table {
        text-indent: 0;
        border-color: inherit;
        border-collapse: collapse
    }
    :-moz-focusring {
        outline: auto
    }
    :-moz-ui-invalid {
        box-shadow: none
    }
    progress {
        vertical-align: baseline
    }
    ::-webkit-inner-spin-button,
    ::-webkit-outer-spin-button {
        height: auto
    }
    [type=search] {
        -webkit-appearance: textfield;
        outline-offset: -2px
    }
    ::-webkit-search-decoration {
        -webkit-appearance: none
    }
    ::-webkit-file-upload-button {
        -webkit-appearance: button;
        font: inherit
    }
    summary {
        display: list-item
    }
    blockquote,
    dl,
    dd,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    hr,
    figure,
    p,
    pre {
        margin: 0
    }
    legend {
        padding: 0
    }
    ol,
    ul,
    menu {
        list-style: none;
        margin: 0;
        padding: 0
    }
    dialog {
        padding: 0
    }
    textarea {
        resize: vertical
    }
    input::placeholder,
    textarea::placeholder {
        opacity: 1;
        color: #9ca3af
    }
    button,
    [role=button] {
        cursor: pointer
    }
    :disabled {
        cursor: default
    }
    img,
    svg,
    video,
    canvas,
    audio,
    iframe,
    embed,
    object {
        display: block;
        vertical-align: middle
    }
    [hidden]:where(:not([hidden=until-found])) {
        display: none
    }
    body {
        font-family: Neue Montreal, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
    }
    .container {
        width: 100%
    }
    @media (min-width: 640px) {
        .container {
            max-width: 640px
        }
    }
    @media (min-width: 768px) {
        .container {
            max-width: 768px
        }
    }
    @media (min-width: 1024px) {
        .container {
            max-width: 1024px
        }
    }
    @media (min-width: 1280px) {
        .container {
            max-width: 1280px
        }
    }
    @media (min-width: 1536px) {
        .container {
            max-width: 1536px
        }
    }
    .fixed {
        position: fixed
    }
    .absolute {
        position: absolute
    }
    .relative {
        position: relative
    }
    .bottom-0 {
        bottom: 0
    }
    .left-0 {
        left: 0
    }
    .left-2 {
        left: .5rem
    }
    .left-4 {
        left: 1rem
    }
    .right-0 {
        right: 0
    }
    .right-2 {
        right: .5rem
    }
    .right-4 {
        right: 1rem
    }
    .top-1\/2 {
        top: 50%
    }
    .z-10 {
        z-index: 10
    }
    .z-50 {
        z-index: 50
    }
    .-mx-4 {
        margin-left: -1rem;
        margin-right: -1rem
    }
    .mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .mb-1 {
        margin-bottom: .25rem
    }
    .mb-10 {
        margin-bottom: 2.5rem
    }
    .mb-12 {
        margin-bottom: 3rem
    }
    .mb-2 {
        margin-bottom: .5rem
    }
    .mb-3 {
        margin-bottom: .75rem
    }
    .mb-4 {
        margin-bottom: 1rem
    }
    .mb-6 {
        margin-bottom: 1.5rem
    }
    .mb-8 {
        margin-bottom: 2rem
    }
    .ml-4 {
        margin-left: 1rem
    }
    .mt-0\.5 {
        margin-top: .125rem
    }
    .mt-1 {
        margin-top: .25rem
    }
    .mt-3 {
        margin-top: .75rem
    }
    .mt-4 {
        margin-top: 1rem
    }
    .mt-6 {
        margin-top: 1.5rem
    }
    .block {
        display: block
    }
    .inline-block {
        display: inline-block
    }
    .flex {
        display: flex
    }
    .grid {
        display: grid
    }
    .aspect-square {
        aspect-ratio: 1 / 1
    }
    .h-1 {
        height: .25rem
    }
    .h-10 {
        height: 2.5rem
    }
    .h-12 {
        height: 3rem
    }
    .h-16 {
        height: 4rem
    }
    .h-20 {
        height: 5rem
    }
    .h-4 {
        height: 1rem
    }
    .h-5 {
        height: 1.25rem
    }
    .h-6 {
        height: 1.5rem
    }
    .h-64 {
        height: 16rem
    }
    .h-\[400px\] {
        height: 400px
    }
    .h-full {
        height: 100%
    }
    .min-h-\[500px\] {
        min-height: 500px
    }
    .min-h-screen {
        min-height: 100vh
    }
    .w-10 {
        width: 2.5rem
    }
    .w-12 {
        width: 3rem
    }
    .w-16 {
        width: 4rem
    }
    .w-20 {
        width: 5rem
    }
    .w-4 {
        width: 1rem
    }
    .w-5 {
        width: 1.25rem
    }
    .w-6 {
        width: 1.5rem
    }
    .w-\[70\%\] {
        width: 70%
    }
    .w-\[85\%\] {
        width: 85%
    }
    .w-full {
        width: 100%
    }
    .min-w-0 {
        min-width: 0px
    }
    .min-w-\[3rem\] {
        min-width: 3rem
    }
    .max-w-4xl {
        max-width: 56rem
    }
    .max-w-7xl {
        max-width: 80rem
    }
    .max-w-\[300px\] {
        max-width: 300px
    }
    .flex-1 {
        flex: 1 1 0%
    }
    .flex-shrink-0 {
        flex-shrink: 0
    }
    .-translate-y-1\/2 {
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
    .transform {
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
    .snap-x {
        scroll-snap-type: x var(--tw-scroll-snap-strictness)
    }
    .snap-mandatory {
        --tw-scroll-snap-strictness: mandatory
    }
    .snap-start {
        scroll-snap-align: start
    }
    .grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .flex-col {
        flex-direction: column
    }
    .flex-wrap {
        flex-wrap: wrap
    }
    .items-start {
        align-items: flex-start
    }
    .items-center {
        align-items: center
    }
    .justify-center {
        justify-content: center
    }
    .justify-between {
        justify-content: space-between
    }
    .gap-1 {
        gap: .25rem
    }
    .gap-2 {
        gap: .5rem
    }
    .gap-3 {
        gap: .75rem
    }
    .gap-4 {
        gap: 1rem
    }
    .gap-6 {
        gap: 1.5rem
    }
    .gap-8 {
        gap: 2rem
    }
    .space-y-1>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(.25rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(.25rem * var(--tw-space-y-reverse))
    }
    .space-y-2>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(.5rem * var(--tw-space-y-reverse))
    }
    .space-y-3>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(.75rem * var(--tw-space-y-reverse))
    }
    .space-y-4>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse))
    }
    .space-y-6>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1.5rem * var(--tw-space-y-reverse))
    }
    .self-start {
        align-self: flex-start
    }
    .overflow-hidden {
        overflow: hidden
    }
    .overflow-x-auto {
        overflow-x: auto
    }
    .overflow-x-hidden {
        overflow-x: hidden
    }
    .truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .whitespace-nowrap {
        white-space: nowrap
    }
    .rounded {
        border-radius: .25rem
    }
    .rounded-2xl {
        border-radius: 1rem
    }
    .rounded-full {
        border-radius: 9999px
    }
    .rounded-lg {
        border-radius: .5rem
    }
    .rounded-xl {
        border-radius: .75rem
    }
    .border {
        border-width: 1px
    }
    .border-2 {
        border-width: 2px
    }
    .border-t {
        border-top-width: 1px
    }
    .border-amber-700 {
        --tw-border-opacity: 1;
        border-color: rgb(180 83 9 / var(--tw-border-opacity, 1))
    }
    .border-gray-100 {
        --tw-border-opacity: 1;
        border-color: rgb(243 244 246 / var(--tw-border-opacity, 1))
    }
    .border-gray-200 {
        --tw-border-opacity: 1;
        border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
    }
    .border-gray-300 {
        --tw-border-opacity: 1;
        border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
    }
    .border-red-700 {
        --tw-border-opacity: 1;
        border-color: rgb(185 28 28 / var(--tw-border-opacity, 1))
    }
    .bg-\[\#5F7464\] {
        --tw-bg-opacity: 1;
        background-color: rgb(95 116 100 / var(--tw-bg-opacity, 1))
    }
    .bg-\[\#8B7355\] {
        --tw-bg-opacity: 1;
        background-color: rgb(139 115 85 / var(--tw-bg-opacity, 1))
    }
    .bg-strawberry {
        --tw-bg-opacity: 1;
        background-color: rgb(224 84 74 / var(--tw-bg-opacity, 1))
    }   
    .bg-strawberry-light {
        --tw-bg-opacity: 1;
        background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1))
    }   
    .color-strawberry {
        color: rgb(224 84 74 / var(--tw-bg-opacity, 1));
    }
    .bg-\[\#C87F4A\] {
        --tw-bg-opacity: 1;
        background-color: rgb(200 127 74 / var(--tw-bg-opacity, 1))
    }
    .bg-\[\#E8DDD3\] {
        --tw-bg-opacity: 1;
        background-color: rgb(232 221 211 / var(--tw-bg-opacity, 1))
    }
    .bg-\[\#F35C54\] {
        --tw-bg-opacity: 1;
        background-color: rgb(243 92 84 / var(--tw-bg-opacity, 1))
    }
    .bg-\[\#F5E6D3\] {
        --tw-bg-opacity: 1;
        background-color: rgb(245 230 211 / var(--tw-bg-opacity, 1))
    }
    .bg-\[\#F5F5F5\] {
        --tw-bg-opacity: 1;
        background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1))
    }
    .bg-amber-50 {
        --tw-bg-opacity: 1;
        background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1))
    }
    .bg-amber-700 {
        --tw-bg-opacity: 1;
        background-color: rgb(180 83 9 / var(--tw-bg-opacity, 1))
    }
    .bg-white {
        --tw-bg-opacity: 1;
        background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
    }
    .bg-gradient-to-r {
        background-image: linear-gradient(to right, var(--tw-gradient-stops))
    }
    .from-amber-700 {
        --tw-gradient-from: #b45309;
        --tw-gradient-to: rgb(180 83 9 / 0);
        --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
    }
    .to-amber-600 {
        --tw-gradient-to: #d97706
    }
    .fill-yellow-400 {
        fill: #facc15
    }
    .object-cover {
        object-fit: cover
    }
    .p-5 {
        padding: 1.25rem
    }
    .p-6 {
        padding: 1.5rem
    }
    .p-8 {
        padding: 2rem
    }
    .px-12 {
        padding-left: 3rem;
        padding-right: 3rem
    }
    .px-2 {
        padding-left: .5rem;
        padding-right: .5rem
    }
    .px-3 {
        padding-left: .75rem;
        padding-right: .75rem
    }
    .px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }
    .py-1 {
        padding-top: .25rem;
        padding-bottom: .25rem
    }
    .py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }
    .py-16 {
        padding-top: 4rem;
        padding-bottom: 4rem
    }
    .py-2 {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
    .py-2\.5 {
        padding-top: .625rem;
        padding-bottom: .625rem
    }
    .py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
    .py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem
    }
    .py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .pb-16 {
        padding-bottom: 4rem
    }
    .pb-2 {
        padding-bottom: .5rem
    }
    .pb-32 {
        padding-bottom: 8rem
    }
    .pb-4 {
        padding-bottom: 1rem
    }
    .pb-8 {
        padding-bottom: 2rem
    }
    .pl-4 {
        padding-left: 1rem
    }
    .pt-16 {
        padding-top: 4rem
    }
    .text-center {
        text-align: center
    }
    .text-right {
        text-align: right
    }
    .text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }
    .text-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem
    }
    .text-4xl {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
    .text-5xl {
        font-size: 3rem;
        line-height: 1
    }
    .text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }
    .text-lg {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
    .text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }
    .text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
    .text-xs {
        font-size: .75rem;
        line-height: 1rem
    }
    .font-bold {
        font-weight: 700
    }
    .font-medium {
        font-weight: 500
    }
    .font-semibold {
        font-weight: 600
    }
    .italic {
        font-style: italic
    }
    .leading-relaxed {
        line-height: 1.625
    }
    .text-\[\#1a472a\] {
        --tw-text-opacity: 1;
        color: rgb(26 71 42 / var(--tw-text-opacity, 1))
    }
    .text-\[\#6B4423\] {
        --tw-text-opacity: 1;
        color: rgb(107 68 35 / var(--tw-text-opacity, 1))
    }
    .text-amber-700 {
        --tw-text-opacity: 1;
        color: rgb(180 83 9 / var(--tw-text-opacity, 1))
    }
    .text-amber-800 {
        --tw-text-opacity: 1;
        color: rgb(146 64 14 / var(--tw-text-opacity, 1))
    }
    .text-gray-500 {
        --tw-text-opacity: 1;
        color: rgb(107 114 128 / var(--tw-text-opacity, 1))
    }
    .text-gray-600 {
        --tw-text-opacity: 1;
        color: rgb(75 85 99 / var(--tw-text-opacity, 1))
    }
    .text-gray-700 {
        --tw-text-opacity: 1;
        color: rgb(55 65 81 / var(--tw-text-opacity, 1))
    }
    .text-gray-800 {
        --tw-text-opacity: 1;
        color: rgb(31 41 55 / var(--tw-text-opacity, 1))
    }
    .text-gray-900 {
        --tw-text-opacity: 1;
        color: rgb(17 24 39 / var(--tw-text-opacity, 1))
    }
    .text-green-600 {
        --tw-text-opacity: 1;
        color: rgb(22 163 74 / var(--tw-text-opacity, 1))
    }
    .text-green-700 {
        --tw-text-opacity: 1;
        color: rgb(21 128 61 / var(--tw-text-opacity, 1))
    }
    .text-red-700 {
        --tw-text-opacity: 1;
        color: rgb(185 28 28 / var(--tw-text-opacity, 1))
    }
    .text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity, 1))
    }
    .text-white\/90 {
        color: #ffffffe6
    }
    .text-yellow-400 {
        --tw-text-opacity: 1;
        color: rgb(250 204 21 / var(--tw-text-opacity, 1))
    }
    .underline {
        text-decoration-line: underline
    }
    .line-through {
        text-decoration-line: line-through
    }
    .decoration-\[\#1a472a\] {
        text-decoration-color: #1a472a
    }
    .decoration-2 {
        text-decoration-thickness: 2px
    }
    .underline-offset-4 {
        text-underline-offset: 4px
    }
    .underline-offset-8 {
        text-underline-offset: 8px
    }
    .shadow-lg {
        --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
        --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }
    .shadow-md {
        --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
        --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }
    .shadow-sm {
        --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / .05);
        --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }
    .shadow-xl {
        --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);
        --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }
    .ring-2 {
        --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
        --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
        box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000)
    }
    .ring-amber-700 {
        --tw-ring-opacity: 1;
        --tw-ring-color: rgb(180 83 9 / var(--tw-ring-opacity, 1))
    }
    .ring-offset-2 {
        --tw-ring-offset-width: 2px
    }
    .transition-all {
        transition-property: all;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s
    }
    .transition-colors {
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        transition-duration: .15s
    }
    @import url(https://fonts.cdnfonts.com/css/neue-montreal);
    .hover\:border-amber-700:hover {
        --tw-border-opacity: 1;
        border-color: rgb(180 83 9 / var(--tw-border-opacity, 1))
    }
    .hover\:border-gray-300:hover {
        --tw-border-opacity: 1;
        border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
    }
    .hover\:bg-\[\#B36F3A\]:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(179 111 58 / var(--tw-bg-opacity, 1))
    }
    .hover\:bg-amber-800:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(146 64 14 / var(--tw-bg-opacity, 1))
    }
    .hover\:bg-gray-50:hover {
        --tw-bg-opacity: 1;
        background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
    }
    .focus\:border-amber-700:focus {
        --tw-border-opacity: 1;
        border-color: rgb(180 83 9 / var(--tw-border-opacity, 1))
    }
    .focus\:outline-none:focus {
        outline: 2px solid transparent;
        outline-offset: 2px
    }
    .disabled\:cursor-not-allowed:disabled {
        cursor: not-allowed
    }
    .disabled\:opacity-50:disabled {
        opacity: .5
    }
    @media (min-width: 640px) {
        .sm\:left-4 {
            left: 1rem
        }
        .sm\:left-6 {
            left: 1.5rem
        }
        .sm\:right-4 {
            right: 1rem
        }
        .sm\:right-6 {
            right: 1.5rem
        }
        .sm\:-mx-6 {
            margin-left: -1.5rem;
            margin-right: -1.5rem
        }
        .sm\:h-12 {
            height: 3rem
        }
        .sm\:h-6 {
            height: 1.5rem
        }
        .sm\:h-auto {
            height: auto
        }
        .sm\:w-12 {
            width: 3rem
        }
        .sm\:w-2\/5 {
            width: 40%
        }
        .sm\:w-6 {
            width: 1.5rem
        }
        .sm\:w-\[55\%\] {
            width: 55%
        }
        .sm\:w-\[70\%\] {
            width: 70%
        }
        .sm\:w-\[75\%\] {
            width: 75%
        }
        .sm\:flex-row {
            flex-direction: row
        }
        .sm\:p-8 {
            padding: 2rem
        }
        .sm\:px-6 {
            padding-left: 1.5rem;
            padding-right: 1.5rem
        }
        .sm\:pl-6 {
            padding-left: 1.5rem
        }
        .sm\:text-2xl {
            font-size: 1.5rem;
            line-height: 2rem
        }
        .sm\:text-base {
            font-size: 1rem;
            line-height: 1.5rem
        }
    }
    @media (min-width: 768px) {
        .md\:w-\[45\%\] {
            width: 45%
        }
        .md\:w-\[55\%\] {
            width: 55%
        }
        .md\:w-\[60\%\] {
            width: 60%
        }
        .md\:w-\[70\%\] {
            width: 70%
        }
        .md\:grid-cols-2 {
            grid-template-columns: repeat(2, minmax(0, 1fr))
        }
        .md\:grid-cols-3 {
            grid-template-columns: repeat(3, minmax(0, 1fr))
        }
        .md\:flex-row {
            flex-direction: row
        }
        .md\:items-center {
            align-items: center
        }
        .md\:justify-end {
            justify-content: flex-end
        }
        .md\:gap-8 {
            gap: 2rem
        }
        .md\:px-6 {
            padding-left: 1.5rem;
            padding-right: 1.5rem
        }
        .md\:px-8 {
            padding-left: 2rem;
            padding-right: 2rem
        }
        .md\:text-2xl {
            font-size: 1.5rem;
            line-height: 2rem
        }
        .md\:text-3xl {
            font-size: 1.875rem;
            line-height: 2.25rem
        }
        .md\:text-4xl {
            font-size: 2.25rem;
            line-height: 2.5rem
        }
        .md\:text-5xl {
            font-size: 3rem;
            line-height: 1
        }
        .md\:text-6xl {
            font-size: 3.75rem;
            line-height: 1
        }
        .md\:text-base {
            font-size: 1rem;
            line-height: 1.5rem
        }
        .md\:text-lg {
            font-size: 1.125rem;
            line-height: 1.75rem
        }
        .md\:text-xl {
            font-size: 1.25rem;
            line-height: 1.75rem
        }
    }
    @media (min-width: 1024px) {
        .lg\:-mx-8 {
            margin-left: -2rem;
            margin-right: -2rem
        }
        .lg\:w-\[32\%\] {
            width: 32%
        }
        .lg\:w-\[calc\(33\.333\%-16px\)\] {
            width: calc(33.333% - 16px)
        }
        .lg\:w-\[calc\(50\%-12px\)\] {
            width: calc(50% - 12px)
        }
        .lg\:gap-12 {
            gap: 3rem
        }
        .lg\:px-8 {
            padding-left: 2rem;
            padding-right: 2rem
        }
        .lg\:pl-8 {
            padding-left: 2rem
        }
    }
}

.lf-progress {
    -webkit-appearance: none;
    -moz-apperance: none;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    cursor: pointer;
}

.lf-progress:focus {
    outline: none;
    border: none;
}

.lf-progress::-moz-range-track {
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}

.lf-progress::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    height: 13px;
    width: 13px;
    border: 0;
    border-radius: 50%;
    background: #0fccce;
    cursor: pointer;
}

.lf-progress::-moz-range-thumb {
    -moz-appearance: none !important;
    height: 13px;
    width: 13px;
    border: 0;
    border-radius: 50%;
    background: #0fccce;
    cursor: pointer;
}

.lf-progress::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.lf-progress::-ms-fill-lower {
    background: #ccc;
    border-radius: 3px;
}

.lf-progress::-ms-fill-upper {
    background: #ccc;
    border-radius: 3px;
}

.lf-progress::-ms-thumb {
    border: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #0fccce;
    cursor: pointer;
}

.lf-progress:focus::-ms-fill-lower {
    background: #ccc;
}

.lf-progress:focus::-ms-fill-upper {
    background: #ccc;
}

.lf-player-container :focus {
    outline: 0;
}

.lf-popover {
    position: relative;
}
.rivyoWidgetTrigger {
    cursor: pointer;
    margin-bottom: .8rem;
    justify-content: flex-start;
}
.reviews_style {
    font-size: 16px;
    cursor: pointer;
    margin-left: 6px;
}
.product_subheading {
    font-size: 20px;
}
.lf-popover-content {
    display: inline-block;
    position: absolute;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -10px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: all 0.3s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.lf-popover-content.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0px);
}

.lf-player-btn-container {
    display: flex;
    align-items: center;
}

.lf-player-btn {
    cursor: pointer;
    fill: #999;
    width: 14px;
}

.lf-player-btn.active {
    fill: #555;
}

.lf-popover {
    position: relative;
}

.lf-popover-content {
    display: inline-block;
    position: absolute;
    background-color: #ffffff;
    opacity: 1;

    transform: translate(0, -10px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: all 0.3s cubic-bezier(0.75, -0.02, 0.2, 0.97);
    padding: 10px;
}

.lf-popover-content.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0px);
}

.lf-arrow {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -9px;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
}

.lf-left-align,
.lf-left-align .lfarrow {
    left: 0;
    right: unset;
}

.lf-right-align,
.lf-right-align .lf-arrow {
    right: 0;
    left: unset;
}

.lf-text-input {
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 3px;
    width: 60px;
    margin: 0;
}

.lf-color-picker {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 90px;
}

.lf-color-selectors {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lf-color-component {
    display: flex;
    flex-direction: row;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}

.lf-color-component strong {
    width: 40px;
}

.lf-color-component input[type='range'] {
    margin: 0 0 0 10px;
}

.lf-color-component input[type='number'] {
    width: 50px;
    margin: 0 0 0 10px;
}

.lf-color-preview {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-left: 5px;
}

.lf-preview {
    height: 60px;
    width: 60px;
}

.lf-popover-snapshot {
    width: 150px;
}

.lf-popover-snapshot h5 {
    margin: 5px 0 10px 0;
    font-size: 0.75rem;
}

.lf-popover-snapshot a {
    display: block;
    text-decoration: none;
}

.lf-popover-snapshot a:before {
    content: '⥼';
    margin-right: 5px;
}

.lf-popover-snapshot .lf-note {
    display: block;
    margin-top: 10px;
    color: #999;
}

.lf-player-controls>div {
    margin-right: 5px;
    margin-left: 5px;
}

.lf-player-controls>div:first-child {
    margin-left: 0px;
}

.lf-player-controls>div:last-child {
    margin-right: 0px;
}

.lf-progress {
    -webkit-appearance: none;
    -moz-apperance: none;
    width: 100%;
    height: 4px;
    border-radius: 3px;
    cursor: pointer;
}

.lf-progress:focus {
    outline: none;
    border: none;
}

.lf-progress::-moz-range-track {
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
}

.lf-progress::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    height: 13px;
    width: 13px;
    border: 0;
    border-radius: 50%;
    background: #0fccce;
    cursor: pointer;
}

.lf-progress::-moz-range-thumb {
    -moz-appearance: none !important;
    height: 13px;
    width: 13px;
    border: 0;
    border-radius: 50%;
    background: #0fccce;
    cursor: pointer;
}

.lf-progress::-ms-track {
    width: 100%;
    height: 3px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.lf-progress::-ms-fill-lower {
    background: #ccc;
    border-radius: 3px;
}

.lf-progress::-ms-fill-upper {
    background: #ccc;
    border-radius: 3px;
}

.lf-progress::-ms-thumb {
    border: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #0fccce;
    cursor: pointer;
}

.lf-progress:focus::-ms-fill-lower {
    background: #ccc;
}

.lf-progress:focus::-ms-fill-upper {
    background: #ccc;
}

.lf-player-container :focus {
    outline: 0;
}

.lf-popover {
    position: relative;
}

.lf-popover-content {
    display: inline-block;
    position: absolute;
    opacity: 1;
    visibility: visible;
    transform: translate(0, -10px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: all 0.3s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.lf-popover-content.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0px);
}

.lf-player-btn-container {
    display: flex;
    align-items: center;
}

.lf-player-btn {
    cursor: pointer;
    fill: #999;
    width: 14px;
}

.lf-player-btn.active {
    fill: #555;
}

.lf-popover {
    position: relative;
}

.lf-popover-content {
    display: inline-block;
    position: absolute;
    background-color: #ffffff;
    opacity: 1;

    transform: translate(0, -10px);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    transition: all 0.3s cubic-bezier(0.75, -0.02, 0.2, 0.97);
    padding: 10px;
}

.lf-popover-content.hidden {
    opacity: 0;
    visibility: hidden;
    transform: translate(0, 0px);
}

.lf-arrow {
    position: absolute;
    z-index: -1;
    content: '';
    bottom: -9px;
    border-style: solid;
    border-width: 10px 10px 0px 10px;
}

.lf-left-align,
.lf-left-align .lfarrow {
    left: 0;
    right: unset;
}

.lf-right-align,
.lf-right-align .lf-arrow {
    right: 0;
    left: unset;
}

.lf-text-input {
    border: 1px #ccc solid;
    border-radius: 5px;
    padding: 3px;
    width: 60px;
    margin: 0;
}

.lf-color-picker {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 90px;
}

.lf-color-selectors {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.lf-color-component {
    display: flex;
    flex-direction: row;
    font-size: 12px;
    align-items: center;
    justify-content: center;
}

.lf-color-component strong {
    width: 40px;
}

.lf-color-component input[type='range'] {
    margin: 0 0 0 10px;
}

.lf-color-component input[type='number'] {
    width: 50px;
    margin: 0 0 0 10px;
}

.lf-color-preview {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-left: 5px;
}

.lf-preview {
    height: 60px;
    width: 60px;
}

.lf-popover-snapshot {
    width: 150px;
}

.lf-popover-snapshot h5 {
    margin: 5px 0 10px 0;
    font-size: 0.75rem;
}

.lf-popover-snapshot a {
    display: block;
    text-decoration: none;
}

.lf-popover-snapshot a:before {
    content: '⥼';
    margin-right: 5px;
}

.lf-popover-snapshot .lf-note {
    display: block;
    margin-top: 10px;
    color: #999;
}

.lf-player-controls>div {
    margin-right: 5px;
    margin-left: 5px;
}

.lf-player-controls>div:first-child {
    margin-left: 0px;
}

.lf-player-controls>div:last-child {
    margin-right: 0px;
}
.qty-btn {
    transition: 0.2s ease-in-out;
}

.qty-btn:disabled {
    opacity: 0.35 !important;
    cursor: not-allowed !important;
    border-color: #d1d5db !important; /* light gray */
    background-color: #f5f5f5 !important; /* light background */
    animation-name: shake;
    animation-duration: 0.8s;
}

@keyframes shake {
    0% { transform: translateX(0px); }
    25% { transform: translateX(-3px); }
    50% { transform: translateX(3px); }
    75% { transform: translateX(-3px); }
    100% { transform: translateX(0px); }
}

.shake {
    animation: shake 0.25s;
}

.product-form {
    padding-top: 0;
}
.price--on-sale .price-item--sale {
    color: #f37268;
    font-family: Neue Montreal;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0;
    text-align: left;
}
.price--on-sale .variant-discount {
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    letter-spacing: 0;
    color: #fff;
    text-shadow: none;
    background-color: #000;
    padding: 0 5px;
    border-radius: 0 20px 20px 0;
    display: flex;
}
.tax-text {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    color: #7f7f7f;
}
.space-y-3 .purchase-option:nth-child(2) {
    margin-top: 12px;
}
.purchase-option {
    position: relative;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    padding: 16px;
    background-image: none;
    background-color: #f9fafb;
    border: 2px solid #e5e7eb;
    border-radius: 9999px;
    cursor: pointer;
}
.purchase-option .heading-option,
.purchase-option.active .heading-option {
    color: #374151;
}
.purchase-option .radio-button {
    border: 2px solid #d1d5db;
}
.purchase-option.active .radio-button {
    border: 2px solid #f37268;
}
.purchase-option.active {
    background-image: linear-gradient(to right,#fee5e3 , #fef2f2);
    --tw-border-opacity: 1;
    border: 2px solid #f37268;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);
}
.purchase-option.active .heading-option {
    color: #e0544a;
}
.radio-button {
    border-radius: 100%;
    height: 24px;
    width: 24px;
    min-width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #f87d75;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
.radio-button div {
    background-color: rgb(243 114 104 / 1);
    border-radius: 9999px;
    width: 12px;
    height: 12px;
    opacity: 0;
}
.purchase-option.active .radio-button div {
    opacity: 1;
}
.items-center {
    align-items: center;
}
.gap-3 {
    gap: .75rem;
}
.flex {
    display: flex;
}
.heading-option {
    font-size: 16px;
    color: rgb(224 84 74 / 1);
    font-weight: 700;
    line-height: 1.5rem;
}
.absolute {
    position: absolute;
}
.-top-2 {
    top: -.5rem;
}
.left-1\/2 {
    left: 50%;
}
.-translate-x-1\/2 {
    transform: translate(-50%,0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
}
.text-white {
    color: #FFFFFF;
}
.rounded-full {
    border-radius: 9999px;
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, #f37268 , #f87d75);
}
.from-setu-500 {
    --tw-gradient-from: #f37268 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(243 114 104 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: #f37268 , #f87d75;
}
.to-setu-400 {
    --tw-gradient-to: #f87d75;
}
.px-3 {
    padding-left: 12px;
    padding-right: 12px;
}
.py-0\.5 {
    padding-top: 2px;
    padding-bottom: 2px;
}
.text-xs {
    font-size: 12px;
    line-height: 16px;
}
.uppercase {
    text-transform: uppercase;
}
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}
.max-w-lg {
    max-width: 550px;
}
.rounded-3xl {
    border-radius: 1.5rem;
}
.border {
    border: 1px solid #fee5e3;
}
.bg-white {
    background-color: #FFFFFF;
}
.shadow-sm {
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), 0 1px 2px 0 rgb(0 0 0 / .05);
}
.pt-4 {
    padding-top: 16px;
}
.space-y-8>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.optionButton {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    border-radius: 12px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    --tw-shadow-color: #fdcfcc;
    --tw-shadow: var(--tw-shadow-colored);
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
    font-weight: 700;
    font-size: 18px;
    line-height: 28px;
    padding-top: 16px;
    padding-bottom: 16px;
    background-image: linear-gradient(to right, #f37268, #f87d75);
    margin-top: calc(1rem * calc(1 - 0));
    margin-bottom: calc(1rem * 0);
}
.optionButton.active {
    display: flex;
}
.recurpay-pdp-widget {
    display: none !important;
}
.choosepack {
    font-size: 18px !important;
}
.text-sm {
    font-size: 14px;
    line-height: 20px;
}
.font-medium {
    font-weight: 500;
}
.text-gray-600 {
    color: #4b5563;
}
.variant-section {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: none;
    padding: 20px 0 0 0;
    margin-bottom: 0;
}
.variant-section>div {
    display: flex;
    flex-direction: row;
    flex: auto;
    padding: 16px;
    border: 2px solid #e5e7eb;
    align-items: center;
    margin-bottom: 15px;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
    transition: background-color .2s;
}
.variant-details {
    display: flex;
    flex: 1;
    gap: 5px;
    text-align: left !important;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 15px;
}
.variant-title {
    position: relative;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
.variant-discount-amount {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #ee4b47;
}
.variant-asp {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}
.variant-mrp {
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-decoration: line-through;
    color: #9ca3af;
}
.variant-section .variant-option:hover {
    border-color: #fdcfcc;
}
.variant-option.variant-option--active {
    border: 2px solid rgb(243 114 104 / 1) !important;
}
.variant-option input[type=radio] {
    opacity: 0;
    position: absolute;
}
.variant-option input[type=radio]:checked+label, input[type=radio]:not(:disabled)~label {
    position: relative;
    width: 100%;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
}
.variant-details, .variant-title {
    text-align: left !important;
}
.variant-option label {
    margin: 0 !important;
}
input[type=radio]:checked+.radio-button div {
    opacity: 1;
}
.radio-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    min-width: 20px;
    border-radius: 9999px;
    border: 1px solid #d1d5db;
    color: #FFFFFF;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
}
input[type=radio]:checked+.radio-btn {
    border: 1px solid #f37268;
    background-color: #f37268;
}
.justify-center {
    justify-content: center;
}
.ontime-badge,
.subscribesave-badge,
.variant-mrp {
    display: none;
}
.product-form__controls-group1.onetime .ontime-badge,
.product-form__controls-group1.subscribesave .subscribesave-badge,
.product-form__controls-group1.subscribesave .variant-mrp.subscription,
.product-form__controls-group1.onetime .variant-mrp.onetime,
.product-form__controls-group1.subscribesave .variant-title.subscribe,
.product-form__controls-group1.onetime .variant-title.onetime {
    display: block;
}
.ontime-badge.badge-recommended {
    left: 8%;
    transform: translate(-50%,-80%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
}
.ontime-badge.badge-bestvalue {
    left: 85%;
    transform: translate(-50%, -80%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
    width: max-content;
}
.subscribesave-badge.badge-bestvalue {
    left: 85%;
    transform: translate(-50%, -80%) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);
    width: max-content;
}
.purchase-footer {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), 0 -4px 20px rgba(243, 114, 104, .08);
    background-color: rgb(255 255 255 / 1);
    border-top: 1px solid rgb(254 229 227 / 1);
}
.selectedVariant {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.selectedVariant .supply {
    font-size: 14px;
    color: #111827;
    font-weight: 500;
} 
.selectedVariant .supplyprice {
    font-size: 20px;
    font-weight: 700;
    color: #111827;
}
.savemore {
    text-align: center;
    padding: 16px;
    background-image: linear-gradient(to bottom right,#fef2f2, #fee5e380);
    border: 1px solid #fdcfcc80;
    border-radius: 12px;
}
.savemore h4 {
    font-size: 18px;
    line-height: 28px;
    color: #823530;
    font-weight: 700;
}
.savemore span {
    font-size: 14px;
    line-height: 20px;
    color: #bc3f37cc;
    margin-top: 4px;
}
.product-form__controls-group1.subscribesave .choosepack,
.product-form__controls-group1.onetime .savemore,
.product-form__controls-group1.onetime .saveExtrabadge,
.product-form__controls-group1.subscribesave .variant-discount-amount {
    display: none;
}
.saveExtra {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #9c3832;
    background-color: #fee5e3;
    padding: 2px 8px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
}
.saveperDay {
    color: #6b7280;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.gap-4 {
    gap: 16px;
}
.pt-2 {
    padding-top: 8px;
}
.text-xs {
    font-size: 12px;
    line-height: 16px;
}
.text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.h-3\.5 {
    height: 14px;
}
.w-3\.5 {
    width: 14px;
}
.gap-1 {
    gap: 4px;
}
.mainsupply {
    display: flex;
    flex-direction: column;
}
.yousaveExtra {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: #e0544a;
}
.purchase-footer.onetime .yousaveExtra {
    display: none;
}
.p-4 {
    padding: 16px;
}
.variant-pricing {
    margin: 0 !important;
}
.optionButton.addtocart {
    background: none;
    padding: 0;
    box-shadow: none;
}
.optionButton.addtocart .product-form__item--submit {
    padding: 0;
    margin: 0;
}
.optionButton.addtocart .product-form__item--submit >* {
    margin: 0;
    padding: 16px !important;
    height: 56.5px !important;
    justify-content: center !important;
}
.optionButton.addtocart.active {
    display: block;
}
.optionButton.addtocart .product-form__item--submit >* {
    background-color: #f37268;
    border-color: #f37268;
    flex: auto;
    margin: 0;
    padding: 16px !important;
    height: 56.5px !important;
    width: 200px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 800;
    border-radius: 7px;
}
.product-form__item--submit {
    display: flex;
    align-items: flex-start;
}
@media (min-width: 768px) {
    .md\:p-6 {
        padding: 1.5rem;
    }
}
@media screen and (max-width: 767px) {
    .subscribesave-badge.badge-bestvalue {
        left: 75%;
    }
    .optionButton.addtocart .product-form__item--submit >*,
    .optionButton.addtocart .product-form__item--submit >* >* {
        font-size: 15px !important;
        line-height: 1.9;
    }
    .optionButton.addtocart .product-form__item--submit >* {
        padding: 12px !important;
    }
    .ontime-badge.badge-bestvalue {
        left: 83%;
    }
    .variant-title, .variant-asp {
        font-size: 18px;
    }
    .text-sm {
        font-size: 16px;
    }
    .text-xs {
        font-size: 14px;
    }
    .ontime-badge.badge-recommended {
        left: 16%;
    }
}

.grid {
    margin-left: 0px !important;
}
.tab-button {
    --tab-border-radius: 10px;
    --tab-border-radius-mobile: 10px;
    --tab-border-color: #000000;
    --tab-border-width: 2px;
    --tab-background-color: #ffffff;
    --tab-background-color-active: #f3efe8;
    --tab-text-color: #000000;
    --tab-text-color-active: #000000;
    --tab-padding: 16px;
    --tab-padding-mobile: 12px;
    --tab-gap: 12px;
    --tab-gap-mobile: 8px;
    --tab-image-max-width: 45px;
    --tab-image-max-height: 45px;
    --tab-image-max-width-mobile: 45px;
    --tab-image-max-height-mobile: 45px;

    --tab-title-font-weight: 400;
    --tab-title-font-family: Brandon Grotesque, sans-serif;
    --tab-title-font-size: 17px;
    --tab-title-font-size-mobile: 16px;
    --tab-title-line-height: 1.3;
    --tab-title-line-height-mobile: 1.3;

    --tab-subtitle-font-weight: 400;
    --tab-subtitle-font-size: 12px;
    --tab-subtitle-font-size-mobile: 12px;
    --tab-subtitle-font-family: Brandon Grotesque, sans-serif;
    --tab-subtitle-color: #666666;

    --tab-description-font-weight: 400;
    --tab-description-font-size: 12px;
    --tab-description-font-size-mobile: 11px;
    --tab-description-font-family: Brandon Grotesque, sans-serif;
    --tab-description-color: #888888;
}

.tab-button  {
    display: flex;
    align-items: center;
    gap: var(--tab-gap);
    width: 100%;
    padding: var(--tab-padding);
    border: var(--tab-border-width) solid #e5e7eb;
    border-radius: var(--tab-border-radius);
    background-image: none;
    background-color: #f9fafb;
    color: var(--tab-text-color);
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: left;
    font-family: inherit;
    font-size: inherit;
    min-height: 60px;
}

.tab-button[aria-selected="true"]  {
    pointer-events: none;
}

.tab-button:hover,
.tab-button.active {
    background-image: linear-gradient(to right,#fee5e3 , #fef2f2);
    color: var(--tab-text-color-active);
    border: var(--tab-border-width) solid #f37268;
}
.radio-btn svg {
    opacity: 0;
}
.tab-button.active .radio-btn {
    border: 1px solid #f37268;
    background-color: #f37268;
}
.tab-button.active .radio-btn svg,
input[type="radio"]:checked ~ .radio-btn svg {
    opacity: 1;
}

.tab-button .tab-image {
    max-width: var(--tab-image-max-width);
    max-height: var(--tab-image-max-height);
    width: 100%;
    object-fit: contain;
    border-radius: 6px;
    flex-shrink: 0;
}

.tab-button .tab-content {
    flex-grow: 1;
}

.tab-button .tab-title {
    display: block;
    color: #374151;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5rem;
    white-space: break-spaces;
}
.tab-button.active .tab-title {
    color: #e0544a;
}
.tab-button .tab-subtitle {
    display: block;
    font-weight: var(--tab-subtitle-font-weight);
    font-size: var(--tab-subtitle-font-size);
    font-family: var(--tab-subtitle-font-family);
    color: var(--tab-subtitle-color);
    margin-bottom: 2px;
    line-height: 1.2;
}

.tab-button .tab-description {
    display: block;
    font-weight: var(--tab-description-font-weight);
    font-size: var(--tab-description-font-size);
    font-family: var(--tab-description-font-family);
    color: var(--tab-description-color);
    line-height: 1.3;
    opacity: 0.9;
}
.purchase-options-toggle__tabs {
    gap: 8px;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.desktop-only {
    display: block;
}
.mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .purchase-options-toggle__tabs {
        grid-template-columns: 1fr;
    }
    .tab-button {
        padding: var(--tab-padding-mobile);
        border-radius: var(--tab-border-radius-mobile);
        gap: var(--tab-gap-mobile);
        min-height: 50px;
    }
    .tab-button .tab-image {
        max-width: var(--tab-image-max-width-mobile);
        max-height: var(--tab-image-max-height-mobile);
        display: block;
    }
    .tab-button .tab-subtitle {
        font-size: var(--tab-subtitle-font-size-mobile);
    }
    .tab-button .tab-description {
        font-size: var(--tab-description-font-size-mobile);
    }
    .heading-option {
        font-size: 15px;
    }
    .optionButton.addtocart .product-form__item--submit >* {
        width: 50%;
    }
    .satisfaction-guarantee span {
        font-size: 15px !important;
    }
    .farmSection01 .imageWrapper {
        padding: 0 1rem;
        padding-bottom: 2rem;
    }
    .farmSection01 .imageWrapper img {
        border-radius: 1rem;
    }
}

.offer-count {
    display: inline-block;
}
.offer-arrow {
    transform: rotate(0deg) !important;
    display: inline-block;
}
.offer-widget {
  margin: 0 !important;
  max-width: 100% !important;
}