/* ===== LOCAL FONTS ===== */
@font-face{font-family:"Montserrat";font-style:normal;font-weight:400 700;font-display:swap;src:url("../fonts/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2") format("woff2");}
@font-face{font-family:"Playfair Display";font-style:normal;font-weight:400 900;font-display:swap;src:url("../fonts/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgEM86xQ.woff2") format("woff2");}


/* ===== base.css ===== */
:root {
    --alpha-button-background: 1;
    --alpha-button-border: 1;
    --alpha-link: .85;
    --alpha-badge-border: .1;
    --focused-base-outline: .2rem solid rgba(var(--color-foreground), .5);
    --focused-base-outline-offset: .3rem;
    --focused-base-box-shadow: 0 0 0 .3rem rgb(var(--color-background)), 0 0 .5rem .4rem rgba(var(--color-foreground), .3)
}

.product-card-wrapper .card,
.contains-card--product {
    --border-radius: var(--product-card-corner-radius);
    --border-width: var(--product-card-border-width);
    --border-opacity: var(--product-card-border-opacity);
    --shadow-horizontal-offset: var(--product-card-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--product-card-shadow-vertical-offset);
    --shadow-blur-radius: var(--product-card-shadow-blur-radius);
    --shadow-opacity: var(--product-card-shadow-opacity);
    --shadow-visible: var(--product-card-shadow-visible);
    --image-padding: var(--product-card-image-padding);
    --text-alignment: var(--product-card-text-alignment)
}

.collection-card-wrapper .card,
.contains-card--collection {
    --border-radius: var(--collection-card-corner-radius);
    --border-width: var(--collection-card-border-width);
    --border-opacity: var(--collection-card-border-opacity);
    --shadow-horizontal-offset: var(--collection-card-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--collection-card-shadow-vertical-offset);
    --shadow-blur-radius: var(--collection-card-shadow-blur-radius);
    --shadow-opacity: var(--collection-card-shadow-opacity);
    --shadow-visible: var(--collection-card-shadow-visible);
    --image-padding: var(--collection-card-image-padding);
    --text-alignment: var(--collection-card-text-alignment)
}

.article-card-wrapper .card,
.contains-card--article {
    --border-radius: var(--blog-card-corner-radius);
    --border-width: var(--blog-card-border-width);
    --border-opacity: var(--blog-card-border-opacity);
    --shadow-horizontal-offset: var(--blog-card-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--blog-card-shadow-vertical-offset);
    --shadow-blur-radius: var(--blog-card-shadow-blur-radius);
    --shadow-opacity: var(--blog-card-shadow-opacity);
    --shadow-visible: var(--blog-card-shadow-visible);
    --image-padding: var(--blog-card-image-padding);
    --text-alignment: var(--blog-card-text-alignment)
}

.contains-content-container,
.content-container {
    --border-radius: var(--text-boxes-radius);
    --border-width: var(--text-boxes-border-width);
    --border-opacity: var(--text-boxes-border-opacity);
    --shadow-horizontal-offset: var(--text-boxes-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--text-boxes-shadow-vertical-offset);
    --shadow-blur-radius: var(--text-boxes-shadow-blur-radius);
    --shadow-opacity: var(--text-boxes-shadow-opacity);
    --shadow-visible: var(--text-boxes-shadow-visible)
}

.contains-media,
.global-media-settings {
    --border-radius: var(--media-radius);
    --border-width: var(--media-border-width);
    --border-opacity: var(--media-border-opacity);
    --shadow-horizontal-offset: var(--media-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--media-shadow-vertical-offset);
    --shadow-blur-radius: var(--media-shadow-blur-radius);
    --shadow-opacity: var(--media-shadow-opacity);
    --shadow-visible: var(--media-shadow-visible)
}

.page-width {
    max-width: var(--page-width);
    margin: 0 auto;
    padding: 0 1.5rem
}

body:has(.section-header .drawer-menu) .announcement-bar-section .page-width {
    max-width: 100%
}

.page-width.drawer-menu {
    max-width: 100%
}

.page-width-desktop {
    padding: 0;
    margin: 0 auto
}

.utility-bar__grid.page-width {
    padding-left: 3rem;
    padding-right: 3rem
}

@media screen and (min-width:750px) {
    .page-width {
        padding: 0 5rem
    }
    .header.page-width,
    .utility-bar__grid.page-width {
        padding-left: 3.2rem;
        padding-right: 3.2rem
    }
    .page-width--narrow {
        padding: 0 9rem
    }
    .page-width-desktop {
        padding: 0
    }
    .page-width-tablet {
        padding: 0 5rem
    }
}

@media screen and (min-width:990px) {
    .header:not(.drawer-menu).page-width {
        padding-left: 5rem;
        padding-right: 5rem
    }
    .page-width--narrow {
        max-width: 72.6rem;
        padding: 0
    }
    .page-width-desktop {
        max-width: var(--page-width);
        padding: 0 5rem
    }
}

.isolate {
    position: relative;
    z-index: 0
}

.section+.section {
    margin-top: var(--spacing-sections-mobile)
}

@media screen and (min-width:750px) {
    .section+.section {
        margin-top: var(--spacing-sections-desktop)
    }
}

.element-margin-top {
    margin-top: 5rem
}

@media screen and (min-width:750px) {
    .element-margin {
        margin-top: calc(5rem + var(--page-width-margin))
    }
}

.background-secondary {
    background-color: rgba(var(--color-foreground), .04)
}

.grid-auto-flow {
    display: grid;
    grid-auto-flow: column
}

.page-margin,
.shopify-challenge__container {
    margin: 7rem auto
}

.rte-width {
    max-width: 82rem;
    margin: 0 auto 2rem
}

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

.hidden {
    display: none !important
}

.visually-hidden {
    position: absolute !important;
    overflow: hidden;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    word-wrap: normal !important
}

.visually-hidden--inline {
    margin: 0;
    height: 1em
}

.overflow-hidden {
    overflow: hidden
}

.skip-to-content-link:focus {
    z-index: 9999;
    position: inherit;
    overflow: auto;
    width: auto;
    height: auto;
    clip: auto
}

.full-width-link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2
}

::selection {
    background-color: rgba(var(--color-foreground), .2)
}

.text-body {
    font-size: 1.5rem;
    letter-spacing: .06rem;
    line-height: calc(1 + .8 / var(--font-body-scale));
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight)
}

h1,
h2,
h3,
h4,
h5,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-weight: var(--font-heading-weight);
    letter-spacing: calc(var(--font-heading-scale) * .06rem);
    color: rgb(var(--color-foreground));
    line-height: calc(1 + .3/max(1, var(--font-heading-scale)));
    word-break: break-word
}

.hxxl {
    font-size: clamp(calc(var(--font-heading-scale) * 5.6rem), 14vw, calc(var(--font-heading-scale) * 7.2rem));
    line-height: 1.1
}

.hxl {
    font-size: calc(var(--font-heading-scale) * 5rem);
    line-height: calc(1 + .3/max(1, var(--font-heading-scale)))
}

@media only screen and (min-width:750px) {
    .hxl {
        font-size: calc(var(--font-heading-scale) * 6.2rem)
    }
}

.h0 {
    font-size: calc(var(--font-heading-scale) * 4rem)
}

@media only screen and (min-width:750px) {
    .h0 {
        font-size: calc(var(--font-heading-scale) * 5.2rem)
    }
}

h1,
.h1 {
    font-size: calc(var(--font-heading-scale) * 3rem)
}

@media only screen and (min-width:750px) {
    h1,
    .h1 {
        font-size: calc(var(--font-heading-scale) * 4rem)
    }
}

h2,
.h2 {
    font-size: calc(var(--font-heading-scale) * 2rem)
}

@media only screen and (min-width:750px) {
    h2,
    .h2 {
        font-size: calc(var(--font-heading-scale) * 2.4rem)
    }
}

h3,
.h3 {
    font-size: calc(var(--font-heading-scale) * 1.7rem)
}

@media only screen and (min-width:750px) {
    h3,
    .h3 {
        font-size: calc(var(--font-heading-scale) * 1.8rem)
    }
}

h4,
.h4 {
    font-family: var(--font-heading-family);
    font-style: var(--font-heading-style);
    font-size: calc(var(--font-heading-scale) * 1.5rem)
}

h5,
.h5 {
    font-size: calc(var(--font-heading-scale) * 1.2rem)
}

@media only screen and (min-width:750px) {
    h5,
    .h5 {
        font-size: calc(var(--font-heading-scale) * 1.3rem)
    }
}

h6,
.h6 {
    color: rgba(var(--color-foreground), .75);
    margin-block-start: 1.67em;
    margin-block-end: 1.67em
}

blockquote {
    font-style: italic;
    color: rgba(var(--color-foreground), .75);
    border-left: .2rem solid rgba(var(--color-foreground), .2);
    padding-left: 1rem
}

@media screen and (min-width:750px) {
    blockquote {
        padding-left: 1.5rem
    }
}

.caption {
    font-size: 1rem;
    letter-spacing: .07rem;
    line-height: calc(1 + .7 / var(--font-body-scale))
}

@media screen and (min-width:750px) {
    .caption {
        font-size: 1.2rem
    }
}

.caption-with-letter-spacing {
    font-size: 1rem;
    letter-spacing: .13rem;
    line-height: calc(1 + .2 / var(--font-body-scale));
    text-transform: uppercase
}

.caption-with-letter-spacing--medium {
    font-size: 1.2rem;
    letter-spacing: .16rem
}

.caption-with-letter-spacing--large {
    font-size: 1.4rem;
    letter-spacing: .18rem
}

.caption-large,
.customer .field input,
.customer select,
.field__input,
.form__label,
.select__select {
    font-size: 1.3rem;
    line-height: calc(1 + .5 / var(--font-body-scale));
    letter-spacing: .04rem
}

.color-foreground {
    color: rgb(var(--color-foreground))
}

table:not([class]) {
    table-layout: fixed;
    border-collapse: collapse;
    font-size: 1.4rem;
    border-style: hidden;
    box-shadow: 0 0 0 .1rem rgba(var(--color-foreground), .2)
}

table:not([class]) td,
table:not([class]) th {
    padding: 1em;
    border: .1rem solid rgba(var(--color-foreground), .2)
}

@media screen and (max-width:749px) {
    .small-hide {
        display: none !important
    }
}

@media screen and (min-width:750px)and (max-width:989px) {
    .medium-hide {
        display: none !important
    }
}

@media screen and (min-width:990px) {
    .large-up-hide {
        display: none !important
    }
}

.left {
    text-align: left
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.uppercase {
    text-transform: uppercase
}

.light {
    opacity: .7
}

a:empty,
ul:empty,
dl:empty,
div:empty,
section:empty,
article:empty,
p:empty,
h1:empty,
h2:empty,
h3:empty,
h4:empty,
h5:empty,
h6:empty {
    display: none
}

.link,
.customer a {
    cursor: pointer;
    display: inline-block;
    border: none;
    box-shadow: none;
    text-decoration: underline;
    text-underline-offset: .3rem;
    color: rgb(var(--color-link));
    background-color: transparent;
    font-size: 1.4rem;
    font-family: inherit
}

.link--text {
    color: rgb(var(--color-foreground))
}

.link--text:hover {
    color: rgba(var(--color-foreground), .75)
}

.link-with-icon {
    display: inline-flex;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    margin-bottom: 4.5rem;
    white-space: nowrap
}

.link-with-icon .icon {
    width: 1.5rem;
    margin-left: 1rem
}

a:not([href]) {
    cursor: not-allowed
}

.circle-divider:after {
    content: "\2022";
    margin: 0 1.3rem 0 1.5rem
}

.circle-divider:last-of-type:after {
    display: none
}

hr {
    border: none;
    height: .1rem;
    background-color: rgba(var(--color-foreground), .2);
    display: block;
    margin: 5rem 0
}

@media screen and (min-width:750px) {
    hr {
        margin: 7rem 0
    }
}

.full-unstyled-link {
    text-decoration: none;
    color: currentColor;
    display: block
}

.placeholder {
    background-color: rgba(var(--color-foreground), .04);
    color: rgba(var(--color-foreground), .55);
    fill: rgba(var(--color-foreground), .55)
}

details>* {
    box-sizing: border-box
}

.break {
    word-break: break-word
}

.visibility-hidden {
    visibility: hidden
}

@media(prefers-reduced-motion) {
    .motion-reduce {
        transition: none !important;
        animation: none !important
    }
}

:root {
    --duration-short: .1s;
    --duration-default: .2s;
    --duration-announcement-bar: .25s;
    --duration-medium: .3s;
    --duration-long: .5s;
    --duration-extra-long: .6s;
    --duration-extra-longer: .75s;
    --duration-extended: 3s;
    --ease-out-slow: cubic-bezier(0, 0, .3, 1);
    --animation-slide-in: slideIn var(--duration-extra-long) var(--ease-out-slow) forwards;
    --animation-fade-in: fadeIn var(--duration-extra-long) var(--ease-out-slow)
}

.underlined-link,
.customer a,
.inline-richtext a {
    text-underline-offset: .3rem;
    text-decoration-thickness: .1rem;
    transition: text-decoration-thickness ease .1s
}

.underlined-link,
.customer a {
    color: rgba(var(--color-link), var(--alpha-link))
}

.inline-richtext a,
.rte.inline-richtext a {
    color: currentColor
}

.underlined-link:hover,
.customer a:hover,
.inline-richtext a:hover {
    color: rgb(var(--color-link));
    text-decoration-thickness: .2rem
}

.icon-arrow {
    width: 1.5rem
}

h3 .icon-arrow,
.h3 .icon-arrow {
    width: calc(var(--font-heading-scale) * 1.5rem)
}

.animate-arrow .icon-arrow path {
    transform: translate(-.25rem);
    transition: transform var(--duration-short) ease
}

.animate-arrow:hover .icon-arrow path {
    transform: translate(-.05rem)
}

.svg-wrapper {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px
}

.svg-wrapper>svg {
    height: 100%;
    width: 100%
}

summary {
    cursor: pointer;
    list-style: none;
    position: relative
}

summary .icon-caret {
    position: absolute;
    height: .6rem;
    right: 1.5rem;
    top: calc(50% - .2rem)
}

summary::-webkit-details-marker {
    display: none
}

.disclosure-has-popup {
    position: relative
}

.disclosure-has-popup[open]>summary:before {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: block;
    cursor: default;
    content: " ";
    background: transparent
}

.disclosure-has-popup>summary:before {
    display: none
}

.disclosure-has-popup[open]>summary+* {
    z-index: 100
}

@media screen and (min-width:750px) {
    .disclosure-has-popup[open]>summary+* {
        z-index: 4
    }
    .facets .disclosure-has-popup[open]>summary+* {
        z-index: 2
    }
}

.placeholder-svg {
    height: 100%;
    width: 100%
}

*:focus {
    outline: 0;
    box-shadow: none
}

*:focus-visible {
    outline: var(--focused-base-outline);
    outline-offset: var(--focused-base-outline-offset);
    box-shadow: var(--focused-base-box-shadow)
}

.focused {
    outline: var(--focused-base-outline);
    outline-offset: var(--focused-base-outline-offset);
    box-shadow: var(--focused-base-box-shadow)
}

.focus-inset:focus-visible {
    outline: .2rem solid rgba(var(--color-foreground), .5);
    outline-offset: -.2rem;
    box-shadow: 0 0 .2rem rgba(var(--color-foreground), .3)
}

.focused.focus-inset {
    outline: .2rem solid rgba(var(--color-foreground), .5);
    outline-offset: -.2rem;
    box-shadow: 0 0 .2rem rgba(var(--color-foreground), .3)
}

.focus-none {
    box-shadow: none !important;
    outline: 0 !important
}

.focus-offset:focus-visible {
    outline: .2rem solid rgba(var(--color-foreground), .5);
    outline-offset: 1rem;
    box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 .2rem 1.2rem rgba(var(--color-foreground), .3)
}

.focus-offset.focused {
    outline: .2rem solid rgba(var(--color-foreground), .5);
    outline-offset: 1rem;
    box-shadow: 0 0 0 1rem rgb(var(--color-background)), 0 0 .2rem 1.2rem rgba(var(--color-foreground), .3)
}

.title,
.title-wrapper-with-link {
    margin: 3rem 0 2rem
}

.title-wrapper-with-link .title {
    margin: 0
}

.title .link {
    font-size: inherit
}

.title-wrapper {
    margin-bottom: 3rem
}

.title-wrapper-with-link {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap
}

.title--primary {
    margin: 4rem 0
}

.title-wrapper--self-padded-tablet-down,
.title-wrapper--self-padded-mobile {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media screen and (min-width:750px) {
    .title-wrapper--self-padded-mobile {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width:990px) {
    .title,
    .title-wrapper-with-link {
        margin: 5rem 0 3rem
    }
    .title--primary {
        margin: 2rem 0
    }
    .title-wrapper-with-link {
        align-items: center
    }
    .title-wrapper-with-link .title {
        margin-bottom: 0
    }
    .title-wrapper--self-padded-tablet-down {
        padding-left: 0;
        padding-right: 0
    }
}

.title-wrapper-with-link .link-with-icon {
    margin: 0;
    flex-shrink: 0;
    display: flex;
    align-items: center
}

.title-wrapper-with-link .link-with-icon .svg-wrapper {
    width: 1.5rem
}

.title-wrapper-with-link a {
    margin-top: 0;
    flex-shrink: 0
}

.title-wrapper--no-top-margin {
    margin-top: 0
}

.title-wrapper--no-top-margin>.title {
    margin-top: 0
}

.subtitle {
    font-size: 1.8rem;
    line-height: calc(1 + .8 / var(--font-body-scale));
    letter-spacing: .06rem;
    color: rgba(var(--color-foreground), .7)
}

.subtitle--small {
    font-size: 1.4rem;
    letter-spacing: .1rem
}

.subtitle--medium {
    font-size: 1.6rem;
    letter-spacing: .08rem
}

.grid {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 2rem;
    padding: 0;
    list-style: none;
    column-gap: var(--grid-mobile-horizontal-spacing);
    row-gap: var(--grid-mobile-vertical-spacing)
}

@media screen and (min-width:750px) {
    .grid {
        column-gap: var(--grid-desktop-horizontal-spacing);
        row-gap: var(--grid-desktop-vertical-spacing)
    }
}

.grid:last-child {
    margin-bottom: 0
}

.grid__item {
    width: calc(25% - var(--grid-mobile-horizontal-spacing) * 3 / 4);
    max-width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2);
    flex-grow: 1;
    flex-shrink: 0
}

@media screen and (min-width:750px) {
    .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
        max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)
    }
}

.grid--gapless.grid {
    column-gap: 0;
    row-gap: 0
}

@media screen and (max-width:749px) {
    .grid__item.slider__slide--full-width {
        width: 100%;
        max-width: none
    }
}

.grid--1-col .grid__item {
    max-width: 100%;
    width: 100%
}

.grid--3-col .grid__item {
    width: calc(33.33% - var(--grid-mobile-horizontal-spacing) * 2 / 3)
}

@media screen and (min-width:750px) {
    .grid--3-col .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3)
    }
}

.grid--2-col .grid__item {
    width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2)
}

@media screen and (min-width:750px) {
    .grid--2-col .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)
    }
    .grid--4-col-tablet .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4)
    }
    .grid--3-col-tablet .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3)
    }
    .grid--2-col-tablet .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)
    }
}

@media screen and (max-width:989px) {
    .grid--1-col-tablet-down .grid__item {
        width: 100%;
        max-width: 100%
    }
    .slider--tablet.grid--peek {
        margin: 0;
        width: 100%
    }
    .slider--tablet.grid--peek .grid__item {
        box-sizing: content-box;
        margin: 0
    }
    .slider.slider--tablet .scroll-trigger.animate--slide-in,
    .slider.slider--mobile .scroll-trigger.animate--slide-in {
        animation: none;
        opacity: 1;
        transform: inherit
    }
    .scroll-trigger:not(.scroll-trigger--offscreen) .slider--tablet {
        animation: var(--animation-slide-in)
    }
}

@media screen and (min-width:990px) {
    .grid--6-col-desktop .grid__item {
        width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6);
        max-width: calc(16.66% - var(--grid-desktop-horizontal-spacing) * 5 / 6)
    }
    .grid--5-col-desktop .grid__item {
        width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
        max-width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5)
    }
    .grid--4-col-desktop .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4);
        max-width: calc(25% - var(--grid-desktop-horizontal-spacing) * 3 / 4)
    }
    .grid--3-col-desktop .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3);
        max-width: calc(33.33% - var(--grid-desktop-horizontal-spacing) * 2 / 3)
    }
    .grid--2-col-desktop .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2);
        max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)
    }
    .slider.slider--desktop .scroll-trigger.animate--slide-in {
        animation: none;
        opacity: 1;
        transform: inherit
    }
    .scroll-trigger:not(.scroll-trigger--offscreen) .slider--desktop {
        animation: var(--animation-slide-in)
    }
}

@media screen and (min-width:990px) {
    .grid--1-col-desktop {
        flex: 0 0 100%;
        max-width: 100%
    }
    .grid--1-col-desktop .grid__item {
        width: 100%;
        max-width: 100%
    }
}

@media screen and (max-width:749px) {
    .grid--peek.slider--mobile {
        margin: 0;
        width: 100%
    }
    .grid--peek.slider--mobile .grid__item {
        box-sizing: content-box;
        margin: 0
    }
    .grid--peek .grid__item {
        min-width: 35%
    }
    .grid--peek.slider .grid__item:first-of-type {
        margin-left: 1.5rem
    }
    .grid--peek.slider:after {
        margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing))
    }
    .grid--2-col-tablet-down .grid__item {
        width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2)
    }
    .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item,
    .grid--peek .grid__item {
        width: calc(50% - var(--grid-mobile-horizontal-spacing) - 3rem)
    }
    .slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item,
    .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
        width: calc(100% - var(--grid-mobile-horizontal-spacing) - 3rem)
    }
}

@media screen and (min-width:750px)and (max-width:989px) {
    .slider--tablet.grid--peek .grid__item {
        width: calc(25% - var(--grid-desktop-horizontal-spacing) - 3rem)
    }
    .slider--tablet.grid--peek.grid--3-col-tablet .grid__item {
        width: calc(33.33% - var(--grid-desktop-horizontal-spacing) - 3rem)
    }
    .slider--tablet.grid--peek.grid--2-col-tablet .grid__item,
    .slider--tablet.grid--peek.grid--2-col-tablet-down .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) - 3rem)
    }
    .slider--tablet.grid--peek .grid__item:first-of-type {
        margin-left: 1.5rem
    }
    .grid--2-col-tablet-down .grid__item {
        width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)
    }
    .grid--1-col-tablet-down.grid--peek .grid__item {
        width: calc(100% - var(--grid-desktop-horizontal-spacing) - 3rem)
    }
}

.media {
    display: block;
    background-color: rgba(var(--color-foreground), .1);
    position: relative;
    overflow: hidden
}

.media--transparent {
    background-color: transparent
}

.media>*:not(.zoom):not(.deferred-media__poster-button),
.media model-viewer {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.media>img {
    object-fit: cover;
    object-position: center center;
    transition: opacity .4s cubic-bezier(.25, .46, .45, .94)
}

.media--square {
    padding-bottom: 100%
}

.media--portrait {
    padding-bottom: 125%
}

.media--landscape {
    padding-bottom: 66.6%
}

.media--cropped {
    padding-bottom: 56%
}

.media--16-9 {
    padding-bottom: 56.25%
}

.media--circle {
    padding-bottom: 100%;
    border-radius: 50%
}

.media.media--hover-effect>img+img {
    opacity: 0
}

@media screen and (min-width:990px) {
    .media--cropped {
        padding-bottom: 63%
    }
}

deferred-media {
    display: block
}

.button--secondary,
.button--tertiary {
    --color-button: var(--color-secondary-button);
    --color-button-text: var(--color-secondary-button-text)
}

.button--tertiary {
    --alpha-button-background: 0;
    --alpha-button-border: .2
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
    --shadow-horizontal-offset: var(--buttons-shadow-horizontal-offset);
    --shadow-vertical-offset: var(--buttons-shadow-vertical-offset);
    --shadow-blur-radius: var(--buttons-shadow-blur-radius);
    --shadow-opacity: var(--buttons-shadow-opacity);
    --shadow-visible: var(--buttons-shadow-visible);
    --border-offset: var(--buttons-border-offset);
    --border-opacity: calc(1 - var(--buttons-border-opacity));
    border-radius: var(--buttons-radius-outset);
    position: relative
}

.button,
.shopify-challenge__button,
.customer button,
button.shopify-payment-button__button--unbranded {
    min-width: calc(12rem + var(--buttons-border-width) * 2);
    min-height: calc(4.5rem + var(--buttons-border-width) * 2)
}

.button,
.shopify-challenge__button,
.customer button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    padding: 0 3rem;
    cursor: pointer;
    font: inherit;
    font-size: 1.5rem;
    text-decoration: none;
    color: rgb(var(--color-button-text));
    transition: box-shadow var(--duration-short) ease;
    -webkit-appearance: none;
    appearance: none;
    background-color: rgba(var(--color-button), var(--alpha-button-background))
}

