/*! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com*/

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid
}

a {
    cursor: pointer;
}

:after,
:before {
    --tw-content: ""
}

.bx-next.disabled {
    display: none;
}

.disable-button-cart {
    pointer-events: none;
}

.bx-prev.disabled {
    display: none;
}

.stopscroll {
    overflow: hidden;
}

@media (max-width: 1000px) {
    .mobile-quick-buy {
        display: block !important;
        /* z-index: 9999 !important; */
    }
}

.wait-disabled {
    color: #999999;
    pointer-events: none !important;
}

html {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}


/* Shanal */

.disabled-icon {
    pointer-events: none;
}

.product-card-bottom::webkit-scrollbar {
    display: none;
}

.product-card-bottom {
    -ms-overflow-style: none;
    scrollbar-width: none;
}


/* [data-xy-phone-quickbuy] {
    z-index: 9999;
} */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaderQuick:not(:required) {
    font: 0/0 a;
    display: flex;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    align-items: center;
    justify-content: center;
}

.loaderQuick {
    position: fixed;
    z-index: 999;
    height: inherit;
    width: inherit;
    overflow: visible;
    margin: auto;
    /*top: 20px; */
    /*left: 198px; */
    /*bottom: 0; */
    /*right: 0; */
}

.loaderQuick:before {
    content: '';
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    background-color: rgb(0 0 0 / 0%);
}

.loaderQuick:not(:required):after {
    content: '';
    display: flex !important;
    position: absolute;
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    /* margin-top: 10%; */
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgb(0 0 0 / 75%) 1.5em 0 0 0, rgb(0 0 0 / 75%) 1.1em 1.1em 0 0, rgb(0 0 0 / 75%) 0 1.5em 0 0, rgb(0 0 0 / 75%) -1.1em 1.1em 0 0, rgb(0 0 0 / 50%) -1.5em 0 0 0, rgb(0 0 0 / 50%) -1.1em -1.1em 0 0, rgb(0 0 0 / 75%) 0 -1.5em 0 0, rgb(0 0 0 / 75%) 1.1em -1.1em 0 0;
    box-shadow: rgb(0 0 0 / 75%) 1.5em 0 0 0, rgb(0 0 0 / 75%) 1.1em 1.1em 0 0, rgb(0 0 0 / 75%) 0 1.5em 0 0, rgb(0 0 0 / 75%) -1.1em 1.1em 0 0, rgb(0 0 0 / 75%) -1.5em 0 0 0, rgb(0 0 0 / 75%) -1.1em -1.1em 0 0, rgb(0 0 0 / 75%) 0 -1.5em 0 0, rgb(0 0 0 / 75%) 1.1em -1.1em 0 0;
}

.loaderPage:not(:required) {
    font: 0/0 a;
    display: flex;
    color: transparent;
    text-shadow: none;
    border: 0;
    align-items: center;
    justify-content: center;
    background: #0000005c;
}

.loaderPage {
    position: fixed;
    z-index: 999;
    /* height: inherit; */
    /* width: inherit; */
    /* overflow: visible; */
    /* display: flex !important; */
    /* margin: auto; */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /* justify-content: space-between; */
    /* align-content: space-between; */
    /* flex-direction: row; */
}

.loaderPage:before {
    content: '';
    display: block;
    position: relative;
    top: 1000px;
    left: 0;
    width: inherit;
    height: inherit;
    background-color: rgb(237 61 61);
}

.loaderPage:not(:required):after {
    content: '';
    display: flex !important;
    position: absolute;
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    /* margin-top: 10%; */
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgb(0 0 0 / 75%) 1.5em 0 0 0, rgb(0 0 0 / 75%) 1.1em 1.1em 0 0, rgb(0 0 0 / 75%) 0 1.5em 0 0, rgb(0 0 0 / 75%) -1.1em 1.1em 0 0, rgb(0 0 0 / 50%) -1.5em 0 0 0, rgb(0 0 0 / 50%) -1.1em -1.1em 0 0, rgb(0 0 0 / 75%) 0 -1.5em 0 0, rgb(0 0 0 / 75%) 1.1em -1.1em 0 0;
    box-shadow: rgb(0 0 0 / 75%) 1.5em 0 0 0, rgb(0 0 0 / 75%) 1.1em 1.1em 0 0, rgb(0 0 0 / 75%) 0 1.5em 0 0, rgb(0 0 0 / 75%) -1.1em 1.1em 0 0, rgb(0 0 0 / 75%) -1.5em 0 0 0, rgb(0 0 0 / 75%) -1.1em -1.1em 0 0, rgb(0 0 0 / 75%) 0 -1.5em 0 0, rgb(0 0 0 / 75%) 1.1em -1.1em 0 0;
}

.loader:not(:required) {
    font: 0/0 a;
    display: flex;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
    align-items: center;
    justify-content: center;
}

.loader {
    position: fixed;
    z-index: 999;
    height: inherit;
    width: inherit;
    overflow: visible;
    margin: auto;
    /* top: -76px; */
    /* left: 198px; */
    /* bottom: 0; */
    /* right: 0; */
}

.loader:before {
    content: '';
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: inherit;
    height: inherit;
    background-color: rgba(0, 0, 0, 0.3);
}

.loader:not(:required):after {
    content: '';
    display: flex !important;
    position: absolute;
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    /* margin-top: 10%; */
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgb(0 0 0 / 75%) 1.5em 0 0 0, rgb(0 0 0 / 75%) 1.1em 1.1em 0 0, rgb(0 0 0 / 75%) 0 1.5em 0 0, rgb(0 0 0 / 75%) -1.1em 1.1em 0 0, rgb(0 0 0 / 50%) -1.5em 0 0 0, rgb(0 0 0 / 50%) -1.1em -1.1em 0 0, rgb(0 0 0 / 75%) 0 -1.5em 0 0, rgb(0 0 0 / 75%) 1.1em -1.1em 0 0;
    box-shadow: rgb(0 0 0 / 75%) 1.5em 0 0 0, rgb(0 0 0 / 75%) 1.1em 1.1em 0 0, rgb(0 0 0 / 75%) 0 1.5em 0 0, rgb(0 0 0 / 75%) -1.1em 1.1em 0 0, rgb(0 0 0 / 75%) -1.5em 0 0 0, rgb(0 0 0 / 75%) -1.1em -1.1em 0 0, rgb(0 0 0 / 75%) 0 -1.5em 0 0, rgb(0 0 0 / 75%) 1.1em -1.1em 0 0;
}


/* End */

body {
    margin: 0;
    line-height: inherit
}


/* body::-webkit-scrollbar {
    display: none;
} */

hr {
    height: 0;
    color: inherit;
    border-top-width: 1px
}

abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: initial
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: initial;
    background-image: none
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

progress {
    vertical-align: initial
}

::-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,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0
}

fieldset,
legend {
    padding: 0
}

menu,
ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

textarea {
    resize: vertical
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af
}

[role=button],
button {
    cursor: pointer
}

:disabled {
    cursor: default
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}

img,
video {
    max-width: 100%;
    height: auto
}

[hidden] {
    display: none
}

*,
:after,
:before {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #3b82f680;
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

.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:1440px) {
    .container {
        max-width: 1440px
    }
}

@media (min-width:1920px) {
    .container {
        max-width: 1920px
    }
}

.prose {
    color: var(--tw-prose-body);
    max-width: 65ch
}

.prose :where([class~=lead]):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-lead);
    font-size: 1.25em;
    line-height: 1.6;
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.prose :where(a):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-links);
    text-decoration: underline;
    font-weight: 500
}

.prose :where(strong):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-bold);
    font-weight: 600
}

.prose :where(a strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th strong):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(ol):not(:where([class~=not-prose] *)) {
    list-style-type: decimal;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em
}

.prose :where(ol[type=A]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=A s]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-alpha
}

.prose :where(ol[type=a s]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-alpha
}

.prose :where(ol[type=I]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type=I s]):not(:where([class~=not-prose] *)) {
    list-style-type: upper-roman
}

.prose :where(ol[type=i s]):not(:where([class~=not-prose] *)) {
    list-style-type: lower-roman
}

.prose :where(ol[type="1"]):not(:where([class~=not-prose] *)) {
    list-style-type: decimal
}

.prose :where(ul):not(:where([class~=not-prose] *)) {
    list-style-type: disc;
    margin-top: 1.25em;
    margin-bottom: 1.25em;
    padding-left: 1.625em
}

.prose :where(ol>li):not(:where([class~=not-prose] *))::marker {
    font-weight: 400;
    color: var(--tw-prose-counters)
}

.prose :where(ul>li):not(:where([class~=not-prose] *))::marker {
    color: var(--tw-prose-bullets)
}

.prose :where(hr):not(:where([class~=not-prose] *)) {
    border-color: var(--tw-prose-hr);
    border-top-width: 1px;
    margin-top: 3em;
    margin-bottom: 3em
}

.prose :where(blockquote):not(:where([class~=not-prose] *)) {
    font-weight: 500;
    font-style: italic;
    color: var(--tw-prose-quotes);
    border-left-width: .25rem;
    border-left-color: var(--tw-prose-quote-borders);
    quotes: "\201C""\201D""\2018""\2019";
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1em
}

.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose] *)):before {
    content: open-quote
}

.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose] *)):after {
    content: close-quote
}

.prose :where(h1):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 800;
    font-size: 2.25em;
    margin-top: 0;
    margin-bottom: .8888889em;
    line-height: 1.1111111
}

.prose :where(h1 strong):not(:where([class~=not-prose] *)) {
    font-weight: 900;
    color: inherit
}

.prose :where(h2):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 700;
    font-size: 1.5em;
    margin-top: 2em;
    margin-bottom: 1em;
    line-height: 1.3333333
}

.prose :where(h2 strong):not(:where([class~=not-prose] *)) {
    font-weight: 800;
    color: inherit
}

.prose :where(h3):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    font-size: 1.25em;
    margin-top: 1.6em;
    margin-bottom: .6em;
    line-height: 1.6
}

.prose :where(h3 strong):not(:where([class~=not-prose] *)) {
    font-weight: 700;
    color: inherit
}

.prose :where(h4):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    margin-top: 1.5em;
    margin-bottom: .5em;
    line-height: 1.5
}

.prose :where(h4 strong):not(:where([class~=not-prose] *)) {
    font-weight: 700;
    color: inherit
}

.prose :where(img):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose :where(figcaption):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-captions);
    font-size: .875em;
    line-height: 1.4285714;
    margin-top: .8571429em
}

.prose :where(code):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-code);
    font-weight: 600;
    font-size: .875em
}

.prose :where(code):not(:where([class~=not-prose] *)):before {
    content: "`"
}

.prose :where(code):not(:where([class~=not-prose] *)):after {
    content: "`"
}

.prose :where(a code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(h1 code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(h2 code):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-size: .875em
}

.prose :where(h3 code):not(:where([class~=not-prose] *)) {
    color: inherit;
    font-size: .9em
}

.prose :where(h4 code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(blockquote code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(thead th code):not(:where([class~=not-prose] *)) {
    color: inherit
}

.prose :where(pre):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-pre-code);
    background-color: var(--tw-prose-pre-bg);
    overflow-x: auto;
    font-weight: 400;
    font-size: .875em;
    line-height: 1.7142857;
    margin-top: 1.7142857em;
    margin-bottom: 1.7142857em;
    border-radius: .375rem;
    padding: .8571429em 1.1428571em
}

.prose :where(pre code):not(:where([class~=not-prose] *)) {
    background-color: initial;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit
}

.prose :where(pre code):not(:where([class~=not-prose] *)):before {
    content: none
}

.prose :where(pre code):not(:where([class~=not-prose] *)):after {
    content: none
}

.prose :where(table):not(:where([class~=not-prose] *)) {
    width: 100%;
    table-layout: auto;
    text-align: left;
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: .875em;
    line-height: 1.7142857
}

.prose :where(thead):not(:where([class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-th-borders)
}

.prose :where(thead th):not(:where([class~=not-prose] *)) {
    color: var(--tw-prose-headings);
    font-weight: 600;
    vertical-align: bottom;
    padding-right: .5714286em;
    padding-bottom: .5714286em;
    padding-left: .5714286em
}

.prose :where(tbody tr):not(:where([class~=not-prose] *)) {
    border-bottom-width: 1px;
    border-bottom-color: var(--tw-prose-td-borders)
}

.prose :where(tbody tr:last-child):not(:where([class~=not-prose] *)) {
    border-bottom-width: 0
}

.prose :where(tbody td):not(:where([class~=not-prose] *)) {
    vertical-align: initial
}

.prose :where(tfoot):not(:where([class~=not-prose] *)) {
    border-top-width: 1px;
    border-top-color: var(--tw-prose-th-borders)
}

.prose :where(tfoot td):not(:where([class~=not-prose] *)) {
    vertical-align: top
}

.prose {
    --tw-prose-body: #374151;
    --tw-prose-headings: #111827;
    --tw-prose-lead: #4b5563;
    --tw-prose-links: #111827;
    --tw-prose-bold: #111827;
    --tw-prose-counters: #6b7280;
    --tw-prose-bullets: #d1d5db;
    --tw-prose-hr: #e5e7eb;
    --tw-prose-quotes: #111827;
    --tw-prose-quote-borders: #e5e7eb;
    --tw-prose-captions: #6b7280;
    --tw-prose-code: #111827;
    --tw-prose-pre-code: #e5e7eb;
    --tw-prose-pre-bg: #1f2937;
    --tw-prose-th-borders: #d1d5db;
    --tw-prose-td-borders: #e5e7eb;
    --tw-prose-invert-body: #d1d5db;
    --tw-prose-invert-headings: #fff;
    --tw-prose-invert-lead: #9ca3af;
    --tw-prose-invert-links: #fff;
    --tw-prose-invert-bold: #fff;
    --tw-prose-invert-counters: #9ca3af;
    --tw-prose-invert-bullets: #4b5563;
    --tw-prose-invert-hr: #374151;
    --tw-prose-invert-quotes: #f3f4f6;
    --tw-prose-invert-quote-borders: #374151;
    --tw-prose-invert-captions: #9ca3af;
    --tw-prose-invert-code: #fff;
    --tw-prose-invert-pre-code: #d1d5db;
    --tw-prose-invert-pre-bg: #00000080;
    --tw-prose-invert-th-borders: #4b5563;
    --tw-prose-invert-td-borders: #374151;
    font-size: 1rem;
    line-height: 1.75
}

.prose :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em;
    margin-bottom: 1.25em
}

.prose :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(figure):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .5em;
    margin-bottom: .5em
}

.prose :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

.prose :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .375em
}

.prose :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose :where(tbody td, tfoot td):not(:where([class~=not-prose] *)) {
    padding: .5714286em
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-sm :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .5714286em;
    margin-bottom: .5714286em
}

.prose-sm :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em
}

.prose-sm :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.1428571em
}

.prose-sm :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.1428571em
}

.prose-sm :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.1428571em
}

.prose-sm :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-sm :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-base :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .75em;
    margin-bottom: .75em
}

.prose-base :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose-base :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose-base :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.25em
}

.prose-base :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.25em
}

.prose-base :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-base :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-lg :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .8888889em;
    margin-bottom: .8888889em
}

.prose-lg :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-lg :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.3333333em
}

.prose-lg :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-lg :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.3333333em
}

.prose-lg :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-lg :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-xl {
    font-size: 1.25rem;
    line-height: 1.8
}

.prose-xl :where(p):not(:where([class~=not-prose] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em
}

.prose-xl :where([class~=lead]):not(:where([class~=not-prose] *)) {
    font-size: 1.2em;
    line-height: 1.5;
    margin-top: 1em;
    margin-bottom: 1em
}

.prose-xl :where(blockquote):not(:where([class~=not-prose] *)) {
    margin-top: 1.6em;
    margin-bottom: 1.6em;
    padding-left: 1.0666667em
}

.prose-xl :where(h1):not(:where([class~=not-prose] *)) {
    font-size: 2.8em;
    margin-top: 0;
    margin-bottom: .8571429em;
    line-height: 1
}

.prose-xl :where(h2):not(:where([class~=not-prose] *)) {
    font-size: 1.8em;
    margin-top: 1.5555556em;
    margin-bottom: .8888889em;
    line-height: 1.1111111
}

.prose-xl :where(h3):not(:where([class~=not-prose] *)) {
    font-size: 1.5em;
    margin-top: 1.6em;
    margin-bottom: .6666667em;
    line-height: 1.3333333
}

.prose-xl :where(h4):not(:where([class~=not-prose] *)) {
    margin-top: 1.8em;
    margin-bottom: .6em;
    line-height: 1.6
}

.prose-xl :where(img):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose-xl :where(video):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose-xl :where(figure):not(:where([class~=not-prose] *)) {
    margin-top: 2em;
    margin-bottom: 2em
}

.prose-xl :where(figure>*):not(:where([class~=not-prose] *)) {
    margin-top: 0;
    margin-bottom: 0
}

.prose-xl :where(figcaption):not(:where([class~=not-prose] *)) {
    font-size: .9em;
    line-height: 1.5555556;
    margin-top: 1em
}

.prose-xl :where(code):not(:where([class~=not-prose] *)) {
    font-size: .9em
}

.prose-xl :where(h2 code):not(:where([class~=not-prose] *)) {
    font-size: .8611111em
}

.prose-xl :where(h3 code):not(:where([class~=not-prose] *)) {
    font-size: .9em
}

.prose-xl :where(pre):not(:where([class~=not-prose] *)) {
    font-size: .9em;
    line-height: 1.7777778;
    margin-top: 2em;
    margin-bottom: 2em;
    border-radius: .5rem;
    padding: 1.1111111em 1.3333333em
}

.prose-xl :where(ol):not(:where([class~=not-prose] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em
}

.prose-xl :where(ul):not(:where([class~=not-prose] *)) {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    padding-left: 1.6em
}

.prose-xl :where(li):not(:where([class~=not-prose] *)) {
    margin-top: .6em;
    margin-bottom: .6em
}

.prose-xl :where(ol>li):not(:where([class~=not-prose] *)) {
    padding-left: .4em
}

.prose-xl :where(ul>li):not(:where([class~=not-prose] *)) {
    padding-left: .4em
}

.prose-xl :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .8em;
    margin-bottom: .8em
}

.prose-xl :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.2em
}

.prose-xl :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.2em
}

.prose-xl :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.2em
}

.prose-xl :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.2em
}

.prose-xl :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~=not-prose] *)) {
    margin-top: .8em;
    margin-bottom: .8em
}

.prose-xl :where(hr):not(:where([class~=not-prose] *)) {
    margin-top: 2.8em;
    margin-bottom: 2.8em
}