.button:before,
.shopify-challenge__button:before,
.customer button:before,
.shopify-payment-button__button--unbranded:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: var(--buttons-radius-outset);
    box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity))
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
    content: "";
    position: absolute;
    top: var(--buttons-border-width);
    right: var(--buttons-border-width);
    bottom: var(--buttons-border-width);
    left: var(--buttons-border-width);
    z-index: 1;
    border-radius: var(--buttons-radius);
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)), 0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background));
    transition: box-shadow var(--duration-short) ease
}

.button:not([disabled]):hover:after,
.shopify-challenge__button:hover:after,
.customer button:hover:after,
.shopify-payment-button__button--unbranded:hover:after {
    --border-offset: 1.3px;
    box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)), 0 0 0 calc(var(--buttons-border-width) + 1px) rgba(var(--color-button), var(--alpha-button-background))
}

.button--secondary:after {
    --border-opacity: var(--buttons-border-opacity)
}

.button:focus-visible,
.button:focus,
.button.focused,
.shopify-payment-button__button--unbranded:focus-visible,
.shopify-payment-button__button--unbranded:focus {
    outline: 0;
    box-shadow: 0 0 0 .3rem rgb(var(--color-background)), 0 0 0 .5rem rgba(var(--color-foreground), .5), 0 0 .5rem .4rem rgba(var(--color-foreground), .3)
}

.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(.focused) {
    box-shadow: inherit
}

.button::selection,
.shopify-challenge__button::selection,
.customer button::selection {
    background-color: rgba(var(--color-button-text), .3)
}

.button,
.button-label,
.shopify-challenge__button,
.customer button {
    font-size: 1.5rem;
    letter-spacing: .1rem;
    line-height: calc(1 + .2 / var(--font-body-scale))
}

.button--tertiary {
    font-size: 1.2rem;
    padding: 1rem 1.5rem;
    min-width: calc(9rem + var(--buttons-border-width) * 2);
    min-height: calc(3.5rem + var(--buttons-border-width) * 2)
}

.button--small {
    padding: 1.2rem 2.6rem
}

shopify-accelerated-checkout {
    --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
    --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity))
}

shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-button-border-radius: var(--buttons-radius-outset);
    --shopify-accelerated-checkout-button-box-shadow: var(--shadow-horizontal-offset) var(--shadow-vertical-offset) var(--shadow-blur-radius) rgba(var(--color-shadow), var(--shadow-opacity))
}

.button:disabled,
.button[aria-disabled=true],
.button.disabled,
.customer button:disabled,
.customer button[aria-disabled=true],
.customer button.disabled,
.quantity__button.disabled {
    cursor: not-allowed;
    opacity: .5
}

.button--full-width {
    display: flex;
    width: 100%
}

.button.loading {
    color: transparent;
    position: relative
}

@media screen and (forced-colors:active) {
    .button.loading {
        color: rgb(var(--color-foreground))
    }
}

.button.loading>.loading__spinner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center
}

.button.loading>.loading__spinner .spinner {
    width: fit-content
}

.button.loading>.loading__spinner .path {
    stroke: rgb(var(--color-button-text))
}

.share-button {
    display: block;
    position: relative
}

.share-button details {
    width: fit-content
}

.share-button__button {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    color: rgb(var(--color-link));
    margin-left: 0;
    padding-left: 0;
    min-height: 4.4rem
}

details[open]>.share-button__fallback {
    animation: animateMenuOpen var(--duration-default) ease
}

.share-button__button:hover {
    text-decoration: underline;
    text-underline-offset: .3rem
}

.share-button__button,
.share-button__fallback button {
    cursor: pointer;
    background-color: transparent;
    border: none
}

.share-button__button .icon-share {
    height: 1.2rem;
    margin-right: 1rem;
    min-width: 1.3rem
}

.share-button__fallback {
    display: flex;
    align-items: center;
    position: absolute;
    top: 3rem;
    left: .1rem;
    z-index: 3;
    width: 100%;
    min-width: max-content;
    border-radius: var(--inputs-radius);
    border: 0
}

.share-button__fallback:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: var(--inputs-border-width);
    right: var(--inputs-border-width);
    bottom: var(--inputs-border-width);
    left: var(--inputs-border-width);
    border: .1rem solid transparent;
    border-radius: var(--inputs-radius);
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
    transition: box-shadow var(--duration-short) ease;
    z-index: 1
}

.share-button__fallback:before {
    background: rgb(var(--color-background));
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: var(--inputs-radius-outset);
    box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
    z-index: -1
}

.share-button__fallback button {
    width: 4.4rem;
    height: 4.4rem;
    padding: 0;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    right: var(--inputs-border-width)
}

.share-button__fallback button:hover {
    color: rgba(var(--color-foreground), .75)
}

.share-button__fallback button:hover .svg-wrapper {
    transform: scale(1.07)
}

.share-button__close:not(.hidden)+.share-button__copy {
    display: none
}

.share-button__close,
.share-button__copy {
    background-color: transparent;
    color: rgb(var(--color-foreground))
}

.share-button__copy:focus-visible,
.share-button__close:focus-visible {
    background-color: rgb(var(--color-background));
    z-index: 2
}

.share-button__copy:focus,
.share-button__close:focus {
    background-color: rgb(var(--color-background));
    z-index: 2
}

.field:not(:focus-visible):not(.focused)+.share-button__copy:not(:focus-visible):not(.focused),
.field:not(:focus-visible):not(.focused)+.share-button__close:not(:focus-visible):not(.focused) {
    background-color: inherit
}

.share-button__fallback .field:after,
.share-button__fallback .field:before {
    content: none
}

.share-button__fallback .field {
    border-radius: 0;
    min-width: auto;
    min-height: auto;
    transition: none
}

.share-button__fallback .field__input:focus,
.share-button__fallback .field__input:-webkit-autofill {
    outline: .2rem solid rgba(var(--color-foreground), .5);
    outline-offset: .1rem;
    box-shadow: 0 0 0 .1rem rgb(var(--color-background)), 0 0 .5rem .4rem rgba(var(--color-foreground), .3)
}

.share-button__fallback .field__input {
    box-shadow: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    filter: none;
    min-width: auto;
    min-height: auto
}

.share-button__fallback .field__input:hover {
    box-shadow: none
}

.share-button__fallback .icon {
    width: 1.5rem;
    height: 1.5rem
}

.share-button__message:not(:empty) {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding: .8rem 0 .8rem 1.5rem;
    margin: var(--inputs-border-width)
}

.share-button__message:not(:empty):not(.hidden)~* {
    display: none
}

.field__input,
.select__select,
.customer .field input,
.customer select {
    -webkit-appearance: none;
    appearance: none;
    background-color: rgb(var(--color-background));
    color: rgb(var(--color-foreground));
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
    transition: box-shadow var(--duration-short) ease;
    border-radius: var(--inputs-radius);
    height: 4.5rem;
    min-height: calc(var(--inputs-border-width) * 2);
    min-width: calc(7rem + (var(--inputs-border-width) * 2));
    position: relative;
    border: 0
}

.field:before,
.select:before,
.customer .field:before,
.customer select:before,
.localization-form__select:before {
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: var(--inputs-radius-outset);
    box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
    z-index: -1
}

.field:after,
.select:after,
.customer .field:after,
.customer select:after,
.localization-form__select:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: var(--inputs-border-width);
    right: var(--inputs-border-width);
    bottom: var(--inputs-border-width);
    left: var(--inputs-border-width);
    border: .1rem solid transparent;
    border-radius: var(--inputs-radius);
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
    transition: box-shadow var(--duration-short) ease;
    z-index: 1
}

.select__select {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.2rem;
    color: rgba(var(--color-foreground), .75)
}

.field:hover.field:after,
.select:hover.select:after,
.select__select:hover.select__select:after,
.customer .field:hover.field:after,
.customer select:hover.select:after,
.localization-form__select:hover.localization-form__select:after {
    box-shadow: 0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-foreground), var(--inputs-border-opacity));
    outline: 0;
    border-radius: var(--inputs-radius)
}

.field__input:focus-visible,
.select__select:focus-visible,
.customer .field input:focus-visible,
.customer select:focus-visible,
.localization-form__select:focus-visible.localization-form__select:after {
    box-shadow: 0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
    outline: 0;
    border-radius: var(--inputs-radius)
}

.field__input:focus,
.select__select:focus,
.customer .field input:focus,
.customer select:focus,
.localization-form__select:focus.localization-form__select:after {
    box-shadow: 0 0 0 calc(.1rem + var(--inputs-border-width)) rgba(var(--color-foreground));
    outline: 0;
    border-radius: var(--inputs-radius)
}

.localization-form__select:focus {
    outline: 0;
    box-shadow: none
}

.text-area,
.select {
    display: flex;
    position: relative;
    width: 100%
}

.select .svg-wrapper,
.customer select+.svg-wrapper {
    height: .6rem;
    width: 1rem;
    pointer-events: none;
    position: absolute;
    top: calc(50% - .2rem);
    right: 0
}

.select__select,
.customer select {
    cursor: pointer;
    line-height: calc(1 + .6 / var(--font-body-scale));
    padding: 0 calc(var(--inputs-border-width) + 3rem) 0 2rem;
    margin: var(--inputs-border-width);
    min-height: calc(var(--inputs-border-width) * 2)
}

.field {
    position: relative;
    width: 100%;
    display: flex;
    transition: box-shadow var(--duration-short) ease
}

.customer .field {
    display: flex
}

.field--with-error {
    flex-wrap: wrap
}

.field__input,
.customer .field input {
    flex-grow: 1;
    text-align: left;
    padding: 1.5rem;
    margin: var(--inputs-border-width);
    transition: box-shadow var(--duration-short) ease
}

.field__label,
.customer .field label {
    font-size: 1.6rem;
    left: calc(var(--inputs-border-width) + 2rem);
    top: calc(1rem + var(--inputs-border-width));
    margin-bottom: 0;
    pointer-events: none;
    position: absolute;
    transition: top var(--duration-short) ease, font-size var(--duration-short) ease;
    color: rgba(var(--color-foreground), .75);
    letter-spacing: .1rem;
    line-height: 1.5
}

.field__input:focus~.field__label,
.field__input:not(:placeholder-shown)~.field__label,
.field__input:-webkit-autofill~.field__label,
.customer .field input:focus~label,
.customer .field input:not(:placeholder-shown)~label,
.customer .field input:-webkit-autofill~label {
    font-size: 1rem;
    top: calc(var(--inputs-border-width) + .5rem);
    left: calc(var(--inputs-border-width) + 2rem);
    letter-spacing: .04rem
}

.field__input:focus,
.field__input:not(:placeholder-shown),
.field__input:-webkit-autofill,
.customer .field input:focus,
.customer .field input:not(:placeholder-shown),
.customer .field input:-webkit-autofill {
    padding: 2.2rem 1.5rem .8rem 2rem;
    margin: var(--inputs-border-width)
}

.field__input::-webkit-search-cancel-button,
.customer .field input::-webkit-search-cancel-button {
    display: none
}

.field__input::placeholder,
.customer .field input::placeholder {
    opacity: 0
}

.field__button {
    align-items: center;
    background-color: transparent;
    border: 0;
    color: currentColor;
    cursor: pointer;
    display: flex;
    height: 4.4rem;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 4.4rem
}

.field__button>.svg-wrapper {
    height: 2.5rem;
    width: 2.5rem
}

.field__input:-webkit-autofill~.field__button,
.field__input:-webkit-autofill~.field__label,
.customer .field input:-webkit-autofill~label {
    color: #000
}

.text-area {
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    min-height: 10rem;
    resize: none
}

input[type=checkbox] {
    display: inline-block;
    width: auto;
    margin-right: .5rem
}

.form__label {
    display: block;
    margin-bottom: .6rem
}

.form__message {
    align-items: center;
    display: flex;
    font-size: 1.4rem;
    line-height: 1;
    margin-top: 1rem
}

.form__message--large {
    font-size: 1.6rem
}

.customer .field .form__message {
    font-size: 1.4rem;
    text-align: left
}

.form__message .icon,
.customer .form__message .svg-wrapper {
    flex-shrink: 0;
    height: 1.3rem;
    margin-right: .5rem;
    width: 1.3rem
}

.form__message--large .icon,
.customer .form__message .svg-wrapper {
    height: 1.5rem;
    width: 1.5rem;
    margin-right: 1rem
}

.customer .field .form__message .svg-wrapper {
    align-self: start
}

.form-status {
    margin: 0;
    font-size: 1.6rem
}

.form-status-list {
    padding: 0;
    margin: 2rem 0 4rem
}

.form-status-list li {
    list-style-position: inside
}

.form-status-list .link:first-letter {
    text-transform: capitalize
}

.quantity {
    color: rgba(var(--color-foreground));
    position: relative;
    width: calc(14rem / var(--font-body-scale) + var(--inputs-border-width) * 2);
    display: flex;
    border-radius: var(--inputs-radius);
    min-height: calc((var(--inputs-border-width) * 2) + 4.5rem)
}

.quantity:after {
    pointer-events: none;
    content: "";
    position: absolute;
    top: var(--inputs-border-width);
    right: var(--inputs-border-width);
    bottom: var(--inputs-border-width);
    left: var(--inputs-border-width);
    border: .1rem solid transparent;
    border-radius: var(--inputs-radius);
    box-shadow: 0 0 0 var(--inputs-border-width) rgba(var(--color-foreground), var(--inputs-border-opacity));
    transition: box-shadow var(--duration-short) ease;
    z-index: 1
}

.quantity:before {
    background: rgb(var(--color-background));
    pointer-events: none;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: var(--inputs-radius-outset);
    box-shadow: var(--inputs-shadow-horizontal-offset) var(--inputs-shadow-vertical-offset) var(--inputs-shadow-blur-radius) rgba(var(--color-shadow), var(--inputs-shadow-opacity));
    z-index: -1
}

.quantity__input {
    color: currentColor;
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    font-size: 1.6rem;
    font-weight: 500;
    opacity: .85;
    text-align: center;
    background-color: transparent;
    border: 0;
    padding: 0 .5rem;
    width: 100%;
    flex-grow: 1;
    -webkit-appearance: none;
    appearance: none
}

.quantity__button {
    width: calc(4.5rem / var(--font-body-scale));
    flex-shrink: 0;
    font-size: 1.8rem;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(var(--color-foreground));
    padding: 0
}

.quantity__button:first-child {
    margin-left: calc(var(--inputs-border-width))
}

.quantity__button:last-child {
    margin-right: calc(var(--inputs-border-width))
}

.quantity__button .svg-wrapper {
    width: 1rem;
    pointer-events: none
}

.quantity__button:focus-visible,
.quantity__input:focus-visible {
    background-color: rgb(var(--color-background));
    z-index: 2
}

.quantity__button:focus,
.quantity__input:focus {
    background-color: rgb(var(--color-background));
    z-index: 2
}

.quantity__button:not(:focus-visible):not(.focused),
.quantity__input:not(:focus-visible):not(.focused) {
    box-shadow: inherit;
    background-color: inherit
}

.quantity__input:-webkit-autofill,
.quantity__input:-webkit-autofill:hover,
.quantity__input:-webkit-autofill:active {
    box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important;
    -webkit-box-shadow: 0 0 0 10rem rgb(var(--color-background)) inset !important
}

.quantity__input::-webkit-outer-spin-button,
.quantity__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.quantity__input[type=number] {
    -moz-appearance: textfield
}

.quantity__rules {
    margin-top: .5rem;
    position: relative;
    font-size: 1.2rem
}

.quantity__rules .caption {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0
}

.quantity__rules .divider+.divider:before {
    content: "\2022";
    margin: 0 .5rem
}

.quantity__rules-cart {
    position: relative
}

.product__info-container .loading__spinner:not(.hidden)~*,
.quantity__rules-cart .loading__spinner:not(.hidden)~* {
    visibility: hidden
}

.modal__toggle {
    list-style-type: none
}

.modal__toggle-close {
    display: none
}

.modal__toggle-open {
    display: flex
}

.modal__close-button.link {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0rem;
    height: 4.4rem;
    width: 4.4rem;
    background-color: transparent
}

.modal__close-button .icon {
    width: 1.7rem;
    height: 1.7rem
}

.modal__content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(var(--color-background));
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center
}

.media-modal {
    cursor: zoom-out
}

.media-modal .deferred-media {
    cursor: initial
}

.cart-count-bubble:empty {
    display: none
}

.cart-count-bubble {
    position: absolute;
    background-color: rgb(var(--color-button));
    color: rgb(var(--color-button-text));
    height: 1.7rem;
    width: 1.7rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: .9rem;
    bottom: .8rem;
    left: 2.2rem;
    line-height: calc(1 + .1 / var(--font-body-scale))
}

.utility-bar {
    height: 100%
}

.utility-bar--bottom-border {
    border-bottom: .1rem solid rgba(var(--color-foreground), .08)
}

@media screen and (min-width:990px) {
    .utility-bar--bottom-border-social-only {
        border-bottom: .1rem solid rgba(var(--color-foreground), .08)
    }
}

.utility-bar__grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "announcements"
}

.utility-bar__grid .list-social {
    justify-content: flex-start;
    align-content: center;
    margin-left: -1.2rem;
    grid-area: social-icons
}

@media screen and (max-width:989px) {
    .utility-bar .utility-bar__grid .list-social {
        display: none
    }
}

.utility-bar .list-social__item .icon {
    scale: .9
}

@media screen and (min-width:990px) {
    .utility-bar__grid--3-col {
        grid-template-columns: 3fr 4fr 3fr;
        grid-template-areas: "social-icons announcements language-currency"
    }
    .utility-bar__grid--2-col {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "social-icons language-currency"
    }
    .announcement-bar.announcement-bar--one-announcement,
    .announcement-bar--one-announcement .announcement-bar__link {
        width: fit-content;
        margin: auto
    }
}

.announcement-bar,
.announcement-bar__announcement {
    color: rgb(var(--color-foreground));
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    grid-area: announcements
}

.announcement-bar .slider--everywhere {
    margin-bottom: 0;
    scroll-behavior: auto
}

.utility-bar__grid .announcement-bar-slider,
.announcement-bar-slider,
.announcement-bar-slider .slider {
    width: 100%
}

.announcement-bar .slider-button--next {
    margin-right: -1.5rem;
    min-width: 44px
}

.announcement-bar .slider-button--prev {
    margin-left: -1.5rem;
    min-width: 44px
}

.announcement-bar .slider-button--next:focus-visible,
.announcement-bar .slider-button--prev:focus-visible,
.utility-bar .list-social__link:focus-visible {
    outline-offset: -.3rem;
    box-shadow: 0 0 0 -.2rem rgb(var(--color-foreground))
}

.localization-wrapper {
    grid-area: language-currency;
    align-self: center;
    display: flex;
    justify-content: flex-end
}

.localization-wrapper .localization-selector+.disclosure__list-wrapper {
    animation: animateMenuOpen var(--duration-default) ease
}

.utility-bar .localization-wrapper .disclosure .localization-form__select,
.utility-bar .localization-wrapper .disclosure__link {
    font-size: calc(var(--font-heading-scale) * 1.3rem)
}

@media screen and (min-width:990px) {
    body:has(.section-header .header: not(.drawer-menu)) .utility-bar .page-width {
        padding-left:5rem;
        padding-right: 5rem
    }
    .announcement-bar-slider {
        width: 60%
    }
    .announcement-bar .slider-button {
        height: 3.8rem
    }
}

.announcement-bar__link {
    display: flex;
    width: 100%;
    text-decoration: none;
    height: 100%;
    justify-content: center;
    align-items: center
}

.announcement-bar__link:hover {
    text-decoration: underline
}

.announcement-bar__link .icon-arrow {
    display: inline-block;
    pointer-events: none;
    margin-left: .8rem;
    vertical-align: middle;
    margin-bottom: .2rem
}

.announcement-bar__message {
    text-align: center;
    padding: 1rem 0;
    margin: 0;
    letter-spacing: .1rem;
    min-height: 3.8rem
}

.announcement-bar-slider--fade-in-next .announcement-bar__message,
.announcement-bar-slider--fade-in-previous .announcement-bar__message,
.announcement-bar-slider--fade-out-next .announcement-bar__message,
.announcement-bar-slider--fade-out-previous .announcement-bar__message {
    animation-duration: var(--duration-announcement-bar);
    animation-timing-function: ease-in-out;
    animation-fill-mode: forwards
}

.announcement-bar-slider--fade-in-next .announcement-bar__message {
    --announcement-translate-from: -1.5rem;
    opacity: 0;
    animation-name: translateAnnouncementSlideIn;
    animation-delay: var(--duration-announcement-bar)
}

.announcement-bar-slider--fade-in-previous .announcement-bar__message {
    --announcement-translate-from: 1.5rem;
    opacity: 0;
    animation-name: translateAnnouncementSlideIn;
    animation-delay: var(--duration-announcement-bar)
}

.announcement-bar-slider--fade-out-next .announcement-bar__message {
    --announcement-translate-to: 1.5rem;
    animation-name: translateAnnouncementSlideOut
}

.announcement-bar-slider--fade-out-previous .announcement-bar__message {
    --announcement-translate-to: -1.5rem;
    animation-name: translateAnnouncementSlideOut
}

@keyframes translateAnnouncementSlideIn {
    0% {
        opacity: 0;
        transform: translate(var(--announcement-translate-from))
    }
    to {
        opacity: 1;
        transform: translate(0)
    }
}

@keyframes translateAnnouncementSlideOut {
    0% {
        opacity: 1;
        transform: translate(0)
    }
    to {
        opacity: 0;
        transform: translate(var(--announcement-translate-to))
    }
}

.section-header.shopify-section-group-header-group {
    z-index: 3
}

.shopify-section-header-sticky {
    position: sticky;
    top: 0
}

.shopify-section-header-hidden {
    top: calc(-1 * var(--header-height))
}

.shopify-section-header-hidden.menu-open {
    top: 0
}

.section-header.animate {
    transition: top .15s ease-out
}

.shopify-section-group-header-group {
    z-index: 4
}

.section-header~.shopify-section-group-header-group {
    z-index: initial
}

.header-wrapper {
    display: block;
    position: relative;
    background-color: rgb(var(--color-background))
}

.header-wrapper--border-bottom {
    border-bottom: .1rem solid rgba(var(--color-foreground), .08)
}

.header {
    display: grid;
    grid-template-areas: "left-icons heading icons";
    grid-template-columns: 1fr 2fr 1fr;
    align-items: center
}

@media screen and (max-width:749px) {
    .header--has-app {
        grid-template-columns: auto 1fr auto
    }
}

@media screen and (min-width:990px) {
    .header {
        grid-template-columns: 1fr auto 1fr
    }
    .header--top-left,
    .header--middle-left:not(.header--has-menu) {
        grid-template-areas: "heading icons" "navigation navigation";
        grid-template-columns: 1fr auto
    }
    .header--top-left.drawer-menu,
    .header--middle-left.drawer-menu {
        grid-template-areas: "navigation heading icons";
        grid-template-columns: auto 1fr auto;
        column-gap: 1rem
    }
    .header--middle-left {
        grid-template-areas: "heading navigation icons";
        grid-template-columns: auto auto 1fr;
        column-gap: 2rem
    }
    .header--middle-center:not(.drawer-menu) {
        grid-template-areas: "navigation heading icons";
        grid-template-columns: 1fr auto 1fr;
        column-gap: 2rem
    }
    .header--middle-center a.header__heading-link {
        text-align: center
    }
    .header--top-center {
        grid-template-areas: "left-icons heading icons" "navigation navigation navigation"
    }
    .header--top-center.drawer-menu {
        grid-template-areas: "left-icons heading icons";
        grid-template-columns: 1fr auto 1fr
    }
    .header:not(.header--middle-left, .header--middle-center) .header__inline-menu {
        margin-top: 1.05rem
    }
}