.prose-xl :where(hr+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-xl :where(h2+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-xl :where(h3+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-xl :where(h4+*):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-xl :where(table):not(:where([class~=not-prose] *)) {
    font-size: .9em;
    line-height: 1.5555556
}

.prose-xl :where(thead th):not(:where([class~=not-prose] *)) {
    padding-right: .6666667em;
    padding-bottom: .8888889em;
    padding-left: .6666667em
}

.prose-xl :where(thead th:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-xl :where(thead th:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-xl :where(tbody td, tfoot td):not(:where([class~=not-prose] *)) {
    padding: .8888889em .6666667em
}

.prose-xl :where(tbody td:first-child, tfoot td:first-child):not(:where([class~=not-prose] *)) {
    padding-left: 0
}

.prose-xl :where(tbody td:last-child, tfoot td:last-child):not(:where([class~=not-prose] *)) {
    padding-right: 0
}

.prose-xl :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-xl :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.prose-2xl :where(.prose>ul>li p):not(:where([class~=not-prose] *)) {
    margin-top: .8333333em;
    margin-bottom: .8333333em
}

.prose-2xl :where(.prose>ul>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-2xl :where(.prose>ul>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.3333333em
}

.prose-2xl :where(.prose>ol>li>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 1.3333333em
}

.prose-2xl :where(.prose>ol>li>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 1.3333333em
}

.prose-2xl :where(.prose>:first-child):not(:where([class~=not-prose] *)) {
    margin-top: 0
}

.prose-2xl :where(.prose>:last-child):not(:where([class~=not-prose] *)) {
    margin-bottom: 0
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0
}

.pointer-events-none {
    pointer-events: none
}

.visible {
    visibility: visible
}

.invisible {
    visibility: hidden
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: -webkit-sticky;
    position: sticky
}

.inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.bottom-\[66px\] {
    bottom: 66px
}

.left-1\/2 {
    left: 50%
}

.left-0 {
    left: 0
}

.top-0 {
    top: 0
}

.right-3 {
    right: .75rem
}

.top-1\/2 {
    top: 50%
}

.top-\[48px\] {
    top: 48px
}

.top-1 {
    top: .25rem
}

.bottom-3 {
    bottom: .75rem
}

.right-1\/2 {
    right: 50%
}

.bottom-0 {
    bottom: 0
}

.right-2 {
    right: .5rem
}

.bottom-2 {
    bottom: .5rem
}

.top-3 {
    top: .75rem
}

.bottom-4 {
    bottom: 1rem
}

.right-4 {
    right: 1rem
}

.top-\[60px\] {
    top: 60px
}

.top-4 {
    top: 1rem
}

.top-5 {
    top: 1.25rem
}

.top-\[1px\] {
    top: 1px
}

.top-full {
    top: 100%
}

.right-0 {
    right: 0
}

.right-\[-3px\] {
    right: -3px
}

.bottom-\[-3px\] {
    bottom: -3px
}

.left-\[3px\] {
    left: 3px
}

.left-\[2px\] {
    left: 2px
}

.left-px {
    left: 1px
}

.top-2 {
    top: .5rem
}

.top-\[15px\] {
    top: 15px
}

.right-\[50px\] {
    right: 50px
}

.top-\[20px\] {
    top: 20px
}

.right-\[20px\] {
    right: 20px
}

.top-px {
    top: 1px
}

.-left-6 {
    left: -1.5rem
}

.top-\[10px\] {
    top: 10px
}

.top-\[22px\] {
    top: 22px
}

.left-\[-3px\] {
    left: -3px
}

.right-5 {
    right: 1.25rem
}

.left-4 {
    left: 1rem
}

.top-\[3px\] {
    top: 3px
}

.top-\[2px\] {
    top: 2px
}

.right-\[14px\] {
    right: 14px
}

.left-\[14px\] {
    left: 14px
}

.z-10 {
    z-index: 10
}

.z-0 {
    z-index: 0
}

.z-20 {
    z-index: 20
}

.z-\[-10\] {
    z-index: -10
}

.z-50 {
    z-index: 50
}

.z-30 {
    z-index: 30
}

.z-\[90\] {
    z-index: 90
}

.order-3 {
    order: 3
}

.order-2 {
    order: 2
}

.order-1 {
    order: 1
}

.col-span-1 {
    grid-column: span 1/span 1
}

.col-span-2 {
    grid-column: span 2/span 2
}

.col-span-5 {
    grid-column: span 5/span 5
}

.col-span-12 {
    grid-column: span 12/span 12
}

.col-span-10 {
    grid-column: span 10/span 10
}

.col-span-7 {
    grid-column: span 7/span 7
}

.col-span-3 {
    grid-column: span 3/span 3
}

.row-start-3 {
    grid-row-start: 3
}

.m-0 {
    margin: 0
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem
}

.-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem
}

.mb-4 {
    margin-bottom: 1rem
}

.mt-\[60px\] {
    margin-top: 60px
}

.mt-6 {
    margin-top: 1.5rem
}

.-mb-20 {
    margin-bottom: -5rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-3 {
    margin-bottom: .75rem
}

.mt-\[50px\] {
    margin-top: 50px
}

.-mb-2 {
    margin-bottom: -.5rem
}

.mt-1 {
    margin-top: .25rem
}

.mb-1 {
    margin-bottom: .25rem
}

.mb-2 {
    margin-bottom: .5rem
}

.mt-8 {
    margin-top: 2rem
}

.mb-6 {
    margin-bottom: 1.5rem
}

.ml-auto {
    margin-left: auto
}

.mt-5 {
    margin-top: 1.25rem
}

.mb-\[30px\] {
    margin-bottom: 30px
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mt-2 {
    margin-top: .5rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mt-4 {
    margin-top: 1rem
}

.mb-\[50px\] {
    margin-bottom: 50px
}

.mb-20 {
    margin-bottom: 5rem
}

.-mb-5 {
    margin-bottom: -1.25rem
}

.mb-\[36px\] {
    margin-bottom: 36px
}

.-mb-\[60px\] {
    margin-bottom: -60px
}

.mb-5 {
    margin-bottom: 1.25rem
}

.mb-\[-60px\] {
    margin-bottom: -60px
}

.mb-\[12px\] {
    margin-bottom: 12px
}

.mr-1 {
    margin-right: .25rem
}

.\!mb-\[8px\] {
    margin-bottom: 8px!important
}

.\!mt-\[10px\] {
    margin-top: 10px!important
}

.ml-3 {
    margin-left: .75rem
}

.mt-3 {
    margin-top: .75rem
}

.mb-0 {
    margin-bottom: 0
}

.ml-2 {
    margin-left: .5rem
}

.\!mt-\[28px\] {
    margin-top: 28px!important
}

.mb-7 {
    margin-bottom: 1.75rem
}

.mr-2 {
    margin-right: .5rem
}

.-mb-\[80px\] {
    margin-bottom: -80px
}

.-mb-\[10px\] {
    margin-bottom: -10px
}

.mt-2\.5 {
    margin-top: .625rem
}

.mt-\[10px\] {
    margin-top: 10px
}

.mt-\[32px\] {
    margin-top: 32px
}

.mt-20 {
    margin-top: 5rem
}

.mr-3 {
    margin-right: .75rem
}

.ml-4 {
    margin-left: 1rem
}

.ml-0 {
    margin-left: 0
}

.ml-1 {
    margin-left: .25rem
}

.mb-\[14px\] {
    margin-bottom: 14px
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.list-item {
    display: list-item
}

.hidden {
    display: none
}

.aspect-video {
    aspect-ratio: 16/9
}

.aspect-\[3\/4\] {
    aspect-ratio: 3/4
}

.aspect-\[2\/3\] {
    aspect-ratio: 2/3
}

.h-screen {
    height: 100vh
}

.h-full {
    height: 100%
}

.h-1 {
    height: .25rem
}

.h-\[2px\] {
    height: 2px
}

.h-\[382px\] {
    height: 382px
}

.h-\[540px\] {
    height: 540px
}

.h-\[120px\] {
    height: 120px
}

.h-4 {
    height: 1rem
}

.h-10 {
    height: 2.5rem
}

.h-20 {
    height: 5rem
}

.h-\[200px\] {
    height: 200px
}

.h-\[620px\] {
    height: 620px
}

.h-\[44px\] {
    height: 44px
}

.h-\[20px\] {
    height: 20px
}

.h-5 {
    height: 1.25rem
}

.h-\[3px\] {
    height: 3px
}

.h-\[1\.5px\] {
    height: 1.5px
}

.h-16 {
    height: 4rem
}

.h-\[15px\] {
    height: 15px
}

.h-12 {
    height: 3rem
}

.h-8 {
    height: 2rem
}

.h-18 {
    height: 4.5rem
}

.h-card-category {
    height: 540px
}

.h-hero {
    height: 706px
}

.h-\[30px\] {
    height: 30px
}

.h-\[150px\] {
    height: 150px
}

.h-3 {
    height: .75rem
}

.h-\[21px\] {
    height: 21px
}

.h-1\/2 {
    height: 50%
}

.h-\[88px\] {
    height: 88px
}

.h-\[36px\] {
    height: 36px
}

.h-6 {
    height: 1.5rem
}

.max-h-\[706px\] {
    max-height: 706px
}

.max-h-\[200px\] {
    max-height: 200px
}

.max-h-\[calc\(100\%-100px\)\] {
    max-height: calc(100% - 100px)
}

.max-h-0 {
    max-height: 0
}

.max-h-\[700px\] {
    max-height: 700px
}

.max-h-screen {
    max-height: 100vh
}

.max-h-\[calc\(100\%-160px\)\] {
    max-height: calc(100% - 160px)
}

.min-h-\[calc\(100vh-64px\)\] {
    min-height: calc(100vh - 64px)
}

.min-h-screen {
    min-height: 100vh
}

.min-h-\[495px\] {
    min-height: 495px
}

.min-h-full {
    min-height: 100%
}

.w-full {
    width: 100%
}

.w-\[100px\] {
    width: 100px
}

.w-\[120px\] {
    width: 120px
}

.w-\[316px\] {
    width: 316px
}

.\!w-full {
    width: 100%!important
}

.w-\[80px\] {
    width: 80px
}

.w-4 {
    width: 1rem
}

.w-10 {
    width: 2.5rem
}

.w-20 {
    width: 5rem
}

.w-\[275px\] {
    width: 275px
}

.w-\[calc\(100vw\)\] {
    width: 100vw
}

.w-\[36px\] {
    width: 36px
}

.w-\[453px\] {
    width: 453px
}

.w-\[87px\] {
    width: 87px
}

.w-1\/3 {
    width: 33.333333%
}

.w-\[240px\] {
    width: 240px
}

.w-\[15px\] {
    width: 15px
}

.w-\[202px\] {
    width: 202px
}

.w-5 {
    width: 1.25rem
}

.w-12 {
    width: 3rem
}

.w-\[200px\] {
    width: 200px
}

.w-screen {
    width: 100vw
}

.w-36 {
    width: 9rem
}

.w-\[20px\] {
    width: 20px
}

.w-\[calc\(100\%-60px\)\] {
    width: calc(100% - 60px)
}

.w-3 {
    width: .75rem
}

.w-\[14px\] {
    width: 14px
}

.w-\[calc\(100\%-32px\)\] {
    width: calc(100% - 32px)
}

.w-\[60\%\] {
    width: 60%
}

.min-w-\[200px\] {
    min-width: 200px
}

.min-w-0 {
    min-width: 0
}

.min-w-\[20px\] {
    min-width: 20px
}

.max-w-\[692px\] {
    max-width: 692px
}

.max-w-\[1360px\] {
    max-width: 1360px
}

.max-w-\[1920px\] {
    max-width: 1920px
}

.max-w-\[392px\] {
    max-width: 392px
}

.max-w-\[900px\] {
    max-width: 900px
}

.max-w-\[520px\] {
    max-width: 520px
}

.max-w-\[1160px\] {
    max-width: 1160px
}

.max-w-\[664px\] {
    max-width: 664px
}

.max-w-\[896px\] {
    max-width: 896px
}

.max-w-\[1960px\] {
    max-width: 1960px
}

.max-w-\[531px\] {
    max-width: 531px
}

.max-w-\[316px\] {
    max-width: 316px
}

.max-w-\[628px\] {
    max-width: 628px
}

.max-w-\[540px\] {
    max-width: 540px
}

.max-w-\[548px\] {
    max-width: 548px
}

.max-w-\[432px\] {
    max-width: 432px
}

.max-w-\[930px\] {
    max-width: 930px
}

.max-w-full {
    max-width: 100%
}

.max-w-\[300px\] {
    max-width: 300px
}

.max-w-\[690px\] {
    max-width: 690px
}

.max-w-\[928px\] {
    max-width: 928px
}

.max-w-\[1098px\] {
    max-width: 1098px
}

.max-w-\[491px\] {
    max-width: 491px
}

.max-w-\[1129px\] {
    max-width: 1129px
}

.max-w-\[1228px\] {
    max-width: 1228px
}

.max-w-\[728px\] {
    max-width: 728px
}

.max-w-\[600px\] {
    max-width: 600px
}

.max-w-\[200px\] {
    max-width: 200px
}

.max-w-\[500px\] {
    max-width: 500px
}

.max-w-\[64\%\] {
    max-width: 64%
}

.max-w-\[20px\] {
    max-width: 20px
}

.max-w-\[610px\] {
    max-width: 610px
}

.max-w-\[calc\(100\%-32px\)\] {
    max-width: calc(100% - 32px)
}

.max-w-\[339px\] {
    max-width: 339px
}

.max-w-\[100px\] {
    max-width: 100px
}

.flex-1 {
    flex: 1 1 0%
}

.shrink-0 {
    flex-shrink: 0
}

.-translate-x-1\/2 {
    --tw-translate-x: -50%
}

.-translate-x-1\/2,
.-translate-y-1\/2 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.-translate-y-1\/2 {
    --tw-translate-y: -50%
}

.translate-y-\[80px\] {
    --tw-translate-y: 80px
}

.translate-x-1\/2,
.translate-y-\[80px\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-x-1\/2 {
    --tw-translate-x: 50%
}

.translate-y-1\/2 {
    --tw-translate-y: 50%
}

.translate-y-1\/2,
.translate-y-8 {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.translate-y-8 {
    --tw-translate-y: 2rem
}

.translate-y-\[20px\] {
    --tw-translate-y: 20px
}

.rotate-90,
.translate-y-\[20px\] {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.rotate-90 {
    --tw-rotate: 90deg
}

.rotate-180 {
    --tw-rotate: 180deg
}

.rotate-180,
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.transform-gpu {
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.cursor-pointer {
    cursor: pointer
}

.resize {
    resize: both
}

.snap-x {
    -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness);
    scroll-snap-type: x var(--tw-scroll-snap-strictness)
}

.snap-mandatory {
    --tw-scroll-snap-strictness: mandatory
}

.snap-start {
    scroll-snap-align: start
}

.snap-center {
    scroll-snap-align: center
}

.list-disc {
    list-style-type: disc
}

.grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr))
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr))
}

.grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr))
}

.grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr))
}

.grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr))
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr))
}

.flex-col {
    flex-direction: column
}

.flex-col-reverse {
    flex-direction: column-reverse
}

.flex-wrap {
    flex-wrap: wrap
}

.place-content-center {
    place-content: center
}

.\!place-items-start {
    place-items: start!important
}

.place-items-center {
    place-items: center
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.justify-start {
    justify-content: flex-start
}

.justify-end {
    justify-content: flex-end
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.gap-4 {
    gap: 1rem
}

.gap-3 {
    gap: .75rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-8 {
    gap: 2rem
}

.gap-1 {
    gap: .25rem
}

.gap-2 {
    gap: .5rem
}

.gap-\[16px\] {
    gap: 16px
}

.gap-y-8 {
    row-gap: 2rem
}

.gap-y-10 {
    row-gap: 2.5rem
}

.gap-y-4 {
    row-gap: 1rem
}

.gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem
}

.gap-y-\[10px\] {
    row-gap: 10px
}

.gap-x-4 {
    -moz-column-gap: 1rem;
    column-gap: 1rem
}

.gap-y-5 {
    row-gap: 1.25rem
}

.gap-x-0 {
    -moz-column-gap: 0;
    column-gap: 0
}

.gap-x-\[30px\] {
    -moz-column-gap: 30px;
    column-gap: 30px
}

.gap-x-12 {
    -moz-column-gap: 3rem;
    column-gap: 3rem
}

.gap-y-1 {
    row-gap: .25rem
}

.gap-y-0 {
    row-gap: 0
}

.gap-x-1\.5 {
    -moz-column-gap: .375rem;
    column-gap: .375rem
}

.gap-x-1 {
    -moz-column-gap: .25rem;
    column-gap: .25rem
}

.space-y-10>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2.5rem*var(--tw-space-y-reverse))
}

.space-y-4>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse))
}

.space-y-8>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse))
}

.space-x-8>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2rem*var(--tw-space-x-reverse));
    margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)))
}

.space-y-2>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse))
}

.space-y-6>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem*var(--tw-space-y-reverse))
}

.space-x-2>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem*var(--tw-space-x-reverse));
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)))
}

.space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.75rem*var(--tw-space-x-reverse));
    margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)))
}

.space-x-6>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem*var(--tw-space-x-reverse));
    margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)))
}

.space-x-4>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)))
}

.space-y-3>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem*var(--tw-space-y-reverse))
}

.space-x-\[30px\]>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(30px*var(--tw-space-x-reverse));
    margin-left: calc(30px*(1 - var(--tw-space-x-reverse)))
}

.space-y-1>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem*var(--tw-space-y-reverse))
}

.space-y-20>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem*var(--tw-space-y-reverse))
}

.space-x-12>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem*var(--tw-space-x-reverse));
    margin-left: calc(3rem*(1 - var(--tw-space-x-reverse)))
}

.space-x-0>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)))
}

.space-x-1>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.25rem*var(--tw-space-x-reverse));
    margin-left: calc(.25rem*(1 - var(--tw-space-x-reverse)))
}

.space-y-reverse>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 1
}

.divide-y>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse))
}

.divide-x>:not([hidden])~:not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px*var(--tw-divide-x-reverse));
    border-left-width: calc(1px*(1 - var(--tw-divide-x-reverse)))
}

.divide-solid>:not([hidden])~:not([hidden]) {
    border-style: solid
}

.divide-lightGray>:not([hidden])~:not([hidden]) {
    --tw-divide-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-divide-opacity))
}