.header *[tabindex="-1"]:focus {
    outline: none
}

.header__heading {
    margin: 0;
    line-height: 0
}

.header>.header__heading-link {
    line-height: 0
}

.header__heading,
.header__heading-link {
    grid-area: heading;
    justify-self: center
}

.header__heading-link {
    display: inline-block;
    padding: .75rem;
    text-decoration: none;
    word-break: break-word
}

.header__heading-link:hover .h2 {
    color: rgb(var(--color-foreground))
}

.header__heading-link .h2 {
    line-height: 1;
    color: rgba(var(--color-foreground), .75)
}

.header__heading-logo {
    height: auto;
    max-width: 100%
}

.header__heading-logo-wrapper {
    width: 100%;
    display: inline-block;
    transition: width .3s cubic-bezier(.52, 0, .61, .99)
}

@media screen and (max-width:989px) {
    .header__heading,
    .header__heading-link {
        text-align: center
    }
    .header--mobile-left .header__heading,
    .header--mobile-left .header__heading-link {
        text-align: left;
        justify-self: start
    }
    .header--mobile-left {
        grid-template-columns: auto 2fr 1fr
    }
}

@media screen and (min-width:990px) {
    .header--middle-left .header__heading-link,
    .header--top-left .header__heading-link {
        margin-left: -.75rem
    }
    .header__heading,
    .header__heading-link {
        justify-self: start
    }
    .header--middle-center .header__heading-link,
    .header--middle-center .header__heading,
    .header--top-center .header__heading-link,
    .header--top-center .header__heading {
        justify-self: center;
        text-align: center
    }
}

.header__icons {
    display: flex;
    grid-area: icons;
    justify-self: end;
    padding-right: .8rem
}

.header__icons .shopify-app-block {
    max-width: 4.4rem;
    max-height: 4.4rem;
    overflow: hidden
}

.header__icon:not(.header__icon--summary),
.header__icon span {
    display: flex;
    align-items: center;
    justify-content: center
}

.header__icon {
    color: rgb(var(--color-foreground))
}

.header__icon span {
    height: 100%
}

.header__icon .svg-wrapper {
    width: 44px;
    height: 44px
}

.header__icon:after {
    content: none
}

.header__icon:hover .icon,
.modal__close-button:hover .icon {
    transform: scale(1.07)
}

.header__icon .icon {
    height: 2rem;
    width: 2rem;
    fill: none;
    vertical-align: middle
}

.header__icon,
.header__icon--cart .icon {
    height: 4.4rem;
    width: 4.4rem;
    padding: 0
}

.header__icon--cart {
    position: relative;
    margin-right: -1.2rem
}

.header__icon--menu[aria-expanded=true]:before {
    content: "";
    top: 100%;
    left: 0;
    height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
    width: 100%;
    display: block;
    position: absolute;
    background: rgba(var(--color-foreground), .5)
}

.header__icon--account shop-user-avatar {
    --shop-avatar-size: 2.8rem
}

details .header__icon-close {
    display: none
}

details[open] .header__icon-close {
    display: inline-block
}

account-icon {
    display: flex
}

menu-drawer+.header__search {
    display: none
}

.header>.header__search {
    grid-area: left-icons;
    justify-self: start
}

.header--top-center.drawer-menu>.header__search {
    margin-left: 3.2rem
}

.header--top-center header-drawer {
    grid-area: left-icons
}

.header:not(.header--has-menu) *>.header__search {
    display: none
}

.header__search {
    display: inline-flex;
    line-height: 0
}

.header--top-center>.header__search {
    display: none
}

.header--top-center *>.header__search {
    display: inline-flex
}

@media screen and (min-width:990px) {
    .header:not(.header--top-center) *>.header__search,
    .header--top-center>.header__search {
        display: inline-flex
    }
    .header:not(.header--top-center)>.header__search,
    .header--top-center *>.header__search {
        display: none
    }
}

details[open]>.search-modal {
    opacity: 1;
    animation: animateMenuOpen var(--duration-default) ease
}

details[open] .modal-overlay {
    display: block
}

details[open] .modal-overlay:after {
    position: absolute;
    content: "";
    background-color: rgb(var(--color-foreground), .5);
    top: 100%;
    left: 0;
    right: 0;
    height: 100vh
}

.search-modal {
    opacity: 0;
    border-bottom: .1rem solid rgba(var(--color-foreground), .08);
    min-height: calc(100% + var(--inputs-margin-offset) + (2 * var(--inputs-border-width)));
    height: 100%
}

.search-modal__content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 5rem 0 1rem;
    line-height: calc(1 + .8 / var(--font-body-scale));
    position: relative
}

.search-modal__content-bottom {
    bottom: calc((var(--inputs-margin-offset) / 2))
}

.search-modal__content-top {
    top: calc((var(--inputs-margin-offset) / 2))
}

.search-modal__form {
    width: 100%
}

.search-modal__close-button {
    position: absolute;
    right: .3rem
}

@media screen and (min-width:750px) {
    .search-modal__close-button {
        right: 1rem
    }
    .search-modal__content {
        padding: 0 6rem
    }
}

@media screen and (min-width:990px) {
    .search-modal__form {
        max-width: 74.2rem
    }
    .search-modal__close-button {
        position: initial;
        margin-left: .5rem
    }
}

.header__icon--menu .icon {
    display: block;
    position: absolute;
    opacity: 1;
    transform: scale(1);
    transition: transform .15s ease, opacity .15s ease
}

details:not([open])>.header__icon--menu .icon-close,
details[open]>.header__icon--menu .icon-hamburger {
    visibility: hidden;
    opacity: 0;
    transform: scale(.8)
}

.js details[open]:not(.menu-opening)>.header__icon--menu .icon-close {
    visibility: hidden
}

.js details[open]:not(.menu-opening)>.header__icon--menu .icon-hamburger {
    visibility: visible;
    opacity: 1;
    transform: scale(1.07)
}

.js details>.header__submenu {
    opacity: 0;
    transform: translateY(-1.5rem)
}

details[open]>.header__submenu {
    animation: animateMenuOpen var(--duration-default) ease;
    animation-fill-mode: forwards;
    z-index: 1
}

@media(prefers-reduced-motion) {
    details[open]>.header__submenu {
        opacity: 1;
        transform: translateY(0)
    }
}

.header__inline-menu {
    margin-left: -1.2rem;
    grid-area: navigation;
    display: none
}

.header--top-center .header__inline-menu,
.header--top-center .header__heading-link {
    margin-left: 0
}

@media screen and (min-width:990px) {
    .header__inline-menu {
        display: block
    }
    .header--top-center .header__inline-menu {
        justify-self: center
    }
    .header--top-center .header__inline-menu>.list-menu--inline {
        justify-content: center
    }
    .header--middle-left .header__inline-menu {
        margin-left: 0
    }
}

.header__menu {
    padding: 0 1rem
}

.header__menu-item {
    padding: 1.2rem;
    text-decoration: none;
    color: rgba(var(--color-foreground), .75)
}

.header__menu-item:hover {
    color: rgb(var(--color-foreground))
}

.header__menu-item span {
    transition: text-decoration var(--duration-short) ease
}

.header__menu-item:hover span {
    text-decoration: underline;
    text-underline-offset: .3rem
}

details[open]>.header__menu-item {
    text-decoration: underline
}

details[open]:hover>.header__menu-item {
    text-decoration-thickness: .2rem
}

details[open]>.header__menu-item .icon-caret {
    transform: rotate(180deg)
}

.header__active-menu-item {
    transition: text-decoration-thickness var(--duration-short) ease;
    color: rgb(var(--color-foreground));
    text-decoration: underline;
    text-underline-offset: .3rem
}

.header__menu-item:hover .header__active-menu-item {
    text-decoration-thickness: .2rem
}

.header__submenu {
    transition: opacity var(--duration-default) ease, transform var(--duration-default) ease
}

.global-settings-popup,
.header__submenu.global-settings-popup {
    border-radius: var(--popup-corner-radius);
    border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
    border-style: solid;
    border-width: var(--popup-border-width);
    box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
    z-index: -1
}

.header__submenu.list-menu {
    padding: 1rem 0
}

.header__submenu .header__submenu {
    background-color: rgba(var(--color-foreground), .03);
    padding: 1rem 0;
    margin: 1rem 0
}

.header__submenu .header__menu-item:after {
    right: 2rem
}

.header__submenu .header__menu-item {
    justify-content: space-between;
    padding: .8rem 2rem
}

.header__submenu .header__menu-item:hover {
    text-decoration-line: underline
}

.header__menu-item .icon-caret {
    right: .8rem
}

.header__submenu .icon-caret {
    flex-shrink: 0;
    margin-left: 1rem;
    position: static
}

header-menu>details,
details-disclosure>details {
    position: relative
}

@keyframes animateMenuOpen {
    0% {
        opacity: 0;
        transform: translateY(-1.5rem)
    }
    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.overflow-hidden-mobile,
.overflow-hidden-tablet,
.overflow-hidden-desktop {
    overflow: hidden
}

@media screen and (min-width:750px) {
    .overflow-hidden-mobile {
        overflow: auto
    }
}

@media screen and (min-width:990px) {
    .overflow-hidden-tablet {
        overflow: auto
    }
}

.badge {
    border: 1px solid transparent;
    border-radius: var(--badge-corner-radius);
    display: inline-block;
    font-size: 1.2rem;
    letter-spacing: .1rem;
    line-height: 1;
    padding: .5rem 1.3rem .6rem;
    text-align: center;
    background-color: rgb(var(--color-badge-background));
    border-color: rgba(var(--color-badge-border), var(--alpha-badge-border));
    color: rgb(var(--color-badge-foreground));
    word-break: break-word
}

.gradient {
    background: rgb(var(--color-background));
    background: var(--gradient-background);
    background-attachment: fixed
}

@media screen and (forced-colors:active) {
    .icon {
        color: CanvasText;
        fill: CanvasText !important
    }
    .icon-close-small path {
        stroke: CanvasText
    }
}

.ratio {
    display: flex;
    position: relative;
    align-items: stretch
}

.ratio:before {
    content: "";
    width: 0;
    height: 0;
    padding-bottom: var(--ratio-percent)
}

.content-container {
    border-radius: var(--text-boxes-radius);
    border: var(--text-boxes-border-width) solid rgba(var(--color-foreground), var(--text-boxes-border-opacity));
    position: relative
}

.content-container:after {
    content: "";
    position: absolute;
    top: calc(var(--text-boxes-border-width) * -1);
    right: calc(var(--text-boxes-border-width) * -1);
    bottom: calc(var(--text-boxes-border-width) * -1);
    left: calc(var(--text-boxes-border-width) * -1);
    border-radius: var(--text-boxes-radius);
    box-shadow: var(--text-boxes-shadow-horizontal-offset) var(--text-boxes-shadow-vertical-offset) var(--text-boxes-shadow-blur-radius) rgba(var(--color-shadow), var(--text-boxes-shadow-opacity));
    z-index: -1
}

.content-container--full-width:after {
    left: 0;
    right: 0;
    border-radius: 0
}

@media screen and (max-width:749px) {
    .content-container--full-width-mobile {
        border-left: none;
        border-right: none;
        border-radius: 0
    }
    .content-container--full-width-mobile:after {
        display: none
    }
}

.global-media-settings {
    position: relative;
    border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
    border-radius: var(--media-radius);
    overflow: visible !important;
    background-color: rgb(var(--color-background))
}

.global-media-settings:after {
    content: "";
    position: absolute;
    top: calc(var(--media-border-width) * -1);
    right: calc(var(--media-border-width) * -1);
    bottom: calc(var(--media-border-width) * -1);
    left: calc(var(--media-border-width) * -1);
    border-radius: var(--media-radius);
    box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
    z-index: -1;
    pointer-events: none
}

.global-media-settings--no-shadow {
    overflow: hidden !important
}

.global-media-settings--no-shadow:after {
    content: none
}

.global-media-settings img,
.global-media-settings iframe,
.global-media-settings model-viewer,
.global-media-settings video,
.global-media-settings .placeholder-svg {
    border-radius: calc(var(--media-radius) - var(--media-border-width))
}

.content-container--full-width,
.global-media-settings--full-width,
.global-media-settings--full-width img,
.global-media-settings--full-width video,
.global-media-settings--full-width iframe,
.global-media-settings--full-width .placeholder-svg {
    border-radius: 0;
    border-left: none;
    border-right: none
}

@supports not (inset: 10px) {
    .grid {
        margin-left: calc(-1 * var(--grid-mobile-horizontal-spacing))
    }
    .grid__item {
        padding-left: var(--grid-mobile-horizontal-spacing);
        padding-bottom: var(--grid-mobile-vertical-spacing)
    }
    @media screen and (min-width:750px) {
        .grid {
            margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing))
        }
        .grid__item {
            padding-left: var(--grid-desktop-horizontal-spacing);
            padding-bottom: var(--grid-desktop-vertical-spacing)
        }
    }
    .grid--gapless .grid__item {
        padding-left: 0;
        padding-bottom: 0
    }
    @media screen and (min-width:749px) {
        .grid--peek .grid__item {
            padding-left: var(--grid-mobile-horizontal-spacing)
        }
    }
    .product-grid .grid__item {
        padding-bottom: var(--grid-mobile-vertical-spacing)
    }
    @media screen and (min-width:750px) {
        .product-grid .grid__item {
            padding-bottom: var(--grid-desktop-vertical-spacing)
        }
    }
}

.font-body-bold {
    font-weight: var(--font-body-weight-bold)
}

@media(forced-colors:active) {
    .button,
    .shopify-challenge__button,
    .customer button {
        border: transparent solid 1px
    }
    .button:focus-visible,
    .button:focus,
    .button.focused,
    .shopify-payment-button__button--unbranded:focus-visible,
    .shopify-payment-button [role=button]:focus-visible,
    .shopify-payment-button__button--unbranded:focus,
    .shopify-payment-button [role=button]:focus {
        outline: solid transparent 1px
    }
    .field__input:focus,
    .select__select:focus,
    .customer .field input:focus,
    .customer select:focus,
    .localization-form__select:focus.localization-form__select:after {
        outline: transparent solid 1px
    }
    .localization-form__select:focus {
        outline: transparent solid 1px
    }
}

.rte:after {
    clear: both;
    content: "";
    display: block
}

.rte>*:first-child {
    margin-top: 0
}

.rte>*:last-child {
    margin-bottom: 0
}

.rte table {
    table-layout: fixed
}

@media screen and (min-width:750px) {
    .rte table td {
        padding-left: 1.2rem;
        padding-right: 1.2rem
    }
}

.rte img {
    height: auto;
    max-width: 100%;
    border: var(--media-border-width) solid rgba(var(--color-foreground), var(--media-border-opacity));
    border-radius: var(--media-radius);
    box-shadow: var(--media-shadow-horizontal-offset) var(--media-shadow-vertical-offset) var(--media-shadow-blur-radius) rgba(var(--color-shadow), var(--media-shadow-opacity));
    margin-bottom: var(--media-shadow-vertical-offset)
}

.rte ul,
.rte ol {
    list-style-position: inside;
    padding-left: 2rem
}

.rte li {
    list-style: inherit
}

.rte li:last-child {
    margin-bottom: 0
}

.rte a {
    color: rgba(var(--color-link), var(--alpha-link));
    text-underline-offset: .3rem;
    text-decoration-thickness: .1rem;
    transition: text-decoration-thickness var(--duration-short) ease
}

.rte a:hover {
    color: rgb(var(--color-link));
    text-decoration-thickness: .2rem
}

.rte blockquote {
    display: inline-flex
}

.rte blockquote>* {
    margin: -.5rem 0
}

.shape--mask {
    display: block;
    height: 0;
    width: 0
}

.shape--arch {
    clip-path: url(#Shape-Arch)
}

.shape--blob {
    clip-path: polygon(var(--shape--blob-1))
}

.shape--chevronleft {
    clip-path: polygon(100% 0%, 85% 50%, 100% 100%, 15% 100%, 0% 50%, 15% 0%)
}

.shape--chevronright {
    clip-path: polygon(85% 0%, 100% 50%, 85% 100%, 0% 100%, 15% 50%, 0% 0%)
}

.shape--circle {
    clip-path: circle(closest-side)
}

.shape--diamond {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%)
}

.shape--parallelogram {
    clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%)
}

.shape--round {
    clip-path: ellipse(45% 45% at 50% 50%)
}

.animate--fixed {
    clip-path: inset(0)
}

.animate--fixed>img:not(.zoom):not(.deferred-media__poster-button),
.animate--fixed>svg:not(.zoom):not(.deferred-media__poster-button) {
    position: fixed;
    height: 100vh
}

.animate--zoom-in {
    --zoom-in-ratio: 1
}

.animate--zoom-in>img,
.animate--zoom-in>.svg-wrapper {
    transition: scale var(--duration-short) linear;
    scale: var(--zoom-in-ratio)
}

@media(prefers-reduced-motion:no-preference) {
    .animate--ambient>img,
    .animate--ambient>.svg-wrapper {
        animation: animateAmbient 30s linear infinite
    }
    @keyframes animateAmbient {
        0% {
            transform: rotate(0) translate(1em) rotate(0) scale(1.2)
        }
        to {
            transform: rotate(360deg) translate(1em) rotate(-360deg) scale(1.2)
        }
    }
    .scroll-trigger.animate--fade-in,
    .scroll-trigger.animate--slide-in {
        opacity: .01
    }
    .scroll-trigger.animate--slide-in {
        transform: translateY(2rem)
    }
    .scroll-trigger:not(.scroll-trigger--offscreen).animate--fade-in {
        opacity: 1;
        animation: var(--animation-fade-in)
    }
    .scroll-trigger:not(.scroll-trigger--offscreen).animate--slide-in {
        animation: var(--animation-slide-in);
        animation-delay: calc(var(--animation-order) * 75ms)
    }
    .scroll-trigger.scroll-trigger--design-mode.animate--fade-in,
    .scroll-trigger.scroll-trigger--design-mode.animate--slide-in,
    .scroll-trigger.scroll-trigger--design-mode .slider,
    .scroll-trigger:not(.scroll-trigger--offscreen).scroll-trigger--cancel {
        opacity: 1;
        animation: none;
        transition: none;
        transform: none
    }
    .scroll-trigger.scroll-trigger--design-mode.animate--slide-in {
        transform: translateY(0)
    }
    @keyframes slideIn {
        0% {
            transform: translateY(2rem);
            opacity: .01
        }
        to {
            transform: translateY(0);
            opacity: 1
        }
    }
    @keyframes fadeIn {
        0% {
            opacity: .01
        }
        to {
            opacity: 1
        }
    }
}

@media(prefers-reduced-motion:no-preference)and (hover:hover) {
    .animate--hover-3d-lift .card-wrapper .card--card,
    .animate--hover-3d-lift .card-wrapper .card--standard .card__inner,
    .animate--hover-3d-lift .button:not(.button--tertiary),
    .animate--hover-3d-lift .shopify-challenge__button,
    .animate--hover-3d-lift .customer button,
    .animate--hover-3d-lift .shopify-payment-button__button,
    .animate--hover-3d-lift .deferred-media .deferred-media__poster-button {
        transition: transform var(--duration-long) ease, box-shadow var(--duration-long) ease;
        transform-origin: center
    }
    .animate--hover-3d-lift .card-wrapper:hover .card--card,
    .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner,
    .animate--hover-3d-lift .button:not(.button--tertiary):not([disabled]):hover,
    .animate--hover-3d-lift .shopify-challenge__button:not([disabled]):hover,
    .animate--hover-3d-lift .customer button:not([disabled]):hover,
    .animate--hover-3d-lift .shopify-payment-button__button:hover,
    .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
        transition: transform var(--duration-extended) ease, box-shadow var(--duration-long) ease;
        transform: rotate(1deg);
        box-shadow: -1rem -1rem 1rem -1rem #0000000d, 1rem 1rem 1rem -1rem #0000000d, 0 0 .5rem #fff0, 0 2rem 3.5rem -2rem #00000080
    }
    .animate--hover-3d-lift .deferred-media:hover .deferred-media__poster-button {
        transform: translate(-50%, -50%) scale(1.05)
    }
    .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--card,
    .animate--hover-3d-lift .collage__item .card-wrapper:hover .card--standard .card__inner {
        transform: rotate(.5deg)
    }
    .animate--hover-3d-lift .product-grid .grid__item:hover,
    .animate--hover-3d-lift .collection-list .grid__item:hover,
    .animate--hover-3d-lift .collage__item:hover,
    .animate--hover-3d-lift .blog-articles .article:hover,
    .animate--hover-3d-lift .complementary-slide li:hover {
        z-index: 2
    }
    .animate--hover-3d-lift .product-grid {
        isolation: isolate
    }
    .animate--hover-3d-lift .card-wrapper .card--shape.card--standard:not(.card--text) .card__inner {
        box-shadow: none;
        transition: transform var(--duration-long) ease, filter var(--duration-long) ease
    }
    .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner {
        transition: transform calc(2 * var(--duration-extended)) ease, filter var(--duration-long) ease;
        filter: drop-shadow(0rem 2rem 2rem rgba(0, 0, 0, .15)) drop-shadow(0rem 1rem 1rem rgba(0, 0, 0, .15))
    }
    .animate--hover-3d-lift .card-wrapper:hover .card--card:after,
    .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__inner:after,
    .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner .card__media:before {
        background-image: var(--easter-egg);
        background-size: 250px 250px;
        mix-blend-mode: color-dodge;
        pointer-events: none;
        z-index: 2
    }
    .animate--hover-3d-lift .card-wrapper:hover .card--shape.card--standard:not(.card--text) .card__inner .card__media:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0
    }
    .animate--hover-3d-lift .card-wrapper .card--card:before,
    .animate--hover-3d-lift .card-wrapper .card--standard .card__media:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        pointer-events: none;
        transition: background-position calc(2 * var(--duration-extended)) ease, opacity var(--duration-default) ease;
        mix-blend-mode: overlay;
        background-size: 400% 100%;
        background-position: 90% 0;
        background-repeat: no-repeat;
        background-image: linear-gradient(135deg, #fff0 45%, #fff, #fff0 55%)
    }
    .animate--hover-3d-lift .card-wrapper:hover .card--card:before,
    .animate--hover-3d-lift .card-wrapper:hover .card--standard .card__media:after {
        opacity: .2;
        transition: background-position 6s ease, opacity var(--duration-long) ease;
        background-position: left;
        z-index: 2
    }
    :root {
        --easter-egg: none;
        --sparkle: none
    }
    .animate--hover-vertical-lift .button:not(.button--tertiary),
    .animate--hover-vertical-lift .shopify-challenge__button,
    .animate--hover-vertical-lift .customer button,
    .animate--hover-vertical-lift .shopify-payment-button__button {
        transition: transform var(--duration-default) var(--ease-out-slow)
    }
    .animate--hover-vertical-lift .card-wrapper .card--card,
    .animate--hover-vertical-lift .card-wrapper .card--standard .card__inner {
        transition: transform var(--duration-medium) var(--ease-out-slow)
    }
    .animate--hover-vertical-lift .card-wrapper:hover .card--card,
    .animate--hover-vertical-lift .card-wrapper:hover .card--standard .card__inner {
        transform: translateY(-.75rem)
    }
    .animate--hover-vertical-lift .card-wrapper:active .card--card,
    .animate--hover-vertical-lift .card-wrapper:active .card--standard .card__inner {
        transform: translateY(-.5rem)
    }
    .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):hover,
    .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):hover,
    .animate--hover-vertical-lift .customer button:not([disabled]):hover,
    .animate--hover-vertical-lift .shopify-payment-button__button:hover {
        transform: translateY(-.25rem)
    }
    .animate--hover-vertical-lift .button:not(.button--tertiary):not([disabled]):active,
    .animate--hover-vertical-lift .shopify-challenge__button:not([disabled]):active,
    .animate--hover-vertical-lift .customer button:not([disabled]):active,
    .animate--hover-vertical-lift .shopify-payment-button__button:active {
        transform: translateY(0)
    }
    .animate--hover-vertical-lift .button:not([disabled]):hover:after,
    .animate--hover-vertical-lift .customer button:not([disabled]):hover:after,
    .animate--hover-vertical-lift .shopify-payment-button__button:not([disabled]):hover:after {
        --border-offset: .3px;
        box-shadow: 0 0 0 calc(var(--buttons-border-width) + var(--border-offset)) rgba(var(--color-button-text), var(--border-opacity)), 0 0 0 var(--buttons-border-width) rgba(var(--color-button), var(--alpha-button-background))
    }
    .animate--hover-vertical-lift .button:not([disabled]).button--secondary:hover:after {
        --border-offset: 0px
    }
}