.divide-white\/\[0\.4\]>:not([hidden])~:not([hidden]) {
    border-color: #fff6
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.overflow-scroll {
    overflow: scroll
}

.overflow-x-auto {
    overflow-x: auto
}

.overflow-y-visible {
    overflow-y: visible
}

.overflow-y-scroll {
    overflow-y: scroll
}

.break-words {
    overflow-wrap: break-word
}

.rounded-lg {
    border-radius: .5rem
}

.\!rounded-\[2px\] {
    border-radius: 2px!important
}

.rounded-full {
    border-radius: 9999px
}

.rounded-\[2px\] {
    border-radius: 2px
}

.rounded-\[1px\] {
    border-radius: 1px
}

.border {
    border-width: 1px
}

.border-0 {
    border-width: 0
}

.border-y {
    border-top-width: 1px
}

.border-b,
.border-y {
    border-bottom-width: 1px
}

.border-t {
    border-top-width: 1px
}

.border-b-0 {
    border-bottom-width: 0
}

.border-t-0 {
    border-top-width: 0
}

.border-l {
    border-left-width: 1px
}

.border-r {
    border-right-width: 1px
}

.\!border-none {
    border-style: none!important
}

.border-lGray {
    --tw-border-opacity: 1;
    border-color: rgb(221 221 221/var(--tw-border-opacity))
}

.border-lightGray {
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity))
}

.border-black {
    --tw-border-opacity: 1;
    border-color: rgb(17 17 17/var(--tw-border-opacity))
}

.border-red {
    --tw-border-opacity: 1;
    border-color: rgb(193 0 31/var(--tw-border-opacity))
}

.border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.border-white\/\[0\.1\] {
    border-color: #ffffff1a
}

.border-isaiaGreyDDD {
    --tw-border-opacity: 1;
    border-color: rgb(221 221 221/var(--tw-border-opacity))
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17/var(--tw-bg-opacity))
}

.bg-augergine {
    --tw-bg-opacity: 1;
    background-color: rgb(57 19 71/var(--tw-bg-opacity))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.bg-lightGray {
    --tw-bg-opacity: 1;
    background-color: rgb(216 216 216/var(--tw-bg-opacity))
}

.bg-whiteSmoke {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247/var(--tw-bg-opacity))
}

.bg-\[\#122000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(18 32 0/var(--tw-bg-opacity))
}

.bg-\[\#881111\] {
    --tw-bg-opacity: 1;
    background-color: rgb(136 17 17/var(--tw-bg-opacity))
}

.bg-\[\#558EA1\] {
    --tw-bg-opacity: 1;
    background-color: rgb(85 142 161/var(--tw-bg-opacity))
}

.bg-\[\#000000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))
}

.bg-red {
    --tw-bg-opacity: 1;
    background-color: rgb(193 0 31/var(--tw-bg-opacity))
}

.bg-\[\#cccccc\] {
    --tw-bg-opacity: 1;
    background-color: rgb(204 204 204/var(--tw-bg-opacity))
}

.bg-\[\#f3f4f6\] {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246/var(--tw-bg-opacity))
}

.bg-green {
    --tw-bg-opacity: 1;
    background-color: rgb(27 155 28/var(--tw-bg-opacity))
}

.bg-\[\#ff0000\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 0 0/var(--tw-bg-opacity))
}

.bg-white\/\[0\.2\] {
    background-color: #fff3
}

.bg-isaiaRed {
    --tw-bg-opacity: 1;
    background-color: rgb(193 0 31/var(--tw-bg-opacity))
}

.\!bg-\[\#FFC43A\] {
    --tw-bg-opacity: 1!important;
    background-color: rgb(255 196 58/var(--tw-bg-opacity))!important
}

.\!bg-\[\#000000\] {
    --tw-bg-opacity: 1!important;
    background-color: rgb(0 0 0/var(--tw-bg-opacity))!important
}

.bg-isaiaViolet {
    --tw-bg-opacity: 1;
    background-color: rgb(57 19 71/var(--tw-bg-opacity))
}

.bg-cover {
    background-size: cover
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.object-cover {
    -o-object-fit: cover;
    object-fit: cover
}

.object-center {
    -o-object-position: center;
    object-position: center
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.p-\[10px\] {
    padding: 10px
}

.p-5 {
    padding: 1.25rem
}

.p-\[20px\] {
    padding: 20px
}

.p-2 {
    padding: .5rem
}

.p-1 {
    padding: .25rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.\!px-16 {
    padding-left: 4rem!important;
    padding-right: 4rem!important
}

.py-\[80px\] {
    padding-top: 80px;
    padding-bottom: 80px
}

.\!px-\[28px\] {
    padding-left: 28px!important;
    padding-right: 28px!important
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-\[60px\] {
    padding-top: 60px;
    padding-bottom: 60px
}

.px-\[21px\] {
    padding-left: 21px;
    padding-right: 21px
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-\[50px\] {
    padding-top: 50px;
    padding-bottom: 50px
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.\!px-0 {
    padding-left: 0!important;
    padding-right: 0!important
}

.py-\[49px\] {
    padding-top: 49px;
    padding-bottom: 49px
}

.px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px
}

.py-\[32px\] {
    padding-top: 32px;
    padding-bottom: 32px
}

.px-\[10px\] {
    padding-left: 10px;
    padding-right: 10px
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.py-1 {
    padding-top: .25rem;
    padding-bottom: .25rem
}

.px-\[14px\] {
    padding-left: 14px;
    padding-right: 14px
}

.pt-10 {
    padding-top: 2.5rem
}

.pb-3 {
    padding-bottom: .75rem
}

.pb-\[80px\] {
    padding-bottom: 80px
}

.pt-\[88px\] {
    padding-top: 88px
}

.pb-\[60px\] {
    padding-bottom: 60px
}

.pt-\[60px\] {
    padding-top: 60px
}

.pb-\[50px\] {
    padding-bottom: 50px
}

.pb-6 {
    padding-bottom: 1.5rem
}

.pt-20 {
    padding-top: 5rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pt-\[115px\] {
    padding-top: 115px
}

.pb-0 {
    padding-bottom: 0
}

.pb-20 {
    padding-bottom: 5rem
}

.pt-\[40px\] {
    padding-top: 40px
}

.pt-8 {
    padding-top: 2rem
}

.pb-\[30px\] {
    padding-bottom: 30px
}

.pt-\[20px\] {
    padding-top: 20px
}

.pt-\[30px\] {
    padding-top: 30px
}

.pt-2 {
    padding-top: .5rem
}

.pt-5 {
    padding-top: 1.25rem
}

.pb-5 {
    padding-bottom: 1.25rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-\[38px\] {
    padding-top: 38px
}

.pt-18 {
    padding-top: 4.5rem
}

.pl-6 {
    padding-left: 1.5rem
}

.pr-5 {
    padding-right: 1.25rem
}

.pl-5 {
    padding-left: 1.25rem
}

.pl-\[22px\] {
    padding-left: 22px
}

.pl-\[15px\] {
    padding-left: 15px
}

.pl-\[28px\] {
    padding-left: 28px
}

.pb-\[3\.5px\] {
    padding-bottom: 3.5px
}

.pb-\[2px\] {
    padding-bottom: 2px
}

.pr-4 {
    padding-right: 1rem
}

.pb-1 {
    padding-bottom: .25rem
}

.pt-16 {
    padding-top: 4rem
}

.pb-24 {
    padding-bottom: 6rem
}

.pb-56 {
    padding-bottom: 14rem
}

.pt-1 {
    padding-top: .25rem
}

.pl-1 {
    padding-left: .25rem
}

.pl-\[3px\] {
    padding-left: 3px
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.font-neue {
    font-family: NHaasGroteskTXPro, sans-serif
}

.font-cochin {
    font-family: Cochin, sans-serif
}

.font-isaiaRoman {
    font-family: NeueHaasDisplayRoman, sans-serif
}

.font-isaiaMedium {
    font-family: NeueHaasDisplayMedium, sans-serif
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-\[18px\] {
    font-size: 18px
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-\[32px\] {
    font-size: 32px
}

.text-\[160px\] {
    font-size: 160px
}

.text-\[36px\] {
    font-size: 36px
}

.text-\[26px\] {
    font-size: 26px
}

.text-\[40px\] {
    font-size: 40px
}

.text-\[48px\] {
    font-size: 48px
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-\[14px\] {
    font-size: 14px
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.text-\[16px\] {
    font-size: 16px
}

.text-\[10px\] {
    font-size: 10px
}

.text-\[24px\] {
    font-size: 24px
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.font-medium {
    font-weight: 500
}

.font-bold {
    font-weight: 700
}

.uppercase {
    text-transform: uppercase
}

.normal-case {
    text-transform: none
}

.leading-5 {
    line-height: 1.25rem
}

.leading-normal {
    line-height: 1.5
}

.leading-none {
    line-height: 1
}

.leading-loose {
    line-height: 2
}

.leading-snug {
    line-height: 1.375
}

.leading-tight {
    line-height: 1.25
}

.leading-\[20px\] {
    line-height: 20px
}

.leading-6 {
    line-height: 1.5rem
}

.leading-\[42px\] {
    line-height: 42px
}

.leading-\[18px\] {
    line-height: 18px
}

.leading-8 {
    line-height: 2rem
}

.leading-\[8px\] {
    line-height: 8px
}

.tracking-\[0\.6px\] {
    letter-spacing: .6px
}

.\!tracking-\[1px\] {
    letter-spacing: 1px!important
}

.tracking-\[\.4px\] {
    letter-spacing: .4px
}

.tracking-\[\.6px\] {
    letter-spacing: .6px
}

.tracking-\[0\.4px\] {
    letter-spacing: .4px
}

.tracking-\[\.8px\] {
    letter-spacing: .8px
}

.tracking-\[1px\] {
    letter-spacing: 1px
}

.tracking-\[\.2px\] {
    letter-spacing: .2px
}

.tracking-\[0\.40px\] {
    letter-spacing: .4px
}

.tracking-\[0\.60px\] {
    letter-spacing: .6px
}

.tracking-\[1\.54px\] {
    letter-spacing: 1.54px
}

.tracking-\[0\.69px\] {
    letter-spacing: .69px
}

.tracking-\[0\.50px\] {
    letter-spacing: .5px
}

.tracking-tight {
    letter-spacing: -.025em
}

.\!text-darkGray {
    --tw-text-opacity: 1!important;
    color: rgb(117 117 117/var(--tw-text-opacity))!important
}

.text-black {
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity))
}

.text-darkGray {
    --tw-text-opacity: 1;
    color: rgb(117 117 117/var(--tw-text-opacity))
}

.\!text-white {
    --tw-text-opacity: 1!important;
    color: rgb(255 255 255/var(--tw-text-opacity))!important
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.text-augergine {
    --tw-text-opacity: 1;
    color: rgb(57 19 71/var(--tw-text-opacity))
}

.\!text-augergine {
    --tw-text-opacity: 1!important;
    color: rgb(57 19 71/var(--tw-text-opacity))!important
}

.text-red {
    --tw-text-opacity: 1;
    color: rgb(193 0 31/var(--tw-text-opacity))
}

.text-isaiaGreyDark {
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity))
}

.text-isaiaRed {
    --tw-text-opacity: 1;
    color: rgb(193 0 31/var(--tw-text-opacity))
}

.text-gray {
    --tw-text-opacity: 1;
    color: rgb(153 153 153/var(--tw-text-opacity))
}

.underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.opacity-0 {
    opacity: 0
}

.opacity-100 {
    opacity: 1
}

.opacity-60 {
    opacity: .6
}

.opacity-75 {
    opacity: .75
}

.opacity-50 {
    opacity: .5
}

.mix-blend-screen {
    mix-blend-mode: screen
}

.shadow-sm {
    --tw-shadow: 0 1px 2px 0 #0000000d;
    --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color)
}

.shadow-menu,
.shadow-sm {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.shadow-menu {
    --tw-shadow: 0 2px 16px 0 #0000001a;
    --tw-shadow-colored: 0 2px 16px 0 var(--tw-shadow-color)
}

.\!shadow-none {
    --tw-shadow: 0 0 #0000!important;
    --tw-shadow-colored: 0 0 #0000!important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)!important
}

.shadow {
    --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.outline-none {
    outline: 2px solid #0000;
    outline-offset: 2px
}

.blur {
    --tw-blur: blur(8px)
}

.blur,
.filter {
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.transition {
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-150,
.transition {
    transition-duration: .15s
}

.duration-300 {
    transition-duration: .3s
}

.duration-75 {
    transition-duration: 75ms
}

.duration-1000 {
    transition-duration: 1s
}

.duration-500 {
    transition-duration: .5s
}

.duration-700 {
    transition-duration: .7s
}

.ease-in {
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.will-change-\[height\] {
    will-change: height
}

.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.product-card-colors {
    -ms-overflow-style: none;
    scrollbar-width: none
}

.product-card-colors::-webkit-scrollbar {
    display: none
}

.scrollbar-hide::-webkit-scrollbar {
    display: none
}

:root {
    --black: #111;
    --dark-grey: var(--grey);
    --grey: #999;
    --light-grey: #d8d8d8;
    --whitesmoke: #f7f7f7;
    --augergine-light: #edeaee;
    --white: #fff;
    --aubergine: #391347;
    --red: #c1001f;
    --status-red-15: #c1001f26;
    --green: #1b9b1c;
    --status-green-15: #1b9b1c26;
    --orange: #ef9b0d;
    --status-orange-15: #ef9b0d26
}

@font-face {
    font-family: Cochin;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    src: url(fonts/Cochin.woff) format("woff"), url(fonts/Cochin.woff2) format("woff2"), url(fonts/Cochin.ttc) format("truetype")
}

@font-face {
    font-family: NeueHaasDisplayMedium;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/NeueHaasDisplay-Mediu.woff) format("woff"), url(fonts/NeueHaasDisplay-Mediu.woff2) format("woff2"), url(fonts/NeueHaasDisplay-Mediu.ttf) format("truetype")
}

@font-face {
    font-family: NeueHaasDisplayRoman;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/NeueHaasDisplay-Roman.woff) format("woff"), url(fonts/NeueHaasDisplay-Roman.woff2) format("woff2"), url(fonts/NeueHaasDisplay-Roman.ttf) format("truetype")
}

@font-face {
    font-family: NeueHaasDisplayItalic;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/NeueHaasDisplay-MediumItalic.ttf) format("truetype")
}

@font-face {
    font-family: NeueHaasDisplayRegular;
    font-weight: 400;
    font-style: normal;
    src: url(fonts/NHaasGroteskDSPro-55Rg.otf) format("truetype")
}

.E1whiteright {
    text-align: right
}

.E1whitecenter,
.E1whiteleft,
.E1whiteright {
    font-family: Cochin-italic;
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: .2px;
    color: var(--white)
}

.E1whitecenter {
    text-align: center
}

.E1redright {
    text-align: right
}

.E1redcenter,
.E1redleft,
.E1redright {
    font-family: Cochin-italic;
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: .2px;
    color: var(--red)
}

.E1redcenter {
    text-align: center
}

.E1blackright {
    text-align: right
}

.E1blackcenter,
.E1blackleft,
.E1blackright {
    font-family: Cochin-italic;
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: .2px;
    color: var(--black)
}

.E1blackcenter {
    text-align: center
}

.H1whiteright {
    text-align: right
}

.H1whitecenter,
.H1whiteleft,
.H1whiteright {
    font-family: NeueHaasDisplay-Medium;
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: .4px;
    color: var(--white)
}

.H1whitecenter {
    text-align: center
}

.H1blackright {
    text-align: right
}

.H1blackcenter,
.H1blackleft,
.H1blackright {
    font-family: NeueHaasDisplay-Medium;
    font-size: 48px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.13;
    letter-spacing: .4px;
    color: var(--black)
}

.H1blackcenter {
    text-align: center
}

.H2whiteright {
    text-align: right
}

.H2whitecenter,
.H2whiteleft,
.H2whiteright {
    font-family: NeueHaasDisplay-Medium;
    font-size: 40px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .4px;
    color: var(--white)
}

.H2whitecenter {
    text-align: center
}

.H2blackright {
    text-align: right
}

.H2blackcenter,
.H2blackleft,
.H2blackright {
    font-family: NeueHaasDisplay-Medium;
    font-size: 40px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .4px;
    color: var(--black)
}

.H2blackcenter {
    text-align: center
}

.E2whiteright {
    text-align: right
}

.E2whitecenter,
.E2whiteleft,
.E2whiteright {
    font-family: Cochin-italic;
    font-size: 36px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: .2px;
    color: var(--white)
}

.E2whitecenter {
    text-align: center
}

.E2redright {
    text-align: right
}

.E2redcenter,
.E2redleft,
.E2redright {
    font-family: Cochin-italic;
    font-size: 36px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: .2px;
    color: var(--red)
}

.E2redcenter {
    text-align: center
}

.E2blackright {
    text-align: right
}

.E2blackcenter,
.E2blackleft,
.E2blackright {
    font-family: Cochin-italic;
    font-size: 36px;
    font-weight: 400;
    font-stretch: normal;
    font-style: italic;
    line-height: normal;
    letter-spacing: .2px;
    color: var(--black)
}

.E2blackcenter {
    text-align: center
}

.H3whiteright {
    text-align: right
}

.H3whitecenter,
.H3whiteleft,
.H3whiteright {
    font-family: NeueHaasDisplay-Medium;
    font-size: 32px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: .6px;
    color: var(--white)
}

.H3whitecenter {
    text-align: center
}

.H3blackright {
    text-align: right
}

.H3blackcenter,
.H3blackleft,
.H3blackright {
    font-family: NeueHaasDisplay-Medium;
    font-size: 32px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: .6px;
    color: var(--black)
}

.H3blackcenter {
    text-align: center
}

.E3whiteright {
    text-align: right
}

.E3whitecenter,
.E3whiteleft,
.E3whiteright {
    font-family: Cochin;
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: .2px;
    color: var(--white)
}

.E3whitecenter {
    text-align: center
}

.E3redright {
    text-align: right
}

.E3redcenter,
.E3redleft,
.E3redright {
    font-family: Cochin;
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: .2px;
    color: var(--red)
}

.E3redcenter {
    text-align: center
}

.E3blackright {
    text-align: right
}

.E3blackcenter,
.E3blackleft,
.E3blackright {
    font-family: Cochin;
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.17;
    letter-spacing: .2px;
    color: var(--black)
}

.E3blackcenter {
    text-align: center
}

.H4whiteright {
    text-align: right
}

.H4whitecenter,
.H4whiteleft,
.H4whiteright {
    font-family: NeueHaasDisplayRoman;
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1px;
    color: var(--white)
}

.H4whitecenter {
    text-align: center
}

.H4redright {
    text-align: right
}

.H4redcenter,
.H4redleft,
.H4redright {
    font-family: NeueHaasDisplayRoman;
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1px;
    color: var(--red)
}

.H4redcenter {
    text-align: center
}

.H4blackright {
    text-align: right
}

.H4blackcenter,
.H4blackleft,
.H4blackright {
    font-family: NeueHaasDisplayRoman;
    font-size: 24px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1px;
    color: var(--black)
}

.H4blackcenter {
    text-align: center
}

.P1whiteright {
    text-align: right
}

.P1whitecenter,
.P1whiteleft,
.P1whiteright {
    font-family: NeueHaasDisplayRoman;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .4px;
    color: var(--white)
}

.P1whitecenter {
    text-align: center
}

.P1greyright {
    text-align: right
}

.P1greycenter,
.P1greyleft,
.P1greyright {
    font-family: NeueHaasDisplayRoman;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .4px;
    color: var(--grey)
}

.P1greycenter {
    text-align: center
}

.P1blackright {
    text-align: right
}

.P1blackcenter,
.P1blackleft,
.P1blackright {
    font-family: NeueHaasDisplayRoman;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: .4px;
    color: var(--black)
}

.P1blackcenter {
    text-align: center
}

.H5whiteright {
    text-align: right
}

.H5whitecenter,
.H5whiteleft,
.H5whiteright {
    font-family: NeueHaasDisplayRoman;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: .6px;
    color: var(--white)
}

.H5whitecenter {
    text-align: center
}

.H5redright {
    text-align: right
}

.H5redcenter,
.H5redleft,
.H5redright {
    font-family: NeueHaasDisplayRoman;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: .6px;
    color: var(--red)
}

.H5redcenter {
    text-align: center
}

.H5blackright {
    text-align: right
}

.H5blackcenter,
.H5blackleft,
.H5blackright {
    font-family: NeueHaasDisplayRoman;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: .6px;
    color: var(--black)
}

.H5blackcenter {
    text-align: center
}

.H6whiteright {
    text-align: right
}

.H6whitecenter,
.H6whiteleft,
.H6whiteright {
    font-family: NeueHaasDisplay-Medium;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1px;
    color: var(--white)
}

.H6whitecenter {
    text-align: center
}

.H6redright {
    text-align: right
}

.H6redcenter,
.H6redleft,
.H6redright {
    font-family: NeueHaasDisplay-Medium;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1px;
    color: var(--red)
}

.H6redcenter {
    text-align: center
}

.H6blackright {
    text-align: right
}

.H6blackcenter,
.H6blackleft,
.H6blackright {
    font-family: NeueHaasDisplay-Medium;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 1px;
    color: var(--black)
}

.H6blackcenter {
    text-align: center
}

.CTAwhiteright {
    text-align: right
}

.CTAwhitecenter,
.CTAwhiteleft,
.CTAwhiteright {
    font-family: NeueHaasDisplay-Medium;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .6px;
    color: var(--white)
}

.CTAwhitecenter {
    text-align: center
}

.CTAredright {
    text-align: right
}

.CTAredcenter,
.CTAredleft,
.CTAredright {
    font-family: NeueHaasDisplay-Medium;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .6px;
    color: var(--red)
}

.CTAredcenter {
    text-align: center
}

.CTAblackright {
    text-align: right
}

.CTAblackcenter,
.CTAblackleft,
.CTAblackright {
    font-family: NeueHaasDisplay-Medium;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .6px;
    color: var(--black)
}

.CTAblackcenter {
    text-align: center
}

.P2whiteright {
    text-align: right
}

.P2whitecenter,
.P2whiteleft,
.P2whiteright {
    font-family: NeueHaasDisplayRoman;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: var(--white)
}

.P2whitecenter {
    text-align: center
}

.P2greyright {
    text-align: right
}

.P2greycenter,
.P2greyleft,
.P2greyright {
    font-family: NeueHaasDisplayRoman;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: var(--grey)
}

.P2greycenter {
    text-align: center
}

.P2blackright {
    text-align: right
}

.P2blackcenter,
.P2blackleft,
.P2blackright {
    font-family: NeueHaasDisplayRoman;
    font-size: 14px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.43;
    letter-spacing: .4px;
    color: var(--black)
}

.P2blackcenter {
    text-align: center
}

.P3whiteright {
    text-align: right
}

.P3whitecenter,
.P3whiteleft,
.P3whiteright {
    font-family: NeueHaasDisplayRoman;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: .4px;
    color: var(--white)
}

.P3whitecenter {
    text-align: center
}

.P3greyright {
    text-align: right
}

.P3greycenter,
.P3greyleft,
.P3greyright {
    font-family: NeueHaasDisplayRoman;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: .4px;
    color: var(--grey)
}

.P3greycenter {
    text-align: center
}

.P3blackright {
    text-align: right
}

.P3blackcenter,
.P3blackleft,
.P3blackright {
    font-family: NeueHaasDisplayRoman;
    font-size: 12px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: .4px;
    color: var(--black)
}

.P3blackcenter {
    text-align: center
}

.P4whiteright {
    text-align: right
}

.P4whitecenter,
.P4whiteleft,
.P4whiteright {
    font-family: NeueHaasDisplayRoman;
    font-size: 10px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .4px;
    color: var(--white)
}

.P4whitecenter {
    text-align: center
}

.P4greyright {
    text-align: right
}

.P4greycenter,
.P4greyleft,
.P4greyright {
    font-family: NeueHaasDisplayRoman;
    font-size: 10px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .4px;
    color: var(--grey)
}

.P4greycenter {
    text-align: center
}

.P4blackright {
    text-align: right
}

.P4blackcenter,
.P4blackleft,
.P4blackright {
    font-family: NeueHaasDisplayRoman;
    font-size: 10px;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.2;
    letter-spacing: .4px;
    color: var(--black)
}

.P4blackcenter {
    text-align: center
}

@font-face {
    font-family: Cochin;
    src: url(webFonts/CochinURWDRom/font.woff2) format("woff2"), url(webFonts/CochinURWDRom/font.woff) format("woff")
}

@font-face {
    font-family: Cochin;
    font-style: italic;
    src: url(webFonts/CochinURWDRomIta/font.woff2) format("woff2"), url(webFonts/CochinURWDRomIta/font.woff) format("woff")
}

@font-face {
    font-family: NHaasGroteskTXPro;
    src: url(webFonts/NHaasGroteskTXPro55Rg/font.woff2) format("woff2"), url(webFonts/NHaasGroteskTXPro55Rg/font.woff) format("woff")
}

@font-face {
    font-family: NHaasGroteskTXPro;
    src: url(webFonts/NHaasGroteskTXPro65Md/font.woff2) format("woff2"), url(webFonts/NHaasGroteskTXPro65Md/font.woff) format("woff");
    font-weight: 700
}

.bx-prev svg {
    transform: rotate(180deg)
}

a {
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.bx-next,
.bx-prev {
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

@supports (-ms-ime-align:auto) {
    .overflow-scroll {
        overflow-x: hidden
    }
}

.product-card .bx-prev {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    --tw-translate-x: -2.5rem;
    opacity: 0
}

.product-card .bx-prev,
.product-card:hover .bx-next,
.product-card:hover .bx-prev {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s
}

.product-card:hover .bx-next,
.product-card:hover .bx-prev {
    --tw-translate-x: 0px;
    opacity: 1
}

.product-card .bx-next {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    --tw-translate-x: 2.5rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s
}

.product-card .bx-pager {
    margin-top: 4px
}

.product-card .bx-pager a {
    text-indent: -9999px;
    height: 2px;
    background-color: #edeaee;
    display: block;
    transition: all .2s ease-in-out
}

.product-card .bx-pager {
    display: flex;
    width: 100%;
    height: 50px;
}

@media (min-width:1024px) {
    .product-card .bx-pager {
        display: none
    }
}

.product-card .bx-pager-item {
    flex: 1;
    height: 50px
}

.product-card .bx-pager a {
    position: relative
}

.product-card .bx-pager a:after {
    content: "";
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background: #c1001f;
    width: 0;
    transition: all .4s ease-in-out
}

.product-card .bx-pager a.active:after {
    width: 100%
}

.product-card .button {
    position: absolute;
    left: .5rem;
    bottom: .5rem;
    width: calc(100% - 16px);
    bottom: 8px!important;
    --tw-translate-y: 5rem;
    opacity: 0
}

.product-card .button,
.product-card:hover .bx-wrapper~.button {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s
}

.product-card:hover .bx-wrapper~.button {
    --tw-translate-y: 0px;
    opacity: 1
}

.product-card .cart {
    position: absolute;
    right: .5rem;
    bottom: .5rem;
    display: grid;
    height: 2.5rem;
    width: 2.5rem;
    place-items: center;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.product-card .bx-wrapper~.cart {
    bottom: 14px!important
}

.product-card-heart {
    position: absolute;
    right: .5rem;
    top: .5rem;
    z-index: 10;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s
}

@media screen and (max-width:1024px) {
    .product-card .button,
    .product-card .bx-controls-direction {
        display: none!important
    }
}

.product-card-bottom {
    margin-top: 11px;
    display: flex;
    flex-direction: column
}

.product-card-bottom>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem*var(--tw-space-y-reverse))
}

@media (min-width:768px) {
    .product-card-bottom {
        margin-top: .5rem
    }
}

.product-card-bottom .product-card-headline {
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .4px
}

@media (min-width:768px) {
    .product-card-bottom .product-card-headline {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.product-card-bottom .product-card-colors {
    padding-top: .75rem
}

@media (min-width:1024px) {
    .product-card-bottom .product-card-colors {
        padding-top: 10px!important
    }
}

.product-card-price {
    display: flex;
    font-weight: 100;
}

.product-card-price>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)))
}

.product-card-bottom .product-card-colors .text-color {
    --tw-text-opacity: 1;
    color: rgb(117 117 117/var(--tw-text-opacity))
}

.product-card-bottom .product-card-colors .visual-color {
    display: flex
}

.product-card-bottom .product-card-colors .visual-color>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)))
}

.product-card-bottom .product-card-colors .visual-color {
    padding: 3px;
}

.product-grid-2 .product-card,
.product-grid-4 .product-card {
    overflow: hidden
}

.product-card-bottom .product-card-colors .color {
    height: 1.25rem;
    width: 1.25rem;
    cursor: pointer;
    overflow: hidden;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(216 216 216/var(--tw-bg-opacity))
}

.product-card-colors {
    overflow: scroll;
    height: 28px !important
}

.product-card-bottom .product-card-colors {
    height: 28px!important
}

.product-card-bottom .product-card-colors .color.active,
.product-card-bottom .product-card-colors .color:hover {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2.5px #111
}

.product-card-bottom .product-card-colors .color .colors {
    display: flex;
    height: 100%;
    width: 100%;
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    overflow: hidden;
    border-radius: 9999px
}

.product-card-bottom .product-card-colors .color .colors img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.product-card-bottom .product-card-colors .color .colors div {
    height: 100%;
    width: 100%
}

.product-card>.top>.bxslider>.slide:not(:first-child) {
    display: none
}

.product-grid-2 .product-card .slider-con,
.product-grid-4 .product-card .slider-con {
    overflow: visible
}

@media (min-width:1024px) {
    .product-grid-2 .product-card .slider-con,
    .product-grid-4 .product-card .slider-con {
        overflow: hidden
    }
}

.slider-con {
    overflow: visible
}

@media (min-width:1024px) {
    .slider-con {
        overflow: hidden
    }
}

@media screen and (max-width:1024px) {
    .product-card .bx-pager {
        display: flex!important
    }
}

.product-grid-2 .product-card:hover .product-card-heart,
.product-grid-4 .product-card:hover .product-card-heart {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1
}

.bxsliderCon>.bxslider>.slide:not(:first-child) {
    display: none
}

.button {
    display: inline-flex;
    cursor: pointer;
    height: 3rem;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(193 0 31/var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: .6px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    outline: 2px solid #0000;
    outline-offset: 2px
}

.button:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(216 216 216/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(117 117 117/var(--tw-text-opacity))
}

.button-border {
    display: inline-flex;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(193 0 31/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: .6px;
    --tw-text-opacity: 1;
    color: rgb(193 0 31/var(--tw-text-opacity));
    outline: 2px solid #0000;
    outline-offset: 2px
}

.button-border:hover {
    --tw-border-opacity: 1;
    border-color: rgb(193 0 31/var(--tw-border-opacity))
}

.button-border:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(117 117 117/var(--tw-text-opacity))
}

.button-border-black,
.button-border:hover:disabled {
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity))
}

.button-border-black {
    display: inline-flex;
    height: 3rem;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: .6px;
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity));
    outline: 2px solid #0000;
    outline-offset: 2px
}

.button-border-black:hover {
    --tw-border-opacity: 1;
    border-color: rgb(17 17 17/var(--tw-border-opacity))
}

.button-border-black:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(117 117 117/var(--tw-text-opacity))
}

.button-border-black:hover:disabled {
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity))
}

.button-black {
    display: inline-flex;
    height: 3rem;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(17 17 17/var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: .6px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    outline: 2px solid #0000;
    outline-offset: 2px
}

.button-black:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(216 216 216/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(117 117 117/var(--tw-text-opacity))
}

.button-white {
    display: inline-flex;
    height: 3rem;
    align-items: center;
    justify-content: center;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding-left: 2rem;
    padding-right: 2rem;
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    letter-spacing: .6px;
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity));
    outline: 2px solid #0000;
    outline-offset: 2px
}