.loading__spinner {
    position: absolute;
    z-index: 1;
    width: 1.8rem
}

.loading__spinner {
    width: 1.8rem;
    display: inline-block
}

.spinner {
    animation: rotator 1.4s linear infinite
}

@keyframes rotator {
    0% {
        transform: rotate(0)
    }
    to {
        transform: rotate(270deg)
    }
}

.path {
    stroke-dasharray: 280;
    stroke-dashoffset: 0;
    transform-origin: center;
    stroke: rgb(var(--color-foreground));
    animation: dash 1.4s ease-in-out infinite
}

@media screen and (forced-colors:active) {
    .path {
        stroke: CanvasText
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 280
    }
    50% {
        stroke-dashoffset: 75;
        transform: rotate(135deg)
    }
    to {
        stroke-dashoffset: 280;
        transform: rotate(450deg)
    }
}

.loading__spinner:not(.hidden)+.cart-item__price-wrapper,
.loading__spinner:not(.hidden)~cart-remove-button {
    opacity: 50%
}

.loading__spinner:not(.hidden)~cart-remove-button {
    pointer-events: none;
    cursor: default
}

.progress-bar-container {
    width: 100%;
    margin: auto
}

.progress-bar {
    height: .13rem;
    width: 100%
}

.progress-bar-value {
    width: 100%;
    height: 100%;
    background-color: rgb(var(--color-foreground));
    animation: indeterminateAnimation var(--duration-extra-longer) infinite ease-in-out;
    transform-origin: 0
}

.progress-bar .progress-bar-value {
    display: block
}

@keyframes indeterminateAnimation {
    0% {
        transform: translate(-20%) scaleX(0)
    }
    40% {
        transform: translate(30%) scaleX(.7)
    }
    to {
        transform: translate(100%) scaleX(0)
    }
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/base.css.map?v=159841507637079171801776170690 */

/* ===== component-cart-items.css ===== */
cart-items .title-wrapper-with-link {
    margin-top: 0
}

.cart-items td,
.cart-items th {
    padding: 0;
    border: none
}

.cart-items th {
    text-align: left;
    padding-bottom: 1.8rem;
    opacity: .85;
    font-weight: 400
}

.cart-item__quantity-wrapper {
    display: flex
}

.cart-item__totals {
    position: relative
}

.cart-items *.right {
    text-align: right
}

.cart-item__image-container {
    display: inline-flex;
    align-items: flex-start
}

.cart-item__nested-line .cart-item__image-container {
    min-width: calc(10rem / var(--font-body-scale));
    justify-content: right
}

.cart-item__nested-line .cart-item__image-container img {
    width: 60%
}

.cart-item__image-container:after {
    content: none
}

.cart-item__image {
    height: auto;
    max-width: calc(10rem / var(--font-body-scale))
}

@media screen and (min-width:750px) {
    .cart-item__image {
        max-width: 100%
    }
}

.cart-item__details {
    font-size: 1.6rem;
    line-height: calc(1 + .4 / var(--font-body-scale))
}

.cart-item__details>* {
    margin: 0;
    max-width: 30rem
}

.cart-item__details>*+* {
    margin-top: .6rem
}

.cart-item__media {
    position: relative
}

.cart-item__link {
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.cart-item__name {
    text-decoration: none;
    display: block
}

.cart-item__name:hover {
    text-decoration: underline;
    text-underline-offset: .3rem;
    text-decoration-thickness: .2rem
}

.cart-item__price-wrapper>* {
    display: block;
    margin: 0;
    padding: 0
}

.cart-item__discounted-prices dd {
    margin: 0
}

.cart-item__discounted-prices .cart-item__old-price {
    font-size: 1.4rem
}

.cart-item__old-price {
    opacity: .7
}

.cart-item__final-price {
    font-weight: 400
}

.product-option {
    font-size: 1.4rem;
    word-break: break-word;
    line-height: calc(1 + .5 / var(--font-body-scale))
}

.cart-item cart-remove-button {
    display: flex;
    margin-left: 1rem
}

@media screen and (min-width:750px)and (max-width:989px) {
    .cart-item cart-remove-button {
        width: 4.5rem;
        height: 4.5rem
    }
}

cart-remove-button .button {
    min-width: calc(4.5rem / var(--font-body-scale));
    min-height: 4.5rem;
    padding: 0;
    margin: 0 .1rem .1rem 0
}

cart-remove-button .button:before,
cart-remove-button .button:after {
    content: none
}

cart-remove-button .button:not([disabled]):hover {
    color: rgb(var(--color-foreground))
}

@media screen and (min-width:750px) {
    cart-remove-button .button {
        min-width: 3.5rem;
        min-height: 3.5rem
    }
}

cart-remove-button .icon-remove {
    height: 1.5rem;
    width: 1.5rem
}

.cart-item .loading__spinner {
    top: 0;
    left: auto;
    right: auto;
    bottom: 0;
    padding: 0
}

@media screen and (min-width:750px) {
    .cart-item .loading__spinner {
        right: 0;
        padding-top: 4.5rem;
        bottom: auto
    }
}

.cart-item .loading__spinner:not(.hidden)~* {
    visibility: hidden
}

.cart-item__error {
    display: flex;
    align-items: flex-start;
    margin-top: .2rem;
    width: min-content;
    min-width: 100%
}

.cart-item__error-text {
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: .04rem;
    order: 1
}

.cart-item__error-text+.svg-wrapper {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .7rem;
    margin-top: .25rem
}

.cart-item__error-text:empty+.svg-wrapper {
    display: none
}

.product-option+.product-option {
    margin-top: .4rem
}

.product-option * {
    display: inline;
    margin: 0
}

.cart-items thead th {
    text-transform: uppercase
}

@media screen and (max-width:749px) {
    .cart-items,
    .cart-items thead,
    .cart-items tbody {
        display: block;
        width: 100%
    }
    .cart-items thead tr {
        display: flex;
        justify-content: space-between;
        border-bottom: .1rem solid rgba(var(--color-foreground), .2);
        margin-bottom: 4rem
    }
    .cart-item {
        display: grid;
        grid-template: repeat(2, auto) / repeat(4, 1fr);
        gap: 1.5rem;
        margin-bottom: 3.5rem
    }
    .cart-item:has(+.cart-item__nested-line) {
        margin-bottom: 1.5rem
    }
    .cart-item:last-child {
        margin-bottom: 0
    }
    .cart-item__media {
        grid-row: 1 / 3
    }
    .cart-item__details {
        grid-column: 2 / 4
    }
    .cart-item__quantity {
        grid-column: 2 / 5
    }
    .cart-item__quantity-wrapper {
        flex-wrap: wrap
    }
    .cart-item__totals {
        display: flex;
        align-items: flex-start;
        justify-content: flex-end
    }
}

@media screen and (min-width:750px) {
    .cart-items {
        border-spacing: 0;
        border-collapse: separate;
        box-shadow: none;
        width: 100%;
        display: table
    }
    .cart-items th {
        border-bottom: .1rem solid rgba(var(--color-foreground), .08)
    }
    .cart-items thead th:first-child {
        width: 50%
    }
    .cart-items th+th {
        padding-left: 4rem
    }
    .cart-items td {
        vertical-align: top;
        padding-top: 4rem
    }
    .cart-items .cart-item__nested-line td {
        padding-top: 1rem
    }
    .cart-item {
        display: table-row
    }
    .cart-item>td+td {
        padding-left: 4rem
    }
    .cart-item__details {
        width: 35rem
    }
    .cart-item__media {
        width: 10rem
    }
    .cart-item__price-wrapper>*:only-child:not(.cart-item__discounted-prices) {
        margin-top: 1rem
    }
    .cart-item__error {
        margin-left: .3rem
    }
}

@media screen and (min-width:990px) {
    .cart-item .cart-item__quantity,
    .cart-items .cart-items__heading--wide {
        padding-left: 6rem
    }
    .cart-item__details {
        width: 50rem
    }
    .cart-items thead th:first-child {
        width: 60%
    }
}

@media screen and (min-width:750px) {
    .cart-items .cart-items__heading--quantity,
    .cart-item .cart-item__quantity,
    .cart-item__quantity--info quantity-popover>* {
        padding-left: 5rem
    }
    .cart-item .cart-item__quantity--info,
    .cart-item__quantity--info .cart-item__quantity-wrapper,
    .cart-item__quantity--info .cart-items__info {
        padding-left: 0
    }
}

@media screen and (max-width:989px) {
    .cart-items .quantity-popover__info-button {
        padding-left: 0
    }
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/component-cart-items.css.map?v=13033300910818915211776170690 */

/* ===== component-predictive-search.css ===== */
.predictive-search {
    display: none;
    position: absolute;
    top: calc(100% + .1rem);
    left: -.1rem;
    border-width: var(--popup-border-width);
    border-style: solid;
    border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
    background-color: rgb(var(--color-background));
    z-index: 3;
    border-bottom-right-radius: var(--popup-corner-radius);
    border-bottom-left-radius: var(--popup-corner-radius);
    box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.predictive-search--search-template {
    z-index: 2;
    width: calc(100% + .2rem)
}

.predictive-search__results-groups-wrapper {
    display: flex;
    border-bottom: .1rem solid rgba(var(--color-foreground), .08);
    padding-bottom: 1rem
}

@media screen and (max-width:749px) {
    .predictive-search--header {
        right: 0;
        left: 0;
        top: 100%
    }
    .predictive-search__results-groups-wrapper {
        flex-direction: column
    }
    .predictive-search__results-groups-wrapper:not(.predictive-search__results-groups-wrapper--no-suggestions) {
        gap: 2rem
    }
}

@media screen and (min-width:750px) {
    .predictive-search {
        border-top: none;
        width: calc(100% + .2rem)
    }
    .header predictive-search {
        position: relative
    }
}

predictive-search[open] .predictive-search,
predictive-search[loading] .predictive-search {
    display: block
}

.predictive-search__result-group {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 2rem
}

.predictive-search__result-group:first-child .predictive-search__pages-wrapper {
    display: none
}

@media screen and (min-width:750px) {
    .predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:nth-child(2),
    .predictive-search__result-group:last-child .predictive-search__pages-wrapper {
        display: none
    }
    .predictive-search__result-group:first-child .predictive-search__pages-wrapper {
        display: initial
    }
    .predictive-search__result-group:first-child {
        flex: 0 0 26.4rem
    }
    .predictive-search__results-groups-wrapper--no-products .predictive-search__result-group:first-child,
    .predictive-search__result-group:only-child {
        flex-grow: 1
    }
}

.predictive-search__heading {
    border-bottom: .1rem solid rgba(var(--color-foreground), .08);
    margin: 0 2rem;
    padding: 1.5rem 0 .75rem;
    color: rgba(var(--color-foreground), .7)
}

predictive-search .spinner {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 0
}

predictive-search:not([loading]) .predictive-search__loading-state,
predictive-search:not([loading]) .predictive-search-status__loading {
    display: none
}

predictive-search[loading] .predictive-search__loading-state {
    display: flex;
    justify-content: center;
    padding: 1rem
}

predictive-search[loading] .predictive-search__search-for-button {
    display: none
}

predictive-search[loading] .predictive-search__results-groups-wrapper~.predictive-search__loading-state {
    display: none
}

predictive-search[loading] .predictive-search__results-groups-wrapper~.predictive-search__search-for-button {
    display: initial
}

.predictive-search__list-item[aria-selected=true]>*,
.predictive-search__list-item:hover>*,
.predictive-search__item[aria-selected=true],
.predictive-search__item:hover {
    color: rgb(var(--color-foreground));
    background-color: rgba(var(--color-foreground), .04)
}

.predictive-search__list-item[aria-selected=true] .predictive-search__item-heading,
.predictive-search__list-item:hover .predictive-search__item-heading {
    text-decoration: underline;
    text-underline-offset: .3rem
}

.predictive-search__item {
    display: flex;
    padding: 1rem 2rem;
    text-align: left;
    text-decoration: none;
    width: 100%
}

.predictive-search__item--link-with-thumbnail {
    display: grid;
    grid-template-columns: 5rem 1fr;
    grid-column-gap: 2rem;
    grid-template-areas: "product-image product-content"
}

.predictive-search__item-content {
    grid-area: product-content;
    display: flex;
    flex-direction: column
}

.predictive-search__item-content--centered {
    justify-content: center
}

.predictive-search__item-vendor {
    font-size: .9rem
}

.predictive-search__item-heading {
    margin: 0
}

.predictive-search__item-query-result *:not(mark) {
    font-weight: bolder
}

.predictive-search__item-query-result mark {
    color: rgba(var(--color-foreground), .75)
}

.predictive-search__item-query-result mark {
    background-color: transparent
}

.predictive-search__item .price {
    color: rgba(var(--color-foreground), .7);
    font-size: 1.2rem
}

.predictive-search__item-vendor+.predictive-search__item-heading,
.predictive-search .price {
    margin-top: .5rem
}

.predictive-search__item--term {
    justify-content: space-between;
    align-items: center;
    padding: 1.3rem 2rem;
    word-break: break-all;
    line-height: calc(1 + .4 / var(--font-body-scale))
}

@media screen and (min-width:750px) {
    .predictive-search__item--term {
        padding-top: 1rem;
        padding-bottom: 1rem
    }
}

.predictive-search__item--term .icon-arrow {
    width: calc(var(--font-heading-scale) * 1.4rem);
    height: calc(var(--font-heading-scale) * 1.4rem);
    flex-shrink: 0;
    margin-left: calc(var(--font-heading-scale) * 2rem);
    color: rgb(var(--color-link))
}

.predictive-search__image {
    grid-area: product-image;
    object-fit: contain;
    font-family: "object-fit: contain"
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/component-predictive-search.css.map?v=118923337488134913561776170690 */

/* ===== component-list-menu.css ===== */
.list-menu--right {
    right: 0;
}

.list-menu--disclosure {
    position: absolute;
    min-width: 100%;
    width: 20rem;
    border: 1px solid rgba(var(--color-foreground), 0.2);
}

.list-menu--disclosure:focus {
    outline: none;
}

.list-menu__item--active {
    text-decoration: underline;
    text-underline-offset: 0.3rem;
}

.list-menu__item--active:hover {
    text-decoration-thickness: 0.2rem;
}

.list-menu--disclosure.localization-selector {
    max-height: 18rem;
    overflow: auto;
    width: 10rem;
    padding: 0.5rem;
}

/* ===== component-search.css ===== */
.search__input.field__input {
    padding-right: 9.8rem
}

.search__button {
    right: var(--inputs-border-width);
    top: var(--inputs-border-width)
}

.reset__button {
    right: calc(var(--inputs-border-width) + 4.4rem);
    top: var(--inputs-border-width)
}

.reset__button:not(:focus-visible):after {
    border-right: .1rem solid rgba(var(--color-foreground), .08);
    display: block;
    height: calc(100% - 1.6rem);
    content: "";
    position: absolute;
    right: 0
}

.reset__button:not(:focus):after {
    border-right: .1rem solid rgba(var(--color-foreground), .08);
    display: block;
    height: calc(100% - 1.8rem);
    content: "";
    position: absolute;
    right: 0
}

.search__button:focus-visible,
.reset__button:focus-visible {
    background-color: rgb(var(--color-background));
    z-index: 4
}

.search__button:focus,
.reset__button:focus {
    background-color: rgb(var(--color-background));
    z-index: 4
}

.search__button:not(:focus-visible):not(.focused),
.reset__button:not(:focus-visible):not(.focused) {
    box-shadow: inherit;
    background-color: inherit
}

.search__button:hover .icon,
.reset__button:hover .icon {
    transform: scale(1.07)
}

.search__button .icon {
    height: 1.8rem;
    width: 1.8rem
}

.reset__button .icon.icon-close {
    height: 1.8rem;
    width: 1.8rem;
    stroke-width: .1rem
}

input::-webkit-search-decoration {
    -webkit-appearance: none
}

.template-search__results {
    position: relative
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/component-search.css.map?v=165164710990765432851776170690 */

/* ===== component-menu-drawer.css ===== */
.header__icon--menu {
    position: initial
}

.js menu-drawer>details>summary:before,
.js menu-drawer>details[open]:not(.menu-opening)>summary:before {
    content: "";
    position: absolute;
    cursor: default;
    width: 100%;
    height: calc(100vh - 100%);
    height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)));
    top: 100%;
    left: 0;
    background: rgba(var(--color-foreground), .5);
    opacity: 0;
    visibility: hidden;
    z-index: 2;
    transition: opacity 0s, visibility 0s
}

menu-drawer>details[open]>summary:before {
    visibility: visible;
    opacity: 1;
    transition: opacity var(--duration-default) ease, visibility var(--duration-default) ease
}

.menu-drawer {
    position: absolute;
    transform: translate(-100%);
    visibility: hidden;
    z-index: 3;
    left: 0;
    top: 100%;
    width: 100%;
    padding: 0;
    background-color: rgb(var(--color-background));
    overflow-x: hidden;
    filter: drop-shadow(var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius) rgba(var(--color-shadow), var(--drawer-shadow-opacity)))
}

.js .menu-drawer {
    height: calc(100vh - 100%);
    height: calc(var(--viewport-height, 100vh) - (var(--header-bottom-position, 100%)))
}

.js details[open]>.menu-drawer,
.js details[open]>.menu-drawer__submenu {
    transition: transform var(--duration-default) ease, visibility var(--duration-default) ease
}

.js details[open].menu-opening>.menu-drawer,
details[open].menu-opening>.menu-drawer__submenu {
    transform: translate(0);
    visibility: visible
}

.js .menu-drawer__navigation .submenu-open {
    visibility: hidden
}

@media screen and (min-width:750px) {
    .menu-drawer {
        width: 40rem;
        border-width: 0 var(--drawer-border-width) 0 0;
        border-style: solid;
        border-color: rgba(var(--color-foreground), var(--drawer-border-opacity))
    }
}

.menu-drawer__inner-container {
    position: relative;
    height: 100%
}

.menu-drawer__navigation-container {
    display: grid;
    grid-template-rows: 1fr auto;
    align-content: space-between;
    overflow-y: auto;
    height: 100%
}

.menu-drawer__navigation {
    padding: 3rem 0
}

.menu-drawer__inner-submenu {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto
}

.js .menu-drawer__menu li {
    margin-bottom: .2rem
}

.menu-drawer__menu-item {
    padding: 1.1rem 3rem;
    text-decoration: none;
    font-size: 1.8rem
}

.menu-drawer summary.menu-drawer__menu-item {
    padding-right: 5.2rem
}

.menu-drawer__menu-item--active,
.menu-drawer__menu-item:focus,
.menu-drawer__close-button:focus,
.menu-drawer__menu-item:hover,
.menu-drawer__close-button:hover {
    color: rgb(var(--color-foreground));
    background-color: rgba(var(--color-foreground), .04)
}

.menu-drawer__menu-item--active:hover {
    background-color: rgba(var(--color-foreground), .08)
}

.js .menu-drawer__menu-item .icon-caret {
    display: none
}

.menu-drawer__menu-item>.svg-wrapper {
    width: 15px;
    position: absolute;
    right: 3rem;
    top: 50%;
    transform: translateY(-50%)
}

.js .menu-drawer__submenu {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: rgb(var(--color-background));
    z-index: 1;
    transform: translate(100%);
    visibility: hidden
}

.js .menu-drawer__submenu .menu-drawer__submenu {
    overflow-y: auto
}

.menu-drawer__close-button {
    margin-top: 1.5rem;
    padding: 1.2rem 2.6rem 1.2rem 3rem;
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    width: 100%;
    background-color: transparent;
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    text-align: left
}

.menu-drawer__close-button .svg-wrapper {
    transform: rotate(180deg);
    margin-right: 1rem;
    width: 15px
}

.menu-drawer__utility-links {
    padding: 0;
    background-color: rgba(var(--color-foreground), .03);
    position: relative
}

.header--has-social .menu-drawer__utility-links {
    padding: 2rem 3rem
}

@media screen and (max-width:749px) {
    .header--has-account:where(:not(.header--has-social): not(.header--has-localizations)) .menu-drawer__utility-links {
        padding:2rem 3rem
    }
}

@media screen and (max-width:989px) {
    .header--has-localizations:where(:not(.header--has-social)) .menu-drawer__utility-links {
        padding: 2rem 3rem
    }
}

.menu-drawer__account {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    padding: 1rem 0;
    font-size: 1.4rem;
    color: rgb(var(--color-foreground));
    margin-bottom: 0
}

.menu-drawer__utility-links:has(.menu-drawer__localization) .menu-drawer__account {
    margin: 0
}

.menu-drawer__account account-icon>.svg-wrapper {
    height: 2rem;
    width: 2rem;
    margin-right: 1rem
}

.menu-drawer__account shop-user-avatar {
    --shop-avatar-size: 2.4rem;
    margin-right: .55rem;
    margin-left: -.45rem
}

.menu-drawer__account:hover account-icon>.svg-wrapper {
    transform: scale(1.07)
}

.menu-drawer .list-social {
    justify-content: flex-start;
    margin-left: -1.25rem
}

.menu-drawer .list-social:empty {
    display: none
}

.menu-drawer .list-social__link {
    padding: 1.1rem
}

@media screen and (max-width:749px) {
    .menu-drawer.country-selector-open {
        transform: none !important;
        filter: none !important;
        transition: none !important
    }
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/component-menu-drawer.css.map?v=147478906057189667651776170690 */

/* ===== component-cart-notification.css ===== */
.cart-notification-wrapper {
    position: relative
}

.cart-notification-wrapper .cart-notification {
    display: block
}

.cart-notification {
    border-bottom-right-radius: var(--popup-corner-radius);
    border-bottom-left-radius: var(--popup-corner-radius);
    border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
    border-style: solid;
    border-width: 0 0 var(--popup-border-width);
    padding: 2.5rem 3.5rem;
    position: absolute;
    right: 0;
    transform: translateY(-100%);
    visibility: hidden;
    width: 100%;
    box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity));
    z-index: -1
}

.cart-notification.focused {
    box-shadow: 0 0 .2rem rgba(var(--color-foreground), .3), var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity))
}

.cart-notification:focus-visible {
    box-shadow: 0 0 .2rem rgba(var(--color-foreground), .3), var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity))
}

@media screen and (min-width:750px) {
    .header-wrapper:not(.header-wrapper--border-bottom)+cart-notification .cart-notification {
        border-top-width: var(--popup-border-width)
    }
    .cart-notification {
        border-width: 0 var(--popup-border-width) var(--popup-border-width);
        max-width: 36.8rem;
        right: 2.2rem
    }
}

@media screen and (min-width:990px) {
    .cart-notification-wrapper:is(.page-width)>.cart-notification {
        right: 4rem
    }
}

.cart-notification.animate {
    transition: transform var(--duration-short) ease, visibility 0s var(--duration-short) ease
}

.cart-notification.active {
    transform: translateY(0);
    transition: transform var(--duration-default) ease, visibility 0s;
    visibility: visible
}

.cart-notification__header {
    align-items: flex-start;
    display: flex
}

.cart-notification__heading {
    align-items: center;
    display: flex;
    flex-grow: 1;
    margin-bottom: 0;
    margin-top: 0
}

.cart-notification__heading .icon-checkmark {
    color: rgb(var(--color-foreground));
    margin-right: 1rem;
    width: 1.3rem
}

.cart-notification__close {
    margin-top: -2rem;
    margin-right: -3rem
}

.cart-notification__links {
    text-align: center
}

.cart-notification__links>* {
    margin-top: 1rem
}

.cart-notification-product {
    align-items: flex-start;
    display: flex;
    padding-bottom: 3rem;
    padding-top: 2rem
}

.cart-notification-product dl {
    margin-bottom: 0;
    margin-top: 0
}

.cart-notification-product__image {
    display: inline-flex;
    margin-right: 1.5rem;
    margin-top: .5rem
}

.cart-notification-product__image:after {
    content: none
}