.button-white:disabled {
    --tw-bg-opacity: 1;
    background-color: rgb(216 216 216/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(117 117 117/var(--tw-text-opacity))
}

.feedback {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247/var(--tw-bg-opacity))
}

.feedback,
.feedback-alert {
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity))
}

.feedback-alert {
    background-color: #ef9b0d26
}

.feedback-success {
    background-color: #1b9b1c26
}

.feedback-error,
.feedback-success {
    display: flex;
    height: 52px;
    align-items: center;
    justify-content: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity))
}

.feedback-error {
    background-color: #c1001f26
}

.feedback img,
.feedback-alert img,
.feedback-error img,
.feedback-success img {
    margin-right: .5rem;
    max-width: 20px
}

.tooltip {
    position: relative;
    max-width: 304px;
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247/var(--tw-bg-opacity));
    padding: 1rem;
    font-size: .875rem;
    line-height: 1.25rem
}

.tooltip:after {
    content: "";
    position: absolute;
    left: 14px;
    top: -16px;
    width: 0;
    height: 0;
    border-color: #0000 #0000 #f7f7f7;
    border-style: solid;
    border-width: 8px 7px
}

.form-line {
    position: relative
}

.form-line .input-text {
    height: 3rem;
    width: 18rem;
    max-width: 100%;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity));
    padding-left: .75rem;
    padding-top: 1rem;
    padding-right: 38px;
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity));
    outline: 2px solid #0000;
    outline-offset: 2px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.form-line .input-text::-moz-placeholder {
    color: #0000
}

.form-line .input-text:-ms-input-placeholder {
    color: #0000
}

.form-line .input-text::placeholder {
    color: #0000
}

.form-line .input-text:focus {
    --tw-border-opacity: 1;
    border-color: rgb(17 17 17/var(--tw-border-opacity))
}

.form-line input[type=date] {
    position: relative
}

.form-line input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 44px;
    height: 100%;
    background-color: red;
    opacity: 1;
    background: url(images/icon-calendar.svg) no-repeat 50%
}

.form-line .input-textarea {
    height: 7.5rem;
    width: 18rem;
    max-width: 100%;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity));
    padding-left: .75rem;
    padding-top: 1rem;
    padding-right: 38px;
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity));
    outline: 2px solid #0000;
    outline-offset: 2px;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.form-line .input-textarea::-moz-placeholder {
    color: #0000
}

.form-line .input-textarea:-ms-input-placeholder {
    color: #0000
}

.form-line .input-textarea::placeholder {
    color: #0000
}

.form-line .input-textarea:focus {
    --tw-border-opacity: 1;
    border-color: rgb(17 17 17/var(--tw-border-opacity))
}

[data-xy-region-change] {
    cursor: pointer;
}

.modal-container.active {
    height: 100%;
    max-height: 9999px;
    opacity: 1;
    z-index: 9999;
}

.modal-container,
.modal-container.active {
    width: 100%;
    max-width: 9999px;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.modal-container {
    max-height: 0;
    overflow: hidden;
    opacity: 0
}

.modal-container .form-line .input-text,
.modal-container .form-line .input-textarea {
    max-width: 100%;
    width: 100%!important
}

.form-line .input-textarea~label,
.form-line .input-text~label {
    pointer-events: none;
    position: absolute;
    left: .75rem;
    top: 25px;
    --tw-translate-y: -19px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-size: 10px;
    --tw-text-opacity: 1;
    color: rgb(153 153 153/var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.form-line .caret {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-flex;
    height: 3rem;
    width: 38px;
    align-items: center;
    justify-content: center
}

.form-line span.error {
    margin-top: .25rem;
    display: block;
    font-size: .75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgb(193 0 31/var(--tw-text-opacity))
}

.form-line .input-text.input-error {
    --tw-border-opacity: 1;
    border-color: rgb(193 0 31/var(--tw-border-opacity))
}

input[type=checkbox] {
    height: .625rem;
    width: .625rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 1px;
    outline-style: solid;
    outline-width: 1px;
    outline-offset: 2px;
    outline-color: #111
}

input[type=checkbox]:checked {
    --tw-bg-opacity: 1;
    background-color: rgb(193 0 31/var(--tw-bg-opacity))
}

input[type=checkbox]:disabled {
    outline-color: #999
}

input[type=radio] {
    height: .625rem;
    width: .625rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 9999px;
    outline-style: solid;
    outline-width: 1px;
    outline-offset: 2px;
    outline-color: #111
}

input[type=radio]:checked {
    --tw-bg-opacity: 1;
    background-color: rgb(193 0 31/var(--tw-bg-opacity))
}

input[type=radio]:disabled {
    outline-color: #999
}

@media not all and (-webkit-min-device-pixel-ratio:0),
not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance: none) {
        input[type=radio] {
            outline: none!important;
            -webkit-appearance: auto!important;
            -moz-appearance: auto!important;
            appearance: auto!important
        }
    }
}

.editorial1 {
    font-size: 3rem;
    line-height: 1
}

.editorial1,
.editorial2 {
    font-family: Cochin, sans-serif;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: .2px
}

.editorial2 {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.editorial2b4 {
    font-family: Cochin, sans-serif;
    font-size: 1.5rem;
    line-height: 2rem;
    text-transform: uppercase;
    letter-spacing: -.2px
}

@media (min-width:768px) {
    .editorial2b4 {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

.editorial2b4Italic {
    font-family: Cochin, sans-serif;
    font-size: 2.25rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: -.2px
}

.editorial3 {
    line-height: 1.75rem;
    letter-spacing: .2px
}

.editorial3,
.editorial4 {
    font-family: Cochin, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase
}

.editorial4 {
    line-height: 28px;
    letter-spacing: .4px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.editorial23 {
    font-family: Cochin, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-style: italic;
    line-height: 1.75rem;
    letter-spacing: .2px
}

@media (min-width:1024px) {
    .editorial23 {
        font-size: 2.25rem;
        line-height: 2.5rem
    }
}

.editorial21 {
    font-family: Cochin, sans-serif;
    font-size: 2.25rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: .2px
}

@media (min-width:768px) {
    .editorial21 {
        font-size: 3rem;
        line-height: 1
    }
}

.editorial48 {
    font-family: Cochin, sans-serif;
    font-size: 2.25rem;
    line-height: 2.5rem;
    text-transform: uppercase;
    letter-spacing: .2px
}

@media (min-width:768px) {
    .editorial48 {
        font-size: 3rem;
        line-height: 1
    }
}

.heading1 {
    font-size: 3.375rem
}

.heading1,
.heading2 {
    font-family: NHaasGroteskTXPro, sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .4px;
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity))
}

.heading2 {
    font-size: 3rem
}

.heading3 {
    font-size: 2rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 2.625rem;
    letter-spacing: .6px
}

.heading3,
.heading4 {
    font-family: NHaasGroteskTXPro, sans-serif;
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity))
}

.heading4 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 1px
}