.cart-notification-product__name {
    margin-bottom: .5rem;
    margin-top: 0
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/component-cart-notification.css.map?v=54116361853792938221776170690 */

/* ===== component-price.css ===== */
.price {
    font-size: 1.6rem;
    letter-spacing: .1rem;
    line-height: calc(1 + .5 / var(--font-body-scale));
    color: rgb(var(--color-foreground))
}

.price>* {
    display: inline-block;
    vertical-align: top
}

.price.price--unavailable {
    visibility: hidden
}

.price--end {
    text-align: right
}

.price .price-item {
    display: inline-block;
    margin: 0 1rem 0 0
}

.price__regular .price-item--regular {
    margin-right: 0
}

.price:not(.price--show-badge) .price-item--last:last-of-type {
    margin: 0
}

@media screen and (min-width:750px) {
    .price {
        margin-bottom: 0
    }
}

.price--large {
    font-size: 1.6rem;
    line-height: calc(1 + .5 / var(--font-body-scale));
    letter-spacing: .13rem
}

@media screen and (min-width:750px) {
    .price--large {
        font-size: 1.8rem
    }
}

.price--sold-out .price__availability,
.price__regular {
    display: block
}

.price__sale,
.price__availability,
.price .price__badge-sale,
.price .price__badge-sold-out,
.price--on-sale .price__regular,
.price--on-sale .price__availability {
    display: none
}

.price--sold-out .price__badge-sold-out,
.price--on-sale .price__badge-sale,
.volume-pricing--sale-badge .price__badge-sale {
    display: inline-block
}

.volume-pricing--sale-badge .price__badge-sale {
    margin-left: .5rem
}

.price--on-sale .price__sale {
    display: initial;
    flex-direction: row;
    flex-wrap: wrap
}

.price--center {
    display: initial;
    justify-content: center
}

.price--on-sale .price-item--regular {
    text-decoration: line-through;
    color: rgba(var(--color-foreground), .75);
    font-size: 1.3rem
}

.unit-price {
    display: block;
    font-size: 1.1rem;
    letter-spacing: .04rem;
    line-height: calc(1 + .2 / var(--font-body-scale));
    margin-top: .2rem;
    color: rgba(var(--color-foreground), .7)
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/component-price.css.map?v=47596247576480123001776170690 */

/* ===== section-main-product.css ===== */
product-info {
    display: block
}

.product {
    margin: 0
}

.product.grid {
    gap: 0
}

.product--no-media {
    max-width: 57rem;
    margin: 0 auto
}

.product__media-wrapper {
    padding-left: 0
}

@media screen and (min-width:750px) {
    .product__column-sticky {
        display: block;
        position: sticky;
        top: 3rem;
        z-index: 2
    }
    .product--thumbnail .thumbnail-list {
        padding-right: var(--media-shadow-horizontal-offset)
    }
    .product__info-wrapper {
        padding: 0 0 0 5rem
    }
    .product__info-wrapper--extra-padding {
        padding: 0 0 0 8rem
    }
    .product--right .product__info-wrapper {
        padding: 0 5rem 0 0
    }
    .product--right .product__info-wrapper--extra-padding {
        padding: 0 8rem 0 0
    }
    .product--right .product__media-list {
        margin-bottom: 2rem
    }
    .product__media-container .slider-buttons {
        display: none
    }
    .product--right .product__media-wrapper {
        order: 2
    }
}

@media screen and (min-width:990px) {
    .product--large:not(.product--no-media) .product__media-wrapper {
        max-width: 65%;
        width: calc(65% - var(--grid-desktop-horizontal-spacing) / 2)
    }
    .product--large:not(.product--no-media) .product__info-wrapper {
        padding: 0 0 0 4rem;
        max-width: 35%;
        width: calc(35% - var(--grid-desktop-horizontal-spacing) / 2)
    }
    .product--large:not(.product--no-media).product--right .product__info-wrapper {
        padding: 0 4rem 0 0
    }
    .product--medium:not(.product--no-media) .product__media-wrapper,
    .product--small:not(.product--no-media) .product__info-wrapper {
        max-width: 55%;
        width: calc(55% - var(--grid-desktop-horizontal-spacing) / 2)
    }
    .product--medium:not(.product--no-media) .product__info-wrapper,
    .product--small:not(.product--no-media) .product__media-wrapper {
        max-width: 45%;
        width: calc(45% - var(--grid-desktop-horizontal-spacing) / 2)
    }
}

.shopify-payment-button__button {
    font-family: inherit;
    min-height: 4.6rem
}

.shopify-payment-button__button [role=button].focused {
    outline: .2rem solid rgba(var(--color-foreground), .5) !important;
    outline-offset: .3rem;
    box-shadow: 0 0 0 .1rem rgba(var(--color-button), var(--alpha-button-border)), 0 0 0 .3rem rgb(var(--color-background)), 0 0 .5rem .4rem rgba(var(--color-foreground), .3) !important
}

.shopify-payment-button__button [role=button]:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none !important
}

.shopify-payment-button__button [role=button]:focus-visible {
    outline: .2rem solid rgba(var(--color-foreground), .5) !important;
    box-shadow: 0 0 0 .1rem rgba(var(--color-button), var(--alpha-button-border)), 0 0 0 .3rem rgb(var(--color-background)), 0 0 .5rem .4rem rgba(var(--color-foreground), .3) !important
}

.shopify-payment-button__button--unbranded {
    background-color: rgba(var(--color-button), var(--alpha-button-background));
    color: rgb(var(--color-button-text));
    font-size: 1.4rem;
    line-height: calc(1 + .2 / var(--font-body-scale));
    letter-spacing: .07rem
}

.shopify-payment-button__button--unbranded::selection {
    background-color: rgba(var(--color-button-text), .3)
}

.shopify-payment-button__button--unbranded:hover,
.shopify-payment-button__button--unbranded:hover:not([disabled]) {
    background-color: rgba(var(--color-button), var(--alpha-button-background))
}

.shopify-payment-button__more-options {
    margin: 1.6rem 0 1rem;
    font-size: 1.2rem;
    line-height: calc(1 + .5 / var(--font-body-scale));
    letter-spacing: .05rem;
    text-decoration: underline;
    text-underline-offset: .3rem
}

.shopify-payment-button__button+.shopify-payment-button__button--hidden {
    display: none
}

.product-form {
    display: block
}

.product-form__error-message-wrapper:not([hidden]) {
    display: flex;
    align-items: flex-start;
    font-size: 1.3rem;
    line-height: 1.4;
    letter-spacing: .04rem;
    margin-bottom: 1.5rem
}

.product-form__error-message-wrapper .svg-wrapper {
    flex-shrink: 0;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: .7rem;
    margin-top: .25rem
}

.product-form__input {
    flex: 0 0 100%;
    padding: 0;
    margin: 0 0 1.2rem;
    max-width: 44rem;
    min-width: fit-content;
    border: none
}

.product-form__input .form__label {
    padding-left: 0
}

.product-form__input .select {
    max-width: 100%
}

.product-form__input .svg-wrapper {
    right: 1.5rem
}

.product-form__submit {
    margin-bottom: 1rem
}

.product-form__submit[aria-disabled=true]+.shopify-payment-button .shopify-payment-button__button[disabled],
.product-form__submit[disabled]+.shopify-payment-button .shopify-payment-button__button[disabled] {
    cursor: not-allowed;
    opacity: .5
}

@media screen and (forced-colors:active) {
    .product-form__submit[aria-disabled=true] {
        color: Window
    }
}

.shopify-payment-button__more-options {
    color: rgb(var(--color-foreground))
}

.shopify-payment-button__button {
    font-size: 1.5rem;
    letter-spacing: .1rem
}

.product__info-container>*+* {
    margin: 1.5rem 0
}

.product__info-container iframe {
    max-width: 100%
}

.product__info-container .product-form,
.product__info-container .product__description,
.product__info-container .icon-with-text {
    margin: 2.5rem 0
}

.product__text {
    margin-bottom: 0
}

a.product__text {
    display: block;
    text-decoration: none;
    color: rgba(var(--color-foreground), .75)
}

.product__text.caption-with-letter-spacing {
    text-transform: uppercase
}

.product__title {
    word-break: break-word;
    margin-bottom: 1.5rem
}

.product__title>* {
    margin: 0
}

.product__title>a {
    display: none
}

.product__title+.product__text.caption-with-letter-spacing {
    margin-top: -1.5rem
}

.product__text.caption-with-letter-spacing+.product__title {
    margin-top: 0
}

.product__accordion .accordion__content {
    padding: 0 1rem
}

.product .price .badge,
.product .price__container {
    margin-bottom: .5rem
}

.product .price dl {
    margin-top: .5rem;
    margin-bottom: .5rem
}

.product .price--sold-out .price__badge-sale {
    display: none
}

@media screen and (min-width:750px) {
    .product__info-container {
        max-width: 60rem
    }
    .product__info-container .price--on-sale .price-item--regular {
        font-size: 1.6rem
    }
    .product__info-container>*:first-child {
        margin-top: 0
    }
}

.product__description-title {
    font-weight: 600
}

.product--no-media .product__title,
.product--no-media .product__text,
.product--no-media .product__tax,
.product--no-media .product__sku,
.product--no-media shopify-payment-terms {
    text-align: center
}

.product--no-media .product__media-wrapper,
.product--no-media .product__info-wrapper {
    padding: 0
}

.product__tax {
    margin-top: -1.4rem
}

.product--no-media .share-button {
    max-width: 100%
}

.product--no-media .product-form__quantity,
.product--no-media .share-button,
.product--no-media .product__view-details,
.product--no-media .product__pickup-availabilities,
.product--no-media .product-form {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center
}

.product--no-media .product-form {
    flex-direction: column
}

.product--no-media .product-form>.form {
    max-width: 30rem;
    width: 100%
}

.product--no-media .product-form__quantity {
    flex-direction: column;
    max-width: 100%
}

.product-form__quantity .form__label {
    margin-bottom: .6rem
}

.price-per-item__label.form__label {
    margin-bottom: 0rem
}

.product-form__quantity-top .form__label {
    margin-bottom: 1.2rem
}

.product-form__buttons {
    max-width: 44rem
}

.product--no-media .product__info-container>modal-opener {
    display: block;
    text-align: center
}

.product--no-media .product-popup-modal__button {
    padding-right: 0
}

.product--no-media .price {
    text-align: center
}

.product__media-list video {
    border-radius: calc(var(--media-radius) - var(--media-border-width))
}

@media screen and (max-width:749px) {
    .product__media-list {
        margin-left: -2.5rem;
        margin-bottom: 3rem;
        width: calc(100% + 4rem)
    }
    .product__media-wrapper slider-component:not(.thumbnail-slider--no-slide) {
        margin-left: -1.5rem;
        margin-right: -1.5rem
    }
    .slider.product__media-list::-webkit-scrollbar {
        height: .2rem;
        width: .2rem
    }
    .product__media-list::-webkit-scrollbar-thumb {
        background-color: rgb(var(--color-foreground))
    }
    .product__media-list::-webkit-scrollbar-track {
        background-color: rgba(var(--color-foreground), .2)
    }
    .product__media-list .product__media-item {
        width: calc(100% - 3rem - var(--grid-mobile-horizontal-spacing))
    }
    .product--mobile-columns .product__media-item {
        width: calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing))
    }
}

@media screen and (min-width:750px) {
    .product--thumbnail .product__media-list,
    .product--thumbnail_slider .product__media-list {
        padding-bottom: calc(var(--media-shadow-vertical-offset) * var(--media-shadow-visible))
    }
    .product__media-list {
        padding-right: calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible))
    }
    .product--thumbnail .product__media-item:not(.is-active),
    .product--thumbnail_slider .product__media-item:not(.is-active) {
        display: none
    }
    .product-media-modal__content>.product__media-item--variant.product__media-item--variant {
        display: none
    }
    .product-media-modal__content>.product__media-item--variant:first-child {
        display: block
    }
}

@media screen and (min-width:750px)and (max-width:989px) {
    .product__media-list .product__media-item:first-child {
        padding-left: 0
    }
    .product--thumbnail_slider .product__media-list {
        margin-left: 0
    }
    .product__media-list .product__media-item {
        width: 100%
    }
}

.product__media-icon .icon {
    width: 1.2rem;
    height: 1.4rem
}

.product__media-icon,
.thumbnail__badge {
    background-color: rgb(var(--color-background));
    border-radius: 50%;
    border: .1rem solid rgba(var(--color-foreground), .1);
    color: rgb(var(--color-foreground));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3rem;
    width: 3rem;
    position: absolute;
    left: 1.2rem;
    top: 1.2rem;
    z-index: 1;
    transition: color var(--duration-short) ease, opacity var(--duration-short) ease
}

.product__media-video .product__media-icon {
    opacity: 1
}

.product__modal-opener--image .product__media-toggle:hover {
    cursor: zoom-in
}

.product__modal-opener:hover .product__media-icon {
    border: .1rem solid rgba(var(--color-foreground), .1)
}

@media screen and (min-width:750px) {
    .grid__item.product__media-item--full {
        width: 100%
    }
    .product--columns .product__media-item:not(.product__media-item--single):not(:only-child) {
        max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)
    }
    .product--large.product--columns .product__media-item--full .deferred-media__poster-button {
        height: 5rem;
        width: 5rem
    }
    .product--medium.product--columns .product__media-item--full .deferred-media__poster-button {
        height: 4.2rem;
        width: 4.2rem
    }
    .product--medium.product--columns .product__media-item--full .deferred-media__poster-button .icon {
        width: 1.8rem;
        height: 1.8rem
    }
    .product--small.product--columns .product__media-item--full .deferred-media__poster-button {
        height: 3.6rem;
        width: 3.6rem
    }
    .product--small.product--columns .product__media-item--full .deferred-media__poster-button .icon {
        width: 1.6rem;
        height: 1.6rem
    }
}

@media screen and (min-width:990px) {
    .product--stacked .product__media-item {
        max-width: calc(50% - var(--grid-desktop-horizontal-spacing) / 2)
    }
    .product:not(.product--columns) .product__media-list .product__media-item:first-child,
    .product:not(.product--columns) .product__media-list .product__media-item--full {
        width: 100%;
        max-width: 100%
    }
    .product__modal-opener .product__media-icon {
        opacity: 0
    }
    .product__modal-opener:hover .product__media-icon,
    .product__modal-opener:focus .product__media-icon {
        opacity: 1
    }
}

.product__media-item>* {
    display: block;
    position: relative
}

.product__media-toggle {
    display: flex;
    border: none;
    background-color: transparent;
    color: currentColor;
    padding: 0
}

.product__media-toggle:after {
    content: "";
    cursor: pointer;
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    top: calc(var(--border-width) * -1);
    right: calc(var(--border-width) * -1);
    bottom: calc(var(--border-width) * -1);
    left: calc(var(--border-width) * -1);
    z-index: 2
}

.product__media-toggle:focus-visible {
    outline: 0;
    box-shadow: none
}

@media(forced-colors:active) {
    .product__media-toggle:focus-visible,
    .product__media-toggle:focus-visible:after {
        outline: transparent solid 1px;
        outline-offset: 2px
    }
}

.product__media-toggle.focused {
    outline: 0;
    box-shadow: none
}

.product__media-toggle:focus-visible:after {
    box-shadow: 0 0 0 .3rem rgb(var(--color-background)), 0 0 0 .5rem rgba(var(--color-foreground), .5);
    border-radius: var(--media-radius)
}

.product__media-toggle.focused:after {
    box-shadow: 0 0 0 .3rem rgb(var(--color-background)), 0 0 0 .5rem rgba(var(--color-foreground), .5);
    border-radius: var(--media-radius)
}

.product-media-modal {
    background-color: rgb(var(--color-background));
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    visibility: hidden;
    opacity: 0;
    z-index: -1
}

.product-media-modal[open] {
    visibility: visible;
    opacity: 1;
    z-index: 101
}

.product-media-modal__dialog {
    display: flex;
    align-items: center;
    height: 100vh
}

.product-media-modal__content {
    max-height: 100vh;
    width: 100%;
    overflow: auto
}

.product-media-modal__content>*:not(.active),
.product__media-list .deferred-media {
    display: none
}

@media screen and (min-width:750px) {
    .product-media-modal__content {
        padding-bottom: 2rem
    }
    .product-media-modal__content>*:not(.active) {
        display: block
    }
    .product__modal-opener:not(.product__modal-opener--image) {
        display: none
    }
    .product__media-list .deferred-media {
        display: block
    }
}

@media screen and (max-width:749px) {
    .product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image),
    .product--thumbnail_slider .is-active .product__modal-opener:not(.product__modal-opener--image) {
        display: none
    }
    .product--thumbnail .is-active .deferred-media,
    .product--thumbnail_slider .is-active .deferred-media {
        display: block;
        width: 100%
    }
}

.product-media-modal__content>* {
    display: block;
    height: auto;
    margin: auto
}

.product-media-modal__content .media {
    background: none
}

.product-media-modal__model {
    width: 100%
}

.product-media-modal__toggle {
    background-color: rgb(var(--color-background));
    border: .1rem solid rgba(var(--color-foreground), .1);
    border-radius: 50%;
    color: rgba(var(--color-foreground), .55);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    right: 2rem;
    padding: 1.2rem;
    position: fixed;
    z-index: 2;
    top: 2rem;
    width: 4rem
}

.product-media-modal__content .deferred-media {
    width: 100%
}

@media screen and (min-width:750px) {
    .product-media-modal__content {
        padding: 2rem 11rem
    }
    .product-media-modal__content>* {
        width: 100%
    }
    .product-media-modal__content>*+* {
        margin-top: 2rem
    }
    .product-media-modal__toggle {
        right: 5rem;
        top: 2.2rem
    }
}

@media screen and (min-width:990px) {
    .product-media-modal__content {
        padding: 2rem 11rem
    }
    .product-media-modal__content>*+* {
        margin-top: 1.5rem
    }
    .product-media-modal__content {
        padding-bottom: 1.5rem
    }
    .product-media-modal__toggle {
        right: 5rem
    }
}

.product-media-modal__toggle:hover {
    color: rgba(var(--color-foreground), .75)
}

.product-media-modal__toggle .icon {
    height: auto;
    margin: 0;
    width: 2.2rem
}

.product-popup-modal {
    box-sizing: border-box;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    z-index: -1;
    margin: 0 auto;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    background: rgba(var(--color-foreground), .2);
    height: 100%
}

.product-popup-modal[open] {
    opacity: 1;
    visibility: visible;
    z-index: 101
}

.product-popup-modal__content {
    border-radius: var(--popup-corner-radius);
    background-color: rgb(var(--color-background));
    overflow: auto;
    height: 80%;
    margin: 0 auto;
    left: 50%;
    transform: translate(-50%);
    margin-top: 5rem;
    width: 92%;
    position: absolute;
    top: 0;
    padding: 0 1.5rem 0 3rem;
    border-color: rgba(var(--color-foreground), var(--popup-border-opacity));
    border-style: solid;
    border-width: var(--popup-border-width);
    box-shadow: var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity))
}

.product-popup-modal__content.focused {
    box-shadow: 0 0 0 .3rem rgb(var(--color-background)), 0 0 .5rem .4rem rgba(var(--color-foreground), .3), var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity))
}

.product-popup-modal__content:focus-visible {
    box-shadow: 0 0 0 .3rem rgb(var(--color-background)), 0 0 .5rem .4rem rgba(var(--color-foreground), .3), var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow), var(--popup-shadow-opacity))
}

@media screen and (min-width:750px) {
    .product-popup-modal__content {
        padding-right: 1.5rem;
        margin-top: 10rem;
        width: 70%;
        padding: 0 3rem
    }
    .product-media-modal__dialog .global-media-settings--no-shadow {
        overflow: visible !important
    }
}

.product-popup-modal__content img {
    max-width: 100%
}

@media screen and (max-width:749px) {
    .product-popup-modal__content table {
        display: block;
        max-width: fit-content;
        overflow-x: auto;
        white-space: nowrap;
        margin: 0
    }
    .product-media-modal__dialog .global-media-settings,
    .product-media-modal__dialog .global-media-settings video,
    .product-media-modal__dialog .global-media-settings model-viewer,
    .product-media-modal__dialog .global-media-settings iframe,
    .product-media-modal__dialog .global-media-settings img {
        border: none;
        border-radius: 0
    }
}

.product-popup-modal__opener {
    display: inline-block
}

.product-popup-modal__button {
    font-size: 1.6rem;
    padding-right: 1.3rem;
    padding-left: 0;
    min-height: 4.4rem;
    text-underline-offset: .3rem;
    text-decoration-thickness: .1rem;
    transition: text-decoration-thickness var(--duration-short) ease
}

.product-popup-modal__button:hover {
    text-decoration-thickness: .2rem
}

.product-popup-modal__content-info {
    padding-right: 4.4rem
}

.product-popup-modal__content-info>* {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 100%
}

@media screen and (max-width:749px) {
    .product-popup-modal__content-info>* {
        max-height: 100%
    }
}

.product-popup-modal__toggle {
    background-color: rgb(var(--color-background));
    border: .1rem solid rgba(var(--color-foreground), .1);
    border-radius: 50%;
    color: rgba(var(--color-foreground), .55);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: sticky;
    padding: 1.2rem;
    z-index: 2;
    top: 1.5rem;
    width: 4rem;
    margin: 0 0 0 auto
}

.product-popup-modal__toggle:hover {
    color: rgba(var(--color-foreground), .75)
}

.product-popup-modal__toggle .icon {
    height: auto;
    margin: 0;
    width: 2.2rem
}

.product__media-list .media>* {
    overflow: hidden
}

.thumbnail-list {
    flex-wrap: wrap;
    grid-gap: 1rem
}

.slider--mobile.thumbnail-list:after {
    content: none
}

@media screen and (min-width:750px) {
    .product--stacked .thumbnail-list {
        display: none
    }
    .thumbnail-list {
        display: grid;
        grid-template-columns: repeat(4, 1fr)
    }
}

.thumbnail-list_item--variant:not(:first-child) {
    display: none
}

@media screen and (min-width:990px) {
    .thumbnail-list {
        grid-template-columns: repeat(4, 1fr)
    }
    .product--medium .thumbnail-list {
        grid-template-columns: repeat(5, 1fr)
    }
    .product--large .thumbnail-list {
        grid-template-columns: repeat(6, 1fr)
    }
}

@media screen and (max-width:749px) {
    .product__media-item {
        display: flex;
        align-items: center
    }
    .product__modal-opener {
        width: 100%
    }
    .thumbnail-slider {
        display: flex;
        align-items: center
    }
    .thumbnail-slider .thumbnail-list.slider {
        display: flex;
        padding: .5rem;
        flex: 1;
        scroll-padding-left: .5rem
    }
    .thumbnail-list__item.slider__slide {
        width: calc(33% - .6rem)
    }
}

@media screen and (min-width:750px) {
    .product--thumbnail_slider .thumbnail-slider {
        display: flex;
        align-items: center
    }
    .thumbnail-slider .thumbnail-list.slider--tablet-up {
        display: flex;
        padding: .5rem;
        flex: 1;
        scroll-padding-left: .5rem
    }
    .product__media-wrapper .slider-mobile-gutter .slider-button {
        display: none
    }
    .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
        width: calc(25% - .8rem)
    }
    .product--thumbnail_slider .slider-mobile-gutter .slider-button {
        display: flex
    }
}

@media screen and (min-width:900px) {
    .product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
        width: calc(25% - .8rem)
    }
    .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide {
        width: calc(20% - .8rem)
    }
}

.thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
    padding: 0;
    color: rgb(var(--color-foreground));
    cursor: pointer;
    background-color: transparent
}

.thumbnail:hover {
    opacity: .7
}

.thumbnail.global-media-settings img {
    border-radius: 0
}

.thumbnail[aria-current] {
    box-shadow: 0 0 0 .1rem rgb(var(--color-foreground));
    border-color: rgb(var(--color-foreground))
}

.image-magnify-full-size {
    cursor: zoom-out;
    z-index: 1;
    margin: 0;
    border-radius: calc(var(--media-radius) - var(--media-border-width))
}

.image-magnify-hover {
    cursor: zoom-in
}

.product__modal-opener--image .product__media-zoom-none,
.product__media-icon--none {
    display: none
}

.product__modal-opener>.loading__spinner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    display: flex;
    align-items: center;
    height: 48px;
    width: 48px
}

.product__modal-opener .path {
    stroke: rgb(var(--color-button));
    opacity: .75
}

@media(hover:hover) {
    .product__media-zoom-hover,
    .product__media-icon--hover {
        display: none
    }
}

@media screen and (max-width:749px) {
    .product__media-zoom-hover,
    .product__media-icon--hover {
        display: flex
    }
}

.js .product__media {
    overflow: hidden !important
}

.thumbnail[aria-current]:focus-visible {
    box-shadow: 0 0 0 .3rem rgb(var(--color-background)), 0 0 0 .5rem rgba(var(--color-foreground), .5)
}

.thumbnail[aria-current]:focus,
.thumbnail.focused {
    outline: 0;
    box-shadow: 0 0 0 .3rem rgb(var(--color-background)), 0 0 0 .5rem rgba(var(--color-foreground), .5)
}

@media(forced-colors:active) {
    .thumbnail[aria-current]:focus,
    .thumbnail.focused {
        outline: transparent solid 1px
    }
}

.thumbnail[aria-current]:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: 0 0 0 .1rem rgb(var(--color-foreground))
}

.thumbnail img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.thumbnail__badge .icon {
    width: 1rem;
    height: 1rem
}

.thumbnail__badge .icon-3d-model {
    width: 1.2rem;
    height: 1.2rem
}

.thumbnail__badge {
    color: rgb(var(--color-foreground), .6);
    height: 2rem;
    width: 2rem;
    left: auto;
    right: calc(.4rem + var(--media-border-width));
    top: calc(.4rem + var(--media-border-width))
}

@media screen and (min-width:750px) {
    .product:not(.product--small) .thumbnail__badge {
        height: 3rem;
        width: 3rem
    }
    .product:not(.product--small) .thumbnail__badge .icon {
        width: 1.2rem;
        height: 1.2rem
    }
    .product:not(.product--small) .thumbnail__badge .icon-3d-model {
        width: 1.4rem;
        height: 1.4rem
    }
}

.thumbnail-list__item {
    position: relative
}

.thumbnail-list__item:before {
    content: "";
    display: block;
    padding-bottom: 100%
}

.product:not(.featured-product) .product__view-details {
    display: none
}

.product__view-details {
    display: block;
    text-decoration: none
}

.product__view-details:hover {
    text-decoration: underline;
    text-underline-offset: .3rem
}

.product__view-details .icon {
    width: 1.2rem;
    margin-left: 1.2rem;
    flex-shrink: 0
}

.product__inventory {
    display: flex;
    align-items: center;
    gap: .5rem
}

.product__inventory .svg-wrapper,
.product__inventory svg {
    width: 15px;
    height: 15px
}

.product--no-media .product__inventory {
    justify-content: center
}

.product__inventory.visibility-hidden:empty {
    display: block
}

.product__inventory.visibility-hidden:empty:after {
    content: "#"
}

.product__inventory .icon-inventory-status circle:first-of-type {
    opacity: .3
}

.icon-with-text {
    --icon-size: calc(var(--font-heading-scale) * 3rem);
    --icon-spacing: calc(var(--font-heading-scale) * 1rem)
}

.icon-with-text--horizontal {
    display: flex;
    justify-content: center;
    column-gap: 3rem;
    flex-direction: row
}

.icon-with-text--vertical {
    --icon-size: calc(var(--font-heading-scale) * 2rem)
}

.icon-with-text .svg-wrapper {
    fill: rgb(var(--color-foreground));
    height: var(--icon-size);
    width: var(--icon-size)
}

.icon-with-text--horizontal .svg-wrapper,
.icon-with-text--horizontal img {
    margin-bottom: var(--icon-spacing)
}

.icon-with-text--vertical .svg-wrapper {
    min-height: var(--icon-size);
    min-width: var(--icon-size);
    margin-right: var(--icon-spacing)
}

.icon-with-text img {
    height: var(--icon-size);
    width: var(--icon-size);
    object-fit: contain
}

.icon-with-text--vertical img {
    margin-right: var(--icon-spacing)
}

.icon-with-text--horizontal .h4 {
    padding-top: calc(var(--icon-size) + var(--icon-spacing));
    text-align: center
}

.icon-with-text--horizontal .svg-wrapper+.h4,
.icon-with-text--horizontal img+.h4,
.icon-with-text--horizontal.icon-with-text--text-only .h4 {
    padding-top: 0
}

.icon-with-text__item {
    display: flex;
    align-items: center
}

.icon-with-text--horizontal .icon-with-text__item {
    flex-direction: column;
    width: 33%
}

.icon-with-text--vertical .icon-with-text__item {
    margin-bottom: var(--icon-size)
}

.product__sku.visibility-hidden:after {
    content: "#"
}

.product-media-container {
    --aspect-ratio: var(--preview-ratio);
    --ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
    position: relative;
    width: 100%;
    max-width: calc(100% - calc(var(--media-border-width) * 2))
}

.product-media-container.constrain-height {
    --viewport-offset: 400px;
    --constrained-min-height: 300px;
    --constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));
    margin-right: auto;
    margin-left: auto
}

.product-media-container.constrain-height.media-fit-contain {
    --contained-width: calc(var(--constrained-height) * var(--aspect-ratio));
    width: min(var(--contained-width), 100%)
}

.product-media-container .media {
    padding-top: var(--ratio-percent)
}

.product-media-container.constrain-height .media {
    padding-top: min(var(--constrained-height), var(--ratio-percent))
}

@media screen and (max-width:749px) {
    .product-media-container.media-fit-cover {
        display: flex;
        align-self: stretch
    }
    .product-media-container.media-fit-cover .media {
        position: initial
    }
}

@media screen and (min-width:750px) {
    .product-media-container {
        max-width: 100%
    }
    .product-media-container:not(.media-type-image) {
        --aspect-ratio: var(--ratio)
    }
    .product-media-container.constrain-height {
        --viewport-offset: 170px;
        --constrained-min-height: 500px
    }
    .product-media-container.media-fit-cover,
    .product-media-container.media-fit-cover .product__modal-opener,
    .product-media-container.media-fit-cover .media {
        height: 100%
    }
    .product-media-container.media-fit-cover .deferred-media__poster img {
        object-fit: cover;
        width: 100%
    }
}

.product-media-container .product__modal-opener {
    display: block;
    position: relative
}

@media screen and (min-width:750px) {
    .product-media-container .product__modal-opener:not(.product__modal-opener--image) {
        display: none
    }
}

.recipient-form {
    --recipient-checkbox-margin-top: .64rem;
    display: block;
    position: relative;
    max-width: 44rem;
    margin-bottom: 2.5rem
}

.recipient-form-field-label {
    margin: .6rem 0
}

.recipient-form-field-label--space-between {
    display: flex;
    justify-content: space-between
}

.recipient-checkbox {
    flex-grow: 1;
    font-size: 1.6rem;
    display: flex;
    word-break: break-word;
    align-items: flex-start;
    max-width: inherit;
    position: relative;
    cursor: pointer
}

.recipient-form>input[type=checkbox] {
    position: absolute;
    width: 1.6rem;
    height: 1.6rem;
    margin: var(--recipient-checkbox-margin-top) 0;
    top: 0;
    left: 0;
    z-index: -1;
    appearance: none;
    -webkit-appearance: none
}

.recipient-fields__field {
    margin: 0 0 2rem
}

.recipient-fields .field__label {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: calc(100% - 3.5rem);
    overflow: hidden
}

.recipient-checkbox>svg {
    margin-top: var(--recipient-checkbox-margin-top);
    margin-right: 1.2rem;
    flex-shrink: 0
}

.recipient-form .icon-checkmark {
    visibility: hidden;
    position: absolute;
    left: .28rem;
    z-index: 5;
    top: .4rem;
    width: 10px;
    height: 9px
}

.recipient-form>input[type=checkbox]:checked+label .icon-checkmark {
    visibility: visible
}

.js .recipient-fields {
    display: none
}

.recipient-fields hr {
    margin: 1.6rem auto
}

.recipient-form>input[type=checkbox]:checked~.recipient-fields {
    display: block;
    animation: animateMenuOpen var(--duration-default) ease
}

.recipient-form>input[type=checkbox]:not(:checked, :disabled)~.recipient-fields,
.recipient-email-label {
    display: none
}

.js .recipient-email-label.required {
    display: inline
}

.recipient-form ul {
    line-height: calc(1 + .6 / var(--font-body-scale));
    padding-left: 4.4rem;
    text-align: left
}

.recipient-form ul a {
    display: inline
}

.recipient-form .error-message:first-letter {
    text-transform: capitalize
}

@media screen and (forced-colors:active) {
    .recipient-fields>hr {
        border-top: .1rem solid rgb(var(--color-background))
    }
    .recipient-checkbox>svg {
        background-color: inherit;
        border: .1rem solid rgb(var(--color-background))
    }
    .recipient-form>input[type=checkbox]:checked+label .icon-checkmark {
        border: none
    }
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/section-main-product.css.map?v=161818056142182136911776170690 */

/* ===== component-accordion.css ===== */
.accordion summary {
    display: flex;
    position: relative;
    line-height: 1;
    padding: 1.5rem 0
}

.accordion .summary__title {
    display: flex;
    flex: 1
}

.accordion .summary__title+.icon-caret {
    height: calc(var(--font-heading-scale) * .6rem)
}

.accordion+.accordion {
    margin-top: 0;
    border-top: none
}

.accordion {
    margin-top: 2.5rem;
    margin-bottom: 0;
    border-top: .1rem solid rgba(var(--color-foreground), .08);
    border-bottom: .1rem solid rgba(var(--color-foreground), .08)
}

.accordion__title {
    display: inline-block;
    max-width: calc(100% - 6rem);
    min-height: 1.6rem;
    margin: 0;
    word-break: break-word
}

.accordion .svg-wrapper {
    align-self: center;
    fill: rgb(var(--color-foreground));
    height: calc(var(--font-heading-scale) * 2rem);
    margin-right: calc(var(--font-heading-scale) * 1rem);
    width: calc(var(--font-heading-scale) * 2rem)
}

.accordion details[open]>summary .icon-caret {
    transform: rotate(180deg)
}

.accordion__content {
    margin-bottom: 1.5rem;
    word-break: break-word;
    overflow-x: auto;
    padding: 0 .6rem
}

.accordion__content img {
    max-width: 100%
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/component-accordion.css.map?v=7971072480289620591776170690 */

/* ===== component-slider.css ===== */
slider-component {
    --desktop-margin-left-first-item: max( 5rem, calc((100vw - var(--page-width) + 10rem - var(--grid-desktop-horizontal-spacing)) / 2));
    position: relative;
    display: block
}

slider-component.slider-component-full-width {
    --desktop-margin-left-first-item: 1.5rem
}

@media screen and (max-width:749px) {
    slider-component.page-width {
        padding: 0 1.5rem
    }
}

@media screen and (min-width:749px)and (max-width:990px) {
    slider-component.page-width {
        padding: 0 5rem
    }
}

.slider__slide {
    --focus-outline-padding: .5rem;
    --shadow-padding-top: calc((var(--shadow-vertical-offset) * -1 + var(--shadow-blur-radius)) * var(--shadow-visible));
    --shadow-padding-bottom: calc((var(--shadow-vertical-offset) + var(--shadow-blur-radius)) * var(--shadow-visible));
    scroll-snap-align: start;
    flex-shrink: 0;
    padding-bottom: 0
}

@media screen and (max-width:749px) {
    .slider.slider--mobile {
        position: relative;
        flex-wrap: inherit;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scroll-padding-left: 1.5rem;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 1rem
    }
    .slider--mobile:after {
        content: "";
        width: 0;
        padding-left: 1.5rem
    }
    .slider.slider--mobile .slider__slide {
        margin-bottom: 0;
        padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
        padding-bottom: max(var(--focus-outline-padding), var(--shadow-padding-bottom))
    }
    .slider.slider--mobile.contains-card--standard .slider__slide:not(.collection-list__item--no-media) {
        padding-bottom: var(--focus-outline-padding)
    }
    .slider.slider--mobile.contains-content-container .slider__slide {
        --focus-outline-padding: 0rem
    }
}

@media screen and (min-width:750px) {
    .slider.slider--tablet-up {
        position: relative;
        flex-wrap: inherit;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scroll-padding-left: 1rem;
        -webkit-overflow-scrolling: touch
    }
    .slider.slider--tablet-up .slider__slide {
        margin-bottom: 0
    }
}

@media screen and (max-width:989px) {
    .slider.slider--tablet {
        position: relative;
        flex-wrap: inherit;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scroll-padding-left: 1.5rem;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 1rem
    }
    .slider--tablet:after {
        content: "";
        width: 0;
        padding-left: 1.5rem;
        margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing))
    }
    .slider.slider--tablet .slider__slide {
        margin-bottom: 0;
        padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
        padding-bottom: max(var(--focus-outline-padding), var(--shadow-padding-bottom))
    }
    .slider.slider--tablet.contains-card--standard .slider__slide:not(.collection-list__item--no-media) {
        padding-bottom: var(--focus-outline-padding)
    }
    .slider.slider--tablet.contains-content-container .slider__slide {
        --focus-outline-padding: 0rem
    }
}

.slider--everywhere {
    position: relative;
    flex-wrap: inherit;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem
}

.slider.slider--everywhere .slider__slide {
    margin-bottom: 0;
    scroll-snap-align: center
}

@media screen and (min-width:990px) {
    .slider-component-desktop.page-width {
        max-width: none
    }
    .slider--desktop {
        position: relative;
        flex-wrap: inherit;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        margin-bottom: 1rem;
        scroll-padding-left: var(--desktop-margin-left-first-item)
    }
    .slider--desktop:after {
        content: "";
        width: 0;
        padding-left: 5rem;
        margin-left: calc(-1 * var(--grid-desktop-horizontal-spacing))
    }
    .slider.slider--desktop .slider__slide {
        margin-bottom: 0;
        padding-top: max(var(--focus-outline-padding), var(--shadow-padding-top));
        padding-bottom: max(var(--focus-outline-padding), var(--shadow-padding-bottom))
    }
    .slider--desktop .slider__slide:first-child {
        margin-left: var(--desktop-margin-left-first-item);
        scroll-margin-left: var(--desktop-margin-left-first-item)
    }
    .slider-component-full-width .slider--desktop {
        scroll-padding-left: 1.5rem
    }
    .slider-component-full-width .slider--desktop .slider__slide:first-child {
        margin-left: 1.5rem;
        scroll-margin-left: 1.5rem
    }
    .slider-component-full-width .slider--desktop:after {
        padding-left: 1.5rem
    }
    .slider--desktop.grid--5-col-desktop .grid__item {
        width: calc((100% - var(--desktop-margin-left-first-item)) / 5 - var(--grid-desktop-horizontal-spacing) * 2)
    }
    .slider--desktop.grid--4-col-desktop .grid__item {
        width: calc((100% - var(--desktop-margin-left-first-item)) / 4 - var(--grid-desktop-horizontal-spacing) * 3)
    }
    .slider--desktop.grid--3-col-desktop .grid__item {
        width: calc((100% - var(--desktop-margin-left-first-item)) / 3 - var(--grid-desktop-horizontal-spacing) * 4)
    }
    .slider--desktop.grid--2-col-desktop .grid__item {
        width: calc((100% - var(--desktop-margin-left-first-item)) / 2 - var(--grid-desktop-horizontal-spacing) * 5)
    }
    .slider--desktop.grid--1-col-desktop .grid__item {
        width: calc((100% - var(--desktop-margin-left-first-item)) - var(--grid-desktop-horizontal-spacing) * 9)
    }
    .slider.slider--desktop.contains-card--standard .slider__slide:not(.collection-list__item--no-media) {
        padding-bottom: var(--focus-outline-padding)
    }
    .slider.slider--desktop.contains-content-container .slider__slide {
        --focus-outline-padding: 0rem
    }
}

@media(prefers-reduced-motion) {
    .slider {
        scroll-behavior: auto
    }
}