.heading5 {
    font-size: 1rem;
    letter-spacing: .6px
}

.heading5,
.heading6 {
    font-family: NHaasGroteskTXPro, sans-serif;
    text-transform: uppercase;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity))
}

.heading6 {
    font-size: .875rem;
    font-weight: 600;
    letter-spacing: 1px
}

.subheading1 {
    font-family: NeueHaasDisplayRoman, sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
    line-height: 1.25rem;
    letter-spacing: .4px
}

@media (min-width:768px) {
    .subheading1 {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.hel1 {
    font-family: NeueHaasDisplayRegular, sans-serif;
    font-size: 3rem;
    line-height: 1;
    font-weight: 1000;
    text-transform: uppercase;
    line-height: 54px;
    letter-spacing: .8px;
    --tw-text-opacity: 1;
    color: rgb(57 19 71/var(--tw-text-opacity))
}

@media (min-width:1024px) {
    .hel1 {
        font-size: 100px;
        line-height: 1
    }
}

.callToAction {
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    letter-spacing: .6px;
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity))
}

.callToAction_underline {
    color: rgb(17 17 17/var(--tw-text-opacity))
}

.callToAction_underline,
.callToAction_underline_red {
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .6px;
    --tw-text-opacity: 1;
    -webkit-text-decoration-line: underline!important;
    text-decoration-line: underline!important;
    text-underline-offset: 8px
}

.callToAction_underline_red {
    color: rgb(193 0 31/var(--tw-text-opacity))
}

.callToAction_underline_white {
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .6px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    -webkit-text-decoration-line: underline!important;
    text-decoration-line: underline!important;
    text-underline-offset: 8px
}

.callToAction_underline.disabled {
    --tw-text-opacity: 1;
    color: rgb(153 153 153/var(--tw-text-opacity));
    -webkit-text-decoration-color: #111;
    text-decoration-color: #111
}

.p1 {
    color: rgb(17 17 17/var(--tw-text-opacity))
}

.p1,
.p1Gray {
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .4px;
    --tw-text-opacity: 1
}

.p1Gray {
    color: rgb(117 117 117/var(--tw-text-opacity))
}

.p2 {
    font-size: .875rem;
    line-height: 1.25rem
}

.p2,
.p3 {
    font-family: NHaasGroteskTXPro, sans-serif;
    letter-spacing: .4px
}

.p3 {
    font-size: .75rem;
    line-height: 1rem
}

.p4 {
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: 10px;
    line-height: .75rem;
    letter-spacing: .4px
}

.p5 {
    font-family: NeueHaasDisplayRoman, sans-serif;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.25rem;
    letter-spacing: .4px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.bannerHeadline {
    font-family: NeueHaasDisplayRegular, sans-serif;
    font-size: 3rem;
    line-height: 1;
    font-weight: bolder;
    text-transform: uppercase;
    line-height: 54px;
    letter-spacing: .8px;
    --tw-text-opacity: 1;
    color: rgb(57 19 71/var(--tw-text-opacity))
}

@media (min-width:1024px) {
    .bannerHeadline {
        font-size: 100px;
        line-height: 1
    }
}

.bannerSubheadline {
    padding-left: 3rem;
    padding-right: 3rem;
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: 1px
}

@media (min-width:768px) {
    .bannerSubheadline {
        font-size: 1.5rem;
        line-height: 2rem;
        letter-spacing: .4px
    }
}

.modal-slider-con {
    position: relative
}

.modal-slider-con .bx-prev {
    left: .5rem
}

.modal-slider-con .bx-next,
.modal-slider-con .bx-prev {
    position: absolute;
    top: 50%;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.modal-slider-con .bx-next {
    right: .5rem
}

.modal-slider-con img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.options-square {
    display: flex
}

.options-square>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem*var(--tw-space-x-reverse));
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)))
}

.mid-option .options-square {
    display: grid;
    flex: none;
    grid-template-columns: repeat(7, minmax(0, 1fr));
    -moz-column-gap: .5rem;
    column-gap: .5rem
}

.mid-option .options-square>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(0px*var(--tw-space-x-reverse));
    margin-left: calc(0px*(1 - var(--tw-space-x-reverse)))
}

.options-square>* {
    margin-top: 1.25rem;
    display: grid;
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
    place-items: center;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity));
    text-transform: uppercase;
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .4px
}

.options-square-grid>* {
    cursor: pointer
}

.options-square-grid>.disabled,
.options-square>.disabled {
    cursor: not-allowed!important
}

.options-square-grid>* {
    display: grid;
    height: 45px;
    width: 45px;
    place-items: center;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity));
    text-transform: uppercase;
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .4px
}

.options-square-grid>.selected,
.options-square>.selected {
    --tw-border-opacity: 1;
    border-color: rgb(193 0 31/var(--tw-border-opacity))
}

.options-square-grid>.disabled,
.options-square>.disabled {
    position: relative;
    --tw-text-opacity: 1;
    color: rgb(153 153 153/var(--tw-text-opacity))
}

.options-square-grid>.disabled:after,
.options-square>.disabled:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(193 0 31/var(--tw-bg-opacity));
    background: linear-gradient(135deg, #0000 49%, #d8d8d8 50%, #0000 51%)
}

.options-colors {
    margin-top: 1.25rem;
    display: flex;
    gap: .375rem;
    padding: 3px
}

.options-colors>* {
    height: 2.5rem;
    width: 2.5rem;
    cursor: pointer;
    border-width: 3px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
    padding: 3px
}

.options-colors>.color-image {
    height: 5rem;
    width: 5rem;
    padding: 0
}

.options-colors>.color {
    height: 5rem;
    width: 5rem
}

.options-colors>.color-image>img {
    height: 74px;
    width: 74px;
    border-radius: 0!important;
    -o-object-fit: cover;
    object-fit: cover
}

.options-colors>.selected {
    box-shadow: 0 0 0 0 #fff, 0 0 0 1.5px #111
}

.options-colors-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    place-items: center;
    gap: 1.25rem
}

.options-colors-grid>* {
    height: 74px;
    width: 74px;
    cursor: pointer
}

.options-colors-grid>.selected {
    box-shadow: 0 0 0 4px #fff, 0 0 0 5px #111
}

.header-related-product .selected-color {
    box-shadow: 0 0 0 3px #fff, 0 0 0 4px #111
}

.modal-container {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 20;
    display: grid;
    height: 100vh;
    width: 100vw;
    place-items: center;
    --tw-bg-opacity: 1;
    opacity: 1 !important;
    background: #0000008a;
    backdrop-filter: blur(5px);
}

.modal {
    position: relative;
    margin-top: 5rem;
    max-height: calc(100vh - 80px);
    width: 100%;
    max-width: 860px;
    align-self: flex-end;
    overflow: scroll;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

@supports (-ms-ime-align:auto) {
    .modal {
        overflow-x: hidden
    }
}

@media (min-width:1024px) {
    .modal {
        margin-top: 0;
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-self: center
    }
}

.modal-find-store {
    position: relative;
    margin-top: 5rem;
    max-height: calc(100vh - 80px);
    width: 100%;
    max-width: 500px;
    align-self: flex-end;
    overflow-y: scroll;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

@media (min-width:1024px) {
    .modal-find-store {
        margin-top: 0;
        align-self: center
    }
}

.modal-slider-con {
    width: 100vw;
    max-width: 860px
}

@media (min-width:1024px) {
    .modal-slider-con {
        width: 100%
    }
}

.modal-slider-con .slider {
    position: relative;
    display: flex;
    width: 100%;
    -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness);
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
    --tw-scroll-snap-strictness: mandatory;
    gap: .25rem;
    overflow-x: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247/var(--tw-bg-opacity));
    -ms-overflow-style: none;
    scrollbar-width: none
}

.modal-slider-con .slider::-webkit-scrollbar {
    display: none
}

@media (min-width:1024px) {
    .modal-slider-con .slider {
        -ms-scroll-snap-type: none;
        scroll-snap-type: none;
        overflow: hidden;
        -ms-overflow-style: auto;
        scrollbar-width: auto
    }
    .modal-slider-con .slider::-webkit-scrollbar {
        display: block
    }
}

.modal-slider-con .slider .slide {
    position: relative;
    aspect-ratio: 2/3;
    width: 180px;
    flex-shrink: 0;
    scroll-snap-align: start;
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247/var(--tw-bg-opacity))
}

@media (min-width:1024px) {
    .modal-slider-con .slider .slide {
        width: 100%
    }
}

.modal-slider-con .slider .slide img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.button-con,
.overlapping-sidebar {
    box-shadow: 0 0 20px 0 #0000001a
}

.overlapping-sidebar footer.no-shadow {
    --tw-shadow: 0 0 #0000!important;
    --tw-shadow-colored: 0 0 #0000!important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)!important
}

.overlapping-sidebar {
    position: fixed;
    z-index: 50;
    margin-top: 5rem;
    height: calc(100vh - 80px);
    width: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    opacity: 0;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    will-change: transform
}

@media (min-width:1024px) {
    .overlapping-sidebar {
        margin-top: 0;
        height: 100vh;
        width: 500px
    }
}

.overlapping-sidebar.left {
    bottom: 0;
    left: 0;
    --tw-translate-x: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

@media (min-width:1024px) {
    .overlapping-sidebar.left {
        left: 0;
        top: 0
    }
}

.overlapping-sidebar.left.active {
    --tw-translate-x: 0px;
    opacity: 1
}

.overlapping-sidebar.left.active,
.overlapping-sidebar.right {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.overlapping-sidebar.right {
    bottom: 0;
    right: 0;
    --tw-translate-x: 100%
}

@media (min-width:1024px) {
    .overlapping-sidebar.right {
        right: 0;
        top: 0
    }
}

.overlapping-sidebar.right.active {
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1
}

.overlapping-sidebar header {
    position: absolute;
    top: 0;
    display: grid;
    height: 4rem;
    width: 100%;
    place-items: center;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.overlapping-sidebar header .close {
    position: absolute;
    top: 22px;
    right: 20px
}

.overlapping-sidebar footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding: 1.25rem 1.5rem;
    box-shadow: 0 0 20px 0 #0000001a
}

.dividing-line>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
    border-style: solid;
    --tw-divide-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-divide-opacity))
}

.date-selection {
    display: flex;
    -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness);
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
    --tw-scroll-snap-strictness: mandatory;
    gap: .5rem;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.date-selection::-webkit-scrollbar {
    display: none
}

.date-selection>* {
    display: flex;
    height: 5rem;
    width: 5rem;
    flex-shrink: 0;
    scroll-snap-align: start;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(247 247 247/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247/var(--tw-bg-opacity));
    padding: 14px .5rem
}

.date-selection>.selected {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(17 17 17/var(--tw-border-opacity))
}

.date-selection>*>:first-child {
    font-size: 1rem;
    line-height: 1.5rem;
    color: rgb(17 17 17/var(--tw-text-opacity))
}

.date-selection>*>:first-child,
.date-selection>*>:last-child {
    font-family: NHaasGroteskTXPro, sans-serif;
    letter-spacing: .4px;
    --tw-text-opacity: 1
}

.date-selection>*>:last-child {
    color: rgb(117 117 117/var(--tw-text-opacity));
    font-size: 10px;
    line-height: .75rem
}

.time-selection {
    display: flex;
    -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness);
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
    --tw-scroll-snap-strictness: mandatory;
    gap: .5rem;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.time-selection::-webkit-scrollbar {
    display: none
}

.time-selection>* {
    display: flex;
    height: 54px;
    width: 5rem;
    flex-shrink: 0;
    scroll-snap-align: start;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(247 247 247/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247/var(--tw-bg-opacity));
    padding: 14px .5rem
}

.time-selection>.selected {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(17 17 17/var(--tw-border-opacity))
}

.time-selection>*>:first-child {
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .4px;
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity))
}

.accordian {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
    will-change: transform
}

.accordian em {
    position: relative
}

.accordian em,
.accordian em:after {
    height: 2px;
    width: 14px;
    --tw-bg-opacity: 1;
    background-color: rgb(193 0 31/var(--tw-bg-opacity))
}

.accordian em:after {
    content: "";
    display: block;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s
}

.accordian .item.active em:after {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.accordian .item {
    display: flex
}

.accordian .item>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)))
}

.accordian .left {
    display: grid;
    height: 1.25rem;
    width: 1.25rem;
    flex-shrink: 0;
    place-items: center;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(193 0 31/var(--tw-text-opacity))
}

.accordian .right {
    display: flex;
    flex-direction: column
}

.accordian .right>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse))
}

.accordian .right {
    --tw-text-opacity: 1;
    color: rgb(117 117 117/var(--tw-text-opacity));
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .4px
}

.accordian .headline {
    cursor: pointer;
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity))
}

.accordian .content {
    max-height: 0;
    overflow: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
    will-change: transform
}

.accordian .item.active .content {
    max-height: 100%!important
}

.image-list {
    display: flex;
    -ms-scroll-snap-type: x var(--tw-scroll-snap-strictness);
    scroll-snap-type: x var(--tw-scroll-snap-strictness);
    --tw-scroll-snap-strictness: mandatory;
    gap: .25rem;
    overflow-x: auto;
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247/var(--tw-bg-opacity));
    -ms-overflow-style: none;
    scrollbar-width: none
}

.image-list::-webkit-scrollbar {
    display: none
}

@media (min-width:640px) {
    .image-list {
        flex-direction: column
    }
}

@media (min-width:1024px) {
    .image-list {
        -ms-scroll-snap-type: none;
        scroll-snap-type: none;
        overflow: hidden;
        -ms-overflow-style: auto;
        scrollbar-width: auto
    }
    .image-list::-webkit-scrollbar {
        display: block
    }
}

.image-list img {
    max-width: 320px;
    scroll-snap-align: start
}

@media (min-width:640px) {
    .image-list img {
        width: 100%;
        max-width: 100%
    }
}

@media (min-width:768px) {
    .image-list img {
        max-width: 100%
    }
}

.product-details-bottom .content {
    display: flex;
    width: 100%;
    max-width: 548px;
    flex-direction: column
}

.product-details-bottom .content>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem*var(--tw-space-y-reverse))
}

.product-details-bottom .content p {
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .4px;
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity))
}

.header-slider-con .bx-controls-direction,
.header-slider-con>.header-slider>.slide:not(:first-child) {
    display: none
}

.header-product-card {
    position: relative
}

.header-product-card .header-slider-con,
.header-product-card .slide {
    aspect-ratio: 2/3;
    width: 210px
}

@media (min-width:1024px) {
    .header-product-card .header-slider-con,
    .header-product-card .slide {
        width: 183px
    }
}

.header-product-card .header-slider,
.header-product-card .slide {
    --tw-bg-opacity: 1;
    background-color: rgb(237 234 238/var(--tw-bg-opacity))
}

.header-product-card .slide img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.header-search .header-search-expanded {
    position: absolute;
    left: 0;
    top: 4rem;
    z-index: 10;
    height: 0;
    width: 100%;
    overflow-y: scroll;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    opacity: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    will-change: transform
}

@media (min-width:1024px) {
    .header-search .header-search-expanded {
        top: 72px;
        overflow-y: hidden
    }
}

.header-search .header-search-expanded.active {
    height: calc(100vh - 64px);
    opacity: 1
}

@media (min-width:1024px) {
    .header-search .header-search-expanded.active {
        height: auto
    }
}

.header-dropdown {
    position: relative;
    top: -.5px
}

.header-dropdown.active .arrow {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.header-dropdown .bottom {
    max-height: 0;
    overflow: hidden;
    opacity: .8;
    transition-property: all;
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.header-dropdown.active .bottom {
    max-height: 999px;
    overflow: visible;
    opacity: 1
}

.hide-slider-direction .bx-controls-direction,
.product-slider-con.hide-arrows .bx-controls-direction,
.product-slider-con>.product-slider>.slide:not(:first-child),
.slider-con>.slider>.slide:not(:first-child) {
    display: none
}

.slider-con {
    position: relative;
    aspect-ratio: 2/3;
    --tw-bg-opacity: 1;
    background-color: rgb(237 234 238/var(--tw-bg-opacity))
}

.modal-slider-con .bx-viewport,
.modal-slider-con .bx-wrapper,
.modal-slider-con .slide,
.modal-slider-con .slider,
.modal-slider-con img,
.slider-con .bx-viewport,
.slider-con .bx-wrapper,
.slider-con .slide,
.slider-con .slider,
.slider-con img {
    height: 100%!important
}

.slider-con img {
    -o-object-fit: cover;
    object-fit: cover
}

.filter-product-card {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 316px
}

body>footer {
    margin-top: 60px;
    border-top-width: 2px;
    --tw-border-opacity: 1;
    border-color: rgb(193 0 31/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

@media (min-width:1024px) {
    body>footer {
        margin-top: 80px
    }
}

.product-grid-2 {
    margin-left: auto;
    margin-right: auto;
    display: grid;
    width: 100%;
    max-width: 1234px;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 2.5rem
}

@media (min-width:640px) {
    .product-grid-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }
}

@media (min-width:1024px) {
    .product-grid-2 {
        -moz-column-gap: 112px;
        column-gap: 112px
    }
}

.product-grid-2>.product-card {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 508px
}

#main-header.downwards {
    --tw-translate-y: -100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.selected-filters .single-filter,
.single-tag {
    display: flex;
    height: 1.75rem;
    align-items: center
}

.selected-filters .single-filter>:not([hidden])~:not([hidden]),
.single-tag>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem*var(--tw-space-x-reverse));
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)))
}

.selected-filters .single-filter,
.single-tag {
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: .75rem;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .025em;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.selected-filters .single-filter:hover,
.single-tag:hover {
    --tw-border-opacity: 1;
    border-color: rgb(57 19 71/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(57 19 71/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.selected-filters .single-filter-no-icon,
.single-tag-no-icon {
    display: grid;
    height: 28px;
    place-items: center;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    line-height: 1;
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .4px
}

.selected-filters .single-filter-no-icon,
.selected-filters .single-filter-no-icon:hover,
.single-tag-no-icon.active,
.single-tag-no-icon:hover {
    --tw-border-opacity: 1;
    border-color: rgb(57 19 71/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(57 19 71/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.selected-filters .single-filter .remove,
.single-tag .remove {
    margin-left: .5rem;
    --tw-text-opacity: 1;
    color: rgb(216 216 216/var(--tw-text-opacity))
}

.selected-filters .single-filter .remove:hover,
.single-tag .remove:hover {
    cursor: pointer
}

.selected-filters .reset-filters {
    display: flex;
    cursor: pointer;
    align-items: center
}

.selected-filters .reset-filters>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem*var(--tw-space-x-reverse));
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)))
}

.selected-filters .reset-filters {
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .4px
}

.selected-filters .reset-filters:hover {
    --tw-text-opacity: 1;
    color: rgb(193 0 31/var(--tw-text-opacity))
}

.product-grid-4 {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    row-gap: 2.5rem
}

@media (min-width:640px) {
    .product-grid-4 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (min-width:768px) {
    .product-grid-4 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }
}

@media (min-width:1024px) {
    .product-grid-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }
}

.icon-on .on {
    visibility: visible;
    height: auto;
    width: auto
}

.icon-on .off {
    visibility: hidden;
    height: 0;
    width: 0
}

.icon-off .off {
    visibility: visible;
    height: auto;
    width: auto
}

.icon-off .on {
    visibility: hidden;
    height: 0;
    width: 0
}

.mid-option.expanded .options {
    max-height: 999px
}

.mid-option .options {
    max-height: 0;
    overflow: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.arrow-updown {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s;
    transition-timing-function: cubic-bezier(.4, 0, 1, 1)
}

.expanded .arrow-updown {
    --tw-rotate: 180deg
}

.expanded .arrow-updown,
.header-related-product {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.header-related-product {
    position: fixed;
    top: 0;
    z-index: 40;
    width: 100%;
    --tw-translate-y: -100%;
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s
}

.header-related-product.active {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.header-related-product .arrow {
    height: 1.25rem;
    width: 1.25rem;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.header-related-product .header-dropdown.active .arrow {
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.header-search {
    position: fixed;
    top: 0;
    z-index: 20;
    display: none;
    height: 4rem;
    width: 100%;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem
}

@media (min-width:1024px) {
    .header-search {
        height: 72px;
        padding-left: 0;
        padding-right: 0
    }
}

.header-search {
    z-index: 600!important
}

.header-search.active {
    display: block
}

.cta,
.cta-underline {
    position: relative;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .2px
}

.cta-underline {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-underline-offset: 4px;
    cursor: pointer;
    display: inline-block;
    padding-bottom: 4px;
    text-decoration: none
}

.cta-underline:before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: left;
    transition: transform .25s ease-out
}

.Menu-Container .cta-underline:before {
    background-color: initial
}

.cta-underline:hover:before {
    -webkit-animation: move1 .75s;
    animation: move1 .75s;
    transform: scaleX(1)
}

.cta-underline:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: left;
    transition: transform .25s ease-out
}

.cta-underline:hover:after {
    -webkit-animation: move2 .25s;
    animation: move2 .25s;
    transform: scaleX(0)
}

.cta-underline.disable {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .2px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-underline-offset: 4px;
    opacity: .4;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-bottom: 4px;
    text-decoration: none
}

.cta-underline.disable:before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: left;
    transition: transform .25s ease-out
}

.Menu-Container .cta-underline.disable:before {
    background-color: initial
}

.cta-underline.disable:hover:before {
    -webkit-animation: move1 .75s;
    animation: move1 .75s;
    transform: scaleX(1)
}

.cta-underline.disable:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: left;
    transition: transform .25s ease-out
}

.cta-underline.disable:hover:after {
    -webkit-animation: move2 .25s;
    animation: move2 .25s;
    transform: scaleX(0)
}

.cta-underline-red {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .2px;
    --tw-text-opacity: 1;
    color: rgb(193 0 31/var(--tw-text-opacity));
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-underline-offset: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-bottom: 4px;
    text-decoration: none
}

.cta-underline-red:before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: left;
    transition: transform .25s ease-out
}

.Menu-Container .cta-underline-red:before {
    background-color: initial
}

.cta-underline-red:hover:before {
    -webkit-animation: move1 .75s;
    animation: move1 .75s;
    transform: scaleX(1)
}

.cta-underline-red:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: left;
    transition: transform .25s ease-out
}

.cta-underline-red:hover:after {
    -webkit-animation: move2 .25s;
    animation: move2 .25s;
    transform: scaleX(0)
}

.cta-underline-white {
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .2px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-underline-offset: 4px;
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-bottom: 4px;
    text-decoration: none
}

.cta-underline-white:before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: left;
    transition: transform .25s ease-out
}

.Menu-Container .cta-underline-white:before {
    background-color: initial
}

.cta-underline-white:hover:before {
    -webkit-animation: move1 .75s;
    animation: move1 .75s;
    transform: scaleX(1)
}

.cta-underline-white:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: left;
    transition: transform .25s ease-out
}

.cta-underline-white:hover:after {
    -webkit-animation: move2 .25s;
    animation: move2 .25s;
    transform: scaleX(0)
}

[x-cloak] {
    display: none!important
}

.input-select .dropdown-menu {
    position: absolute;
    z-index: 10;
    margin-top: -1px;
    max-height: 200px;
    width: 100%;
    overflow-y: auto;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(17 17 17/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-shadow: 0 1px 2px 0 #0000000d;
    --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)
}

.input-select .dropdown-menu li {
    display: block;
    padding: .5rem 1rem
}

.input-select .dropdown-menu li:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(237 234 238/var(--tw-bg-opacity))
}

.input-select span:not(.caret) {
    margin-right: .25rem;
    display: block;
    text-align: left!important
}

.form-line-con {
    display: flex;
    flex-direction: column
}

.form-line-con>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse))
}

.peer:-moz-placeholder-shown~.form-line label {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-size: .875rem;
    line-height: 1.25rem
}

.peer:-ms-input-placeholder~.form-line label {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-size: .875rem;
    line-height: 1.25rem
}

.peer:placeholder-shown~.form-line label {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    font-size: .875rem;
    line-height: 1.25rem
}

.with-checkbox {
    display: flex;
    align-items: flex-start
}

.with-checkbox>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.75rem*var(--tw-space-x-reverse));
    margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)))
}

.with-checkbox {
    padding-left: 3px
}

.with-checkbox [type=checkbox] {
    position: relative;
    top: 5px;
    border-radius: 1px
}

.with-checkbox span {
    flex: 1 1 0%;
    font-size: .875rem;
    line-height: 1.25rem
}

.accounts-menu {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 20;
    width: 100%;
    --tw-translate-y: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    overflow: hidden;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    opacity: .75;
    --tw-shadow: 0 2px 16px 0 #0000001a;
    --tw-shadow-colored: 0 2px 16px 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);
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-timing-function: linear;
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .4px
}

.accounts-menu header {
    position: relative;
    display: flex;
    height: 60px;
    align-items: center;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1
}

.accounts-menu.active {
    --tw-translate-y: 0px;
    opacity: 1
}

.accounts-menu .close,
.accounts-menu.active {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.accounts-menu .close {
    position: absolute;
    right: 1.25rem;
    top: 50%;
    --tw-translate-y: -50%
}

.accounts-menu nav {
    display: flex;
    flex-direction: column
}

.accounts-menu nav>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem*var(--tw-space-y-reverse))
}

.accounts-menu nav {
    padding: 1.5rem 1.25rem 2.5rem
}

.accounts-menu nav a {
    display: flex;
    justify-content: space-between
}

.notification {
    position: fixed;
    bottom: 0;
    z-index: 20;
    display: flex;
    width: 100%;
    --tw-translate-y: 150px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate3d(var(--tw-translate-x), var(--tw-translate-y), 0) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    align-items: center;
    justify-content: center;
    padding: 10px;
    text-align: center;
    opacity: .75;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s
}

.notification.active {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1
}

.notification>div {
    display: flex;
    min-height: 52px;
    width: 100%;
    max-width: 400px;
    align-items: center;
    justify-content: space-between
}

.notification>div>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.75rem*var(--tw-space-x-reverse));
    margin-left: calc(.75rem*(1 - var(--tw-space-x-reverse)))
}

.notification>div {
    --tw-bg-opacity: 1;
    background-color: rgb(246 217 222/var(--tw-bg-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .4px
}

.notification p {
    text-align: left
}

@media (min-width:640px) {
    .orderTable {
        max-width: 640px
    }
}

@media (min-width:768px) {
    .orderTable {
        max-width: 768px
    }
}

@media (min-width:1024px) {
    .orderTable {
        max-width: 1024px
    }
}

@media (min-width:1280px) {
    .orderTable {
        max-width: 1280px
    }
}

@media (min-width:1440px) {
    .orderTable {
        max-width: 1440px
    }
}

@media (min-width:1920px) {
    .orderTable {
        max-width: 1920px
    }
}

.orderTable {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.25rem;
    width: 100%;
    max-width: 928px;
    padding-left: 1rem;
    padding-right: 1rem
}

.orderTable .singleLine {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity));
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .4px
}

.orderTable .summary {
    display: flex
}

.orderTable .summary>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem*var(--tw-space-x-reverse));
    margin-left: calc(1.25rem*(1 - var(--tw-space-x-reverse)))
}

.orderTable .summary>div:first-child {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column
}

.orderTable .summary>div:first-child>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.25rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.25rem*var(--tw-space-y-reverse))
}

.orderTable .summary>div:first-child {
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .4px
}

@media (min-width:1024px) {
    .orderTable .summary>div:first-child {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        -moz-column-gap: 30px;
        column-gap: 30px
    }
    .orderTable .summary>div:first-child>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px*var(--tw-space-y-reverse))
    }
}

.orderTable .summary>div span {
    margin-right: .5rem;
    display: inline-block;
    width: 120px;
    --tw-text-opacity: 1;
    color: rgb(117 117 117/var(--tw-text-opacity))
}

@media (min-width:1024px) {
    .orderTable .summary>div span {
        display: none
    }
}

.orderTable .summary>div>div:last-child {
    display: none;
    justify-content: flex-end
}

@media (min-width:1024px) {
    .orderTable .summary>div>div:last-child {
        display: flex
    }
}

.orderTable .summary>div>div:last-child a {
    display: flex;
    justify-content: flex-end
}

.orderTable .summary>div>div:last-child a>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem*var(--tw-space-x-reverse));
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)))
}

.orderTable .summary>div:last-child {
    display: flex
}

@media (min-width:1024px) {
    .orderTable .summary>div:last-child {
        display: none
    }
}

.orderTable .summary>div:last-child a {
    display: flex;
    justify-content: flex-end
}

.orderTable .summary>div:last-child a>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem*var(--tw-space-x-reverse));
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)))
}

.orderTable .details {
    display: flex;
    max-height: 0;
    justify-content: space-between;
    overflow: hidden;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s;
    transition-timing-function: cubic-bezier(.4, 0, 1, 1);
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .4px
}

@media (min-width:1024px) {
    .orderTable .details {
        display: grid;
        grid-template-columns: repeat(5, minmax(0, 1fr));
        -moz-column-gap: 30px;
        column-gap: 30px
    }
}

.orderTable .details.active {
    max-height: 9999px
}

.orderTable .details>div:first-child {
    grid-column: span 3/span 3;
    display: flex
}

.orderTable .details>div:first-child>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)))
}

.orderTable .details>div:first-child {
    padding-top: 1.5rem
}

@media (min-width:1024px) {
    .orderTable .details>div:first-child {
        padding-top: 1.25rem
    }
}

.orderTable .details>div:first-child img {
    height: 120px;
    width: 5rem;
    -o-object-fit: cover;
    object-fit: cover
}

.orderTable .details>div:first-child>div {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.orderTable .details>div:first-child>div>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse))
}

.orderTable .details>div:first-child>div h5 {
    height: 1.25rem
}

.orderTable .details>div:first-child>div span {
    --tw-text-opacity: 1;
    color: rgb(117 117 117/var(--tw-text-opacity))
}

.orderTable .details>div:nth-child(2) {
    display: none;
    align-items: center;
    padding-top: 1.5rem
}

@media (min-width:1024px) {
    .orderTable .details>div:nth-child(2) {
        display: flex;
        padding-top: 1.25rem
    }
}

.orderTable .details>div:nth-child(2) span {
    --tw-text-opacity: 1;
    color: rgb(117 117 117/var(--tw-text-opacity))
}

.orderTable .details>div:nth-child(3) {
    grid-column: span 2/span 2;
    display: flex;
    width: 80px;
    align-items: center;
    justify-content: flex-end;
    padding-top: 1.5rem
}

@media (min-width:1024px) {
    .orderTable .details>div:nth-child(3) {
        grid-column: span 1/span 1;
        width: auto;
        padding-top: 1.25rem
    }
}

.cookie-notice {
    pointer-events: visible;
    position: initial;
    right: 1rem;
    bottom: 1rem;
    left: 1rem;
    --tw-translate-y: calc(100% + 100px);
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: .9;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s
}

@media (min-width:768px) {
    .cookie-notice {
        left: auto;
        right: 30px;
        bottom: 30px
    }
}

.cookie-notice .close {
    position: absolute;
    right: 1rem;
    top: 1rem
}

.cookie-notice.active {
    display: none;
    pointer-events: auto;
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    opacity: 1
}

.cookie-notice>div {
    position: relative;
    width: 100%;
    max-width: 500px;
    --tw-bg-opacity: 1;
    background-color: rgb(57 19 71/var(--tw-bg-opacity));
    padding: 1rem 44px 1rem 1rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity));
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .4px
}

@media (min-width:768px) and (max-width:850px) {
    .cookie-notice>div {
        padding: 1.5rem 52px 1.5rem 1.5rem;
        left: 29%;
        top: 283px;
    }
}

.notification2 .close {
    position: absolute;
    right: 1rem;
    top: 1rem
}

.icon {
    --tw-bg-opacity: 1
}

.icon,
.icon:after {
    display: block;
    height: 2px;
    width: 14px;
    background-color: rgb(193 0 31/var(--tw-bg-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .3s
}

.icon:after {
    content: "";
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1
}

.faqs {
    counter-reset: faq
}

.faq .question {
    position: relative
}

.faq .question:after {
    counter-increment: faq;
    content: counter(faq) ". ";
    position: absolute;
    left: 0;
    top: 0;
    --tw-text-opacity: 1;
    color: rgb(193 0 31/var(--tw-text-opacity))
}

.faq.active .icon:after {
    --tw-rotate: 0deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.faqs {
    display: flex;
    flex-direction: column
}

.faqs>:not([hidden])~:not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(1px*(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(1px*var(--tw-divide-y-reverse));
    --tw-divide-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-divide-opacity))
}

.faqs {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity))
}

.faqs .faq {
    position: relative;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 2rem
}

@media (min-width:1024px) {
    .faqs .faq {
        padding-right: 84px
    }
}

.faqs .faq .icon {
    position: absolute;
    right: 5px;
    top: 2rem;
    cursor: pointer
}

.faqs .faq .question {
    cursor: pointer;
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.25rem;
    letter-spacing: .6px;
    color: rgb(17 17 17/var(--tw-text-opacity))
}

.faqs .faq .answer,
.faqs .faq .question {
    padding-left: 1.25rem;
    padding-right: 1rem;
    --tw-text-opacity: 1
}