.slider {
    scrollbar-color: rgb(var(--color-foreground)) rgba(var(--color-foreground), .04);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.slider::-webkit-scrollbar {
    height: .4rem;
    width: .4rem;
    display: none
}

.slider::-webkit-scrollbar-thumb {
    background-color: rgb(var(--color-foreground));
    border-radius: .4rem;
    border: 0
}

.slider::-webkit-scrollbar-track {
    background: rgba(var(--color-foreground), .04);
    border-radius: .4rem
}

.slider-counter {
    display: flex;
    justify-content: center;
    min-width: 4.4rem
}

@media screen and (min-width:750px) {
    .slider-counter--dots {
        margin: 0 1.2rem
    }
}

.slider-counter__link {
    padding: 1rem
}

@media screen and (max-width:749px) {
    .slider-counter__link {
        padding: .7rem
    }
}

.slider-counter__link--dots .dot {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    border: .1rem solid rgba(var(--color-foreground), .5);
    padding: 0;
    display: block
}

.slider-counter__link--active.slider-counter__link--dots .dot {
    background-color: rgb(var(--color-foreground))
}

@media screen and (forced-colors:active) {
    .slider-counter__link--active.slider-counter__link--dots .dot {
        background-color: CanvasText
    }
}

.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot {
    border-color: rgb(var(--color-foreground))
}

.slider-counter__link--dots .dot,
.slider-counter__link--numbers {
    transition: transform .2s ease-in-out
}

.slider-counter__link--active.slider-counter__link--numbers,
.slider-counter__link--dots:not(.slider-counter__link--active):hover .dot,
.slider-counter__link--numbers:hover {
    transform: scale(1.1)
}

.slider-counter__link--numbers {
    color: rgba(var(--color-foreground), .5);
    text-decoration: none
}

.slider-counter__link--numbers:hover {
    color: rgb(var(--color-foreground))
}

.slider-counter__link--active.slider-counter__link--numbers {
    text-decoration: underline;
    color: rgb(var(--color-foreground))
}

.slider-buttons {
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (min-width:990px) {
    .slider:not(.slider--everywhere):not(.slider--desktop)+.slider-buttons {
        display: none
    }
}

@media screen and (max-width:989px) {
    .slider--desktop:not(.slider--tablet)+.slider-buttons {
        display: none
    }
}

@media screen and (min-width:750px) {
    .slider--mobile+.slider-buttons {
        display: none
    }
}

.slider-button {
    color: rgba(var(--color-foreground), .75);
    background: transparent;
    border: none;
    cursor: pointer;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center
}

.slider-button:not([disabled]):hover {
    color: rgb(var(--color-foreground))
}

.slider-button .icon {
    height: .6rem
}

.slider-button[disabled] .icon {
    color: rgba(var(--color-foreground), .3);
    cursor: not-allowed
}

.slider-button--next .icon {
    transform: rotate(-90deg)
}

.slider-button--prev .icon {
    transform: rotate(90deg)
}

.slider-button--next:not([disabled]):hover .icon {
    transform: rotate(-90deg) scale(1.1)
}

.slider-button--prev:not([disabled]):hover .icon {
    transform: rotate(90deg) scale(1.1)
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/component-slider.css.map?v=14039311878856620671776170690 */

/* ===== component-rating.css ===== */
.product--no-media .rating-wrapper {
    text-align: center
}

.rating {
    display: inline-block;
    margin: 0
}

.product .rating-star {
    --letter-spacing: .8;
    --font-size: 1.7
}

.card-wrapper .rating-star {
    --letter-spacing: .7;
    --font-size: 1.4
}

.rating-star {
    --color-rating-star: rgb(var(--color-foreground));
    --percent: calc( ( var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) / (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))) * 100%);
    letter-spacing: calc(var(--letter-spacing) * 1rem);
    font-size: calc(var(--font-size) * 1rem);
    line-height: 1;
    display: inline-block;
    font-family: Times;
    margin: 0
}

.rating-star:before {
    content: "\2605\2605\2605\2605\2605";
    background: linear-gradient(90deg, var(--color-rating-star) var(--percent), rgba(var(--color-foreground), .15) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.rating-text {
    display: none
}

.rating-count {
    display: inline-block;
    margin: 0
}

@media(forced-colors:active) {
    .rating {
        display: none
    }
    .rating-text {
        display: block
    }
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/component-rating.css.map?v=179577762467860590411776170690 */

/* ===== component-deferred-media.css ===== */
.deferred-media__poster {
    background-color: transparent;
    border: none;
    cursor: pointer;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border-radius: calc(var(--border-radius) - var(--border-width))
}

.media>.deferred-media__poster {
    display: flex;
    align-items: center;
    justify-content: center
}

.deferred-media__poster img {
    width: auto;
    max-width: 100%;
    height: 100%
}

.deferred-media {
    overflow: hidden
}

.deferred-media:not([loaded]) template {
    z-index: -1
}

.deferred-media[loaded]>.deferred-media__poster {
    display: none
}

.deferred-media__poster:focus-visible {
    outline: none;
    box-shadow: 0 0 0 var(--media-border-width) rgba(var(--color-foreground), var(--media-border-opacity)), 0 0 0 calc(var(--media-border-width) + .3rem) rgb(var(--color-background)), 0 0 0 calc(var(--media-border-width) + .5rem) rgba(var(--color-foreground), .5);
    border-radius: calc(var(--media-radius) - var(--media-border-width))
}

.deferred-media__poster:focus {
    outline: none;
    box-shadow: 0 0 0 var(--media-border-width) rgba(var(--color-foreground), var(--media-border-opacity)), 0 0 0 calc(var(--media-border-width) + .3rem) rgb(var(--color-background)), 0 0 0 calc(var(--media-border-width) + .5rem) rgba(var(--color-foreground), .5);
    border-radius: calc(var(--media-radius) - var(--media-border-width))
}

.global-media-settings--full-width .deferred-media__poster,
.global-media-settings--full-width .deferred-media__poster:is(:focus, :focus-visible) {
    border-radius: 0
}

@media(forced-colors:active) {
    .deferred-media__poster:focus {
        outline: transparent solid 1px
    }
}

.deferred-media__poster:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none
}

.deferred-media__poster-button {
    background-color: rgb(var(--color-background));
    border: .1rem solid rgba(var(--color-foreground), .1);
    border-radius: 50%;
    color: rgb(var(--color-foreground));
    display: flex;
    align-items: center;
    justify-content: center;
    height: 6.2rem;
    width: 6.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(1);
    transition: transform var(--duration-short) ease, color var(--duration-short) ease;
    z-index: 1
}

.deferred-media__poster-button:hover {
    transform: translate(-50%, -50%) scale(1.1)
}

.deferred-media__poster-button .icon {
    width: 2rem;
    height: 2rem
}

.deferred-media__poster-button .icon-play {
    margin-left: .2rem
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/component-deferred-media.css.map?v=14096082462203297471776170690 */

/* ===== component-pickup-availability.css ===== */
pickup-availability {
    display: block
}

pickup-availability[available] {
    min-height: 8rem
}

.pickup-availability-preview {
    align-items: flex-start;
    display: flex;
    gap: .2rem;
    padding: 1rem 2rem 0 0
}

.pickup-availability-preview .icon {
    flex-shrink: 0;
    height: 1.8rem
}

.pickup-availability-preview .icon-unavailable {
    height: 1.6rem;
    margin-top: .1rem
}

.pickup-availability-button {
    background-color: transparent;
    color: rgba(var(--color-foreground), .75);
    letter-spacing: .06rem;
    padding: 0 0 .2rem;
    text-align: left;
    text-decoration: underline
}

.pickup-availability-button:hover {
    color: rgb(var(--color-foreground))
}

.pickup-availability-info * {
    margin: 0 0 .6rem
}

pickup-availability-drawer {
    background-color: rgb(var(--color-background));
    height: 100%;
    opacity: 0;
    overflow-y: auto;
    padding: 2rem;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 4;
    transition: opacity var(--duration-default) ease, transform var(--duration-default) ease;
    transform: translate(100%);
    width: 100%;
    border-width: 0 0 0 var(--drawer-border-width);
    border-color: rgba(var(--color-foreground), var(--drawer-border-opacity));
    border-style: solid;
    filter: drop-shadow(var(--drawer-shadow-horizontal-offset) var(--drawer-shadow-vertical-offset) var(--drawer-shadow-blur-radius) rgba(var(--color-shadow), var(--drawer-shadow-opacity)))
}

pickup-availability-drawer[open] {
    transform: translate(0);
    opacity: 1
}

@media screen and (min-width:750px) {
    pickup-availability-drawer {
        transform: translate(100%);
        width: 37.5rem
    }
    pickup-availability-drawer[open] {
        opacity: 1;
        transform: translate(0);
        animation: animateDrawerOpen var(--duration-default) ease
    }
}

.pickup-availability-header {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.2rem
}

.pickup-availability-drawer-title {
    margin: .5rem 0 0
}

.pickup-availability-header .icon {
    width: 2rem
}

.pickup-availability-drawer-button {
    background-color: transparent;
    border: none;
    color: rgb(var(--color-foreground));
    cursor: pointer;
    display: block;
    height: 4.4rem;
    padding: 1.2rem;
    width: 4.4rem
}

.pickup-availability-drawer-button:hover {
    color: rgba(var(--color-foreground), .75)
}

.pickup-availability-variant {
    font-size: 1.3rem;
    line-height: calc(1 + .2 / var(--font-body-scale));
    margin: 0 0 1.2rem;
    text-transform: capitalize
}

.pickup-availability-variant>*+strong {
    margin-left: 1rem
}

.pickup-availability-list__item {
    border-bottom: .1rem solid rgba(var(--color-foreground), .08);
    padding: 2rem 0
}

.pickup-availability-list__item:first-child {
    border-top: .1rem solid rgba(var(--color-foreground), .08)
}

.pickup-availability-list__item>* {
    margin: 0
}

.pickup-availability-list__item>*+* {
    margin-top: 1rem
}

.pickup-availability-address {
    font-style: normal;
    font-size: 1.2rem;
    line-height: calc(1 + .5 / var(--font-body-scale))
}

.pickup-availability-address p {
    margin: 0
}

@keyframes animateDrawerOpen {
    @media screen and (max-width: 749px) {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
    @media screen and (min-width: 750px) {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }
        100% {
            opacity: 1;
            transform: translateX(0);
        }
    }
}

/*# sourceMappingURL=/cdn/shop/t/2/assets/component-pickup-availability.css.map?v=34645222959864780961776170690 */


/* ===== ORIGINAL INLINE PAGE STYLES ===== */

        @font-face {
            font-family: Assistant;
            font-weight: 400;
            font-style: normal;
            font-display: swap;
            src: url("//alivioencadaplato.com/cdn/fonts/assistant/assistant_n4.9120912a469cad1cc292572851508ca49d12e768.woff2") format("woff2"), url("//alivioencadaplato.com/cdn/fonts/assistant/assistant_n4.6e9875ce64e0fefcd3f4446b7ec9036b3ddd2985.woff") format("woff");
        }

        @font-face {
            font-family: Assistant;
            font-weight: 700;
            font-style: normal;
            font-display: swap;
            src: url("//alivioencadaplato.com/cdn/fonts/assistant/assistant_n7.bf44452348ec8b8efa3aa3068825305886b1c83c.woff2") format("woff2"), url("//alivioencadaplato.com/cdn/fonts/assistant/assistant_n7.0c887fee83f6b3bda822f1150b912c72da0f7b64.woff") format("woff");
        }

        @font-face {
            font-family: Assistant;
            font-weight: 400;
            font-style: normal;
            font-display: swap;
            src: url("//alivioencadaplato.com/cdn/fonts/assistant/assistant_n4.9120912a469cad1cc292572851508ca49d12e768.woff2") format("woff2"), url("//alivioencadaplato.com/cdn/fonts/assistant/assistant_n4.6e9875ce64e0fefcd3f4446b7ec9036b3ddd2985.woff") format("woff");
        }

        :root,
        .color-scheme-1 {
            --color-background: 255, 255, 255;
            --gradient-background: #ffffff;
            --color-foreground: 18, 18, 18;
            --color-background-contrast: 191, 191, 191;
            --color-shadow: 18, 18, 18;
            --color-button: 61, 152, 46;
            --color-button-text: 255, 255, 255;
            --color-secondary-button: 255, 255, 255;
            --color-secondary-button-text: 18, 18, 18;
            --color-link: 18, 18, 18;
            --color-badge-foreground: 18, 18, 18;
            --color-badge-background: 255, 255, 255;
            --color-badge-border: 18, 18, 18;
            --payment-terms-background-color: rgb(255 255 255);
        }

        .color-scheme-2 {
            --color-background: 243, 243, 243;
            --gradient-background: #f3f3f3;
            --color-foreground: 18, 18, 18;
            --color-background-contrast: 179, 179, 179;
            --color-shadow: 18, 18, 18;
            --color-button: 18, 18, 18;
            --color-button-text: 243, 243, 243;
            --color-secondary-button: 243, 243, 243;
            --color-secondary-button-text: 18, 18, 18;
            --color-link: 18, 18, 18;
            --color-badge-foreground: 18, 18, 18;
            --color-badge-background: 243, 243, 243;
            --color-badge-border: 18, 18, 18;
            --payment-terms-background-color: rgb(243 243 243);
        }

        .color-scheme-3 {
            --color-background: 36, 40, 51;
            --gradient-background: #242833;
            --color-foreground: 255, 255, 255;
            --color-background-contrast: 47, 52, 66;
            --color-shadow: 18, 18, 18;
            --color-button: 255, 255, 255;
            --color-button-text: 0, 0, 0;
            --color-secondary-button: 36, 40, 51;
            --color-secondary-button-text: 255, 255, 255;
            --color-link: 255, 255, 255;
            --color-badge-foreground: 255, 255, 255;
            --color-badge-background: 36, 40, 51;
            --color-badge-border: 255, 255, 255;
            --payment-terms-background-color: rgb(36 40 51);
        }

        .color-scheme-4 {
            --color-background: 18, 18, 18;
            --gradient-background: #121212;
            --color-foreground: 255, 255, 255;
            --color-background-contrast: 146, 146, 146;
            --color-shadow: 18, 18, 18;
            --color-button: 255, 255, 255;
            --color-button-text: 18, 18, 18;
            --color-secondary-button: 18, 18, 18;
            --color-secondary-button-text: 255, 255, 255;
            --color-link: 255, 255, 255;
            --color-badge-foreground: 255, 255, 255;
            --color-badge-background: 18, 18, 18;
            --color-badge-border: 255, 255, 255;
            --payment-terms-background-color: rgb(18 18 18);
        }

        .color-scheme-5 {
            --color-background: 51, 79, 180;
            --gradient-background: #334fb4;
            --color-foreground: 255, 255, 255;
            --color-background-contrast: 23, 35, 81;
            --color-shadow: 18, 18, 18;
            --color-button: 255, 255, 255;
            --color-button-text: 51, 79, 180;
            --color-secondary-button: 51, 79, 180;
            --color-secondary-button-text: 255, 255, 255;
            --color-link: 255, 255, 255;
            --color-badge-foreground: 255, 255, 255;
            --color-badge-background: 51, 79, 180;
            --color-badge-border: 255, 255, 255;
            --payment-terms-background-color: rgb(51 79 180);
        }

        body,
        .color-scheme-1,
        .color-scheme-2,
        .color-scheme-3,
        .color-scheme-4,
        .color-scheme-5 {
            color: rgba(var(--color-foreground), 0.75);
            background-color: rgb(var(--color-background));
        }

        :root {
            --font-body-family: Assistant, sans-serif;
            --font-body-style: normal;
            --font-body-weight: 400;
            --font-body-weight-bold: 700;
            --font-heading-family: Assistant, sans-serif;
            --font-heading-style: normal;
            --font-heading-weight: 400;
            --font-body-scale: 1.0;
            --font-heading-scale: 1.0;
            --media-padding: px;
            --media-border-opacity: 0.05;
            --media-border-width: 1px;
            --media-radius: 0px;
            --media-shadow-opacity: 0.0;
            --media-shadow-horizontal-offset: 0px;
            --media-shadow-vertical-offset: 4px;
            --media-shadow-blur-radius: 5px;
            --media-shadow-visible: 0;
            --page-width: 120rem;
            --page-width-margin: 0rem;
            --product-card-image-padding: 0.0rem;
            --product-card-corner-radius: 0.0rem;
            --product-card-text-alignment: left;
            --product-card-border-width: 0.0rem;
            --product-card-border-opacity: 0.1;
            --product-card-shadow-opacity: 0.0;
            --product-card-shadow-visible: 0;
            --product-card-shadow-horizontal-offset: 0.0rem;
            --product-card-shadow-vertical-offset: 0.4rem;
            --product-card-shadow-blur-radius: 0.5rem;
            --collection-card-image-padding: 0.0rem;
            --collection-card-corner-radius: 0.0rem;
            --collection-card-text-alignment: left;
            --collection-card-border-width: 0.0rem;
            --collection-card-border-opacity: 0.1;
            --collection-card-shadow-opacity: 0.0;
            --collection-card-shadow-visible: 0;
            --collection-card-shadow-horizontal-offset: 0.0rem;
            --collection-card-shadow-vertical-offset: 0.4rem;
            --collection-card-shadow-blur-radius: 0.5rem;
            --blog-card-image-padding: 0.0rem;
            --blog-card-corner-radius: 0.0rem;
            --blog-card-text-alignment: left;
            --blog-card-border-width: 0.0rem;
            --blog-card-border-opacity: 0.1;
            --blog-card-shadow-opacity: 0.0;
            --blog-card-shadow-visible: 0;
            --blog-card-shadow-horizontal-offset: 0.0rem;
            --blog-card-shadow-vertical-offset: 0.4rem;
            --blog-card-shadow-blur-radius: 0.5rem;
            --badge-corner-radius: 4.0rem;
            --popup-border-width: 1px;
            --popup-border-opacity: 0.1;
            --popup-corner-radius: 0px;
            --popup-shadow-opacity: 0.05;
            --popup-shadow-horizontal-offset: 0px;
            --popup-shadow-vertical-offset: 4px;
            --popup-shadow-blur-radius: 5px;
            --drawer-border-width: 1px;
            --drawer-border-opacity: 0.1;
            --drawer-shadow-opacity: 0.0;
            --drawer-shadow-horizontal-offset: 0px;
            --drawer-shadow-vertical-offset: 4px;
            --drawer-shadow-blur-radius: 5px;
            --spacing-sections-desktop: 0px;
            --spacing-sections-mobile: 0px;
            --grid-desktop-vertical-spacing: 8px;
            --grid-desktop-horizontal-spacing: 8px;
            --grid-mobile-vertical-spacing: 4px;
            --grid-mobile-horizontal-spacing: 4px;
            --text-boxes-border-opacity: 0.1;
            --text-boxes-border-width: 0px;
            --text-boxes-radius: 0px;
            --text-boxes-shadow-opacity: 0.0;
            --text-boxes-shadow-visible: 0;
            --text-boxes-shadow-horizontal-offset: 0px;
            --text-boxes-shadow-vertical-offset: 4px;
            --text-boxes-shadow-blur-radius: 5px;
            --buttons-radius: 40px;
            --buttons-radius-outset: 41px;
            --buttons-border-width: 1px;
            --buttons-border-opacity: 1.0;
            --buttons-shadow-opacity: 1.0;
            --buttons-shadow-visible: 1;
            --buttons-shadow-horizontal-offset: 0px;
            --buttons-shadow-vertical-offset: 4px;
            --buttons-shadow-blur-radius: 5px;
            --buttons-border-offset: 0.3px;
            --inputs-radius: 0px;
            --inputs-border-width: 1px;
            --inputs-border-opacity: 0.55;
            --inputs-shadow-opacity: 0.0;
            --inputs-shadow-horizontal-offset: 0px;
            --inputs-margin-offset: 0px;
            --inputs-shadow-vertical-offset: 4px;
            --inputs-shadow-blur-radius: 5px;
            --inputs-radius-outset: 0px;
            --variant-pills-radius: 40px;
            --variant-pills-border-width: 1px;
            --variant-pills-border-opacity: 0.55;
            --variant-pills-shadow-opacity: 0.0;
            --variant-pills-shadow-horizontal-offset: 0px;
            --variant-pills-shadow-vertical-offset: 4px;
            --variant-pills-shadow-blur-radius: 5px;
        }

        *,
        *::before,
        *::after {
            box-sizing: inherit;
        }

        html {
            box-sizing: border-box;
            font-size: calc(var(--font-body-scale) * 62.5%);
            height: 100%;
        }

        body {
            display: grid;
            grid-template-rows: auto auto 1fr auto;
            grid-template-columns: 100%;
            min-height: 100%;
            margin: 0;
            font-size: 1.5rem;
            letter-spacing: 0.06rem;
            line-height: calc(1 + 0.8 / var(--font-body-scale));
            font-family: var(--font-body-family);
            font-style: var(--font-body-style);
            font-weight: var(--font-body-weight);
        }

        @media screen and (min-width: 750px) {
            body {
                font-size: 1.6rem;
            }
        }
    


            header-drawer {
                justify-self: start;
                margin-left: -1.2rem;
            }

            @media screen and (min-width: 990px) {
                header-drawer {
                    display: none;
                }
            }

            .menu-drawer-container {
                display: flex;
            }

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

            .list-menu--inline {
                display: inline-flex;
                flex-wrap: wrap;
            }

            summary.list-menu__item {
                padding-right: 2.7rem;
            }

            .list-menu__item {
                display: flex;
                align-items: center;
                line-height: calc(1 + 0.3 / var(--font-body-scale));
            }

            .list-menu__item--link {
                text-decoration: none;
                padding-bottom: 1rem;
                padding-top: 1rem;
                line-height: calc(1 + 0.8 / var(--font-body-scale));
            }

            @media screen and (min-width: 750px) {
                .list-menu__item--link {
                    padding-bottom: 0.5rem;
                    padding-top: 0.5rem;
                }
            }
        


            .header {
                padding: 10px 3rem 10px 3rem;
            }

            .section-header {
                position: sticky;
                /* This is for fixing a Safari z-index issue. PR #2147 */
                margin-bottom: 0px;
            }

            @media screen and (min-width: 750px) {
                .section-header {
                    margin-bottom: 0px;
                }
            }

            @media screen and (min-width: 990px) {
                .header {
                    padding-top: 20px;
                    padding-bottom: 20px;
                }
            }
        


            #shopify-section-sections--26995840221463__header sticky-header {
                display: none !important;
            }
        


                .section-template--27150248575255__custom_liquid_DQnC6T-padding {
                    padding-top: calc(0px * 0.75);
                    padding-bottom: calc(0px * 0.75);
                }

                @media screen and (min-width: 750px) {
                    .section-template--27150248575255__custom_liquid_DQnC6T-padding {
                        padding-top: 0px;
                        padding-bottom: 0px;
                    }
                }
            


                        .alivio-section {
                            background: #f8f4ed;
                            padding: 60px 20px;
                            text-align: center;
                            font-family: Georgia, serif;
                        }

                        .alivio-container {
                            max-width: 900px;
                            margin: 0 auto;
                        }

                        .alivio-title {
                            font-size: clamp(42px, 7vw, 90px);
                            line-height: 1.05;
                            font-weight: 700;
                            color: #184726;
                            margin: 0 0 0px;
                        }

                        .alivio-title .highlight {
                            color: #c9952e;
                        }

                        .alivio-divider {
                            color: #c9952e;
                            font-size: 32px;
                            margin-bottom: 0px;
                        }

                        .alivio-subtitle {
                            font-size: clamp(28px, 4vw, 52px);
                            color: #c9952e;
                            font-weight: 700;
                            margin-bottom: 0px;
                        }

                        .alivio-text {
                            font-size: clamp(22px, 2.8vw, 40px);
                            line-height: 1.1;
                            color: #184726;
                            max-width: 800px;
                            margin: 0 auto 5px;
                        }

                        .alivio-book {
                            display: block;
                            text-decoration: none;
                            margin-bottom: 35px;
                        }

                        .alivio-book img {
                            width: 100%;
                            max-width: 380px;
                            height: auto;
                            transition: transform .3s ease;
                        }

                        .alivio-book img:hover {
                            transform: scale(1.03);
                        }

                        .alivio-highlight {
                            background: #184726;
                            color: white;
                            padding: 18px 25px;
                            border-radius: 16px;
                            display: inline-block;
                            font-size: clamp(18px, 2vw, 26px);
                            line-height: 1.4;
                            margin-bottom: 40px;
                            max-width: 800px;
                        }

                        .alivio-icons {
                            display: flex;
                            justify-content: space-between;
                            align-items: flex-start;
                            gap: 10px;
                            margin-bottom: 50px;
                        }

                        .alivio-icon {
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            flex: 1;
                            min-width: 0;
                        }

                        .alivio-icon-circle {
                            width: 50px;
                            height: 50px;
                            border: 2px solid #c9952e;
                            border-radius: 50%;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            font-size: 22px;
                            margin-bottom: 10px;
                        }

                        .alivio-icon-text {
                            color: #184726;
                            font-size: 12px;
                            font-weight: 600;
                            line-height: 1.2;
                        }

                        .alivio-footer {
                            margin-top: 20px;
                            background: #184726;
                            color: white;
                            padding: 18px 20px;
                            border-radius: 14px;
                            font-size: clamp(18px, 2vw, 28px);
                            font-weight: 600;
                            letter-spacing: .5px;
                        }

                        @media(max-width:768px) {
                            .alivio-section {
                                padding: 40px 15px;
                            }
                            .alivio-title {
                                font-size: 46px;
                                line-height: 1.05;
                            }
                            .alivio-subtitle {
                                font-size: 30px;
                            }
                            .alivio-text {
                                font-size: 24px;
                            }
                            .alivio-icons {
                                gap: 6px;
                            }
                            .alivio-icon-circle {
                                width: 42px;
                                height: 42px;
                                font-size: 18px;
                            }
                            .alivio-icon-text {
                                font-size: 10px;
                            }
                            .alivio-footer {
                                font-size: 16px;
                            }
                        }
                    


                .section-template--27150248575255__custom_liquid_YxgXFQ-padding {
                    padding-top: calc(0px * 0.75);
                    padding-bottom: calc(0px * 0.75);
                }

                @media screen and (min-width: 750px) {
                    .section-template--27150248575255__custom_liquid_YxgXFQ-padding {
                        padding-top: 0px;
                        padding-bottom: 0px;
                    }
                }
            


                        .bpsg-hero2 {
                            display: flex;
                            flex-direction: column;
                            align-items: center;
                            width: 100%;
                            border-radius: 12px;
                            overflow: hidden;
                        }

                        .bpsg-hero2-img {
                            width: 100%;
                            display: block;
                        }

                        .bpsg-chef {
                            width: 100%;
                            position: relative;
                        }

                        .bpsg-chef img {
                            width: 100%;
                            display: block;
                        }

                        .bpsg-chef-caption {
                            background: #fff;
                            padding: 20px 24px;
                            border-top: 3px solid #C8813A;
                            text-align: center;
                            font-family: sans-serif;
                        }

                        .bpsg-chef-caption h3 {
                            font-family: Georgia, serif;
                            font-size: 18px;
                            color: #2C1A0E;
                            margin: 0 0 4px;
                        }

                        .bpsg-chef-caption p {
                            font-size: 13px;
                            color: #7A6248;
                            margin: 0;
                        }
                    


                .section-template--27150248575255__custom_liquid_PW3MG7-padding {
                    padding-top: calc(0px * 0.75);
                    padding-bottom: calc(0px * 0.75);
                }

                @media screen and (min-width: 750px) {
                    .section-template--27150248575255__custom_liquid_PW3MG7-padding {
                        padding-top: 0px;
                        padding-bottom: 0px;
                    }
                }
            


                        @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Montserrat:wght@400;500;600;700&display=swap');
                        .bpsg-pain {
                            background: #F5EDD8;
                            padding: 64px 24px;
                        }

                        .bpsg-pain-inner {
                            max-width: 860px;
                            margin: 0 auto;
                        }

                        .bpsg-pain-label {
                            display: inline-block;
                            font-size: 11px;
                            letter-spacing: 2px;
                            text-transform: uppercase;
                            font-family: 'Montserrat', sans-serif;
                            color: #C8813A;
                            margin-bottom: 12px;
                            font-weight: 700;
                        }

                        .bpsg-pain h2 {
                            font-size: clamp(30px, 4vw, 44px);
                            font-family: 'Playfair Display', serif;
                            color: #2C1A0E;
                            margin-bottom: 14px;
                            line-height: 1.2;
                            font-weight: 700;
                        }

                        .bpsg-pain h2 span {
                            color: #C8813A;
                        }

                        /* ACÁ ESTÁ EL CAMBIO DE TIPOGRAFÍA */

                        .bpsg-pain-sub {
                            font-size: 19px;
                            color: #7A6248;
                            font-family: 'Montserrat', sans-serif;
                            font-weight: 500;
                            margin-bottom: 42px;
                            line-height: 1.8;
                            max-width: 760px;
                        }

                        .bpsg-pain-grid {
                            display: grid;
                            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
                            gap: 16px;
                        }

                        .bpsg-pain-card {
                            background: #fff;
                            border: 1.5px solid #E8D0C0;
                            border-left: 6px solid #C0392B;
                            border-radius: 14px;
                            padding: 24px 20px;
                            display: flex;
                            gap: 16px;
                            align-items: flex-start;
                            box-shadow: 0 4px 12px rgba(192, 57, 43, 0.08);
                        }

                        .bpsg-pain-icon {
                            width: 44px;
                            height: 44px;
                            background: #FADADD;
                            border-radius: 50%;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            flex-shrink: 0;
                            font-size: 22px;
                        }

                        .bpsg-pain-text {
                            font-size: 16px;
                            color: #2C1A0E;
                            line-height: 1.6;
                            font-family: 'Montserrat', sans-serif;
                            font-weight: 500;
                        }

                        .bpsg-pain-text strong {
                            color: #C0392B;
                            font-weight: 700;
                            font-size: 17px;
                        }

                        @media(max-width:768px) {
                            .bpsg-pain {
                                padding: 56px 20px;
                            }
                            .bpsg-pain-sub {
                                font-size: 17px;
                                line-height: 1.75;
                                margin-bottom: 34px;
                            }
                        }
                    


                .section-template--27150248575255__custom_liquid_dCiCLQ-padding {
                    padding-top: calc(0px * 0.75);
                    padding-bottom: calc(0px * 0.75);
                }

                @media screen and (min-width: 750px) {
                    .section-template--27150248575255__custom_liquid_dCiCLQ-padding {
                        padding-top: 0px;
                        padding-bottom: 0px;
                    }
                }
            


                        @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700;900&family=Montserrat:wght@400;500;600;700&display=swap');
                        .bpsg-shift {
                            background: #fff;
                            padding: 72px 24px;
                        }

                        .bpsg-shift-inner {
                            max-width: 980px;
                            margin: 0 auto;
                            text-align: center;
                        }

                        .bpsg-shift-label {
                            display: inline-block;
                            font-size: 11px;
                            letter-spacing: 2px;
                            text-transform: uppercase;
                            font-family: 'Montserrat', sans-serif;
                            color: #C8813A;
                            margin-bottom: 14px;
                            font-weight: 700;
                        }

                        .bpsg-shift h2 {
                            font-size: clamp(32px, 4vw, 48px);
                            font-family: 'Playfair Display', serif;
                            color: #2C1A0E;
                            line-height: 1.2;
                            margin-bottom: 18px;
                            font-weight: 700;
                        }

                        .bpsg-shift h2 span {
                            color: #C8813A;
                        }

                        .bpsg-shift-sub {
                            max-width: 760px;
                            margin: 0 auto 48px;
                            font-size: 18px;
                            line-height: 1.7;
                            color: #7A6248;
                            font-family: 'Montserrat', sans-serif;
                            font-weight: 500;
                        }

                        .bpsg-shift-grid {
                            display: grid;
                            grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
                            gap: 18px;
                            margin-top: 20px;
                        }

                        .bpsg-shift-card {
                            border-radius: 18px;
                            padding: 28px 24px;
                            text-align: left;
                            background: #FAF7F1;
                            border: 1.5px solid #E8DCCB;
                        }

                        .bpsg-shift-card.bad {
                            border-left: 6px solid #C0392B;
                        }

                        .bpsg-shift-card.good {
                            border-left: 6px solid #4A7C59;
                            background: #F5FBF7;
                        }

                        .bpsg-shift-title {
                            font-size: 22px;
                            margin-bottom: 18px;
                            font-family: 'Playfair Display', serif;
                            font-weight: 700;
                            color: #2C1A0E;
                        }

                        .bpsg-shift-list {
                            display: flex;
                            flex-direction: column;
                            gap: 14px;
                        }

                        .bpsg-shift-item {
                            display: flex;
                            align-items: flex-start;
                            gap: 12px;
                            font-size: 16px;
                            line-height: 1.6;
                            color: #2C1A0E;
                            font-family: 'Montserrat', sans-serif;
                            font-weight: 500;
                        }

                        .bpsg-shift-icon {
                            font-size: 18px;
                            line-height: 1;
                            margin-top: 2px;
                        }
                    


                .section-template--27150248575255__custom_liquid_D6MVTV-padding {
                    padding-top: calc(0px * 0.75);
                    padding-bottom: calc(0px * 0.75);
                }

                @media screen and (min-width: 750px) {
                    .section-template--27150248575255__custom_liquid_D6MVTV-padding {
                        padding-top: 0px;
                        padding-bottom: 0px;
                    }
                }
            


                        .bpsg-cont {
                            background: #E8D5B0;
                            padding: 72px 24px;
                        }

                        .bpsg-cont-inner {
                            max-width: 980px;
                            margin: 0 auto;
                        }

                        .bpsg-cont-label {
                            display: inline-block;
                            font-size: 11px;
                            letter-spacing: 2px;
                            text-transform: uppercase;
                            font-family: sans-serif;
                            color: #C8813A;
                            margin-bottom: 12px;
                            font-weight: 700;
                        }

                        .bpsg-cont h2 {
                            font-size: clamp(30px, 4vw, 46px);
                            font-family: Georgia, serif;
                            color: #2C1A0E;
                            margin-bottom: 18px;
                            line-height: 1.2;
                        }

                        .bpsg-cont h2 span {
                            color: #C8813A;
                        }

                        .bpsg-cont-sub {
                            max-width: 760px;
                            font-size: 18px;
                            line-height: 1.7;
                            color: #7A6248;
                            margin-bottom: 42px;
                            font-family: sans-serif;
                        }

                        .bpsg-cont-grid {
                            display: grid;
                            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
                            gap: 18px;
                        }

                        .bpsg-cont-card {
                            background: #fff;
                            border-radius: 18px;
                            overflow: hidden;
                            box-shadow: 0 6px 18px rgba(44, 26, 14, 0.08);
                            transition: transform 0.2s ease;
                        }

                        .bpsg-cont-card:hover {
                            transform: translateY(-3px);
                        }

                        .bpsg-cont-card-img {
                            width: 100%;
                            height: 190px;
                            object-fit: cover;
                            display: block;
                        }

                        .bpsg-cont-card-body {
                            padding: 20px;
                        }

                        .bpsg-cont-card-title {
                            font-size: 17px;
                            font-weight: 700;
                            color: #2C1A0E;
                            margin-bottom: 10px;
                            line-height: 1.4;
                            font-family: sans-serif;
                        }

                        .bpsg-cont-card-desc {
                            font-size: 14px;
                            color: #7A6248;
                            font-family: sans-serif;
                            line-height: 1.6;
                        }
                    


                    .section-template--27150248575255__main-padding {
                        padding-top: 0px;
                        padding-bottom: 0px;
                    }

                    @media screen and (min-width: 750px) {
                        .section-template--27150248575255__main-padding {
                            padding-top: 0px;
                            padding-bottom: 0px;
                        }
                    }
                


                .section-template--27150248575255__custom_liquid_Dk7cUV-padding {
                    padding-top: calc(0px * 0.75);
                    padding-bottom: calc(0px * 0.75);
                }

                @media screen and (min-width: 750px) {
                    .section-template--27150248575255__custom_liquid_Dk7cUV-padding {
                        padding-top: 0px;
                        padding-bottom: 0px;
                    }
                }
            


                        .bpsg-medios-pago {
                            text-align: center;
                            padding: 16px 24px;
                            background: #fff;
                        }

                        .bpsg-medios-pago img {
                            max-width: 380px;
                            width: 100%;
                            display: block;
                            margin: 0 auto;
                        }
                    


                .section-template--27150248575255__custom_liquid_8cMw8L-padding {
                    padding-top: calc(0px * 0.75);
                    padding-bottom: calc(0px * 0.75);
                }

                @media screen and (min-width: 750px) {
                    .section-template--27150248575255__custom_liquid_8cMw8L-padding {
                        padding-top: 0px;
                        padding-bottom: 0px;
                    }
                }
            


                        .bpsg-garantia {
                            background: #fff;
                            padding: 16px 20px;
                            max-width: 560px;
                            margin: 0 auto;
                        }

                        .bpsg-garantia-box {
                            border: 2px solid #4A7C59;
                            border-radius: 14px;
                            padding: 18px 20px;
                            display: flex;
                            align-items: center;
                            gap: 14px;
                            background: #F0F7F2;
                        }

                        .bpsg-garantia-icon {
                            font-size: 36px;
                            flex-shrink: 0;
                        }

                        .bpsg-garantia-content {}

                        .bpsg-garantia-title {
                            font-size: 15px;
                            font-weight: 700;
                            color: #2C1A0E;
                            font-family: sans-serif;
                            margin-bottom: 4px;
                        }

                        .bpsg-garantia-title span {
                            color: #4A7C59;
                        }

                        .bpsg-garantia-desc {
                            font-size: 12px;
                            color: #7A6248;
                            font-family: sans-serif;
                            line-height: 1.5;
                        }
                    


                .section-template--27150248575255__custom_liquid_PHFwnC-padding {
                    padding-top: calc(0px * 0.75);
                    padding-bottom: calc(0px * 0.75);
                }

                @media screen and (min-width: 750px) {
                    .section-template--27150248575255__custom_liquid_PHFwnC-padding {
                        padding-top: 0px;
                        padding-bottom: 0px;
                    }
                }
            


                        .bpsg-urgencia {
                            background: #fff;
                            padding: 24px;
                            max-width: 560px;
                            margin: 0 auto;
                        }

                        .bpsg-urgencia-cupos {
                            text-align: center;
                            font-size: 14px;
                            font-family: sans-serif;
                            color: #2C1A0E;
                            margin-bottom: 16px;
                            font-weight: 600;
                        }

                        .bpsg-urgencia-cupos span {
                            color: #C0392B;
                        }

                        .bpsg-urgencia-box {
                            border: 2px solid #C8813A;
                            border-radius: 14px;
                            padding: 20px;
                            text-align: center;
                            background: #FFFDF8;
                        }

                        .bpsg-urgencia-title {
                            font-size: 15px;
                            font-weight: 700;
                            font-family: sans-serif;
                            color: #C0392B;
                            margin-bottom: 4px;
                            text-transform: uppercase;
                            letter-spacing: 0.5px;
                        }

                        .bpsg-urgencia-sub {
                            font-size: 13px;
                            color: #7A6248;
                            font-family: sans-serif;
                            margin-bottom: 16px;
                        }

                        .bpsg-urgencia-sub span {
                            font-weight: 700;
                            color: #2C1A0E;
                        }

                        .bpsg-counter {
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            gap: 8px;
                            margin-bottom: 16px;
                        }

                        .bpsg-counter-block {
                            text-align: center;
                        }

                        .bpsg-counter-num {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            width: 64px;
                            height: 64px;
                            background: #2C1A0E;
                            color: #F5EDD8;
                            font-size: 32px;
                            font-weight: 700;
                            font-family: sans-serif;
                            border-radius: 10px;
                        }

                        .bpsg-counter-label {
                            font-size: 10px;
                            color: #7A6248;
                            font-family: sans-serif;
                            letter-spacing: 1px;
                            text-transform: uppercase;
                            margin-top: 4px;
                        }

                        .bpsg-counter-sep {
                            font-size: 32px;
                            font-weight: 700;
                            color: #C8813A;
                            margin-bottom: 20px;
                            font-family: sans-serif;
                        }

                        .bpsg-urgencia-promo {
                            background: #C8813A;
                            color: #fff;
                            font-size: 13px;
                            font-weight: 700;
                            font-family: sans-serif;
                            padding: 10px 20px;
                            border-radius: 50px;
                            display: inline-block;
                            letter-spacing: 0.3px;
                        }

                        .bpsg-urgencia-viendo {
                            text-align: center;
                            font-size: 13px;
                            font-family: sans-serif;
                            color: #7A6248;
                            margin-top: 14px;
                        }

                        .bpsg-urgencia-viendo span {
                            font-weight: 700;
                            color: #C0392B;
                        }
                    


                .section-template--27150248575255__custom_liquid_XMTRLp-padding {
                    padding-top: calc(40px * 0.75);
                    padding-bottom: calc(52px * 0.75);
                }

                @media screen and (min-width: 750px) {
                    .section-template--27150248575255__custom_liquid_XMTRLp-padding {
                        padding-top: 40px;
                        padding-bottom: 52px;
                    }
                }
            


                        .bpsg-miniinc {
                            background: #fff;
                            padding: 42px 24px;
                        }

                        .bpsg-miniinc-inner {
                            max-width: 860px;
                            margin: 0 auto;
                        }

                        .bpsg-miniinc-label {
                            font-size: 11px;
                            letter-spacing: 2px;
                            text-transform: uppercase;
                            color: #C8813A;
                            font-family: sans-serif;
                            font-weight: 700;
                            margin-bottom: 12px;
                        }

                        .bpsg-miniinc h2 {
                            font-size: clamp(28px, 4vw, 40px);
                            line-height: 1.2;
                            color: #2C1A0E;
                            font-family: Georgia, serif;
                            margin-bottom: 14px;
                        }

                        .bpsg-miniinc h2 span {
                            color: #C8813A;
                        }

                        .bpsg-miniinc-sub {
                            font-size: 16px;
                            line-height: 1.7;
                            color: #7A6248;
                            margin-bottom: 32px;
                            font-family: sans-serif;
                            max-width: 720px;
                        }

                        .bpsg-miniinc-grid {
                            display: grid;
                            grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
                            gap: 14px;
                        }

                        .bpsg-miniinc-item {
                            background: #F9F4EA;
                            border: 1px solid #E8D5B0;
                            border-radius: 16px;
                            padding: 20px;
                        }

                        .bpsg-miniinc-item strong {
                            display: block;
                            color: #2C1A0E;
                            font-size: 15px;
                            margin-bottom: 8px;
                            font-family: sans-serif;
                        }

                        .bpsg-miniinc-item p {
                            margin: 0;
                            font-size: 14px;
                            line-height: 1.6;
                            color: #7A6248;
                            font-family: sans-serif;
                        }
                    


                .section-template--27150248575255__custom_liquid_9B9cp8-padding {
                    padding-top: calc(0px * 0.75);
                    padding-bottom: calc(0px * 0.75);
                }

                @media screen and (min-width: 750px) {
                    .section-template--27150248575255__custom_liquid_9B9cp8-padding {
                        padding-top: 0px;
                        padding-bottom: 0px;
                    }
                }
            


                        .bonos-section {
                            background-color: #FAF6F1;
                            padding: 60px 20px;
                            font-family: 'Montserrat', sans-serif;
                        }

                        .bonos-eyebrow {
                            text-align: center;
                            font-size: 12px;
                            font-weight: 700;
                            letter-spacing: 3px;
                            color: #C8873A;
                            text-transform: uppercase;
                            margin-bottom: 12px;
                        }

                        .bonos-alerta {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            gap: 8px;
                            background: #1C1C1C;
                            color: #fff;
                            font-size: 13px;
                            font-weight: 700;
                            border-radius: 30px;
                            padding: 10px 24px;
                            max-width: 380px;
                            margin: 0 auto 20px;
                            letter-spacing: 0.5px;
                        }

                        .bonos-titulo {
                            text-align: center;
                            font-family: 'Playfair Display', serif;
                            font-size: 32px;
                            font-weight: 700;
                            color: #1C1C1C;
                            margin-bottom: 8px;
                        }

                        .bonos-titulo span {
                            color: #C8873A;
                        }

                        .bonos-subtitulo {
                            text-align: center;
                            font-size: 14px;
                            color: #888;
                            margin-bottom: 40px;
                        }

                        .bonos-grid {
                            display: grid;
                            grid-template-columns: repeat(2, 1fr);
                            gap: 16px;
                            max-width: 680px;
                            margin: 0 auto 32px;
                        }

                        .bono-card {
                            background: #fff;
                            border-radius: 16px;
                            overflow: hidden;
                            box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
                            display: flex;
                            flex-direction: column;
                        }

                        .bono-card-img {
                            width: 100%;
                            height: auto;
                            object-fit: contain;
                            display: block;
                            background: #f0ebe4;
                        }

                        .bono-card-body {
                            padding: 14px 16px 16px;
                            flex: 1;
                            display: flex;
                            flex-direction: column;
                            gap: 6px;
                        }

                        .bono-emoji {
                            font-size: 18px;
                        }

                        .bono-nombre {
                            font-size: 14px;
                            font-weight: 700;
                            color: #1C1C1C;
                            line-height: 1.3;
                        }

                        .bono-desc {
                            font-size: 12px;
                            color: #666;
                            line-height: 1.5;
                            flex: 1;
                        }

                        .bono-precio {
                            display: flex;
                            align-items: center;
                            gap: 8px;
                            margin-top: 6px;
                        }

                        .bono-precio-tachado {
                            font-size: 12px;
                            color: #aaa;
                            text-decoration: line-through;
                        }

                        .bono-precio-gratis {
                            font-size: 13px;
                            font-weight: 800;
                            color: #2E7D52;
                            letter-spacing: 0.5px;
                        }

                        .bono-card.sorpresa {
                            background: linear-gradient(135deg, #2C1A0E, #4A2C10);
                            grid-column: span 2;
                            flex-direction: row;
                            align-items: center;
                            padding: 20px;
                            gap: 16px;
                        }

                        .bono-card.sorpresa .bono-card-img {
                            width: 90px;
                            height: 90px;
                            aspect-ratio: 1;
                            border-radius: 12px;
                            flex-shrink: 0;
                        }

                        .bono-card.sorpresa .bono-nombre {
                            color: #fff;
                            font-size: 16px;
                        }

                        .bono-card.sorpresa .bono-desc {
                            color: #d4b896;
                        }

                        .bono-card.sorpresa .bono-precio-tachado {
                            color: #8a6a4a;
                        }

                        .bono-card.sorpresa .bono-precio-gratis {
                            color: #C8873A;
                        }

                        .bonos-total {
                            text-align: center;
                            margin-bottom: 20px;
                        }

                        .bonos-total-texto {
                            font-size: 15px;
                            color: #555;
                        }

                        .bonos-total-texto s {
                            color: #aaa;
                        }

                        .bonos-total-texto strong {
                            color: #1C1C1C;
                            font-size: 17px;
                        }

                        .bonos-cta {
                            display: block;
                            background: #C8873A;
                            color: #fff;
                            text-align: center;
                            font-size: 14px;
                            font-weight: 700;
                            padding: 16px 24px;
                            border-radius: 50px;
                            max-width: 360px;
                            margin: 0 auto;
                            text-decoration: none;
                            letter-spacing: 0.5px;
                        }

                        @media (max-width: 480px) {
                            .bonos-titulo {
                                font-size: 26px;
                            }
                            .bono-card.sorpresa {
                                flex-direction: column;
                                text-align: center;
                            }
                            .bono-card.sorpresa .bono-card-img {
                                width: 100%;
                                height: 120px;
                                aspect-ratio: auto;
                            }
                        }
                    


                .section-template--27150248575255__custom_liquid_xrDdLe-padding {
                    padding-top: calc(0px * 0.75);
                    padding-bottom: calc(0px * 0.75);
                }

                @media screen and (min-width: 750px) {
                    .section-template--27150248575255__custom_liquid_xrDdLe-padding {
                        padding-top: 0px;
                        padding-bottom: 0px;
                    }
                }
            


                        .bpsg-rev {
                            background: #fff;
                            padding: 72px 20px;
                        }

                        .bpsg-rev-inner {
                            max-width: 980px;
                            margin: 0 auto;
                        }

                        .bpsg-rev-label {
                            text-align: center;
                            font-size: 11px;
                            letter-spacing: 2px;
                            text-transform: uppercase;
                            color: #C8813A;
                            font-family: sans-serif;
                            font-weight: 700;
                            margin-bottom: 12px;
                        }

                        .bpsg-rev h2 {
                            text-align: center;
                            font-size: clamp(30px, 4vw, 46px);
                            line-height: 1.18;
                            color: #2C1A0E;
                            font-family: Georgia, serif;
                            margin-bottom: 16px;
                        }

                        .bpsg-rev h2 span {
                            color: #C8813A;
                        }

                        .bpsg-rev-sub {
                            text-align: center;
                            font-size: 17px;
                            line-height: 1.75;
                            color: #7A6248;
                            font-family: sans-serif;
                            max-width: 720px;
                            margin: 0 auto 44px;
                        }

                        .bpsg-rev-rating {
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            gap: 12px;
                            margin-bottom: 44px;
                            flex-wrap: wrap;
                        }

                        .bpsg-rev-stars {
                            color: #C8873A;
                            font-size: 21px;
                            letter-spacing: 2px;
                        }

                        .bpsg-rev-score {
                            font-size: 15px;
                            color: #2C1A0E;
                            font-family: sans-serif;
                            font-weight: 600;
                        }

                        .bpsg-rev-grid {
                            display: grid;
                            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
                            gap: 18px;
                        }

                        .bpsg-rev-card {
                            background: #FAF6F1;
                            border: 1px solid #E8D5B0;
                            border-radius: 18px;
                            padding: 20px;
                            box-shadow: 0 4px 14px rgba(0, 0, 0, 0.04);
                        }

                        .bpsg-rev-photo {
                            display: block;
                            width: calc(100% + 40px);
                            margin: -20px -20px 14px -20px;
                            border-radius: 18px 18px 0 0;
                            aspect-ratio: 4 / 3;
                            object-fit: cover;
                        }

                        .bpsg-rev-top {
                            display: flex;
                            align-items: center;
                            gap: 12px;
                            margin-bottom: 14px;
                        }

                        .bpsg-rev-avatar {
                            width: 44px;
                            height: 44px;
                            border-radius: 50%;
                            background: #E8D5B0;
                            display: flex;
                            align-items: center;
                            justify-content: center;
                            font-size: 14px;
                            font-weight: 700;
                            color: #2C1A0E;
                            font-family: sans-serif;
                            flex-shrink: 0;
                        }

                        .bpsg-rev-name {
                            font-size: 14px;
                            font-weight: 700;
                            color: #2C1A0E;
                            font-family: sans-serif;
                        }

                        .bpsg-rev-verified {
                            font-size: 11px;
                            color: #4A7C59;
                            font-family: sans-serif;
                            margin-top: 2px;
                        }

                        .bpsg-rev-text {
                            font-size: 14px;
                            line-height: 1.75;
                            color: #2C1A0E;
                            font-family: sans-serif;
                            margin-bottom: 14px;
                        }

                        .bpsg-rev-reply {
                            background: #fff;
                            border-radius: 12px;
                            padding: 12px 14px;
                            border: 1px solid #E8D5B0;
                        }

                        .bpsg-rev-reply strong {
                            display: block;
                            font-size: 12px;
                            margin-bottom: 5px;
                            color: #C8873A;
                            font-family: sans-serif;
                        }

                        .bpsg-rev-reply p {
                            margin: 0;
                            font-size: 13px;
                            line-height: 1.6;
                            color: #7A6248;
                            font-family: sans-serif;
                        }

                        @media(max-width:768px) {
                            .bpsg-rev {
                                padding: 56px 14px;
                            }
                            .bpsg-rev-grid {
                                grid-template-columns: 1fr 1fr;
                                gap: 10px;
                            }
                            .bpsg-rev-card {
                                padding: 14px;
                                border-radius: 14px;
                            }
                            .bpsg-rev-photo {
                                width: calc(100% + 28px);
                                margin: -14px -14px 10px -14px;
                                border-radius: 14px 14px 0 0;
                            }
                            .bpsg-rev-avatar {
                                width: 34px;
                                height: 34px;
                                font-size: 11px;
                            }
                            .bpsg-rev-name {
                                font-size: 12px;
                            }
                            .bpsg-rev-verified {
                                font-size: 9px;
                            }
                            .bpsg-rev-text {
                                font-size: 12px;
                                line-height: 1.55;
                                margin-bottom: 10px;
                            }
                            .bpsg-rev-reply {
                                padding: 10px;
                            }
                            .bpsg-rev-reply strong {
                                font-size: 10px;
                            }
                            .bpsg-rev-reply p {
                                font-size: 11px;
                                line-height: 1.45;
                            }
                        }
                    


                .section-template--27150248575255__custom_liquid_w6tKQx-padding {
                    padding-top: calc(0px * 0.75);
                    padding-bottom: calc(0px * 0.75);
                }

                @media screen and (min-width: 750px) {
                    .section-template--27150248575255__custom_liquid_w6tKQx-padding {
                        padding-top: 0px;
                        padding-bottom: 0px;
                    }
                }
            


                        .bpsg-faq {
                            background: #F5EDD8;
                            padding: 64px 24px;
                        }

                        .bpsg-faq-inner {
                            max-width: 860px;
                            margin: 0 auto;
                        }

                        .bpsg-faq-label {
                            display: inline-block;
                            font-size: 11px;
                            letter-spacing: 2px;
                            text-transform: uppercase;
                            font-family: sans-serif;
                            color: #C8813A;
                            margin-bottom: 12px;
                            font-weight: 600;
                        }

                        .bpsg-faq h2 {
                            font-size: clamp(26px, 4vw, 40px);
                            font-family: Georgia, serif;
                            color: #2C1A0E;
                            margin-bottom: 40px;
                            line-height: 1.2;
                        }

                        .bpsg-faq h2 span {
                            color: #C8813A;
                        }

                        .bpsg-faq-item {
                            border-bottom: 1px solid #E8D5B0;
                        }

                        .bpsg-faq-q {
                            width: 100%;
                            background: none;
                            border: none;
                            padding: 20px 0;
                            text-align: left;
                            font-size: 16px;
                            font-family: sans-serif;
                            font-weight: 600;
                            color: #2C1A0E;
                            cursor: pointer;
                            display: flex;
                            justify-content: space-between;
                            align-items: center;
                            gap: 12px;
                        }

                        .bpsg-faq-q:hover {
                            color: #C8813A;
                        }

                        .bpsg-faq-icon {
                            font-size: 22px;
                            color: #C8813A;
                            flex-shrink: 0;
                            transition: transform 0.2s;
                            display: inline-block;
                            font-style: normal;
                        }

                        .bpsg-faq-a {
                            display: none;
                            font-size: 15px;
                            color: #7A6248;
                            font-family: sans-serif;
                            line-height: 1.7;
                            padding-bottom: 20px;
                        }

                        .bpsg-faq-item.open .bpsg-faq-a {
                            display: block;
                        }

                        .bpsg-faq-item.open .bpsg-faq-icon {
                            transform: rotate(45deg);
                        }

                        /* CIERRE */

                        .bpsg-cierre {
                            background: #2C1A0E;
                            padding: 80px 24px;
                            text-align: center;
                        }

                        .bpsg-cierre-inner {
                            max-width: 640px;
                            margin: 0 auto;
                        }

                        .bpsg-cierre h2 {
                            font-size: clamp(30px, 4vw, 46px);
                            font-family: Georgia, serif;
                            color: #F5EDD8;
                            margin-bottom: 18px;
                            line-height: 1.2;
                        }

                        .bpsg-cierre h2 span {
                            color: #C8813A;
                        }

                        .bpsg-cierre p {
                            font-size: 17px;
                            color: #D2C2A8;
                            line-height: 1.7;
                            font-family: sans-serif;
                            margin-bottom: 34px;
                        }

                        .bpsg-cierre-btn {
                            display: inline-block;
                            background: #C8813A;
                            color: #fff;
                            font-size: 19px;
                            font-weight: 700;
                            font-family: sans-serif;
                            padding: 22px 52px;
                            border-radius: 60px;
                            text-decoration: none;
                            transition: all .2s ease;
                            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
                        }

                        .bpsg-cierre-btn:hover {
                            background: #A8681E;
                            transform: translateY(-2px);
                        }

                        .bpsg-cierre-guarantee {
                            margin-top: 18px;
                            font-size: 13px;
                            color: #BCA98E;
                            font-family: sans-serif;
                        }

                        .bpsg-cierre-stock {
                            margin-top: 12px;
                            font-size: 13px;
                            color: #C4B49A;
                            font-family: sans-serif;
                        }

                        @media(max-width:768px) {
                            .bpsg-cierre {
                                padding: 64px 20px;
                            }
                            .bpsg-cierre-btn {
                                width: 100%;
                                max-width: 100%;
                                padding: 20px 24px;
                                font-size: 18px;
                            }
                        }
                    