.faqs .faq .answer {
    max-height: 0;
    overflow: hidden;
    color: rgb(117 117 117/var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .5s
}

.faqs .faq .answer>div {
    margin-top: 1rem
}

.faqs .faq.active .answer {
    max-height: 9999px
}

.toggle-switch {
    position: relative;
    display: inline-flex;
    height: 1.5rem;
    width: 44px;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 9999px;
    border-width: 2px;
    border-color: #0000;
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247/var(--tw-bg-opacity));
    transition-property: color, background-color, border-color, fill, stroke, -webkit-text-decoration-color;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, -webkit-text-decoration-color;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.toggle-switch:focus {
    outline: 2px solid #0000;
    outline-offset: 2px
}

.toggle-switch span {
    pointer-events: none;
    display: inline-block;
    height: 1.25rem;
    width: 1.25rem;
    --tw-translate-x: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --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(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);
    transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.toggle-switch.active {
    --tw-bg-opacity: 1;
    background-color: rgb(193 0 31/var(--tw-bg-opacity))
}

.toggle-switch.active span {
    --tw-translate-x: 1.25rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.sidebar-table {
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.sidebar-table::-webkit-scrollbar {
    display: none
}

@supports (-ms-ime-align:auto) {
    .sidebar-table {
        overflow-x: hidden
    }
}

.sidebar-table .thead .tr {
    display: flex;
    align-items: center
}

.sidebar-table .thead .tr .td,
.sidebar-table .thead .tr .th {
    display: flex;
    height: 36px;
    width: 120px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(193 0 31/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.sidebar-table .tbody .tr {
    display: flex;
    align-items: center
}

.sidebar-table .tbody .tr:nth-child(odd) .td {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))
}

.sidebar-table .tbody .tr:nth-child(2n+2) .td {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247/var(--tw-bg-opacity))
}

.sidebar-table .tbody .tr .td {
    display: flex;
    height: 36px;
    width: 120px;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

.sidebarZTable {
    display: flex
}

.sidebarZTable>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2px*var(--tw-space-x-reverse));
    margin-left: calc(2px*(1 - var(--tw-space-x-reverse)))
}

.sidebarZTable {
    overflow-x: auto;
    padding-bottom: .75rem;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.sidebarZTable::-webkit-scrollbar {
    display: none
}

.sidebarZTable {
    scroll-behavior: smooth
}

.sidebarZTable>div {
    display: flex;
    width: 120px;
    flex-shrink: 0;
    flex-direction: column
}

.sidebarZTable>div>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px*var(--tw-space-y-reverse))
}

.sidebarZTable>div>div {
    display: grid;
    height: 36px;
    place-items: center
}

.sidebarZTable>div>div.th,
.sidebarZTable>div>div:first-child {
    --tw-bg-opacity: 1;
    background-color: rgb(193 0 31/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.sidebarZTable>div>div:nth-child(odd):not(:first-child) {
    --tw-bg-opacity: 1;
    background-color: rgb(247 247 247/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(117 117 117/var(--tw-text-opacity))
}

.sidebarZTable>div>div:nth-child(2n+2):not(:first-child) {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(117 117 117/var(--tw-text-opacity))
}

.form-line>input {
    width: 100%!important
}

.checkoutCircles {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 68px;
    display: flex;
    height: 3px;
    width: 100%;
    max-width: 644px;
    --tw-bg-opacity: 1;
    background-color: rgb(237 234 238/var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(117 117 117/var(--tw-text-opacity));
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    letter-spacing: .4px
}

.checkoutCircles>div:after {
    --tw-bg-opacity: 1;
    background-color: rgb(237 234 238/var(--tw-bg-opacity))
}

.checkoutCircles>div.current:after {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255/var(--tw-bg-opacity));
    --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(3px + 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);
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(57 19 71/var(--tw-ring-opacity));
    --tw-ring-offset-width: 0px
}

.checkoutCircles>div.completed:after,
.shippingCircle {
    --tw-bg-opacity: 1;
    background-color: rgb(57 19 71/var(--tw-bg-opacity))
}

.shippingCircle {
    position: relative;
    height: 3px;
    flex: 1 1 0%
}

.shippingCircle:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: .75rem;
    width: .75rem;
    --tw-translate-x: -50%;
    --tw-translate-y: -4px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px
}

.shippingCircle>span:last-child {
    position: absolute;
    left: -5px;
    padding-top: 1rem
}

.shippingCircle.current {
    --tw-bg-opacity: 1;
    background-color: rgb(237 234 238/var(--tw-bg-opacity))
}

.reviewOrderCircle.current,
.shippingCircle.completed {
    --tw-bg-opacity: 1;
    background-color: rgb(57 19 71/var(--tw-bg-opacity))
}

.paymentCircle {
    position: relative;
    width: .75rem;
    text-align: center
}

.paymentCircle:after {
    content: "";
    top: 0;
    z-index: 10;
    display: block;
    height: .75rem;
    width: .75rem;
    --tw-translate-x: -50%;
    --tw-translate-y: -4px;
    border-radius: 9999px
}

.paymentCircle:after,
.paymentCircle>span:last-child {
    position: absolute;
    left: 50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.paymentCircle>span:last-child {
    --tw-translate-x: -50%;
    padding-top: 1rem
}

.reviewOrderCircle {
    position: relative;
    flex: 1 1 0%;
    --tw-bg-opacity: 1;
    background-color: rgb(237 234 238/var(--tw-bg-opacity));
    text-align: right
}

.reviewOrderCircle:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: .75rem;
    width: .75rem;
    --tw-translate-x: 50%;
    --tw-translate-y: -4px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    border-radius: 9999px
}

.reviewOrderCircle>span:last-child {
    position: absolute;
    right: -5px;
    padding-top: 1rem
}

.search-input {
    background: url(images/icon-search.svg) no-repeat 100%
}

.store-cards .top {
    flex-shrink: 0
}

.form-line .input-text:disabled {
    --tw-text-opacity: 1!important;
    color: rgb(17 17 17/var(--tw-text-opacity))!important
}

.b-plus {
    color: #fff;
    background: #fff;
    width: 24px;
    height: 24px;
    border: 0;
    font-size: 1.5em;
    position: relative
}

.b-plus span {
    position: absolute;
    transition: .3s;
    background: #c1001f;
    border-radius: 2px;
    top: 25%;
    bottom: 25%;
    width: 1.5px;
    left: 45%;
    transform: rotate(90deg)
}

.b-plus span:first-child {
    transform: rotate(0deg)
}

.b-plus.open span:first-child {
    transform: rotate(90deg)
}

.footer-mobile-menu .single-menu>div:last-child {
    transition-property: all;
    transition-duration: .15s;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    max-height: 0;
    overflow: hidden
}

.footer-mobile-menu .single-menu.open>div:last-child {
    max-height: 9999px
}

.selected-filters-desktop {
    display: none;
    flex-wrap: wrap
}

.selected-filters-desktop>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem*var(--tw-space-x-reverse));
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)))
}

@media (min-width:1024px) {
    .selected-filters-desktop {
        display: flex
    }
}

.selected-filters-mobile {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    row-gap: .25rem
}

.selected-filters-mobile>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem*var(--tw-space-x-reverse));
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)))
}

.selected-filters-mobile {
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity));
    padding-bottom: 1rem
}

@media only screen and (max-width: 600px) {
    .mob-view {
        width: 104% !important;
        padding-right: 15px !important
    }
}

@media (min-width:1024px) {
    .selected-filters-mobile {
        display: none
    }
}

.selected-filters-mobile .single-tag {
    display: flex;
    height: 1.75rem;
    align-items: center
}

.selected-filters-mobile .single-tag>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem*var(--tw-space-x-reverse));
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)))
}

.selected-filters-mobile .single-tag {
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(216 216 216/var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: .75rem;
    font-size: .75rem;
    line-height: 1rem
}

.selected-filters-mobile .single-tag span {
    margin-left: .5rem;
    --tw-text-opacity: 1;
    color: rgb(216 216 216/var(--tw-text-opacity))
}

.selected-filters-mobile .reset-filters {
    display: flex;
    align-items: center
}

.selected-filters-mobile .reset-filters>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.5rem*var(--tw-space-x-reverse));
    margin-left: calc(.5rem*(1 - var(--tw-space-x-reverse)))
}

.selected-filters-mobile .reset-filters {
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    letter-spacing: .4px
}

.desktop-menu>.menu {
    height: 100%
}

.desktop-menu>.menu>a {
    position: relative;
    display: flex;
    height: 100%;
    align-items: center
}

.desktop-menu>.menu>a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(193 0 31/var(--tw-bg-opacity));
    opacity: 0;
    transition: opacity .25s ease-in-out
}

.desktop-menu>.menu.active>a:before,
.desktop-menu>.menu:hover>a:before {
    opacity: 1
}

.desktop-menu>.menu.active>a,
.desktop-menu>.menu:hover>a {
    --tw-text-opacity: 1;
    color: rgb(193 0 31/var(--tw-text-opacity));
    opacity: 1
}

.desktop-menu>.menu:hover .expanded-menu {
    pointer-events: auto!important;
    visibility: visible!important;
    opacity: 1!important;
    z-index: 999
}

.filter-white {
    filter: brightness(0) invert(1)
}

#mobile-panel {
    transform: translateX(-100%);
    transition: .5s ease-in-out
}

#mobile-panel.active {
    transform: translateX(0)
}

body {
    padding-top: 4rem
}

@media (min-width:1024px) {
    body {
        padding-top: 4.5rem
    }
}

body.home-page {
    padding-top: 0!important
}

body.top-notification-displayed {
    padding-top: 88px
}

@media (min-width:1024px) {
    body.top-notification-displayed {
        padding-top: 6rem
    }
}

.underline {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-bottom: 4px;
    text-decoration: none!important
}

.underline:before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: left;
    transition: transform .25s ease-out
}

.Menu-Container .underline:before {
    background-color: initial
}

.underline:hover:before {
    -webkit-animation: move1 .75s;
    animation: move1 .75s;
    transform: scaleX(1)
}

.underline:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(1);
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff;
    transform-origin: left;
    transition: transform .25s ease-out
}

.underline:hover:after {
    -webkit-animation: move2 .25s;
    animation: move2 .25s;
    transform: scaleX(0)
}

@-webkit-keyframes move1 {
    0% {
        left: 0;
        transform: scaleX(0)
    }
    to {
        left: 0;
        transform: scaleX(1)
    }
}

@keyframes move1 {
    0% {
        left: 0;
        transform: scaleX(0)
    }
    to {
        left: 0;
        transform: scaleX(1)
    }
}

@-webkit-keyframes move2 {
    0% {
        left: 0;
        transform: scaleX(1)
    }
    to {
        left: 100%;
        transform: scaleX(0)
    }
}

@keyframes move2 {
    0% {
        left: 0;
        transform: scaleX(1)
    }
    to {
        left: 100%;
        transform: scaleX(0)
    }
}

.white {
    background-color: #fff;
    transition: background-color 1s
}

.home-slider-con {
    position: relative;
    --tw-bg-opacity: 1!important;
    background-color: rgb(255 255 255/var(--tw-bg-opacity))!important
}

.home-slider-con .bx-prev {
    left: 0
}

.home-slider-con .bx-next,
.home-slider-con .bx-prev {
    position: absolute;
    height: 1rem!important;
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: initial;
    top: calc(50% - 40px)
}

.home-slider-con .bx-next {
    right: 0
}

.home-slider-con .bx-wrapper {
    position: relative
}

.home-slider-con .bx-next svg,
.home-slider-con .bx-prev svg {
    height: 1rem!important;
    width: auto;
    opacity: .6
}

.home-slider-con .bx-next:hover svg,
.home-slider-con .bx-prev:hover svg {
    opacity: 1
}

.home-slider-con .bx-pager {
    display: none
}

.bottom-home {
    margin-top: 700px
}

@media (min-width:1024px) {
    .bottom-home {
        margin-top: 100vh
    }
    body.home-page #main-header>div:last-child>div {
        height: 100px
    }
}

body.home-page #main-header.inactive-non-hovered {
    --tw-bg-opacity: 0
}

@media (min-width:1024px) {
    body.home-page #main-header .logo-image,
    body.home-page #main-header .logo-image img {
        width: 145px
    }
}

body.home-page #main-header.inactive-non-hovered img {
    filter: brightness(0) invert(1)
}

body.home-page #main-header.inactive-non-hovered a {
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

body.home-page #main-header.inactive-non-hovered .header-in>div {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255/var(--tw-border-opacity))
}

body.home-page #main-header.translated {
    --tw-bg-opacity: 1.75
}

body.home-page #main-header.translatedActive {
    z-index: 30;
}

.mobile-panel {
    z-index: 500
}

#draggable-container {
    position: absolute;
    top: 50%;
    left: 25%;
    z-index: 999;
    width: 100px
}

.header-color-dropdown .selected-color,
.header-color-dropdown .selected-color img {
    border-radius: 9999px
}

.header-color-dropdown .selected-color>div {
    height: .75rem;
    width: .75rem;
    border-radius: 9999px
}

.product-card-bottom .product-card-colors .header-color-dropdown .selected-color>div {
    height: 1.25rem;
    width: 1.25rem;
    cursor: pointer;
    overflow: hidden;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(216 216 216/var(--tw-bg-opacity))
}

.product-card-bottom .product-card-colors .header-color-dropdown .selected-color>div.active,
.product-card-bottom .product-card-colors .header-color-dropdown .selected-color>div:hover {
    box-shadow: 0 0 0 1px #fff, 0 0 0 2.5px #111
}

.product-card-bottom .product-card-colors .header-color-dropdown .selected-color>div .colors {
    display: flex;
    height: 100%;
    width: 100%;
    --tw-rotate: -45deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    overflow: hidden;
    border-radius: 9999px
}

.product-card-bottom .product-card-colors .header-color-dropdown .selected-color>div .colors img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.product-card-bottom .product-card-colors .header-color-dropdown .selected-color>div .colors div {
    height: 100%;
    width: 100%
}

.options-colors>.header-color-dropdown .selected-color>div {
    height: 5rem;
    width: 5rem
}

.b-minus,
.b-plus {
    position: relative;
    display: block;
    height: 12px;
    width: 12px
}

.b-minus:before,
.b-plus:before {
    left: 0;
    top: 50%;
    height: 1.5px;
    width: 100%;
    --tw-translate-y: -50%;
    --tw-bg-opacity: 1
}

.b-minus:before,
.b-plus:after,
.b-plus:before {
    content: "";
    position: absolute;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    background-color: rgb(17 17 17/var(--tw-bg-opacity))
}

.b-plus:after {
    left: 50%;
    top: 0;
    height: 100%;
    width: 1.5px;
    --tw-translate-x: -50%;
    --tw-bg-opacity: 1
}

.activate-two-column-grid .on {
    --tw-rotate: 90deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

body.overflowHidden {
    overflow: hidden
}

.current-search {
    max-height: calc(100vh - 72px);
    overflow-y: scroll
}

.current-search>div>div {
    width: 100%
}

.showList {
    border: none!important
}

.datePicker,
.input[type=datetime-local] {
    position: relative
}

input[type=datetime-local]::-webkit-calendar-picker-indicator {
    width: 44px;
    height: 100%;
    background-color: red;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 0;
    background: url(images/icon-calendar.svg) no-repeat center right 10px
}

.rione-grid .subgrid {
    display: flex;
    flex-direction: column
}

.rione-grid .subgrid>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.75rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.75rem*var(--tw-space-y-reverse))
}

.rione-grid .subgrid>div {
    display: flex;
    flex-direction: column
}

.rione-grid .subgrid>div>:not([hidden])~:not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(.5rem*(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(.5rem*var(--tw-space-y-reverse))
}

.rione-grid .subgrid>div {
    font-family: NHaasGroteskTXPro, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: .4px;
    --tw-text-opacity: 1;
    color: rgb(17 17 17/var(--tw-text-opacity))
}

.rione-grid .subgrid>div>h5 {
    --tw-text-opacity: 1;
    color: rgb(193 0 31/var(--tw-text-opacity));
    font-family: NeueHaasDisplayRoman, sans-serif;
    font-size: .75rem;
    text-transform: uppercase;
    line-height: 1.25rem;
    letter-spacing: .4px
}

@media (min-width:768px) {
    .rione-grid .subgrid>div>h5 {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

.rione-grid .subgrid>div>h3 {
    color: rgb(57 19 71/var(--tw-text-opacity))!important;
    font-family: Cochin, sans-serif;
    font-size: 1.5rem;
    text-transform: uppercase;
    line-height: 28px;
    letter-spacing: .4px;
    --tw-text-opacity: 1;
    color: rgb(255 255 255/var(--tw-text-opacity))
}

.vignette {
    background-image: linear-gradient(180deg, #0000 33%, #000000a3 103%, #00000057 111%)
}

.listing li {
    padding-left: 14px;
    position: relative
}

.listing li:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    left: 0;
    top: 13px;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgb(193 0 31/var(--tw-bg-opacity))
}

.modelSliderPagination {
    display: flex;
    justify-content: center
}

.modelSliderPagination>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem*var(--tw-space-x-reverse));
    margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)))
}

@media (min-width:1024px) {
    .modelSliderPagination {
        justify-content: flex-start
    }
}

.modelSliderPagination .thumbnail {
    height: 6rem;
    width: 4rem;
    -o-object-fit: cover;
    object-fit: cover
}

.modelSliderPagination .sliderImages {
    display: none
}

.modelSliderPagination .sliderimagesCon .image-slider {
    content: "";
    position: relative;
    display: block;
    cursor: pointer
}

.modelSliderPagination .sliderimagesCon .image-slider:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: .25rem;
    width: 0;
    --tw-bg-opacity: 1;
    background-color: rgb(193 0 31/var(--tw-bg-opacity));
    opacity: .5;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.p7 {
    font-size: 16px;
}

input:focus {
    font-size: 16px;
}

.modelSliderPagination .sliderimagesCon .image-slider.selected:after,
.modelSliderPagination .sliderimagesCon .image-slider:hover:after {
    width: 100%;
    opacity: 1
}

.modal-container .mid-option .options-square {
    display: flex!important
}

.newArrivalFilters .filters-top {
    margin-bottom: 0!important
}

.newArrivalFilters .selected-filters {
    padding: 0;
    border: none!important
}

.windows .hide-scroller-completely,
.windows .modal,
.windows .show-scroller-if-necessary {
    overflow: hidden!important
}

.windows .modal:hover,
.windows .show-scroller-if-necessary:hover {
    overflow-x: hidden!important;
    overflow-y: auto!important
}

#main-header .product-card,
.mobile-panel .product-card {
    flex: 1 1 0%;
    max-width: 288px
}

.placeholder\:text-darkGray::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgb(117 117 117/var(--tw-text-opacity))
}

.placeholder\:text-darkGray:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgb(117 117 117/var(--tw-text-opacity))
}

.placeholder\:text-darkGray::placeholder {
    --tw-text-opacity: 1;
    color: rgb(117 117 117/var(--tw-text-opacity))
}

.first\:pt-0:first-child {
    padding-top: 0
}

.last\:pb-0:last-child {
    padding-bottom: 0
}

.hover\:opacity-75:hover {
    opacity: .75
}

.hover\:opacity-60:hover {
    opacity: .6
}

.hover\:opacity-80:hover {
    opacity: .8
}

.focus\:outline-none:focus {
    outline: 2px solid #0000;
    outline-offset: 2px
}

.group:hover .group-hover\:pointer-events-auto {
    pointer-events: auto
}

.group:hover .group-hover\:max-h-\[9999px\] {
    max-height: 9999px
}

.group:hover .group-hover\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.group:hover .group-hover\:opacity-100 {
    opacity: 1
}

.group:hover .group-hover\:opacity-0 {
    opacity: 0
}

.peer:-moz-placeholder-shown~.peer-placeholder-shown\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.peer:-ms-input-placeholder~.peer-placeholder-shown\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.peer:placeholder-shown~.peer-placeholder-shown\:-translate-y-1\/2 {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}

.peer:-moz-placeholder-shown~.peer-placeholder-shown\:text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.peer:-ms-input-placeholder~.peer-placeholder-shown\:text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.peer:placeholder-shown~.peer-placeholder-shown\:text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

@media (min-width:640px) {
    .sm\:mb-0 {
        margin-bottom: 0
    }
    .sm\:mt-0 {
        margin-top: 0
    }
    .sm\:block {
        display: block
    }
    .sm\:flex {
        display: flex
    }
    .sm\:hidden {
        display: none
    }
    .sm\:w-auto {
        width: auto
    }
    .sm\:w-\[200px\] {
        width: 200px
    }
    .sm\:w-1\/2 {
        width: 50%
    }
    .sm\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .sm\:flex-row {
        flex-direction: row
    }
    .sm\:gap-6 {
        gap: 1.5rem
    }
    .sm\:py-\[60px\] {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .sm\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (min-width:768px) {
    .md\:right-0 {
        right: 0
    }
    .md\:right-5 {
        right: 1.25rem
    }
    .md\:top-5 {
        top: 1.25rem
    }
    .md\:left-\[30px\] {
        left: 30px
    }
    .md\:bottom-\[30px\] {
        bottom: 30px
    }
    .md\:col-span-1 {
        grid-column: span 1/span 1
    }
    .md\:col-span-2 {
        grid-column: span 2/span 2
    }
    .md\:col-span-6 {
        grid-column: span 6/span 6
    }
    .md\:col-span-4 {
        grid-column: span 4/span 4
    }
    .md\:col-span-3 {
        grid-column: span 3/span 3
    }
    .md\:col-span-8 {
        grid-column: span 8/span 8
    }
    .md\:col-start-1 {
        grid-column-start: 1
    }
    .md\:col-start-2 {
        grid-column-start: 2
    }
    .md\:row-span-2 {
        grid-row: span 2/span 2
    }
    .md\:row-span-1 {
        grid-row: span 1/span 1
    }
    .md\:row-start-1 {
        grid-row-start: 1
    }
    .md\:row-start-2 {
        grid-row-start: 2
    }
    .md\:-mx-6 {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
    .md\:mb-0 {
        margin-bottom: 0
    }
    .md\:mb-3 {
        margin-bottom: .75rem
    }
    .md\:mt-\[50px\] {
        margin-top: 50px
    }
    .md\:mb-10 {
        margin-bottom: 2.5rem
    }
    .md\:mb-12 {
        margin-bottom: 3rem
    }
    .md\:mt-0 {
        margin-top: 0
    }
    .md\:mb-\[60px\] {
        margin-bottom: 60px
    }
    .md\:mb-\[94px\] {
        margin-bottom: 94px
    }
    .md\:mt-10 {
        margin-top: 2.5rem
    }
    .md\:block {
        display: block
    }
    .md\:inline-block {
        display: inline-block
    }
    .md\:flex {
        display: flex
    }
    .md\:hidden {
        display: none
    }
    .md\:h-\[658px\] {
        height: 658px
    }
    .md\:h-\[720px\] {
        height: 720px
    }
    .md\:h-12 {
        height: 3rem
    }
    .md\:max-h-\[810px\] {
        max-height: 810px
    }
    .md\:max-h-\[9999px\] {
        max-height: 9999px
    }
    .md\:w-auto {
        width: auto
    }
    .md\:w-\[548px\] {
        width: 548px
    }
    .md\:w-\[200px\] {
        width: 200px
    }
    .md\:max-w-\[358px\] {
        max-width: 358px
    }
    .md\:max-w-\[664px\] {
        max-width: 664px
    }
    .md\:max-w-\[460px\] {
        max-width: 460px
    }
    .md\:max-w-\[700px\] {
        max-width: 700px
    }
    .md\:translate-y-\[375px\] {
        --tw-translate-y: 375px;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
    .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\:grid-cols-10 {
        grid-template-columns: repeat(10, minmax(0, 1fr))
    }
    .md\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr))
    }
    .md\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
    .md\:grid-cols-7 {
        grid-template-columns: repeat(7, minmax(0, 1fr))
    }
    .md\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr))
    }
    .md\:flex-row {
        flex-direction: row
    }
    .md\:flex-row-reverse {
        flex-direction: row-reverse
    }
    .md\:flex-col {
        flex-direction: column
    }
    .md\:items-end {
        align-items: flex-end
    }
    .md\:justify-end {
        justify-content: flex-end
    }
    .md\:justify-center {
        justify-content: center
    }
    .md\:justify-between {
        justify-content: space-between
    }
    .md\:gap-8 {
        gap: 2rem
    }
    .md\:gap-y-0 {
        row-gap: 0
    }
    .md\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }
    .md\:gap-y-6 {
        row-gap: 1.5rem
    }
    .md\:gap-x-\[72px\] {
        -moz-column-gap: 72px;
        column-gap: 72px
    }
    .md\:gap-x-\[100px\] {
        -moz-column-gap: 100px;
        column-gap: 100px
    }
    .md\:gap-x-0 {
        -moz-column-gap: 0;
        column-gap: 0
    }
    .md\:gap-y-20 {
        row-gap: 5rem
    }
    .md\:gap-x-\[112px\] {
        -moz-column-gap: 112px;
        column-gap: 112px
    }
    .md\:gap-x-6 {
        -moz-column-gap: 1.5rem;
        column-gap: 1.5rem
    }
    .md\:gap-x-\[34px\] {
        -moz-column-gap: 34px;
        column-gap: 34px
    }
    .md\:gap-y-4 {
        row-gap: 1rem
    }
    .md\:space-y-\[60px\]>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(60px*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(60px*var(--tw-space-y-reverse))
    }
    .md\:space-x-8>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem*var(--tw-space-x-reverse));
        margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)))
    }
    .md\:space-y-0>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px*var(--tw-space-y-reverse))
    }
    .md\:space-x-4>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem*var(--tw-space-x-reverse));
        margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)))
    }
    .md\:p-8 {
        padding: 2rem
    }
    .md\:p-6 {
        padding: 1.5rem
    }
    .md\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
    .md\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .md\:py-\[90px\] {
        padding-top: 90px;
        padding-bottom: 90px
    }
    .md\:py-\[120px\] {
        padding-top: 120px;
        padding-bottom: 120px
    }
    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .md\:py-\[80px\] {
        padding-top: 80px;
        padding-bottom: 80px
    }
    .md\:py-\[60px\] {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .md\:px-\[30px\] {
        padding-left: 30px;
        padding-right: 30px
    }
    .md\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
    .md\:pt-0 {
        padding-top: 0
    }
    .md\:pt-\[140px\] {
        padding-top: 140px
    }
    .md\:pb-0 {
        padding-bottom: 0
    }
    .md\:pb-20 {
        padding-bottom: 5rem
    }
    .md\:pt-\[150px\] {
        padding-top: 150px
    }
    .md\:pt-\[120px\] {
        padding-top: 120px
    }
    .md\:pb-\[90px\] {
        padding-bottom: 90px
    }
    .md\:pb-10 {
        padding-bottom: 2.5rem
    }
    .md\:pt-20 {
        padding-top: 5rem
    }
    .md\:pt-\[50px\] {
        padding-top: 50px
    }
    .md\:pt-10 {
        padding-top: 2.5rem
    }
    .md\:pr-\[44px\] {
        padding-right: 44px
    }
    .md\:pl-6 {
        padding-left: 1.5rem
    }
    .md\:pt-16 {
        padding-top: 4rem
    }
    .md\:pb-4 {
        padding-bottom: 1rem
    }
    .md\:text-center {
        text-align: center
    }
    .md\:text-2xl {
        font-size: 1.5rem;
        line-height: 2rem
    }
    .md\:text-\[40px\] {
        font-size: 40px
    }
    .md\:text-\[100px\] {
        font-size: 100px
    }
    .md\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }
    .md\:text-\[260px\] {
        font-size: 260px
    }
    .md\:text-\[80px\] {
        font-size: 80px
    }
    .md\:text-xl {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
    .md\:text-5xl {
        font-size: 3rem;
        line-height: 1
    }
    .md\:leading-relaxed {
        line-height: 1.625
    }
    .md\:leading-normal {
        line-height: 1.5
    }
}

@media (min-width:1024px) {
    .lg\:absolute {
        position: absolute
    }
    .lg\:relative {
        position: relative
    }
    .lg\:inset-x-px {
        left: 1px;
        right: 1px
    }
    .lg\:right-5 {
        right: 1.25rem
    }
    .lg\:bottom-0 {
        bottom: 0
    }
    .lg\:right-6 {
        right: 1.5rem
    }
    .lg\:top-4 {
        top: 1rem
    }
    .lg\:order-2 {
        order: 2
    }
    .lg\:order-3 {
        order: 3
    }
    .lg\:col-span-1 {
        grid-column: span 1/span 1
    }
    .lg\:col-span-2 {
        grid-column: span 2/span 2
    }
    .lg\:col-span-8 {
        grid-column: span 8/span 8
    }
    .lg\:col-span-4 {
        grid-column: span 4/span 4
    }
    .lg\:col-span-6 {
        grid-column: span 6/span 6
    }
    .lg\:col-span-3 {
        grid-column: span 3/span 3
    }
    .lg\:col-start-3 {
        grid-column-start: 3
    }
    .lg\:col-start-1 {
        grid-column-start: 1
    }
    .lg\:row-span-2 {
        grid-row: span 2/span 2
    }
    .lg\:row-span-1 {
        grid-row: span 1/span 1
    }
    .lg\:row-start-1 {
        grid-row-start: 1
    }
    .lg\:row-start-2 {
        grid-row-start: 2
    }
    .lg\:row-start-3 {
        grid-row-start: 3
    }
    .lg\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }
    .lg\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }
    .lg\:mb-\[60px\] {
        margin-bottom: 60px
    }
    .lg\:-mb-\[80px\] {
        margin-bottom: -80px
    }
    .lg\:mb-6 {
        margin-bottom: 1.5rem
    }
    .lg\:mb-10 {
        margin-bottom: 2.5rem
    }
    .lg\:mb-\[-80px\] {
        margin-bottom: -80px
    }
    .lg\:mb-0 {
        margin-bottom: 0
    }
    .lg\:mt-2 {
        margin-top: .5rem
    }
    .lg\:block {
        display: block
    }
    .lg\:flex {
        display: flex
    }
    .lg\:grid {
        display: grid
    }
    .lg\:hidden {
        display: none
    }
    .lg\:h-auto {
        height: auto
    }
    .lg\:h-full {
        height: 100%
    }
    .lg\:h-18 {
        height: 4.5rem
    }
    .lg\:h-16 {
        height: 4rem
    }
    .lg\:h-\[72px\] {
        height: 72px
    }
    .lg\:h-card-category-desktop {
        height: 723px
    }
    .lg\:h-screen {
        height: 100vh
    }
    .lg\:h-\[640px\] {
        height: 640px
    }
    .lg\:max-h-screen {
        max-height: 100vh
    }
    .lg\:max-h-\[645px\] {
        max-height: 645px
    }
    .lg\:w-auto {
        width: auto
    }
    .lg\:w-\[780px\] {
        width: 780px
    }
    .lg\:w-\[664px\] {
        width: 664px
    }
    .lg\:w-\[45px\] {
        width: 45px
    }
    .lg\:w-full {
        width: 100%
    }
    .lg\:w-\[116px\] {
        width: 116px
    }
    .lg\:w-1\/2 {
        width: 50%
    }
    .lg\:max-w-screen-3xl {
        max-width: 1920px
    }
    .lg\:snap-none {
        -ms-scroll-snap-type: none;
        scroll-snap-type: none
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }
    .lg\:grid-cols-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }
    .lg\:grid-rows-2 {
        grid-template-rows: repeat(2, minmax(0, 1fr))
    }
    .lg\:flex-row {
        flex-direction: row
    }
    .lg\:flex-row-reverse {
        flex-direction: row-reverse
    }
    .lg\:items-end {
        align-items: flex-end
    }
    .lg\:items-center {
        align-items: center
    }
    .lg\:justify-end {
        justify-content: flex-end
    }
    .lg\:justify-center {
        justify-content: center
    }
    .lg\:justify-between {
        justify-content: space-between
    }
    .lg\:gap-8 {
        gap: 2rem
    }
    .lg\:gap-20 {
        gap: 5rem
    }
    .lg\:gap-\[148px\] {
        gap: 148px
    }
    .lg\:gap-x-8 {
        -moz-column-gap: 2rem;
        column-gap: 2rem
    }
    .lg\:gap-y-0 {
        row-gap: 0
    }
    .lg\:gap-y-6 {
        row-gap: 1.5rem
    }
    .lg\:gap-x-\[72px\] {
        -moz-column-gap: 72px;
        column-gap: 72px
    }
    .lg\:space-y-0>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(0px*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0px*var(--tw-space-y-reverse))
    }
    .lg\:space-x-0>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px*var(--tw-space-x-reverse));
        margin-left: calc(0px*(1 - var(--tw-space-x-reverse)))
    }
    .lg\:space-x-6>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1.5rem*var(--tw-space-x-reverse));
        margin-left: calc(1.5rem*(1 - var(--tw-space-x-reverse)))
    }
    .lg\:space-x-4>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(1rem*var(--tw-space-x-reverse));
        margin-left: calc(1rem*(1 - var(--tw-space-x-reverse)))
    }
    .lg\:space-x-8>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(2rem*var(--tw-space-x-reverse));
        margin-left: calc(2rem*(1 - var(--tw-space-x-reverse)))
    }
    .lg\:space-y-4>:not([hidden])~:not([hidden]) {
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem*(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem*var(--tw-space-y-reverse))
    }
    .lg\:overflow-scroll {
        overflow: scroll
    }
    .lg\:overflow-x-hidden {
        overflow-x: hidden
    }
    .lg\:border-0 {
        border-width: 0
    }
    .lg\:border-l {
        border-left-width: 1px
    }
    .lg\:p-8 {
        padding: 2rem
    }
    .lg\:p-6 {
        padding: 1.5rem
    }
    .lg\:p-10 {
        padding: 2.5rem
    }
    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }
    .lg\:py-4 {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
    .lg\:py-\[60px\] {
        padding-top: 60px;
        padding-bottom: 60px
    }
    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0
    }
    .lg\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }
    .lg\:px-0 {
        padding-left: 0;
        padding-right: 0
    }
    .lg\:px-4 {
        padding-left: 1rem;
        padding-right: 1rem
    }
    .lg\:py-\[86px\] {
        padding-top: 86px;
        padding-bottom: 86px
    }
    .lg\:py-10 {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
    .lg\:pt-8 {
        padding-top: 2rem
    }
    .lg\:pb-2 {
        padding-bottom: .5rem
    }
    .lg\:pt-\[60px\] {
        padding-top: 60px
    }
    .lg\:pb-5 {
        padding-bottom: 1.25rem
    }
    .lg\:pt-0 {
        padding-top: 0
    }
    .lg\:pb-0 {
        padding-bottom: 0
    }
    .lg\:pb-\[80px\] {
        padding-bottom: 80px
    }
    .lg\:pr-10 {
        padding-right: 2.5rem
    }
    .lg\:pt-10 {
        padding-top: 2.5rem
    }
    .lg\:pb-20 {
        padding-bottom: 5rem
    }
    .lg\:pt-12 {
        padding-top: 3rem
    }
    .lg\:pt-16 {
        padding-top: 4rem
    }
    .lg\:pr-6 {
        padding-right: 1.5rem
    }
    .lg\:pr-4 {
        padding-right: 1rem
    }
    .lg\:pl-4 {
        padding-left: 1rem
    }
    .lg\:pt-6 {
        padding-top: 1.5rem
    }
    .lg\:text-left {
        text-align: left
    }
    .lg\:text-right {
        text-align: right
    }
    .lg\:text-\[40px\] {
        font-size: 40px
    }
    .lg\:text-base {
        font-size: 1rem;
        line-height: 1.5rem
    }
    .lg\:text-sm {
        font-size: .875rem;
        line-height: 1.25rem
    }
    .lg\:text-\[100px\] {
        font-size: 100px
    }
    .lg\:leading-normal {
        line-height: 1.5
    }
    .lg\:leading-5 {
        line-height: 1.25rem
    }
    .lg\:leading-\[48px\] {
        line-height: 48px
    }
    .lg\:leading-\[20px\] {
        line-height: 20px
    }
    .lg\:tracking-\[0\.83px\] {
        letter-spacing: .83px
    }
    .lg\:tracking-\[0\.60px\] {
        letter-spacing: .6px
    }
    .lg\:scrollbar-default {
        -ms-overflow-style: auto;
        scrollbar-width: auto
    }
    .lg\:scrollbar-default::-webkit-scrollbar {
        display: block
    }
}

@media (min-width:1280px) {
    .xl\:col-span-7 {
        grid-column: span 7/span 7
    }
    .xl\:col-span-5 {
        grid-column: span 5/span 5
    }
    .xl\:mx-0 {
        margin-left: 0;
        margin-right: 0
    }
    .xl\:grid {
        display: grid
    }
    .xl\:w-full {
        width: 100%
    }
    .xl\:w-auto {
        width: auto
    }
    .xl\:grid-cols-12 {
        grid-template-columns: repeat(12, minmax(0, 1fr))
    }
    .xl\:gap-20 {
        gap: 5rem
    }
}

@media (min-width:768px) {
    .product-card-heart {
        right: .75rem;
        top: .75rem;
        --tw-translate-y: -2.5rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        opacity: 0
    }
}

.cookie-position {
    left: 110%;
    top: 160px;
}

.home-cookie-policy {
    position: fixed !important;
    bottom: 28%;
    right: 2%;
    z-index: 100;
}

@media only screen and (max-width: 600px) {
    .phone-cookie-policy {
        position: fixed !important;
        bottom: 28%;
        right: 2%;
        z-index: 100;
    }
}

.fa-eye {
    position: absolute;
    left: 93%;
    top: 25%;
    z-index: 100;
}

@media (max-width: 450px) {
    .cookie-notice>div {
        left: 0;
        top: 109px
    }
}

@media (max-width: 450px) {
    .newsletter-close {
        /* margin-left: 68%; */
        border: 1px solid purple;
        width: 83px;
        margin-top: 10px;
        height: 25px;
        border-radius: 21px;
        float: right;
        display: none;
    }
}

@media (min-width: 500px) {
    .newsletter-close {
        /* margin-left: 93.5%; */
        border: 1px solid purple;
        width: 83px;
        margin-top: 10px;
        height: 25px;
        border-radius: 21px;
        float: right;
        display: none;
    }
}

.newsletter-bg {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    cursor: pointer;
    z-index: 1000;
    background: rgba(142, 142, 142, 0.5);
    display: none;
}

.newsletter-box {
    z-index: 1000;
    display: block;
    position: absolute;
    top: 10%;
    background: #ffff;
    left: 11%;
    right: 9%;
    padding: 27px;
    padding-top: 15px;
    padding-bottom: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
    border-radius: 4px;
    width: 78%;
    overflow: hidden;
}

.newsletter-header {
    font-family: 'Cochin, sans-serif';
    font-size: 28px;
}

.newsletter-text {
    margin-bottom: 10px;
    font-size: 14px;
}