/** Shopify CDN: Minification failed

Line 528:24 The "+" operator only works if there is whitespace on both sides
Line 528:31 The "+" operator only works if there is whitespace on both sides
Line 738:82 The "+" operator only works if there is whitespace on both sides
Line 751:87 The "+" operator only works if there is whitespace on both sides
Line 1221:34 The "+" operator only works if there is whitespace on both sides
Line 1226:34 The "+" operator only works if there is whitespace on both sides
Line 1231:36 The "+" operator only works if there is whitespace on both sides
Line 1236:36 The "+" operator only works if there is whitespace on both sides
Line 1383:60 The "+" operator only works if there is whitespace on both sides
Line 1404:47 The "+" operator only works if there is whitespace on both sides
... and 244 more hidden warnings

**/
*,
:after,
:before {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
    border-color: rgb(var(--border-color));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    scroll-padding-top: var(--sticky-area-height);
    interpolate-size: allow-keywords;
    line-height: 1.5
}

body {
    background: rgb(var(--page-background));
    font: var(--text-font-style) var(--text-font-weight) var(--text-base)/1.65 var(--text-font-family);
    letter-spacing: var(--text-letter-spacing);
    margin: 0;
    position: relative
}

hr {
    border-top-width: 1px;
    justify-self: stretch;
    height: 0
}

a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em
}

table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse
}

button,
input,
optgroup,
select,
textarea {
    font-size: 100%;
    font-weight: inherit;
    font-style: inherit;
    line-height: inherit;
    text-transform: inherit;
    color: inherit;
    margin: 0;
    padding: 0
}

input[type=submit] {
    cursor: pointer
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    background-color: #0000;
    background-image: none
}

[role=button],
[type=checkbox],
[type=radio],
button,
label,
summary {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    cursor: pointer
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

::-webkit-inner-spin-button {
    height: auto
}

::-webkit-outer-spin-button {
    height: auto
}

::-webkit-date-and-time-value {
    text-align: start
}

[type=date] {
    min-height: 3rem
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    list-style-type: none
}

summary::-webkit-details-marker {
    display: none
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

menu,
ol,
ul {
    margin: 0;
    padding: 0
}

.unstyled-list {
    margin: 0;
    padding: 0;
    list-style: none
}

textarea {
    resize: vertical;
    field-sizing: content;
    min-height: 4lh
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: rgb(var(--text-color) / .65)
}

:disabled {
    cursor: default !important
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    vertical-align: middle;
    display: block
}

img {
    color: #0000;
    max-width: 100%;
    height: auto
}

[role=img] svg {
    display: initial
}

picture source {
    display: contents
}

video {
    max-width: 100%;
    height: auto
}

:focus:not(:focus-visible) {
    outline: 0
}

[hidden] {
    display: none !important
}

height-observer {
    display: block
}

.color-scheme {
    background-color: rgb(var(--background));
    background-image: var(--background-gradient);
    color: rgb(var(--text-color));
    border-color: rgb(var(--border-color))
}

.color-scheme--with-image-overlay {
    --border-color: var(--text-color)/.6
}

.color-scheme--with-image-overlay .button--outline {
    --border-color: var(--text-color)
}

.accordion {
    box-sizing: content-box;
    display: block
}

.accordion {
    border-block-width: 1px
}

.accordion:is(svg) {
    transition: transform .2s
}

.accordion+.accordion {
    border-block-start-width: 0
}

.accordion__toggle {
    justify-content: space-between;
    align-items: center;
    column-gap: .625rem;
    padding-block: 1.25rem;
    display: flex
}

.accordion__content {
    margin-block-start: -.25rem;
    padding-block-end: 1.25rem;
    padding-inline-end: 1.25rem
}

@media screen and (min-width:1000px) {
    .accordion__toggle.text-lg {
        padding-block: 1.5rem
    }

    .accordion--lg .accordion__toggle {
        padding-block: 2rem
    }

    .accordion--lg .accordion__content {
        margin-block-start: -.5rem
    }
}

.accordion-group>*+*>.accordion {
    border-block-start-width: 0
}

.blog-post-card {
    align-content: start;
    gap: 1.25rem;
    display: grid
}

.blog-post-card__info {
    justify-items: start;
    row-gap: 1rem;
    display: grid
}

.blog-post-card__meta {
    flex-wrap: wrap;
    align-items: center;
    column-gap: .5rem;
    display: flex
}

.blog-post-card__meta>*+:before {
    content: "•";
    margin-inline-end: .5rem
}

.blog-post-list {
    --blog-post-list-items-per-row: 1;
    --blog-post-list-column-gap: 1.875rem;
    --blog-post-list-row-gap: var(--section-stack-gap);
    --blog-post-list-card-width: calc(100% / var(--blog-post-list-items-per-row) - var(--blog-post-list-column-gap) * (var(--blog-post-list-items-per-row) - 1) / var(--blog-post-list-items-per-row));
    grid: auto/repeat(auto-fit, var(--blog-post-list-card-width));
    align-items: start;
    column-gap: var(--blog-post-list-column-gap);
    row-gap: var(--blog-post-list-row-gap);
    display: grid
}

.featured-blog-post {
    grid-column: 1/-1;
    display: none
}

@media screen and (min-width:700px) {
    .blog-post-list {
        --blog-post-list-items-per-row: 2
    }
}

@media screen and (max-width:999px) {
    .blog-post-list--carousel {
        --blog-post-list-card-width: 40vw;
        grid: auto/auto-flow var(--blog-post-list-card-width)
    }
}

@media screen and (max-width:699px) {
    .blog-post-list--carousel {
        --blog-post-list-card-width: 74vw
    }
}

@media screen and (min-width:1000px) {
    .blog-post-list {
        --blog-post-list-items-per-row: 3;
        --blog-post-list-column-gap: 3.75rem
    }

    .featured-blog-post {
        display: block
    }

    .featured-blog-post+.blog-post-card {
        display: none
    }
}

@media screen and (min-width:1150px) {
    .blog-post-list {
        --blog-post-list-row-gap: 3.75rem
    }
}

.shopify-challenge__button,
.shopify-payment-button__button--unbranded {
    all: revert
}

.button,
.shopify-challenge__button,
.shopify-payment-button__button--unbranded {
    --initial-gradient: linear-gradient(rgb(var(--button-background)), rgb(var(--button-background)));
    --hover-gradient: linear-gradient(transparent, transparent);
    --initial-background-position: var(--transform-origin-end);
    --hover-background-position: var(--transform-origin-start);
    -webkit-appearance: none;
    appearance: none;
    text-transform: var(--button-text-transform);
    font: var(--button-font);
    letter-spacing: var(--button-letter-spacing);
    text-shadow: none;
    text-align: center;
    cursor: pointer;
    color: rgb(var(--button-text-color));
    border: 1px solid rgb(var(--button-outline-color, var(--button-background)));
    border-radius: var(--button-border-radius);
    background-color: #0000;
    background-image: var(--initial-gradient), var(--hover-gradient);
    background-size: 101% 101%, 0 101%;
    background-position: var(--initial-background-position);
    background-repeat: no-repeat;
    justify-content: center;
    align-items: center;
    column-gap: 1.125rem;
    padding: .65rem 1.75rem;
    transition: background-size .45s cubic-bezier(.785, .135, .15, .86), background-position .45s step-end, color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86);
    display: inline-flex;
    position: relative
}

.shopify-payment-button__button--unbranded {
    border: 1px solid rgb(var(--button-outline-color, var(--button-background))) !important;
    border-radius: var(--button-border-radius) !important;
    background-color: #0000 !important;
    transition: background-size .45s cubic-bezier(.785, .135, .15, .86), background-position .45s step-end, color .45s cubic-bezier(.785, .135, .15, .86), border .45s cubic-bezier(.785, .135, .15, .86) !important
}

.shopify-payment-button__button--unbranded:not(:hover) {
    color: rgb(var(--button-text-color)) !important
}

.button--outline {
    --initial-gradient: linear-gradient(transparent, transparent);
    --hover-gradient: linear-gradient(rgb(var(--button-background)), rgb(var(--button-background)));
    --initial-background-position: var(--transform-origin-start);
    --hover-background-position: var(--transform-origin-end);
    color: rgb(var(--button-background, var(--text-color)));
    border-color: rgb(var(--button-outline-color, var(--border-color)))
}

.button--subdued.button--outline {
    color: rgb(var(--button-background) / .65);
    border-color: rgb(var(--border-color))
}

.button--sm {
    font-size: var(--text-xs);
    padding: .5rem .75rem
}

@media screen and (pointer:fine) and (prefers-reduced-motion:no-preference) {
    .features--button-transition:is(.button, .shopify-challenge__button, .shopify-payment-button__button--unbranded):not([disabled]):hover {
        color: rgb(var(--button-background));
        background-position: var(--hover-background-position);
        border-color: rgb(var(--button-background));
        background-size: 0 101%, 101% 101%
    }

    .features--button-transition .shopify-payment-button__button--unbranded:not([disabled]):hover {
        background-color: #0000
    }

    .features--button-transition .button--outline:not([disabled]):hover {
        color: rgb(var(--button-text-color))
    }
}

.button-group {
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    display: flex
}

.button-group>* {
    margin: 0 !important
}

.button-group:has(.link):has(.button) {
    column-gap: 1.5rem
}

@media screen and (min-width:700px) {
    .button-group {
        gap: 1.25rem
    }

    .button-group:has(.link):not(:has(.button)) {
        column-gap: 2rem
    }

    .button-group--same-width {
        grid-auto-columns: minmax(0, 1fr);
        grid-auto-flow: column;
        display: grid
    }
}

.additional-checkout-buttons {
    width: 100%
}

.shopify-payment-button__button {
    vertical-align: top;
    width: 100%;
    min-height: calc(1lh+1.3rem+2px)
}

shopify-accelerated-checkout,
shopify-accelerated-checkout-cart {
    --shopify-accelerated-checkout-button-block-size: 44px;
    --shopify-accelerated-checkout-button-border-radius: var(--button-border-radius);
    --shopify-accelerated-checkout-button-box-shadow: none
}

@keyframes animateIconInline {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    50% {
        opacity: 0;
        transform: translateX(100%)
    }

    51% {
        opacity: 0;
        transform: translateX(-100%)
    }

    100% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes animateIconBlock {
    0% {
        opacity: 1;
        transform: translateY(0)
    }

    50% {
        opacity: 0;
        transform: translateY(100%)
    }

    51% {
        opacity: 0;
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.circle-button {
    --circle-button-size: 2.75rem;
    width: var(--circle-button-size);
    height: var(--circle-button-size);
    background: rgb(var(--circle-button-background));
    color: rgb(var(--circle-button-text-color));
    border-radius: var(--rounded-full);
    box-shadow: 0 .125rem .625rem rgb(var(--circle-button-text-color) / .15);
    place-items: center;
    display: grid
}

.circle-button>svg {
    width: .75rem
}

.circle-button>.icon-zoom {
    width: .875rem
}

@media screen and (pointer:fine) and (prefers-reduced-motion:no-preference) {
    .circle-button.hover\:animate-icon-inline:hover svg {
        animation: .35s ease-in-out forwards animateIconInline
    }

    .circle-button.hover\:animate-icon-block:hover svg {
        animation: .35s ease-in-out forwards animateIconBlock
    }
}

.circle-button--sm {
    --circle-button-size: 2.25rem
}

.circle-button--lg,
.circle-button--xl {
    --circle-button-size: 3.125rem
}

:is(.circle-button--lg, .circle-button--xl)>svg {
    width: 1rem
}

@media screen and (min-width:700px) {
    .circle-button--xl {
        --circle-button-size: 3.5rem
    }
}

.content-over-media {
    --content-over-media-gap: 1.25rem;
    --content-over-media-calculated-row-gap: var(--content-over-media-row-gap, var(--content-over-media-gap));
    --content-over-media-calculated-column-gap: var(--content-over-media-column-gap, var(--content-over-media-gap));
    grid-template: [full-start] 0 [content-start] minmax(0, 1fr) [content-end] 0 [full-end]/[full-start] minmax(0, 1fr) [content-start] minmax(0, min(var(--container-max-width), 100% - var(--content-over-media-column-gap, var(--content-over-media-gap, var(--container-gutter))) * 2)) [content-end] minmax(0, 1fr) [full-end];
    row-gap: var(--content-over-media-calculated-row-gap);
    column-gap: var(--content-over-media-calculated-column-gap);
    min-height: var(--content-over-media-height, auto);
    place-items: center;
    display: grid;
    position: relative;
    overflow: hidden
}

.content-over-media:before {
    content: "";
    background: var(--content-over-media-gradient-overlay, rgb(var(--content-over-media-overlay)));
    border-radius: inherit;
    z-index: 1;
    pointer-events: none;
    position: absolute;
    inset: 0
}

.content-over-media>image-parallax picture,
.content-over-media>picture {
    display: contents
}

.content-over-media>:is(img, video, iframe, svg, video-media),
.content-over-media>image-parallax img,
.content-over-media>picture img {
    height: var(--content-over-media-height, auto);
    overflow-wrap: anywhere;
    object-fit: cover;
    object-position: center;
    border-radius: inherit;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    grid-area: full-start/full-start/full-end/full-end;
    min-width: 100%;
    min-height: 100%;
    max-height: 100%
}

.content-over-media>:not(img, video, iframe, svg, video-media, picture, image-parallax) {
    max-width: var(--content-over-media-content-max-width, 48rem);
    z-index: 1;
    text-shadow: 0 1px rgb(var(--content-over-media-text-shadow) / 50%);
    grid-area: content-start/content-start/content-end/content-end;
    position: relative
}

.content-over-media:has(>.prose):not(:has(>.prose .button:last-child)) {
    row-gap: calc(var(--content-over-media-calculated-row-gap) - .5rem)
}

@supports (row-gap:1lh) {
    .content-over-media:has(>.prose):not(:has(>.prose .button:last-child)) {
        row-gap: calc(var(--content-over-media-calculated-row-gap) - .5lh)
    }
}

.content-over-media>video-media:not([autoplay])~:not(img, video, iframe, svg, video-media, picture, image-parallax) {
    pointer-events: none;
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out
}

.content-over-media>video-media:not([autoplay])[loaded]~:not(img, video, iframe, svg, video-media, picture, image-parallax) {
    opacity: 0;
    visibility: hidden
}

.content-over-media:has(video-media:not([autoplay])) .play-button {
    transition: transform .2s ease-in-out
}

.content-over-media:has(video-media:not([autoplay])):hover .play-button {
    transform: scale(1.1)
}

.shopify-section:first-child [allow-transparent-header]>.content-over-media>:not(img, video, iframe, svg, video-media, picture, image-parallax) {
    padding-block-start: var(--header-height, 0px)
}

.content-over-media--xs {
    --content-over-media-height: clamp(15rem, 65vw, 25rem)
}

.content-over-media--sm {
    --content-over-media-height: clamp(20rem, 85vw, 32rem)
}

.content-over-media--md {
    --content-over-media-height: clamp(25rem, 100vw, 36rem)
}

.content-over-media--lg {
    --content-over-media-height: clamp(30rem, 125vw, 42rem)
}

.content-over-media--fill {
    --content-over-media-height: calc(100vh - var(--sticky-area-height))
}

.shopify-section:first-child .content-over-media--fill {
    --content-over-media-height: calc(100vh - (var(--announcement-bar-height, 0px)+var(--header-height, 0px)))
}

.shopify-section:first-child:has([allow-transparent-header]) .content-over-media--fill {
    --content-over-media-height: calc(100vh - (var(--announcement-bar-height, 0px)))
}

@supports (height:100svh) {
    .content-over-media--fill {
        --content-over-media-height: calc(100svh - var(--sticky-area-height))
    }

    .shopify-section:first-child .content-over-media--fill {
        --content-over-media-height: calc(100svh - (var(--announcement-bar-height, 0px)+var(--header-height, 0px)))
    }

    .shopify-section:first-child:has([allow-transparent-header]) .content-over-media--fill {
        --content-over-media-height: calc(100svh - (var(--announcement-bar-height, 0px)))
    }
}

@media screen and (min-width:700px) {
    .content-over-media {
        --content-over-media-gap: 2rem
    }
}

@media screen and (min-width:1000px) {
    .content-over-media {
        --content-over-media-gap: 3rem
    }
}

.page-dots {
    --dot-size: .375rem;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem 1rem;
    display: flex
}

.page-dots>* {
    width: var(--dot-size);
    height: var(--dot-size);
    border-radius: var(--rounded-full);
    place-content: center;
    display: grid
}

.page-dots>:after {
    content: "";
    border-radius: inherit;
    opacity: .4;
    background: currentColor;
    transition: opacity .25s, background .25s;
    position: absolute;
    inset: 0
}

.page-dots>[aria-current=true]:after {
    opacity: 1
}

.page-dots--narrow {
    column-gap: .5rem
}

.page-dots--autoplay>[aria-current=false]:after,
.page-dots--autoplay>[aria-current=true] .circular-progress {
    transition-delay: .15s
}

.page-dots--autoplay>[aria-current=false] .circular-progress,
.page-dots--autoplay>[aria-current=true]:after {
    opacity: 0
}

.page-dots--autoplay>[aria-current=true] .circular-progress circle:last-child {
    animation: animateCircularProgress var(--slideshow-progress-duration) linear var(--slideshow-progress-play-state) both
}

.prev-next-button {
    transition: opacity .15s ease-in-out, transform .15s ease-in-out, visibility .15s ease-in-out
}

.prev-next-button[disabled] {
    opacity: 0;
    visibility: hidden
}

@media screen and (pointer:fine) {
    .prev-next-button--prev:hover svg {
        animation-direction: reverse !important
    }
}

@media screen and (pointer:fine) {
    .floating-controls-container {
        padding-inline: 4.625rem;
        display: block;
        position: relative
    }

    .floating-controls-container:not(:has(.is-scrollable)) .floating-controls-container__control {
        display: none
    }

    .floating-controls-container--inside {
        --floating-controls-inset-inline: 1.5rem;
        padding-inline: 0
    }

    .floating-controls-container--on-hover>.floating-controls-container__control {
        opacity: 0;
        transform: translateY(-10px)
    }

    .floating-controls-container--on-hover:hover>.floating-controls-container__control:not(:has([disabled])) {
        opacity: 1;
        transform: translateY(0)
    }

    .floating-controls-container__control {
        z-index: 2;
        transition: opacity .2s, transform .2s;
        display: grid;
        position: absolute;
        inset-block-start: calc(50% - 1.5625rem)
    }

    .floating-controls-container__control:first-child {
        inset-inline-start: var(--floating-controls-inset-inline, 0)
    }

    .floating-controls-container__control:last-child {
        inset-inline-end: var(--floating-controls-inset-inline, 0)
    }
}

@media not screen and (pointer:fine) {
    .floating-controls-container>.floating-controls-container__control {
        display: none
    }
}

:where(x-drawer, x-modal, x-popover):not(:defined) {
    display: none
}

:where(.modal, .drawer, .popover, .header-search) {
    z-index: 999;
    display: none;
    position: relative
}

:where(.modal, .drawer, .popover, .header-search)::part(overlay) {
    background: rgb(var(--page-overlay));
    min-height: 100vh;
    position: fixed;
    inset: 0
}

:where(.modal, .drawer, .popover, .header-search)::part(close-button) {
    color: currentColor;
    cursor: pointer;
    background: 0 0;
    border: none;
    place-items: center;
    padding: 0;
    display: grid
}

:where(.modal, .drawer, .popover, .header-search)::part(close-button)>svg {
    display: block
}

@media screen and (pointer:fine) {
    :where(.modal, .drawer, .popover, .header-search)::part(close-button) {
        opacity: .6;
        transition: all .2s ease-in
    }

    :where(.modal, .drawer, .popover, .header-search)::part(close-button):hover {
        opacity: 1
    }
}

:where(.modal, .drawer, .popover, .header-search)::part(tap-area) {
    position: relative
}

:where(.modal, .drawer, .popover, .header-search)::part(tap-area):before {
    content: "";
    position: absolute;
    inset: -.65rem
}

.modal {
    --distance-to-bleed: var(--modal-body-padding-inline);
    --modal-header-padding-block: .875rem;
    --modal-header-padding-inline: 1.25rem;
    --modal-body-padding-block: 1.25rem;
    --modal-body-padding-inline: 1.25rem;
    --modal-body-max-width: 30rem
}

.modal::part(base) {
    place-items: end center;
    width: 100%;
    height: 100%;
    display: grid;
    position: fixed;
    inset: 0
}

.modal::part(content) {
    width: 100%;
    max-width: var(--modal-body-max-width);
    background-color: rgb(var(--background));
    background-image: var(--background-gradient);
    max-height: 75vh;
    color: rgb(var(--text-color));
    isolation: isolate;
    overflow: auto
}

@supports (height:100dvh) {
    .modal::part(content) {
        max-height: 85dvh
    }
}

.modal::part(header) {
    background: inherit;
    border-block-end: 1px solid rgb(var(--border-color));
    text-align: center;
    z-index: 2;
    align-items: center;
    padding-block-start: var(--modal-header-padding-block);
    padding-block-end: var(--modal-header-padding-block);
    padding-inline-start: var(--modal-header-padding-inline);
    padding-inline-end: var(--modal-header-padding-inline);
    display: grid;
    position: sticky;
    inset-block-start: 0
}

.modal::part(close-button) {
    position: absolute;
    inset-inline-end: var(--modal-header-padding-inline)
}

.modal::part(body) {
    padding-block-start: var(--modal-body-padding-block);
    padding-block-end: var(--modal-body-padding-block);
    padding-inline-start: var(--modal-body-padding-inline);
    padding-inline-end: var(--modal-body-padding-inline)
}

@media screen and (min-width:700px) {
    .modal {
        --modal-header-padding-block: 1.125rem;
        --modal-header-padding-inline: 2rem;
        --modal-body-padding-block: 2rem;
        --modal-body-padding-inline: 2rem
    }

    .modal::part(base) {
        place-items: center
    }

    .modal--lg {
        --modal-body-max-width: 45rem
    }
}

.drawer {
    --distance-to-bleed: var(--drawer-body-padding-inline);
    --drawer-header-padding-block: 1rem;
    --drawer-header-padding-inline: 1.25rem;
    --drawer-body-padding-block: 1.25rem;
    --drawer-body-padding-inline: 1.25rem;
    --drawer-footer-padding-block: 1rem;
    --drawer-footer-padding-inline: 1.25rem;
    --drawer-max-width: min(92vw, 28.125rem)
}

.drawer::part(base) {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0
}

.drawer::part(content) {
    width: 100%;
    height: 100%;
    max-width: var(--drawer-max-width);
    background-color: rgb(var(--background));
    background-image: var(--background-gradient);
    color: rgb(var(--text-color));
    grid-auto-rows: auto minmax(0, 1fr) auto;
    align-content: start;
    display: grid;
    position: relative
}

.drawer::part(header) {
    min-height: min(var(--header-height), 5rem);
    border-block-end: 1px solid rgb(var(--border-color));
    box-sizing: border-box;
    justify-content: space-between;
    align-items: center;
    column-gap: 1rem;
    padding-block-start: var(--drawer-header-padding-block);
    padding-block-end: var(--drawer-header-padding-block);
    padding-inline-start: var(--drawer-header-padding-inline);
    padding-inline-end: var(--drawer-header-padding-inline);
    display: flex
}

.drawer::part(body) {
    overscroll-behavior-y: contain;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    padding-block-start: var(--drawer-body-padding-block);
    padding-block-end: var(--drawer-body-padding-block);
    padding-inline-start: var(--drawer-body-padding-inline);
    padding-inline-end: var(--drawer-body-padding-inline);
    display: grid;
    overflow: hidden auto
}

.drawer::part(footer) {
    background-color: rgb(var(--background));
    background-image: var(--background-gradient);
    border-block-start: 1px solid rgb(var(--border-color));
    padding-block-start: var(--drawer-footer-padding-block);
    padding-block-end: var(--drawer-footer-padding-block);
    padding-inline-start: var(--drawer-footer-padding-inline);
    padding-inline-end: var(--drawer-footer-padding-inline)
}

.drawer--sm {
    --drawer-max-width: min(92vw, 25rem)
}

.drawer--center-body::part(body) {
    align-self: center
}

@media screen and (min-width:1000px) {
    .drawer {
        --drawer-header-padding-block: 1.125rem;
        --drawer-header-padding-inline: 2rem;
        --drawer-body-padding-block: 2rem;
        --drawer-body-padding-inline: 2rem;
        --drawer-footer-padding-block: 2rem;
        --drawer-footer-padding-inline: 2rem
    }
}

.popover {
    --distance-to-bleed: var(--popover-body-padding-inline);
    --popover-header-padding-block: .875rem;
    --popover-header-padding-inline: 1.25rem;
    --popover-body-padding-block: 1.25rem;
    --popover-body-padding-inline: 1.25rem
}

.popover::part(content) {
    background: rgb(var(--background));
    width: 100%;
    max-height: 75vh;
    color: rgb(var(--text-color));
    isolation: isolate;
    overflow: auto
}

@supports (height:100dvh) {
    .popover::part(content) {
        max-height: 85dvh
    }
}

.popover::part(header) {
    background: inherit;
    border-block-end: 1px solid rgb(var(--border-color));
    text-align: center;
    z-index: 2;
    align-items: center;
    padding-block-start: var(--popover-header-padding-block);
    padding-block-end: var(--popover-header-padding-block);
    padding-inline-start: var(--popover-header-padding-inline);
    padding-inline-end: var(--popover-header-padding-inline);
    display: grid;
    position: sticky;
    inset-block-start: 0
}

.popover::part(close-button) {
    position: absolute;
    inset-inline-end: var(--popover-header-padding-inline)
}

.popover::part(body) {
    padding-block-start: var(--popover-body-padding-block);
    padding-block-end: var(--popover-body-padding-block);
    padding-inline-start: var(--popover-body-padding-inline);
    padding-inline-end: var(--popover-body-padding-inline)
}

.popover__value-list {
    text-align: start;
    justify-items: start;
    gap: .75rem;
    display: grid;
    position: relative
}

.popover__value-list>* {
    text-align: inherit;
    width: 100%;
    color: rgb(var(--text-color) / .65);
    transition: color .2s ease-in-out
}

.popover__value-list>:hover,
.popover__value-list>[aria-selected=true] {
    color: rgb(var(--text-color))
}

.popover__value-list>:has(:checked) {
    color: rgb(var(--text-color))
}

.popover__value-option {
    text-align: inherit;
    width: 100%;
    color: rgb(var(--text-color) / .65);
    transition: color .2s ease-in-out
}

.popover__value-option:hover,
.popover__value-option[aria-selected=true] {
    color: rgb(var(--text-color))
}

@media screen and (max-width:999px) {
    .popover::part(base) {
        place-items: end center;
        width: 100%;
        height: 100%;
        display: grid;
        position: fixed;
        inset: 0
    }
}

@media screen and (min-width:1000px) {
    .popover {
        --popover-block-offset: .75rem;
        position: absolute
    }

    .popover::part(content) {
        border: 1px solid rgb(var(--border-color));
        width: max-content;
        max-width: 18.75rem;
        max-height: min(60vh, 25rem);
        box-shadow: 2px 2px 6px rgb(var(--text-color) / .05)
    }

    .popover::part(header),
    .popover::part(overlay) {
        display: none
    }

    .popover:has(.popover__value-list)::part(body) {
        padding-inline-end: 2.5rem
    }

    .popover--top-start {
        inset-block-end: calc(100%+var(--popover-block-offset));
        inset-inline-start: 0
    }

    .popover--top-end {
        inset-block-end: calc(100%+var(--popover-block-offset));
        inset-inline-end: 0
    }

    .popover--bottom-start {
        inset-block-start: calc(100%+var(--popover-block-offset));
        inset-inline-start: 0
    }

    .popover--bottom-end {
        inset-block-start: calc(100%+var(--popover-block-offset));
        inset-inline-end: 0
    }
}

.pop-in {
    z-index: 10;
    padding: 2rem;
    display: none;
    position: fixed;
    inset-block-end: 1rem;
    inset-inline: 1rem
}

.pop-in__close-button {
    inset-block-start: 1.25rem;
    inset-inline-end: 1.25rem;
    position: absolute !important
}

@media screen and (min-width:700px) {
    .pop-in {
        inset-block-end: 2rem;
        inset-inline: 2rem
    }
}

.banner {
    font-size: var(--text-base);
    color: rgb(var(--banner-color));
    background: rgb(var(--banner-background));
    text-shadow: none;
    padding: .625rem 1.25rem
}

.banner:has(.banner__text-with-button) {
    padding-block: 1.25rem
}

.banner--error {
    --banner-background: var(--error-background);
    --banner-color: var(--error-text);
    --button-background: var(--error-text);
    --button-text-color: var(--error-background)
}

.banner--success {
    --banner-background: var(--success-background);
    --banner-color: var(--success-text);
    --button-background: var(--success-text);
    --button-text-color: var(--success-background)
}

.banner--warning {
    --banner-background: var(--warning-background);
    --banner-color: var(--warning-text);
    --button-background: var(--warning-text);
    --button-text-color: var(--warning-background)
}

.banner__text-with-button {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: .8rem 1.5rem;
    display: flex
}

.form {
    align-content: start;
    row-gap: var(--form-gap);
    display: grid
}

.form-row {
    gap: var(--fieldset-gap);
    flex-wrap: wrap;
    display: flex
}

.form-row>.form-control {
    flex: 1 0 var(--fieldset-row-control-width, 14rem)
}

.form-row>button {
    flex-grow: 1
}

.fieldset {
    gap: var(--fieldset-gap);
    display: grid
}

.fieldset-row {
    gap: inherit;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
    display: grid
}

.form-control {
    gap: var(--form-control-gap);
    display: grid;
    position: relative
}

.form-control>label {
    justify-self: start
}

.form-control__max-characters-count {
    margin-block-start: -.375rem
}

.checkbox-control {
    align-items: flex-start;
    column-gap: var(--checkbox-control-gap);
    text-align: start;
    display: flex;
    position: relative
}

.input,
.select,
.textarea {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    padding: var(--input-padding-block) var(--input-padding-inline);
    border-radius: var(--input-border-radius);
    background: rgb(var(--input-background, transparent));
    color: rgb(var(--input-text-color, var(--text-color)));
    text-align: start;
    border-width: 1px;
    transition: border-color .1s ease-in-out
}

:is(.input, .textarea, .select)::placeholder {
    color: rgb(var(--input-text-color, var(--text-color)) / .6)
}

:is(.input:focus, .textarea:focus, .select:focus-visible) {
    border-color: currentColor;
    outline: 0
}

.select {
    box-shadow: 0 1px 3px rgb(var(--text-color) / .08);
    padding-inline-end: calc(var(--input-padding-inline) * 2+10px)
}

.select:required:invalid {
    color: rgb(var(--input-text-color, var(--text-color)) / .6)
}

.select>svg,
.select~svg {
    transition: transform .2s;
    position: absolute;
    inset-block-start: calc(50% - 3.5px);
    inset-inline-end: calc(var(--input-padding-inline)+1px)
}

.select[aria-expanded=true]>svg {
    transform: rotateZ(180deg)
}

.form-control:has(.select):before {
    content: "";
    width: calc(var(--input-padding-inline) * 2+35px);
    background-image: linear-gradient(to var(--transform-origin-start), rgb(var(--background)) calc(var(--input-padding-inline)+20px), rgb(var(--background-without-opacity)/ 0));
    pointer-events: none;
    height: calc(100% - 2px);
    position: absolute;
    inset-block-start: 1px;
    inset-inline-end: 1px
}

.form-control:has(.select):not(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
    border-top-right-radius: var(--input-border-radius);
    border-bottom-right-radius: var(--input-border-radius)
}

.form-control:has(.select):is(:lang(ae), :lang(ar), :lang(arc), :lang(bcc), :lang(bqi), :lang(ckb), :lang(dv), :lang(fa), :lang(glk), :lang(he), :lang(ku), :lang(mzn), :lang(nqo), :lang(pnb), :lang(ps), :lang(sd), :lang(ug), :lang(ur), :lang(yi)):before {
    border-top-left-radius: var(--input-border-radius);
    border-bottom-left-radius: var(--input-border-radius)
}

.floating-label {
    z-index: 1;
    background: rgb(var(--background));
    color: rgb(var(--input-text-color, var(--text-color)) / .6);
    opacity: 0;
    pointer-events: none;
    padding: 0 .25rem;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out;
    position: absolute;
    inset-block-start: calc(-1 * var(--input-padding-block)+1px);
    inset-inline-start: calc(var(--input-padding-inline) - .25rem+1px);
    transform: translateY(3px)
}

:-webkit-autofill~.floating-label {
    color: #000
}

:-webkit-any(:-webkit-any(.input, .textarea):not(:placeholder-shown)~.floating-label, :-webkit-any(.input, .textarea, .select):-webkit-autofill~.floating-label, .select:valid~.floating-label) {
    opacity: 1;
    transform: translateY(0)
}

:is(:is(.input, .textarea):not(:placeholder-shown)~.floating-label, :is(.input, .textarea, .select):autofill~.floating-label, .select:valid~.floating-label) {
    opacity: 1;
    transform: translateY(0)
}

.input-suffix {
    transition: opacity .2s ease-in-out, visibility .2s ease-in-out;
    position: absolute;
    inset-block-start: var(--input-padding-block);
    inset-inline-end: var(--input-padding-inline)
}

.form-control:has(:focus-within)+.input-suffix.hide-on-focus {
    opacity: 0;
    visibility: hidden
}

.checkbox {
    --checkbox-baseline-distance: calc(1em * 1.6);
    --checkbox-offset: calc((var(--checkbox-baseline-distance) - var(--checkbox-size)) / 2);
    -webkit-appearance: none;
    appearance: none;
    width: var(--checkbox-size);
    height: var(--checkbox-size);
    border-width: 1px;
    border-color: rgb(var(--text-color) / .8);
    background: var(--checkmark-svg-url) no-repeat center/0;
    border-radius: 2px;
    flex-shrink: 0;
    transition: background-color .2s ease-in-out, border-color .2s ease-in-out;
    position: relative;
    inset-block-start: var(--checkbox-offset)
}

@supports (width:1lh) {
    .checkbox {
        inset-block-start: calc(.5lh - var(--checkbox-size)/ 2)
    }
}

.checkbox:checked {
    background-color: rgb(var(--accent));
    border-color: rgb(var(--accent));
    background-size: 10px 8px
}

.checkbox:checked~label {
    opacity: 1
}

.checkbox:disabled,
.checkbox:disabled~label {
    opacity: .5;
    cursor: default
}

.checkbox:not(:disabled, :checked)~label {
    opacity: .7
}

.checkbox~label {
    transition: all .2s ease-in-out
}

.dot-checkbox {
    -webkit-appearance: none;
    appearance: none;
    background: rgb(var(--text-color));
    opacity: 0;
    pointer-events: none;
    border-radius: 100%;
    width: 6px;
    height: 6px;
    transition: opacity .2s;
    display: block;
    position: absolute;
    inset-block-start: calc(.5em+1.5px)
}

.dot-checkbox~label {
    opacity: .65;
    transition: opacity .2s, transform .2s;
    position: relative
}

.dot-checkbox~label:hover {
    opacity: 1
}

.dot-checkbox:checked {
    opacity: 1
}

.dot-checkbox:checked~label {
    opacity: 1;
    transform: translateX(calc(var(--transform-logical-flip) * 1.125rem))
}

.dot-checkbox:focus-visible~label {
    outline: 5px auto highlight;
    outline: 5px auto -webkit-focus-ring-color
}

.switch {
    --switch-height: 1rem;
    --switch-width: 2.25rem;
    --switch-padding: .1875rem;
    --switch-toggle-size: .625rem;
    -webkit-appearance: none;
    appearance: none;
    height: var(--switch-height);
    width: var(--switch-width);
    padding: var(--switch-padding);
    border-radius: var(--rounded-full);
    background: rgb(var(--text-color) / .2);
    align-self: center;
    transition: background .2s ease-in-out;
    display: grid
}

.switch:after {
    content: "";
    width: var(--switch-toggle-size);
    height: var(--switch-toggle-size);
    background: rgb(var(--background));
    border-radius: var(--rounded-full);
    transition: transform .2s ease-in-out;
    box-shadow: 0 1px 1px #0003
}

.switch:checked {
    background: rgb(var(--accent))
}

.switch:checked:after {
    transform: translateX(calc(var(--transform-logical-flip) * (var(--switch-width) - var(--switch-toggle-size) - var(--switch-padding) * 2)))
}

.shopify-section:not(:first-child) .bordered-section {
    border-block-start-width: 1px
}

.shopify-section:not(:has(.section-spacing))+.shopify-section {
    border-block-start-width: 0
}

.container {
    --distance-to-bleed: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
    margin-inline-start: max(var(--container-gutter), 50% - var(--container-max-width) / 2);
    margin-inline-end: max(var(--container-gutter), 50% - var(--container-max-width) / 2)
}

.container--xxs {
    --container-max-width: var(--container-xxs-max-width)
}

.container--xs {
    --container-max-width: var(--container-xs-max-width)
}

.container--sm {
    --container-max-width: var(--container-sm-max-width)
}

.container--md {
    --container-max-width: var(--container-md-max-width)
}

.container--lg {
    --container-max-width: var(--container-lg-max-width)
}

.container--xl {
    --container-max-width: var(--container-xl-max-width)
}

.section-spacing {
    padding-block-start: calc(var(--section-vertical-spacing-override, var(--section-vertical-spacing))+var(--section-vertical-spacing-block-start-compensation, 0px));
    padding-block-end: var(--section-vertical-spacing-override, var(--section-vertical-spacing))
}

.shopify-section:has(.section-spacing) {
    scroll-padding-block-start: calc(var(--announcement-bar-is-sticky, 0) * var(--announcement-bar-height, 0px)+var(--header-is-sticky, 0) * var(--header-height, 0px))
}

.section-spacing--tight {
    --section-vertical-spacing: var(--section-vertical-spacing-tight);
    --section-stack-gap: var(--section-stack-gap-tight)
}

.shopify-section:empty {
    display: none
}

.section-stack {
    gap: var(--section-stack-gap);
    grid-auto-columns: minmax(0, 1fr);
    display: grid
}

.section-header {
    max-width: min(var(--container-xs-max-width), 100%);
    margin-inline-start: var(--container-gutter);
    margin-inline-end: var(--container-gutter)
}

.container .section-header {
    margin-inline: 0
}

.v-stack {
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    display: grid
}

.h-stack {
    align-items: center;
    display: flex
}

.bleed,
.full-bleed {
    margin-inline-start: calc(-1 * var(--distance-to-bleed));
    margin-inline-end: calc(-1 * var(--distance-to-bleed))
}

.bleed {
    scroll-padding-inline: var(--distance-to-bleed);
    padding-inline-start: var(--distance-to-bleed);
    padding-inline-end: var(--distance-to-bleed)
}

@media screen and (min-width:700px) {
    .sm\:unbleed {
        margin-inline: 0;
        padding-inline: 0;
        scroll-padding-inline: 0
    }
}

@media screen and (min-width:1000px) {
    .md\:unbleed {
        margin-inline: 0;
        padding-inline: 0;
        scroll-padding-inline: 0
    }
}

@media screen and (min-width:1150px) {
    .lg\:unbleed {
        margin-inline: 0;
        padding-inline: 0;
        scroll-padding-inline: 0
    }
}

.empty-state {
    text-align: center;
    place-content: center;
    padding-block: 6.25rem;
    display: grid
}

@media screen and (min-width:1000px) {
    .empty-state {
        padding-block: 12.5rem
    }
}

@media screen and (min-width:1400px) {
    .empty-state {
        padding-block: 15.625rem
    }
}

.shopify-section--announcement-bar,
.shopify-section--header {
    transform: translateY(calc(((var(--announcement-bar-height, 0)+var(--header-height, 0)) * -1) * var(--hide-header-group, 0)));
    transition: transform .25s ease-in-out
}

model-media,
video-media {
    border-radius: inherit;
    aspect-ratio: var(--aspect-ratio, var(--default-aspect-ratio));
    width: 100%;
    display: block;
    position: relative;
    container: media/inline-size
}

@supports not (aspect-ratio:1) {
    :is(video-media, model-media):before {
        content: "";
        padding-block-end: calc(100% / (var(--aspect-ratio, var(--default-aspect-ratio))));
        display: block
    }

    :is(video-media, model-media)>* {
        height: 100%;
        top: 0;
        left: 0;
        position: absolute !important
    }
}

@container media (width>=32rem) {
    :is(video-media, model-media)::part(play-button) {
        width: 4rem;
        height: 4rem
    }
}

video-media {
    --default-aspect-ratio: 16/9
}

video-media[host] {
    align-items: center;
    display: grid
}

video-media:not([autoplay]),
video-media[show-play-button]:not([loaded]) {
    cursor: pointer
}

video-media>:is(video, iframe, img) {
    border-radius: inherit;
    width: 100%;
    height: 100%;
    transition: opacity .2s ease-in-out
}

video-media>video[controls] {
    pointer-events: auto
}

video-media>:-webkit-any(video:not(:-webkit-full-screen), img) {
    object-fit: cover;
    object-position: center;
    margin: 0 !important
}

video-media>:is(video:not(:fullscreen), img) {
    object-fit: cover;
    object-position: center;
    margin: 0 !important
}

video-media>:is(iframe, img) {
    position: absolute;
    inset: 0
}

video-media:not([loaded])>:is(video, iframe),
video-media[loaded]::part(play-button),
video-media[loaded]>img {
    opacity: 0;
    pointer-events: none
}

video-media[suspended]~* {
    pointer-events: none
}

video-media::part(play-button) {
    z-index: 1;
    will-change: scale;
    transition: scale .2s ease-in-out, opacity .2s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%
}

video-media:hover::part(play-button) {
    scale: 1.1
}

model-media {
    --default-aspect-ratio: 1
}

model-media .shopify-model-viewer-ui,
model-media model-viewer {
    vertical-align: top;
    width: 100%;
    height: 100%
}

@media screen and (max-width:699px) {

    .order-summary__body td:nth-child(n+2),
    .order-summary__footer td:first-child,
    .order-summary__header {
        display: none
    }

    .order-summary__body td {
        border-width: 0
    }

    .order-summary__body tr:last-child td {
        border-block-end-width: 1px
    }

    .order-summary__body tr:first-child td {
        padding-block-start: 0
    }

    .order-summary__body tr:last-child td {
        padding-block-end: calc(var(--table-cell-padding-block) * 2)
    }
}

@media screen and (min-width:700px) {
    .order-summary .line-item-info {
        max-width: 500px
    }
}

.line-item {
    --line-item-media-width: 4.375rem;
    align-items: center;
    column-gap: 1.5rem;
    display: flex
}

.line-item__media {
    width: var(--line-item-media-width);
    flex-shrink: 0
}

@media screen and (min-width:700px) {
    .line-item {
        --line-item-media-width: 7.5rem
    }
}

.discount-badge {
    background: rgb(var(--on-sale-badge-background));
    color: rgb(var(--on-sale-badge-text));
    align-items: center;
    column-gap: .5rem;
    padding: .125rem .5rem;
    display: flex
}

.shipping-estimator__form {
    gap: var(--fieldset-gap);
    display: grid
}

@media screen and (min-width:700px) {
    .shipping-estimator__form {
        flex-wrap: wrap;
        display: flex
    }

    .shipping-estimator__form .select {
        max-width: 15rem
    }
}

.pagination {
    border-block-end-width: 1px;
    grid-auto-rows: minmax(0, 2.8125rem);
    grid-auto-columns: minmax(0, 2.625rem);
    grid-auto-flow: column;
    justify-self: center;
    display: inline-grid
}

.pagination__link {
    place-content: center;
    display: grid;
    position: relative
}

.pagination__link[aria-current=page] {
    box-shadow: 0 1px, inset 0 -2px
}

@media screen and (min-width:700px) {
    .pagination {
        grid-auto-columns: minmax(0, 3.75rem)
    }
}

.pswp {
    --pswp-bg: var(--background);
    --pswp-root-z-index: 100000;
    width: 100%;
    height: 100%;
    z-index: var(--pswp-root-z-index);
    touch-action: none;
    opacity: .003;
    contain: layout style size;
    -webkit-tap-highlight-color: #0000;
    outline: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0
}

.pswp:focus {
    outline: 0
}

.pswp--open {
    display: block
}

.pswp img {
    max-width: none
}

.pswp,
.pswp__bg {
    will-change: opacity;
    transform: translateZ(0)
}

.pswp__bg {
    opacity: .005;
    background: rgb(var(--pswp-bg))
}

.pswp,
.pswp__scroll-wrap {
    overflow: hidden
}

.pswp__bg,
.pswp__container,
.pswp__img,
.pswp__item,
.pswp__scroll-wrap,
.pswp__zoom-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.pswp__img,
.pswp__zoom-wrap {
    width: auto;
    height: auto
}

.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
    cursor: grab
}

.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
    cursor: grabbing
}

.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
    cursor: zoom-out
}

.pswp__button,
.pswp__container,
.pswp__counter,
.pswp__img {
    -webkit-user-select: none;
    user-select: none
}

.pswp__item {
    z-index: 1;
    overflow: hidden
}

.pswp__hidden {
    display: none !important
}

.pswp .pswp__hide-on-close {
    opacity: .005;
    will-change: opacity;
    z-index: 10;
    pointer-events: none;
    transition: opacity .3s cubic-bezier(.4, 0, .22, 1), transform .3s cubic-bezier(.4, 0, .22, 1);
    transform: translateY(15px)
}

.pswp--ui-visible .pswp__hide-on-close {
    opacity: 1;
    pointer-events: auto;
    transition-delay: .3s;
    transform: translateY(0)
}

.pswp__top-bar {
    z-index: 10;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: .75rem;
    width: 100%;
    display: flex;
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    pointer-events: none !important
}

.pswp__top-bar>.circle-button {
    pointer-events: auto;
    transition: transform .2s ease-in-out
}

@media screen and (pointer:fine) {
    .pswp__top-bar>.circle-button:hover {
        transform: scale(1.1)
    }
}

.pswp__preloader {
    display: none
}

@media screen and (min-width:700px) {
    .pswp__top-bar {
        column-gap: 1.125rem
    }
}

.range {
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    width: 100%
}

.range::-webkit-slider-thumb {
    -webkit-appearance: none
}

.range::-webkit-slider-thumb {
    background: rgb(var(--text-color));
    cursor: pointer;
    z-index: 1;
    width: .625rem;
    height: .625rem;
    box-shadow: none;
    border-radius: 100%;
    margin-block-start: -.25rem;
    position: relative
}

.range::-webkit-slider-runnable-track {
    cursor: pointer;
    background: rgb(var(--text-color) / .12);
    border: none;
    border-radius: 2px;
    width: 100%;
    height: 2px
}

.range::-moz-range-thumb {
    background: rgb(var(--text-color));
    cursor: pointer;
    border: none;
    border-radius: 100%;
    width: .625rem;
    height: .625rem
}

.range::-moz-range-progress {
    cursor: pointer;
    border: none;
    border-radius: 2px;
    width: 100%;
    height: 2px
}

.range::-moz-range-track {
    cursor: pointer;
    border: none;
    border-radius: 2px;
    width: 100%;
    height: 2px
}

.range::-moz-range-progress {
    background-color: rgba(var(--text-color))
}

.range::-moz-range-track {
    background-color: rgb(var(--border-color))
}

@media not screen and (pointer:fine) {
    .range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-block-start: -.4375rem
    }

    .range::-moz-range-thumb {
        width: 1rem;
        height: 1rem
    }
}

.range-group {
    background: linear-gradient(to var(--transform-origin-end), rgb(var(--text-color) / .12) var(--range-min), rgb(var(--text-color)) var(--range-min), rgb(var(--text-color)) var(--range-max), rgb(var(--text-color) / .12) var(--range-max));
    border-radius: 2px;
    height: 2px
}

.range-group .range {
    pointer-events: none;
    vertical-align: top;
    height: 2px
}

.range-group .range::-webkit-slider-runnable-track {
    background: 0 0
}

.range-group .range::-webkit-slider-thumb {
    pointer-events: auto
}

.range-group .range::-moz-range-progress {
    background: 0 0
}

.range-group .range::-moz-range-track {
    background: 0 0
}

.range-group .range::-moz-range-thumb {
    pointer-events: auto
}

.range-group .range:last-child {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0
}

.input-group {
    align-items: center;
    column-gap: .75rem;
    display: flex
}

.input-prefix {
    border-radius: min(.625rem, var(--button-border-radius));
    border: 1px solid rgb(var(--text-color) / .12);
    flex: 1 0 0;
    justify-content: space-between;
    align-items: center;
    min-width: 0;
    padding: .4375rem;
    display: flex
}

.input-prefix:focus-within {
    border-color: rgb(var(--text-color));
    box-shadow: inset 0 0 0 1px rgb(var(--text-color))
}

.input-prefix>.field {
    -webkit-appearance: textfield;
    appearance: textfield;
    text-align: end;
    background: 0 0;
    border: none;
    width: 100%;
    min-width: 0;
    margin-inline-start: .625rem;
    padding: 0
}

.input-prefix>.field:focus {
    outline: 0
}

.input-prefix>.field::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.input-prefix>.field::-webkit-inner-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0
}

.price-range {
    padding-block-start: .25rem;
    display: block
}

.price-range>.range-group {
    margin-block-end: 1.125rem;
    position: relative
}

@media not screen and (pointer:fine) {
    .price-range {
        padding-block-start: .625rem
    }
}

.product-card {
    scroll-snap-align: start;
    grid-template-columns: minmax(0, 1fr);
    align-content: start;
    gap: 1.25rem;
    display: grid;
    position: relative
}

.product-card__figure {
    position: relative
}

.product-card__figure>.badge-list {
    z-index: 1;
    position: absolute;
    inset-block-start: .25rem;
    inset-inline-start: .25rem
}

.product-card__media {
    isolation: isolate;
    display: block
}

.product-card__image {
    object-fit: contain;
    object-position: center;
    margin-inline: auto;
    transition: opacity .1s ease-in-out
}

.product-card__image--secondary {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0
}

.product-card__quick-add-button {
    background: rgb(var(--circle-button-background));
    color: rgb(var(--circle-button-text-color));
    z-index: 1;
    padding: .625rem;
    position: absolute;
    inset-block-end: .5rem;
    inset-inline-end: .5rem
}

@media screen and (pointer:fine) {
    .product-card__quick-add-button {
        opacity: 0;
        transition: opacity .2s ease-in-out, transform .2s ease-in-out;
        transform: translateY(5px)
    }

    .product-card__quick-add-button:is(svg) {
        transition: transform .2s ease-in-out
    }

    .product-card__quick-add-button:focus svg,
    .product-card__quick-add-button:hover svg {
        transform: rotateZ(90deg)
    }

    .product-card:focus-within .product-card__quick-add-button,
    .product-card:hover .product-card__quick-add-button,
    .product-card__quick-add-button:focus {
        opacity: 1;
        transform: translateY(0)
    }
}

.product-card__info {
    text-align: center;
    align-content: start;
    justify-items: center;
    gap: .75rem;
    display: grid
}

.product-card__info:is(.price-list, .rating-badge) {
    justify-content: center
}

.product-card__info .color-swatch {
    --swatch-size: 1.375rem
}

@media screen and (pointer:fine) {
    .product-card__image--secondary {
        opacity: 0;
        mix-blend-mode: plus-lighter;
        display: block
    }

    .product-card__figure:has(.product-card__image--secondary):hover>.product-card__media .product-card__image--primary {
        opacity: 0
    }

    .product-card__figure:has(.product-card__image--secondary):hover>.product-card__media .product-card__image--secondary {
        opacity: 1
    }
}

@media screen and (min-width:700px) {
    .product-card__figure>.badge-list {
        inset-block-start: .5rem;
        inset-inline-start: .5rem
    }
}

.horizontal-product-card {
    scroll-snap-align: start;
    scroll-snap-stop: always;
    align-items: center;
    column-gap: 1.5rem;
    display: flex;
    position: relative;
    container: horizontal-product-card/inline-size
}

.horizontal-product-card__figure {
    flex-shrink: 0;
    width: 6.25rem
}

.horizontal-product-card__info {
    flex-grow: 1;
    grid-template-columns: minmax(0, 1fr);
    grid-auto-columns: auto;
    justify-items: start;
    gap: .625rem;
    display: grid
}

.\@large\:horizontal-product-card__button {
    display: none
}

@media screen and (min-width:700px) {
    .horizontal-product-card {
        column-gap: 2rem
    }
}

@container horizontal-product-card (width>=450px) {
    .horizontal-product-card__info {
        grid-auto-flow: column;
        align-items: center
    }

    .\@narrow\:horizontal-product-card__button {
        display: none
    }

    .\@large\:horizontal-product-card__button {
        display: block
    }
}

.product-list {
    --product-list-max-items-per-row-allowed: 2;
    --product-list-calculated-items-per-row: min(var(--product-list-max-items-per-row-allowed), var(--product-list-items-per-row));
    --product-list-default-row-gap: 2.1875rem;
    --product-list-default-column-gap: .625rem;
    --product-list-calculated-row-gap: clamp(var(--section-vertical-spacing) / 4, var(--product-list-default-row-gap) * var(--product-list-vertical-spacing-factor, 1), var(--section-vertical-spacing) * 2);
    --product-list-calculated-column-gap: clamp(var(--container-gutter) / 4, var(--product-list-default-column-gap) * var(--product-list-horizontal-spacing-factor, 1), var(--container-gutter) * 2);
    --product-list-card-width: calc(100% / var(--product-list-calculated-items-per-row) - var(--product-list-calculated-column-gap, 0px) * (var(--product-list-calculated-items-per-row) - 1) / var(--product-list-calculated-items-per-row));
    grid: auto/repeat(auto-fit, var(--product-list-card-width));
    align-items: start;
    column-gap: var(--product-list-calculated-column-gap);
    row-gap: var(--product-list-calculated-row-gap);
    display: grid
}

.product-list--carousel {
    --product-list-default-column-gap: 1.25rem;
    grid: auto/auto-flow var(--product-list-card-width);
    justify-content: safe center
}

@media screen and (max-width:699px) {
    .product-list:not(.product-list--carousel) {
        margin-inline: -.625rem
    }

    .product-list--carousel {
        --product-list-card-width: min(300px, 65%)
    }
}

@media screen and (min-width:700px) {
    .product-list {
        --product-list-max-items-per-row-allowed: 3;
        --product-list-default-row-gap: 3rem;
        --product-list-default-column-gap: 1.5rem
    }

    .product-list--compact {
        --product-list-max-items-per-row-allowed: 4
    }
}

@media screen and (min-width:1000px) {
    .product-list {
        --product-list-max-items-per-row-allowed: 4;
        --product-list-default-row-gap: 4rem;
        --product-list-default-column-gap: 3rem
    }

    .product-list--compact {
        --product-list-max-items-per-row-allowed: 5
    }

    .product-list--carousel {
        scroll-snap-type: x mandatory
    }
}

@media screen and (min-width:1150px) {
    .product-list {
        --product-list-max-items-per-row-allowed: var(--product-list-items-per-row)
    }
}

@media screen and (min-width:1400px) {
    .product-list {
        --product-list-default-row-gap: 4rem;
        --product-list-default-column-gap: 3.75rem
    }
}

.quick-buy-modal {
    --modal-body-max-width: 55.625rem
}

.quick-buy-modal::part(content) {
    position: relative
}

.quick-buy-modal__content {
    grid-template-columns: minmax(0, 1fr);
    display: grid
}

.quick-buy-modal__close-button {
    position: absolute;
    inset-block-start: 1.875rem;
    inset-inline-end: 1.875rem
}

.quick-buy-modal__view-more {
    margin-block-start: 2rem;
    display: inline-block
}

@media screen and (max-width:699px) {
    .quick-buy-modal::part(body) {
        padding-inline: 0
    }

    .quick-buy-modal__gallery-wrapper,
    .quick-buy-modal__info-wrapper {
        padding-inline-start: var(--modal-body-padding-inline);
        padding-inline-end: var(--modal-body-padding-inline)
    }

    .quick-buy-modal__gallery-wrapper .price-list {
        justify-content: center
    }

    .quick-buy-modal__gallery-wrapper .price-list .h6 {
        font-size: .6875rem
    }

    .quick-buy-modal__mobile-info {
        margin-block-start: 1.25rem
    }

    .quick-buy-modal__info-wrapper {
        border-block-start-width: 1px;
        margin-block-start: 1.25rem
    }

    .quick-buy-modal__info-wrapper .product-info__block-group[data-group-type=text-with-rating],
    .quick-buy-modal__info-wrapper .product-info__block-item:is([data-block-type=vendor], [data-block-type=title], [data-block-type=price], [data-block-type=rating], [data-block-type=separator]) {
        display: none
    }

    .quick-buy-modal__info-wrapper .product-info__block-item[data-block-type=variant-picker] {
        --product-info-gap: 1.25rem
    }

    .quick-buy-modal__info-wrapper .product-info__block-item[data-block-type=buy-buttons] {
        --product-info-gap: 1.5rem
    }
}

@media screen and (min-width:700px) {
    .quick-buy-modal {
        --modal-body-padding-inline: 3.125rem;
        --modal-body-padding-block: 3.125rem
    }

    .quick-buy-modal::part(header) {
        display: none
    }

    .quick-buy-modal__content {
        grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
        align-items: center;
        column-gap: 2.5rem;
        display: grid
    }

    .quick-buy-modal__content .product-info {
        top: unset;
        position: relative
    }
}

.prose {
    overflow-wrap: anywhere
}

.prose .sr-only:first-child+*,
.prose:first-child {
    margin-block-start: 0 !important
}

.prose:last-child {
    margin-block-end: 0 !important
}

.prose:where(:not(meta, span)+*) {
    margin-block-start: 1rem
}

.prose:is(.link, img),
.prose:where(*+span:not(:empty, .metafield-multi_line_text_field)) {
    display: inline-block
}

.prose:is(.link+.link) {
    margin-inline-start: .75rem
}

.prose:is(.button, .button-group:has(.button)) {
    margin-block-start: 1.5rem
}

.prose:is(p img:not([style*=float]):only-child, div img:not([style*=float]):only-child, figure, video, object, blockquote, table) {
    margin-block: 1.6rem
}

.prose:is(iframe[src*=youtube], iframe[src*="youtu.be"], iframe[src*=vimeo]) {
    aspect-ratio: 16/9;
    width: 100%;
    height: auto
}

.prose .play-button {
    margin: 2rem auto;
    display: block
}

.prose:is(ol, ul):is(ol, ul) {
    margin-block-start: 0 !important
}

.prose:is(ol, ul) {
    row-gap: .4em;
    display: grid
}

.prose br {
    margin-block: 0 !important
}

.prose figcaption {
    font-style: italic;
    font-size: var(--text-sm);
    color: rgb(var(--text-color) / .65);
    margin-block-start: .5em
}

.prose blockquote {
    border-inline-start-width: 3px;
    padding: .375rem 0 .375rem 1rem;
    font-size: 1.15rem;
    line-height: 1.75
}

@media screen and (min-width:1000px) {
    .prose:not(.prose--tight):where(:not(meta, span)+*) {
        margin-block-start: 1.25rem
    }

    .prose:not(.prose--tight):is(.button, .button-group:has(.button)) {
        margin-block-start: 2rem
    }

    .prose:not(.prose--tight) .play-button {
        margin-block: 2.5rem
    }

    .prose:not(.prose--tight) blockquote {
        margin-inline-start: 2rem;
        padding-inline-start: 2rem
    }
}

.link {
    background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em)/100% 1px no-repeat;
    text-decoration: none;
    transition: background-size .3s ease-in-out
}

.prose a:not(.h1, .h2, .h3, .h4, .h5, .h6, .button, .link-faded, .link-faded-reverse, :has(img)) {
    background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em)/100% 1px no-repeat;
    text-decoration: none;
    transition: background-size .3s ease-in-out
}

@supports (height:1lh) {
    .prose a:not(.h1, .h2, .h3, .h4, .h5, .h6, .button, .link-faded, .link-faded-reverse, :has(img)) {
        background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.2lh)/100% 1px no-repeat
    }
}

@media screen and (pointer:fine) {
    .prose a:not(.h1, .h2, .h3, .h4, .h5, .h6, .button, .link-faded, .link-faded-reverse, :has(img)):hover {
        background-size: 0 1px
    }
}

@supports (height:1lh) {
    .link {
        background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.2lh)/100% 1px no-repeat
    }
}

@media screen and (pointer:fine) {
    .link:hover {
        background-size: 0 1px
    }
}

.link-reverse {
    background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em)/0 1px no-repeat;
    text-decoration: none;
    transition: background-size .3s ease-in-out
}

@supports (height:1lh) {
    .link-reverse {
        background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.2lh)/0 1px no-repeat
    }
}

@media screen and (pointer:fine) {
    .link-reverse:hover {
        background-size: 100% 1px
    }
}

.link-faded {
    color: rgb(var(--text-color) / .65);
    transition: color .2s ease-in-out
}

@media screen and (pointer:fine) {
    .link-faded:hover {
        color: rgb(var(--text-color))
    }
}

.link-faded-reverse {
    transition: color .2s ease-in-out
}

@media screen and (pointer:fine) {
    .link-faded-reverse:hover {
        color: rgb(var(--text-color) / .65)
    }
}

table {
    --table-cell-padding-block: .75rem;
    --table-cell-padding-inline: .5rem;
    --table-foot-cell-padding-block: .75rem;
    --table-foot-cell-padding-inline: .5rem;
    width: 100%
}

table caption {
    text-align: inherit;
    margin-block-end: .5rem
}

th {
    text-align: start
}

:where(td, th):not(:empty) {
    border-block-width: 1px
}

:where(th):not(:empty) {
    border-block-start-width: 0
}

td:not(:empty)+td {
    border-inline-start-width: 1px
}

td,
th {
    padding: var(--table-cell-padding-block) var(--table-cell-padding-inline)
}

table:not(.table--bordered):is(th, td):empty+td,
table:not(.table--bordered):is(th, td):first-child {
    padding-inline-start: 0
}

:is(th, td):last-child {
    padding-inline-end: 0
}

th {
    opacity: .6;
    line-height: 1.7;
    font-size: var(--text-h6);
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    letter-spacing: var(--heading-letter-spacing);
    text-transform: var(--heading-text-transform);
    padding-block: 0 .625rem
}

tfoot td {
    padding: var(--table-foot-cell-padding-block) var(--table-foot-cell-padding-inline)
}

tr[onclick] {
    cursor: pointer;
    transition: background .2s
}

tr[onclick]:hover {
    background: rgb(var(--text-color) / .05)
}

@media screen and (min-width:700px) {
    table {
        --table-cell-padding-block: 1rem;
        --table-cell-padding-inline: .75rem;
        --table-foot-cell-padding-block: 1rem;
        --table-foot-cell-padding-inline: .75rem
    }
}

.table--bordered {
    --table-cell-padding-inline: .75rem
}

.table--bordered td {
    border-width: 1px
}

.table--reduce-border:is(td)+td {
    border-inline-start-width: 0
}

.table--no-border td {
    border: none
}

.table--sm {
    --table-cell-padding-block: .35rem;
    --table-cell-padding-inline: .5rem
}

.table--lg {
    --table-cell-padding-block: 1.5rem;
    --table-cell-padding-inline: .5rem
}

@media screen and (min-width:700px) {
    .table--lg {
        --table-cell-padding-block: 2rem;
        --table-cell-padding-inline: .75rem
    }
}

.social-media--list {
    align-items: center;
    gap: var(--social-media-list-gap, .75rem 2rem);
    flex-wrap: wrap;
    display: flex
}

.social-media--list .social-media__item {
    opacity: .65;
    transition: opacity .2s, color .2s
}

.social-media--list svg {
    width: var(--social-media-icon-size, 1.25rem)
}

@media screen and (pointer:fine) {
    .social-media--list .social-media__item:hover {
        opacity: 1
    }
}

.social-media--block {
    grid-template-columns: repeat(auto-fit, minmax(0, .33fr));
    gap: 1px;
    display: grid
}

.social-media--block:has(:nth-child(4)) {
    grid-template-columns: repeat(auto-fit, minmax(0, .25fr))
}

.social-media--block .social-media__item {
    outline: 1px solid rgb(var(--border-color));
    z-index: 0;
    width: 100%;
    transition: background .15s, color .15s, outline .15s, z-index .15s
}

.social-media--block a {
    padding-block: .625rem;
    display: block
}

.social-media--block svg {
    margin-inline: auto
}

@media screen and (pointer:fine) {
    .social-media--block .social-media__item:hover {
        background: rgb(var(--branding-background));
        outline-color: rgb(var(--branding-background));
        color: rgb(var(--branding-color));
        z-index: 1
    }
}

@media not screen and (pointer:fine) {
    .social-media--block .social-media__item {
        background: rgb(var(--branding-background));
        outline-color: rgb(var(--branding-background));
        color: rgb(var(--branding-color))
    }
}

@media screen and (min-width:700px) {
    .social-media--block {
        grid-template-columns: repeat(auto-fit, minmax(0, 3.75rem))
    }
}

.branding-colors--facebook {
    --branding-background: 24 119 242;
    --branding-color: 255 255 255
}

.branding-colors--twitter {
    --branding-background: 29 161 242;
    --branding-color: 255 255 255
}

.branding-colors--instagram {
    --branding-background: 195 42 163;
    --branding-color: 255 255 255
}

.branding-colors--pinterest {
    --branding-background: 189 8 28;
    --branding-color: 255 255 255
}

.branding-colors--youtube {
    --branding-background: 255 0 0;
    --branding-color: 255 255 255
}

.branding-colors--tiktok {
    --branding-background: 1 1 1;
    --branding-color: 255 255 255
}

.branding-colors--vimeo {
    --branding-background: 26 183 234;
    --branding-color: 255 255 255
}

.branding-colors--linkedin {
    --branding-background: 10 102 194;
    --branding-color: 255 255 255
}

.branding-colors--whatsapp {
    --branding-background: 79 206 93;
    --branding-color: 255 255 255
}

.branding-colors--snapchat {
    --branding-background: 255 252 0;
    --branding-color: 0 0 0
}

.branding-colors--tumblr {
    --branding-background: 54 70 93;
    --branding-color: 255 255 255
}

.branding-colors--wechat {
    --branding-background: 9 184 62;
    --branding-color: 255 255 255
}

.branding-colors--reddit {
    --branding-background: 255 69 0;
    --branding-color: 255 255 255
}

.branding-colors--line {
    --branding-background: 6 199 85;
    --branding-color: 255 255 255
}

.branding-colors--spotify {
    --branding-background: 30 215 96;
    --branding-color: 255 255 255
}

.branding-colors--21buttons {
    --branding-background: 0 0 0;
    --branding-color: 255 255 255
}

.branding-colors--email {
    --branding-background: var(--text-color);
    --branding-color: var(--background)
}

.color-swatch {
    --swatch-offset: 2px;
    --swatch-size: 2.125rem;
    --swatch-border-size: 1px;
    --swatch-disabled-strike-color: rgb(var(--border-color));
    width: var(--swatch-size);
    height: var(--swatch-size);
    padding: var(--swatch-offset);
    border: var(--swatch-border-size) solid transparent;
    background: content-box var(--swatch-background) no-repeat center/cover;
    place-items: center;
    display: grid;
    position: relative
}

.color-swatch.is-disabled:before {
    content: "";
    margin: var(--swatch-disabled-margin, var(--swatch-offset));
    background: linear-gradient(to bottom right, transparent calc(50% - .5px), var(--swatch-disabled-strike-color) calc(50% - .5px) calc(50%+.5px), transparent calc(50%+.5px));
    position: absolute;
    inset: 0
}

:disabled+.color-swatch {
    display: none
}

.color-swatch.is-selected,
:checked+.color-swatch {
    --swatch-disabled-margin: 0;
    --swatch-disabled-strike-color: currentColor;
    border-color: currentColor
}

:focus-visible+.color-swatch {
    outline-offset: calc(var(--swatch-offset))
}

.thumbnail-swatch {
    --swatch-size: 3rem;
    --swatch-disabled-strike-color: rgb(var(--border-color));
    width: var(--swatch-size);
    height: var(--swatch-size);
    border-radius: min(4px, var(--input-border-radius));
    border-width: 1px;
    display: block;
    position: relative
}

.thumbnail-swatch.is-selected,
:checked+.thumbnail-swatch {
    --swatch-disabled-strike-color: currentColor;
    border-color: currentColor
}

.thumbnail-swatch.is-disabled:before {
    content: "";
    background: linear-gradient(to bottom right, transparent calc(50% - .5px), var(--swatch-disabled-strike-color) calc(50% - .5px) calc(50%+.5px), transparent calc(50%+.5px));
    position: absolute;
    inset: 0
}

:disabled+.thumbnail-swatch {
    display: none
}

.thumbnail-swatch>img {
    border-radius: inherit;
    height: 100%
}

:focus-visible+.thumbnail-swatch {
    outline-offset: 2px
}

@media screen and (min-width:700px) {
    .thumbnail-swatch {
        --swatch-size: 4.25rem
    }
}

.block-swatch {
    --swatch-border-size: 1px;
    --swatch-padding: calc(var(--input-padding-block) - var(--swatch-border-size) * 2) .875rem;
    --swatch-disabled-strike-color: rgb(var(--border-color));
    padding: var(--swatch-padding);
    border-width: var(--swatch-border-size);
    border-radius: var(--input-border-radius);
    min-width: 2.5rem;
    color: rgb(var(--text-color) / .65);
    justify-content: center;
    align-items: center;
    column-gap: .875rem;
    display: flex;
    position: relative
}

.block-swatch.is-disabled {
    color: rgb(var(--text-color) / .5)
}

.block-swatch.is-selected,
:checked+.block-swatch {
    --swatch-disabled-strike-color: currentColor;
    color: var(--text-color);
    border-color: currentColor
}

.block-swatch.is-disabled:before {
    content: "";
    background: linear-gradient(to bottom right, transparent calc(50% - .5px), var(--swatch-disabled-strike-color) calc(50% - .5px) calc(50%+.5px), transparent calc(50%+.5px));
    position: absolute;
    inset: 0
}

:disabled+.block-swatch {
    display: none
}

:focus-visible+.block-swatch {
    outline-offset: 2px
}

.block-swatch__color {
    background: var(--swatch-background) center/cover;
    width: 1rem;
    height: 1rem
}

.image-filter {
    --image-filter-width: 3rem;
    grid-template-columns: var(--image-filter-width) minmax(0, 1fr);
    align-items: center;
    column-gap: 1.25rem;
    display: grid
}

.image-filter__image {
    width: var(--image-filter-width);
    height: var(--image-filter-width);
    object-fit: contain;
    object-position: center
}

.image-filter__label {
    grid-column-start: 2
}

:checked+.image-filter .image-filter__image {
    outline: 1px solid rgb(var(--text-color))
}

:checked+.image-filter .image-filter__label {
    color: rgb(var(--text-color))
}

.content-tabs::part(tab-list) {
    border-block-end: 1px solid rgb(var(--border-color));
    white-space: nowrap;
    grid-auto-flow: column;
    justify-content: start;
    gap: 2.5rem;
    margin-block-end: 1.5rem;
    display: grid
}

.content-tabs [role=tab] {
    box-shadow: 0 1px rgb(var(--text-color));
    padding-block-end: .625rem;
    transition: opacity .2s ease-in, box-shadow .2s ease-in
}

.content-tabs [role=tab]:not([aria-selected=true]) {
    opacity: .6;
    box-shadow: 0 1px #0000
}

.content-tabs--center::part(tab-list) {
    width: max-content;
    margin-inline: auto
}

.content-tabs--center::part(tab-panel-list) {
    text-align: center;
    width: min(800px, 100%);
    margin-inline: auto;
    display: block
}

@media screen and (min-width:1000px) {
    .content-tabs::part(tab-list) {
        gap: 4.375rem;
        margin-block-end: 2rem
    }
}

.constrained-image {
    width: var(--image-mobile-max-width, var(--image-max-width));
    max-width: 100%
}

@media screen and (min-width:700px) {
    .constrained-image {
        width: var(--image-max-width)
    }
}

.text-with-icon {
    align-items: center;
    gap: .625rem;
    display: flex
}

.text-with-icon>svg {
    flex-shrink: 0
}

.icon {
    vertical-align: middle;
    height: auto;
    transition: transform .2s;
    display: block
}

.group[aria-expanded=true] .icon.group-expanded\:rotate {
    transform: rotateZ(180deg)
}

[dir=rtl] .icon--direction-aware {
    scale: -1
}

.offset-icon {
    --icon-baseline-distance: calc(1em * 1.65 / 2);
    top: var(--icon-baseline-distance);
    position: relative;
    translate: 0 -50%
}

@supports (top:1lh) {
    .offset-icon {
        top: .5lh
    }
}

.price-list {
    flex-wrap: wrap;
    align-items: baseline;
    column-gap: .5rem;
    display: flex
}

.price-list--product {
    column-gap: 1rem
}

.localization-selectors {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: .75rem 1.75rem;
    display: flex
}

.localization-selectors__separator {
    background: rgb(var(--border-color));
    width: 1px;
    height: .5rem
}

.localization-selectors__separator:last-child {
    display: none
}

.localization-toggle {
    align-items: center;
    column-gap: .625rem;
    display: flex
}

.localization-toggle>svg {
    transition: transform .2s
}

.localization-toggle[aria-expanded=true]>svg {
    transform: rotate(180deg)
}

.country-flag {
    width: 20px;
    height: 15px
}

.payment-methods {
    flex-wrap: wrap;
    gap: 1rem;
    display: flex
}

.badge {
    width: max-content;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    letter-spacing: var(--heading-letter-spacing);
    text-transform: uppercase;
    align-items: center;
    padding: .0625rem .3125rem;
    font-size: .625rem;
    display: flex
}

.badge--on-sale {
    background: rgb(var(--on-sale-badge-background));
    color: rgb(var(--on-sale-badge-text))
}

.badge--sold-out {
    background: rgb(var(--sold-out-badge-background));
    color: rgb(var(--sold-out-badge-text))
}

.badge--custom {
    background: rgb(var(--custom-badge-background));
    color: rgb(var(--custom-badge-text))
}

@media screen and (min-width:700px) {
    .badge {
        font-size: .6875rem
    }
}

.badge-list {
    flex-wrap: wrap;
    gap: .25rem;
    display: flex
}

.badge-list--vertical {
    flex-direction: column
}

.feature-badge {
    font-size: var(--text-xs);
    align-items: center;
    column-gap: .5rem;
    padding: .375rem .5rem;
    display: inline-flex
}

.feature-badge:is(svg, img) {
    flex-shrink: 0
}

.feature-badge-list {
    flex-wrap: wrap;
    gap: .5rem;
    display: flex
}

.rating-badge {
    flex-wrap: wrap;
    align-items: center;
    column-gap: .5rem;
    line-height: normal;
    display: flex
}

.rating-badge__stars {
    column-gap: .125rem;
    display: flex;
    position: relative;
    top: -.5px
}

@media (pointer:fine) {
    .is-scrollable[allow-drag] {
        cursor: grab
    }

    .is-scrollable[allow-drag]:active {
        cursor: grabbing;
        -webkit-user-select: none;
        user-select: none;
        scroll-snap-type: none
    }
}

.text-with-rating {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: .75rem .5rem;
    display: flex
}

.inventory {
    row-gap: .5rem;
    font-style: italic;
    display: grid
}

.progress-bar {
    background: rgb(var(--text-color) / .1);
    height: 2px;
    display: block;
    position: relative
}

.progress-bar:before {
    content: "";
    width: 100%;
    height: 100%;
    transform: scaleX(var(--progress, 0));
    transform-origin: var(--transform-origin-start);
    background: currentColor;
    transition: transform .45s ease-in-out;
    display: block
}

[data-tooltip] {
    --tooltip-text-color: var(--text-color);
    --tooltip-background: var(--background);
    position: relative
}

@media screen and (pointer:fine) {
    [data-tooltip]:after {
        content: attr(data-tooltip);
        inset-block-end: calc(100%+var(--tooltip-offset, .5rem));
        border-radius: min(1.5rem, var(--button-border-radius));
        background: rgb(var(--tooltip-text-color));
        width: max-content;
        max-width: 15rem;
        color: rgb(var(--tooltip-background));
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
        justify-self: center;
        padding: .125rem .5rem;
        font-size: .6875rem;
        transition: opacity .1s ease-in-out, visibility .1s ease-in-out, scale .1s ease-in-out;
        position: absolute;
        left: 50%;
        translate: -50%;
        scale: .9
    }

    [data-tooltip]:hover:after {
        visibility: visible;
        opacity: 1;
        scale: 1
    }
}

.separator-dot {
    --dot-size: .25rem;
    width: var(--dot-size);
    height: var(--dot-size);
    background: currentColor;
    border-radius: 100%
}

.animated-plus {
    --animated-plus-size: .625rem;
    width: var(--animated-plus-size);
    height: var(--animated-plus-size);
    display: block;
    position: relative
}

.animated-plus:after,
.animated-plus:before {
    content: "";
    background-color: currentColor;
    transition: transform .25s ease-in-out, opacity .25s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg)
}

.animated-plus:before {
    width: var(--animated-plus-size);
    opacity: 1;
    height: 1px
}

.animated-plus:after {
    width: 1px;
    height: var(--animated-plus-size)
}

.group[aria-expanded=true] .animated-plus.group-expanded\:rotate:before {
    opacity: 0
}

.group[aria-expanded=true] .animated-plus.group-expanded\:rotate:after,
.group[aria-expanded=true] .animated-plus.group-expanded\:rotate:before {
    transform: translate(-50%, -50%) rotate(90deg)
}

@media (pointer:fine) {
    .is-scrollable[allow-drag] {
        cursor: grab
    }

    .is-scrollable[allow-drag]:active {
        cursor: grabbing;
        -webkit-user-select: none;
        user-select: none;
        scroll-snap-type: none
    }
}

@media screen and (min-width:700px) {
    .play-button svg {
        width: 5rem;
        height: 5rem
    }
}

.quantity-selector {
    --quantity-selector-height: 2.4rem;
    --quantity-selector-input-width: 2.5rem;
    --tooltip-offset: calc(-1 * var(--quantity-selector-height) / 2+1rem);
    grid-template-columns: var(--quantity-selector-height) auto var(--quantity-selector-height);
    grid-auto-rows: var(--quantity-selector-height);
    border-width: 1px;
    align-items: center;
    display: inline-grid
}

.quantity-selector:focus-within:has(:focus-visible) {
    border-color: currentColor
}

.quantity-selector__button {
    place-content: center;
    min-height: 100%;
    display: grid
}

.quantity-selector__button svg {
    transition: opacity .2s
}

.quantity-selector__button:hover svg,
.quantity-selector__button[disabled] svg {
    opacity: .65
}

.quantity-selector__input-wrapper {
    place-items: center;
    display: grid
}

.quantity-selector__input-wrapper>* {
    grid-area: 1/-1
}

.quantity-selector__input {
    -webkit-appearance: textfield;
    appearance: textfield;
    min-width: var(--quantity-selector-input-width);
    width: var(--quantity-selector-character-count, 1ch);
    text-align: center;
    background: 0 0;
    transition: opacity .2s ease-in-out .2s
}

.quantity-selector__input:focus {
    outline: 0
}

.quantity-selector__input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.quantity-selector__input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

@media screen and (min-width:700px) {
    .quantity-selector {
        --quantity-selector-height: 2.7rem
    }
}

.quantity-selector--sm {
    --quantity-selector-height: 2.2rem;
    --quantity-selector-input-width: 2rem
}

@keyframes quantitySelectorSpinner {
    0% {
        animation-timing-function: cubic-bezier(.45, 0, .55, 1);
        transform: rotate(0)
    }

    50% {
        animation-timing-function: cubic-bezier(.4, 0, .6, 1);
        transform: rotate(360deg)
    }

    100% {
        animation-timing-function: cubic-bezier(.45, 0, .55, 1);
        transform: rotate(720deg)
    }
}

.quantity-selector__spinner {
    transform-origin: center;
    opacity: 0;
    transition: opacity .2s ease-in-out, translate .2s ease-in-out, display .2s ease-in-out allow-discrete;
    animation: 2.5s cubic-bezier(.4, 0, .6, 1) infinite quantitySelectorSpinner;
    display: none;
    translate: 0 4px
}

.quantity-selector__input-wrapper[aria-busy=true] .quantity-selector__spinner {
    opacity: 1;
    display: block;
    translate: none
}

@starting-style {
    translate: 0 4px
}

.breadcrumb__list {
    align-items: center;
    column-gap: .5rem;
    line-height: 1;
    display: flex
}

.breadcrumb__list-item+.breadcrumb__list-item:before {
    content: "/";
    color: rgb(var(--text-color) / .65);
    margin-inline-end: .375rem;
    font-size: .625rem;
    display: inline-block
}

@media screen and (min-width:1000px) {
    .breadcrumb {
        display: block
    }
}

.breadcrumb--floating {
    position: absolute;
    inset-block-start: 1.25rem;
    inset-inline-start: var(--container-gutter)
}

.bordered-box {
    border-width: 1px;
    padding: 2.5rem 1.25rem 1.25rem;
    position: relative
}

.bordered-box__title {
    inset-block-start: 0;
    text-align: center;
    background: rgb(var(--background));
    width: max-content;
    padding-inline: .5rem;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media screen and (min-width:1000px) {
    .bordered-box {
        padding: 3rem
    }
}

.loading-bar {
    z-index: 2000;
    pointer-events: none;
    mix-blend-mode: exclusion;
    width: 100%;
    height: 2px;
    transform-origin: var(--transform-origin-start);
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    transform: scaleX(0)
}

@media screen and (min-width:700px) {
    .loading-bar {
        height: 3px
    }
}

@keyframes animateCircularProgress {
    from {
        stroke-dashoffset: var(--stroke-dasharray)
    }

    to {
        stroke-dashoffset: 0
    }
}

.circular-progress {
    transition: opacity .25s;
    transform: rotate(-90deg)
}

.circular-progress circle:last-child {
    stroke-dasharray: var(--stroke-dasharray);
    stroke-dashoffset: var(--stroke-dasharray)
}

@media (prefers-reduced-motion:no-preference) {
    image-parallax img {
        transform: scale(1.3) translateY(-11.5385%)
    }
}

.scroll-margin-offset {
    scroll-margin-block-start: 20px
}

.share-buttons {
    align-items: center;
    gap: .875rem;
    display: flex
}

.share-buttons .social-media {
    --social-media-icon-size: 1rem;
    --social-media-list-gap: .75rem
}

.share-buttons--native:not([hidden])+.share-buttons {
    display: none
}

product-rerender {
    display: contents
}

.customer-account-box {
    min-height: calc(100vh - var(--section-vertical-spacing) * 2 - var(--announcement-bar-height, 0px) - var(--header-height, 0px));
    text-align: center;
    align-items: center;
    display: grid
}

.customer-account-category {
    border-block-end-width: 1px;
    padding-block-end: .625rem
}

.customer-account-overview {
    grid-gap: 2.5rem 3rem;
    display: grid
}

.customer-account-order-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .5rem;
    display: grid
}

@media screen and (min-width:1000px) {
    .customer-account-overview {
        grid-template-columns: minmax(0, 1fr) 14rem
    }
}

@media screen and (min-width:1150px) {
    .customer-account-overview {
        grid-template-columns: minmax(0, 1fr) 18rem;
        column-gap: 3.75rem
    }
}

.customer-address-list {
    --addresses-per-row: 1;
    grid-template-columns: repeat(var(--addresses-per-row), minmax(0, 1fr));
    gap: 3rem 3.75rem;
    display: grid
}

@media screen and (min-width:700px) {
    .customer-address-list {
        --addresses-per-row: 2
    }
}

@media screen and (min-width:1000px) {
    .customer-address-list {
        --addresses-per-row: 3
    }
}

.customer-order {
    grid: auto/minmax(0, 1fr);
    gap: 3rem;
    display: grid
}

.customer-order__details {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 3rem;
    display: grid
}

.customer-order__address-list {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    align-content: start;
    gap: 2.5rem 3.75rem;
    display: grid
}

@media screen and (min-width:1150px) {
    .customer-order {
        grid: auto/auto-flow minmax(0, 1fr) 14rem;
        column-gap: 3.75rem
    }
}

@media screen and (min-width:1400px) {
    .customer-order {
        grid-auto-columns: minmax(0, 1fr) 18rem
    }
}

.announcement-bar {
    --announcement-bar-gutter: .625rem;
    text-align: center;
    font-size: var(--announcement-bar-font-size);
    place-content: center;
    column-gap: .75rem;
    padding-block: 1em;
    padding-inline-start: max(var(--announcement-bar-gutter), 50% - var(--container-max-width) / 2);
    padding-inline-end: max(var(--announcement-bar-gutter), 50% - var(--container-max-width) / 2);
    display: flex
}

.announcement-bar__carousel {
    flex-grow: 1;
    place-items: center;
    max-width: 35rem;
    display: grid
}

.announcement-bar__carousel>* {
    grid-area: 1/-1
}

.announcement-bar__carousel>:not(.is-selected) {
    visibility: hidden
}

@media screen and (min-width:700px) {
    .announcement-bar {
        --announcement-bar-gutter: var(--container-gutter);
        justify-content: center;
        column-gap: 2.5rem
    }
}

.before-after {
    --before-after-content-inset-inline: 1.25rem;
    --before-after-content-inset-block: 1rem;
    --before-after-cursor-size: 3.125rem;
    -webkit-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    display: grid;
    position: relative
}

.before-after>* {
    grid-area: 1/-1
}

.before-after__after-image {
    z-index: 1
}

.before-after__content-wrapper {
    position: absolute
}

.before-after__cursor {
    pointer-events: auto;
    filter: drop-shadow(0 1px 1px #0000000d) drop-shadow(0 1px 1px #0000000d);
    z-index: 1;
    display: grid;
    position: relative
}

.before-after__cursor:before {
    content: "";
    background: rgb(var(--before-after-cursor-background));
    z-index: -1;
    position: absolute
}

.before-after__cursor svg {
    width: var(--before-after-cursor-size);
    height: var(--before-after-cursor-size)
}

.before-after--horizontal {
    cursor: ew-resize
}

.before-after--horizontal .before-after__after-image {
    clip-path: inset(0 0 0 var(--before-after-cursor-position, 0%))
}

[dir=rtl]:is(.before-after--horizontal .before-after__after-image) {
    clip-path: inset(0 var(--before-after-cursor-position, 0%) 0 0)
}

.before-after--horizontal .before-after__before-image .before-after__content-wrapper {
    justify-items: start;
    inset-block-end: var(--before-after-content-inset-block);
    inset-inline-start: var(--before-after-content-inset-inline)
}

.before-after--horizontal .before-after__after-image .before-after__content-wrapper {
    text-align: end;
    justify-items: end;
    inset-block-end: var(--before-after-content-inset-block);
    inset-inline-end: var(--before-after-content-inset-inline)
}

.before-after--horizontal .before-after__cursor {
    justify-self: start;
    place-items: center start;
    inset-inline-start: calc(var(--before-after-cursor-position, 0%) - var(--before-after-cursor-size)/ 2)
}

.before-after--horizontal .before-after__cursor:before {
    width: .125rem;
    height: 100%;
    inset-inline-start: calc(var(--before-after-cursor-size)/ 2)
}

.before-after--vertical {
    cursor: ns-resize
}

.before-after--vertical .before-after__after-image {
    clip-path: inset(var(--before-after-cursor-position, 0%) 0 0 0)
}

.before-after--vertical .before-after__before-image .before-after__content-wrapper {
    justify-items: start;
    inset-block-start: var(--before-after-content-inset-block);
    inset-inline-start: var(--before-after-content-inset-inline)
}

.before-after--vertical .before-after__after-image .before-after__content-wrapper {
    justify-items: start;
    inset-block-end: var(--before-after-content-inset-block);
    inset-inline-start: var(--before-after-content-inset-inline)
}

.before-after--vertical .before-after__cursor {
    align-self: start;
    place-items: start center;
    inset-block-start: calc(var(--before-after-cursor-position, 0%) - var(--before-after-cursor-size)/ 2)
}

.before-after--vertical .before-after__cursor:before {
    width: 100%;
    height: .125rem;
    inset-block-start: calc(var(--before-after-cursor-size)/ 2)
}

@media screen and (max-width:699px) {
    .before-after {
        --before-after-cursor-size: 2.5rem
    }

    .before-after .button {
        padding: .45rem 1.5rem
    }
}

@media screen and (min-width:700px) {
    .before-after {
        --before-after-content-inset-inline: 2.5rem;
        --before-after-content-inset-block: 2rem
    }

    .before-after__content-wrapper:has(.button) {
        --before-after-content-inset-block: 2.5rem
    }
}

.blog-tags {
    flex-wrap: wrap;
    justify-content: center;
    gap: .5rem 1.5rem;
    display: flex
}

.article {
    --article-wrapper-offset: 0px;
    --article-wrapper-padding-inline: 0px;
    padding-block-end: var(--section-vertical-spacing)
}

.article__toolbar {
    visibility: hidden;
    z-index: 1;
    width: 100vw;
    padding-block: 1rem;
    transition: transform .2s, visibility .2s, inset-block-start .15s ease-in-out;
    position: fixed;
    inset-block-start: var(--sticky-area-height);
    transform: translateY(-100%)
}

.article__toolbar.is-visible {
    visibility: visible;
    transform: translateY(0)
}

.article__toolbar .social-media {
    gap: .75rem 1rem
}

.article__toolbar .social-media svg {
    width: 1rem;
    height: 1rem
}

.article__image {
    overflow: hidden
}

.article__image img {
    height: var(--article-image-height);
    object-fit: cover
}

.article__wrapper {
    padding: 1.5rem var(--article-wrapper-padding-inline) 0;
    background: rgb(var(--background));
    gap: 5rem;
    margin-inline-start: max(var(--container-gutter), 50% - var(--container-max-width) / 2 - var(--article-wrapper-padding-inline));
    margin-inline-end: max(var(--container-gutter), 50% - var(--container-max-width) / 2 - var(--article-wrapper-padding-inline));
    display: grid;
    position: relative
}

.article__image+.article__wrapper {
    margin-block-start: var(--article-wrapper-offset)
}

.article__comments {
    gap: inherit;
    scroll-margin-block-start: calc(var(--sticky-area-height)+20px);
    display: grid
}

.article__author {
    border-block-width: 1px;
    align-items: start;
    column-gap: 1rem;
    padding-block: 1.5rem;
    display: flex
}

.article__author-image {
    border-radius: 100%;
    flex-shrink: 0;
    width: 3.75rem
}

.article__footer-bottom {
    gap: 2.5rem;
    display: grid
}

.article__author+.article__footer-bottom {
    margin-block-start: 1.75rem
}

@media screen and (min-width:700px) {
    .article {
        --article-wrapper-offset: -2.75rem;
        --article-wrapper-padding-inline: 3.125rem
    }

    .article__wrapper {
        gap: 6.25rem;
        padding-block-start: 2.5rem
    }

    .article__footer-bottom {
        grid: auto/auto-flow minmax(0, 1fr);
        align-items: center
    }
}

@media screen and (min-width:1000px) {
    .article {
        --article-wrapper-offset: -4.375rem
    }
}

.comment {
    gap: 1.125rem;
    display: grid
}

.comment:not(:first-child) {
    padding-block-start: 2rem
}

.cart-page {
    align-items: start;
    row-gap: max(4rem, var(--section-vertical-spacing-tight));
    display: grid
}

.cart-footer {
    flex-direction: column;
    gap: 1.5rem;
    display: flex
}

.cart-recap {
    gap: .5rem;
    display: grid
}

.cart-recap [type=submit] {
    margin-block-start: 1rem
}

@media screen and (min-width:700px) {
    .cart-footer {
        flex-direction: row;
        gap: 3rem
    }

    .cart-footer>:not(:only-child) {
        width: min(24rem, 100%)
    }

    .cart-recap {
        text-align: end;
        justify-items: end;
        margin-inline-start: auto
    }
}

@media screen and (min-width:1000px) {
    .cart-page {
        row-gap: max(6rem, var(--section-vertical-spacing-tight))
    }
}

.cart-discount-field__loader {
    display: none;
    position: absolute;
    inset-block-start: calc(50% - .375rem);
    inset-inline-end: 1rem
}

.cart-discount-field[aria-busy=true] .cart-discount-field__loader {
    animation: 1s linear infinite spin;
    display: block
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.cart-drawer::part(body) {
    padding-block: 0
}

:is(.cart-drawer:has(.cart-drawer__order-note[open])::part(header), .cart-drawer:has(.cart-drawer__order-note[open])::part(body)) {
    opacity: .4;
    pointer-events: none;
    transition: opacity .2s
}

.cart-drawer:not(:has(.cart-drawer__footer:only-child))::part(footer) {
    padding-block-start: calc(var(--drawer-footer-padding-block) - .5rem)
}

.cart-drawer .free-shipping-bar {
    font-size: var(--text-sm);
    margin-inline-start: calc(-1 * var(--drawer-body-padding-inline));
    margin-inline-end: calc(-1 * var(--drawer-body-padding-inline));
    padding-block: .5rem;
    padding-inline-start: var(--drawer-body-padding-inline);
    padding-inline-end: var(--drawer-body-padding-inline);
    margin-top: 10px
}

.cart-drawer__items {
    gap: 1.5rem;
    padding-block-start: var(--drawer-body-padding-block);
    padding-block-end: var(--drawer-body-padding-block);
    display: grid
}

.cart-drawer__complementary-products {
    padding-inline: var(--drawer-body-padding-inline);
    border-block-start-width: 1px;
    padding-block: 1.25rem;
    margin-inline: calc(-1 * var(--drawer-body-padding-inline)) !important;
    row-gap: 1.25rem !important
}

.cart-drawer__button-price {
    align-items: center;
    display: flex
}

.cart-drawer__button-price:before {
    content: "";
    background: currentColor;
    border-radius: 100%;
    width: 3px;
    height: 3px;
    margin-inline-end: 1.125rem
}

.cart-drawer__footer {
    align-items: start;
    gap: 1rem;
    display: grid
}

.cart-drawer__order-note {
    background-color: rgb(var(--background));
    background-image: var(--background-gradient);
    width: 100%;
    box-shadow: 1px 0 6px rgb(var(--border-color));
    z-index: 2;
    border-block-start-width: 1px;
    padding-block-start: calc(var(--drawer-footer-padding-block) - .5rem);
    padding-block-end: var(--drawer-footer-padding-block);
    padding-inline-start: var(--drawer-body-padding-inline);
    padding-inline-end: var(--drawer-body-padding-inline);
    display: none;
    position: absolute;
    inset-block-end: 0;
    inset-inline-start: 0
}

@media screen and (min-width:700px) {
    .cart-drawer__complementary-products {
        padding-block: 2rem;
        row-gap: 1rem !important
    }
}

.collection-banner {
    display: block;
    position: relative
}

.collection-banner .breadcrumb {
    z-index: 2
}

.collection {
    --collection-gap: 1rem;
    --collection-grid-template: minmax(0, 1fr);
    --collection-sidebar-width: 15rem;
    grid-template-columns: var(--collection-grid-template);
    align-items: start;
    gap: var(--collection-gap);
    margin-block-end: var(--section-vertical-spacing);
    scroll-margin-block-start: calc(var(--collection-toolbar-height, 0px)+20px);
    display: grid
}

.collection:only-child {
    margin-block-start: 1.5rem
}

.collection__main {
    row-gap: var(--section-stack-gap);
    display: grid
}

.collection .product-list[collection-mobile-layout=medium] {
    --product-list-items-per-row: var(--collection-items-per-row-medium)
}

.collection .product-list[collection-mobile-layout=large] {
    --product-list-items-per-row: var(--collection-items-per-row-large)
}

@media screen and (min-width:700px) {
    .collection:only-child {
        margin-block-start: 3rem
    }

    .collection .product-list[collection-desktop-layout=compact] {
        --product-list-items-per-row: var(--collection-items-per-row-compact)
    }

    .collection .product-list[collection-desktop-layout=compact] .product-card__info {
        display: none
    }

    .collection .product-list[collection-desktop-layout=medium] {
        --product-list-items-per-row: var(--collection-items-per-row-medium)
    }

    .collection .product-list[collection-desktop-layout=large] {
        --product-list-items-per-row: var(--collection-items-per-row-large)
    }
}

@media screen and (min-width:1150px) {
    .collection {
        --collection-gap: 1rem
    }
}

.collection-toolbar {
    min-height: 3em;
    box-shadow: 0 1px rgb(var(--border-color)), 0 -1px rgb(var(--border-color));
    background-color: rgb(var(--background));
    reading-flow: flex-visual;
    z-index: 2;
    transition: inset-block-start .15s ease-in-out;
    display: flex;
    position: sticky;
    inset-block-start: var(--sticky-area-height);
    inset-inline-start: 0
}

.collection-toolbar .popover {
    --popover-block-offset: 0px;
    inset-inline-end: -1px
}

.collection-toolbar__button-list {
    reading-flow: flex-visual;
    flex-grow: 1;
    display: flex
}

.collection-toolbar__button {
    padding-block: .75rem
}

.collection-toolbar__button:is(svg) {
    transition: transform .2s
}

.collection-toolbar__button[aria-expanded=true] svg {
    transform: rotateZ(180deg)
}

.collection-toolbar__button-container {
    width: 100%;
    position: relative
}

.collection-toolbar__button-container+.collection-toolbar__button-container {
    border-inline-start-width: 1px
}

.collection-toolbar__layout-switch-list {
    border-inline-start-width: 1px;
    justify-content: flex-end;
    align-items: center;
    gap: 1rem;
    padding-inline: 1.25rem;
    display: flex
}

.collection-toolbar__button {
    opacity: .5;
    transition: opacity .2s
}

.collection-toolbar__button.is-active,
.collection-toolbar__button:hover {
    opacity: 1
}

@media screen and (min-width:700px) {
    .collection-toolbar {
        flex-direction: row-reverse;
        justify-content: space-between
    }

    .collection-toolbar__button {
        padding-block: 1.125rem
    }

    .collection-toolbar__button-list {
        flex-direction: row-reverse;
        flex: none
    }

    .collection-toolbar__button-container {
        border-inline-start-width: 1px
    }

    .collection-toolbar__button-container>.collection-toolbar__button {
        width: max-content;
        padding-inline: 2.875rem
    }

    .collection-toolbar__layout-switch-list {
        border-inline-width: 0 1px;
        padding-inline: 1.875rem
    }

    .collection-toolbar__products-count {
        position: absolute;
        inset-block-start: 50%;
        inset-inline-start: 50%;
        transform: translate(-50%, -50%)
    }
}

.facets .accordion-list .accordion:first-child {
    border-block-start-width: 0
}

.facets .accordion-list .accordion:first-child .accordion__toggle {
    padding-block-start: 0
}

.facets .accordion-list .accordion:last-child {
    border-block-end-width: 0
}

.facets .accordion-list .accordion:last-child .accordion__content {
    padding-block-end: 0
}

.active-facets {
    flex-wrap: wrap;
    align-items: center;
    gap: .625rem;
    display: flex
}

.removable-facet {
    font-size: var(--text-sm);
    border-width: 1px;
    align-items: center;
    column-gap: .375rem;
    padding: .375rem .625rem;
    display: flex
}

.facets-clear-all {
    margin-inline-start: .625rem
}

@media screen and (min-width:700px) {
    .removable-facet {
        font-size: var(--text-base);
        column-gap: .625rem;
        padding: .625rem .875rem
    }
}

@media screen and (min-width:1000px) {
    .facets-sidebar {
        top: calc(var(--sticky-area-height)+var(--collection-toolbar-height, 0px)+20px);
        width: var(--collection-sidebar-width);
        grid-column-end: -2;
        display: block;
        position: sticky
    }
}

.collection-list {
    gap: var(--collection-list-gap, 0);
    display: flex
}

.collection-list .collection-card {
    flex-basis: var(--collection-list-item-size, calc(100% / var(--collection-list-items-per-row) - var(--collection-list-gap, 0px) * (var(--collection-list-items-per-row) - 1)/ var(--collection-list-items-per-row)))
}

.collection-list--text-outside {
    row-gap: 3rem
}

.collection-card {
    align-content: start;
    gap: 1.5rem;
    display: grid
}

.countdown {
    gap: var(--section-stack-gap);
    display: grid
}

.countdown__timer {
    text-transform: uppercase;
    text-align: center;
    grid: auto/auto-flow minmax(0, 1fr) auto;
    align-items: center;
    column-gap: .75rem;
    display: grid
}

.countdown__timer-item {
    display: grid
}

.countdown__timer-flip {
    --heading-letter-spacing: 0;
    justify-content: center;
    column-gap: 2px;
    display: flex
}

.countdown__timer-flip::part(digit) {
    color: rgb(var(--countdown-timer-flip-text-color))
}

.countdown__timer-flip--background::part(digit) {
    background: rgb(var(--countdown-timer-flip-background));
    border-radius: .25rem;
    padding: .375rem .5rem
}

@media screen and (max-width:699px) {
    .countdown__content {
        text-align: center
    }

    .countdown__timer {
        justify-content: center
    }
}

@media screen and (min-width:700px) {
    .countdown {
        grid-template-columns: minmax(250px, 570px) max-content;
        justify-content: space-between;
        gap: 4rem;
        width: 100%
    }

    .countdown__timer-item {
        row-gap: .5rem
    }

    .countdown--reverse {
        grid-template-columns: max-content minmax(250px, 570px)
    }

    .countdown--reverse .countdown__timer {
        order: -1
    }
}

@media screen and (min-width:1000px) {
    .countdown__timer {
        column-gap: 1rem
    }
}

.countdown-condensed {
    column-gap: 2.25rem;
    justify-content: var(--countdown-condensed-justify-content, space-between);
    padding: 1rem var(--container-gutter);
    display: flex
}

.countdown-condensed__text {
    flex-wrap: wrap;
    align-items: center;
    gap: .5rem 1.5rem;
    display: flex
}

.countdown-condensed__timer {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    letter-spacing: .2em;
    text-transform: uppercase;
    text-align: center;
    flex-shrink: 0;
    align-items: center;
    column-gap: .25rem;
    display: flex
}

.countdown-condensed__timer-item {
    display: grid
}

.countdown-condensed__timer-flip {
    font-size: .625rem;
    font-weight: bolder
}

.countdown-condensed__timer-unit {
    font-size: .5rem
}

@media screen and (max-width:699px) {
    .countdown-condensed .h6 {
        font-size: .625rem
    }
}

@media screen and (min-width:700px) {
    .countdown-condensed {
        column-gap: 5rem
    }

    .countdown-condensed__timer {
        column-gap: .75rem
    }

    .countdown-condensed__timer-flip {
        font-size: .75rem
    }

    .countdown-condensed__timer-unit {
        font-size: .625rem
    }
}

.footer {
    background: rgb(var(--background));
    background-image: var(--background-gradient);
    color: rgb(var(--text-color));
    padding-block-start: var(--section-vertical-spacing);
    padding-block-end: min(var(--section-vertical-spacing), 3rem)
}

.footer__inner {
    row-gap: min(var(--section-vertical-spacing), 3rem);
    display: grid
}

.footer__block-list {
    justify-content: start;
    align-items: start;
    gap: min(var(--section-vertical-spacing), 2.5rem);
    display: grid
}

.footer__aside {
    text-align: center;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
    display: grid
}

.footer__aside .payment-methods {
    justify-content: center;
    max-width: 30rem
}

@media screen and (min-width:700px) {
    .footer__block-list {
        justify-content: var(--footer-content-justify-items);
        flex-wrap: wrap;
        gap: 3rem;
        display: flex
    }

    .footer__block {
        flex: auto
    }

    .footer__block--image,
    .footer__block--links {
        flex-grow: 0;
        max-width: 14rem
    }

    .footer__block--app,
    .footer__block--newsletter {
        flex-basis: 14rem;
        max-width: 18rem
    }

    .footer__block--text {
        flex-basis: 14rem;
        max-width: 24rem
    }
}

@media screen and (min-width:1000px) {
    .footer__aside {
        grid-auto-flow: column;
        justify-content: space-between
    }

    .footer__aside .payment-methods {
        justify-content: end
    }
}

@media screen and (min-width:1150px) {
    .footer__block-list {
        justify-content: var(--footer-content-justify-items);
        column-gap: 3.75rem
    }
}

@media screen and (min-width:1400px) {
    .footer__block-list {
        column-gap: 5rem
    }
}

.gift-card__image {
    max-width: 16.875rem;
    margin-inline: auto
}

.gift-card__redeem-info {
    padding: 1.5rem
}

.gift-card__save {
    place-items: center;
    gap: 1.5rem;
    display: grid
}

.gift-card__qr-code {
    width: 5rem;
    height: 5rem
}

@media screen and (min-width:700px) {
    .gift-card__redeem-info {
        padding: 2rem
    }

    .gift-card__save {
        grid-auto-flow: column
    }
}

.faq {
    justify-content: center;
    align-items: start;
    column-gap: 3.75rem;
    display: flex
}

.faq__toc {
    align-content: start;
    justify-items: start;
    gap: .75rem;
    min-width: 150px;
    max-width: 300px;
    transition: inset-block-start .15s ease-in-out;
    display: grid;
    position: sticky;
    inset-block-start: calc(var(--sticky-area-height)+1.25rem)
}

.faq__toc-item {
    background: linear-gradient(to right, currentColor, currentColor) 0 min(100%, 1.35em)/0 1px no-repeat;
    text-decoration: none;
    transition: background-size .3s ease-in-out
}

.faq__toc-item.is-active {
    background-size: 100% 1px
}

.faq__content {
    flex-basis: 650px
}

.faq__category {
    flex-wrap: wrap;
    align-items: center;
    column-gap: 1rem;
    scroll-margin-block-start: 1.25rem;
    display: flex
}

.faq__category+.accordion {
    margin-block-start: 1.25rem
}

.accordion+.faq__category {
    margin-block-start: 3rem
}

.featured-collections-navigation {
    grid-auto-columns: max-content;
    grid-auto-flow: column;
    justify-content: safe center;
    column-gap: 1.5rem;
    display: grid
}

.featured-collections-navigation>button:not(:only-child) {
    padding-block-end: 2px;
    position: relative
}

.featured-collections-navigation>button:not(:only-child):after {
    content: "";
    width: calc(100% - var(--heading-letter-spacing));
    height: 1px;
    transform-origin: var(--transform-origin-start);
    background: currentColor;
    transition: transform .3s;
    position: absolute;
    inset-block-end: 0;
    inset-inline-start: 0;
    transform: scaleX(0)
}

.featured-collections-navigation>button:not(:only-child)[aria-current=true]:after {
    transform: scaleX(1)
}

@media screen and (min-width:700px) {
    .featured-collections-navigation {
        column-gap: 2.5rem
    }
}

.featured-collections-carousel {
    display: grid;
    position: relative
}

.featured-collections-carousel>* {
    grid-area: 1/-1
}

.featured-collections-carousel__item {
    gap: var(--section-stack-gap);
    grid-template-columns: minmax(0, 1fr);
    display: grid
}

.featured-collections-carousel__item:not(.is-selected) {
    display: none
}

.header {
    --header-show-transparent-logo: 0;
    grid: var(--header-grid);
    justify-content: center;
    align-items: center;
    column-gap: 1.25rem;
    row-gap: var(--header-padding-block);
    box-shadow: 0 -1px rgb(var(--header-separation-border-color)) inset;
    reading-flow: grid-columns;
    padding-block-start: var(--header-padding-block);
    padding-block-end: var(--header-padding-block);
    padding-inline-start: var(--container-gutter);
    padding-inline-end: var(--container-gutter);
    transition: background .2s, color .2s, border .2s, box-shadow .2s, transform .15s ease-in-out;
    display: grid;
    position: relative
}

.header.is-hidden {
    transform: translateY(-100%)
}

.shopify-section--header:has(.header.is-hidden) {
    pointer-events: none
}

:has(.shopify-section:first-child [allow-transparent-header]):not(:has(.shopify-section--header~.shopify-section-group-header-group)) .header {
    margin-block-end: calc(-1 * var(--header-height, 0px))
}

:has(.shopify-section:first-child [allow-transparent-header]):not(:has(.shopify-section--header~.shopify-section-group-header-group)) .header:not(:hover, .is-solid, :has(.header__primary-nav [open], .header__secondary-nav [open], .header-search[open])) {
    --header-show-transparent-logo: 1;
    --header-separation-border-color: 0 0 0/0;
    --background: 0 0 0/0;
    --background-gradient: 0 0 0/0;
    --border-color: 0 0 0/0;
    --text-color: var(--header-transparent-header-text-color)
}

:has(.shopify-section:first-child [allow-transparent-header]):not(:has(.shopify-section--header~.shopify-section-group-header-group)) .header:not(:hover, .is-solid, :has(.header__primary-nav [open], .header__secondary-nav [open], .header-search[open])) .link-faded {
    color: currentColor;
    transition: none
}

.header__cart-dot {
    width: .5rem;
    height: .5rem;
    box-shadow: 0 0 0 2px rgb(var(--background));
    background-color: currentColor;
    border-radius: 100%;
    transition: transform .2s ease-in-out;
    position: absolute;
    inset-block-start: 0;
    inset-inline-end: -.125rem;
    transform: scale(0)
}

.header__cart-dot.is-visible {
    transform: scale(1)
}

@media screen and (min-width:700px) {
    .header {
        column-gap: 2.5rem
    }
}

.header__logo {
    grid-area: logo;
    justify-self: start;
    position: relative
}

.header__logo-image {
    width: var(--header-logo-width);
    max-width: 100%;
    height: auto
}

.header__logo-image:where(:not(:only-of-type)) {
    opacity: calc(1 - var(--header-show-transparent-logo));
    transition: opacity .2s
}

.header__logo-image--transparent {
    opacity: var(--header-show-transparent-logo);
    pointer-events: none;
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0
}

.header__logo-text {
    display: block
}

.header__primary-nav {
    flex-wrap: wrap;
    grid-area: primary-nav;
    align-items: center;
    gap: .625rem 1.25rem;
    display: flex
}

.header__primary-nav-item [data-title]:before {
    content: attr(data-title);
    width: max-content;
    height: 2px;
    transform-origin: var(--transform-origin-start);
    background: rgb(var(--text-color));
    font: inherit;
    letter-spacing: inherit;
    text-transform: inherit;
    color: #0000;
    pointer-events: none;
    transition: transform .2s ease-in-out;
    position: absolute;
    inset-block-end: 0;
    transform: scaleX(0)
}

.header__primary-nav-item [data-title]:hover:before {
    transform: scaleX(1)
}

.header__primary-nav-item [data-title]:has(.header__dropdown-menu):before {
    display: none
}

@media screen and (max-width:699px) {
    .header__nav-icon {
        width: 1.375rem
    }
}

@media screen and (min-width:1000px) {
    .header__primary-nav--center {
        justify-content: safe center
    }
}

@media screen and (min-width:1150px) {
    .header__primary-nav {
        column-gap: 2.5rem
    }
}

.header__secondary-nav {
    flex-wrap: wrap;
    grid-area: secondary-nav;
    justify-content: end;
    justify-self: end;
    align-items: center;
    gap: .625rem .9rem;
    display: flex
}

.header__secondary-nav .localization-selectors:not(:only-child) {
    margin-inline-end: .625rem
}

@media screen and (min-width:700px) {
    .header__secondary-nav {
        column-gap: 1.25rem
    }
}

.header__dropdown-menu {
    background: rgb(var(--background));
    width: max-content;
    min-width: 12.5rem;
    max-width: 17.5rem;
    color: rgb(var(--text-color));
    box-shadow: 2px 2px 6px rgb(var(--text-color) / .05);
    border-width: 0 1px 1px;
    padding-block: 1.125rem;
    position: absolute;
    inset-block-start: calc(100% - 2px)
}

.header__dropdown-menu:not(:has(.header__dropdown-menu)) {
    max-height: calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 20px);
    overflow: auto
}

.header__dropdown-menu:before {
    content: "";
    width: 100%;
    height: 2px;
    transform-origin: var(--transform-origin-start);
    background: rgb(var(--text-color));
    transition: transform .25s ease-in-out 50ms;
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    transform: scaleX(0)
}

[aria-expanded=true]>.header__dropdown-menu:before {
    transform: scaleX(1)
}

.header__dropdown-menu:is(a, summary) {
    padding: .375rem 1.5625rem;
    display: block
}

.header__dropdown-menu .header__menu-disclosure {
    position: relative
}

.header__dropdown-menu--restrictable {
    max-height: calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 40px);
    overflow-y: auto
}

.header__dropdown-menu .header__dropdown-menu {
    border-width: 1px;
    inset-block-start: calc(-1.125rem - 1px);
    inset-inline-start: 100%
}

.header__dropdown-menu .header__dropdown-menu:before {
    display: none
}

.header-search {
    z-index: -1;
    width: 100%;
    display: none;
    position: absolute;
    inset-block-start: 100%;
    inset-inline-start: 0
}

.header-search::part(overlay) {
    min-height: calc(100vh - var(--sticky-area-height));
    inset-block-start: var(--sticky-area-height)
}

.header-search::part(content) {
    max-height: calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 1.25rem);
    background: rgb(var(--background));
    color: rgb(var(--text-color));
    overflow: auto
}

@supports (max-height:100dvh) {
    .header-search::part(content) {
        max-height: min(var(--header-search-max-height, 100vh), 100dvh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 1.25rem)
    }
}

.header-search__form-control {
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    column-gap: .75rem;
    padding-block: .75rem;
    display: grid
}

.header-search__input {
    -webkit-appearance: none;
    appearance: none;
    background: 0 0
}

.header-search__input:focus {
    outline: 0
}

.header-search__input::-webkit-search-decoration {
    display: none
}

.header-search__input::-webkit-search-cancel-button {
    display: none
}

.header-search__input::-webkit-search-results-button {
    display: none
}

.header-search__input::-webkit-search-results-decoration {
    display: none
}

@media screen and (min-width:700px) {
    .header-search__form-control {
        column-gap: 1.25rem;
        padding-block: 1.5rem
    }
}

.predictive-search {
    display: block
}

.predictive-search__no-results {
    text-align: center;
    padding-block: 2.5rem 4rem
}

.predictive-search__results {
    grid-template-columns: minmax(0, 1fr);
    gap: 2.5rem;
    padding-block: 1.25rem 2rem;
    display: grid
}

.predictive-search__suggestions {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
    gap: .75rem 1.5rem;
    display: grid
}

.predictive-search__suggestions mark {
    background: 0 0;
    font-weight: bolder
}

.predictive-search__tabs::part(tab-list-scrollable) {
    scrollbar-width: none;
    margin-inline-start: calc(-1 * var(--distance-to-bleed));
    margin-inline-end: calc(-1 * var(--distance-to-bleed));
    padding-inline-start: var(--distance-to-bleed);
    padding-inline-end: var(--distance-to-bleed);
    display: flex;
    overflow: auto
}

.predictive-search__tabs::part(tab-list) {
    width: min-content;
    min-width: 100%
}

.predictive-search__category {
    border-block-end-width: 1px;
    padding-block-end: .625rem
}

.predictive-search__products {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    gap: 1.25rem;
    display: grid
}

.predictive-search__blog-posts {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.5rem 2.5rem;
    display: grid
}

.predictive-search__blog-posts .blog-post-card__info {
    row-gap: .75rem
}

.predictive-search__collections {
    align-items: start;
    gap: var(--container-gutter);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid
}

@media screen and (max-width:699px) {
    .predictive-search__suggestions {
        grid: auto/auto-flow max-content;
        row-gap: 1.25rem
    }

    .predictive-search__products .horizontal-product-card__figure {
        max-width: 4.375rem
    }

    .predictive-search__blog-posts .blog-post-card {
        grid-template-columns: minmax(0, 160px) minmax(0, 1fr);
        align-items: center
    }
}

@media screen and (min-width:700px) {
    .predictive-search__no-results {
        padding-block: 4.75rem 6.25rem
    }

    .predictive-search__results {
        padding-block: 1.5rem 3rem
    }

    .predictive-search__blog-posts {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .predictive-search__blog-posts .blog-post-card__category {
        font-size: .6875rem
    }
}

@media screen and (min-width:1000px) {
    .predictive-search__results--with-suggestions {
        grid-template-columns: 250px minmax(0, 1fr)
    }

    .predictive-search__products {
        grid-template-columns: repeat(var(--product-list-items-per-row, 4), minmax(0, 1fr))
    }

    .predictive-search__blog-posts {
        grid-template-columns: repeat(var(--blog-post-list-items-per-row, 4), minmax(0, 1fr))
    }

    .predictive-search__collections {
        grid-template-columns: repeat(var(--collection-list-items-per-row), minmax(0, 1fr))
    }
}

.mega-menu {
    --mega-menu-gap: 2.5rem;
    --mega-menu-linklist-gap: 2.5rem;
    --mega-menu-promo-gap: 2rem;
    width: 100%;
    max-height: calc(100vh - var(--header-height, 0px) - var(--announcement-bar-height, 0px) - 20px);
    justify-content: safe center;
    align-items: start;
    column-gap: var(--mega-menu-gap);
    background: rgb(var(--background));
    color: rgb(var(--text-color));
    border-block-end-width: 1px;
    padding-block: 2.5rem;
    padding-inline-start: var(--container-gutter);
    padding-inline-end: var(--container-gutter);
    display: flex;
    position: absolute;
    inset-block-start: 100%;
    inset-inline-start: 0;
    overflow-y: auto
}

.mega-menu--reverse {
    flex-direction: row-reverse
}

.mega-menu--reverse .mega-menu__promo {
    justify-content: flex-start
}

.mega-menu__linklist {
    gap: var(--mega-menu-linklist-gap);
    flex-wrap: wrap;
    flex: 0 auto;
    display: flex
}

.mega-menu__linklist>* {
    max-width: 280px
}

.mega-menu__promo {
    justify-content: flex-end;
    column-gap: var(--mega-menu-promo-gap);
    flex: 0 auto;
    display: flex
}

.mega-menu__promo>* {
    flex: 315px;
    min-width: 240px;
    max-width: 315px
}

@media screen and (min-width:1400px) {
    .mega-menu {
        --mega-menu-gap: 6.25rem;
        --mega-menu-linklist-gap: 2.5rem 6.25rem
    }

    .mega-menu:has(.mega-menu__linklist>:nth-child(5)) {
        --mega-menu-linklist-gap: 2.5rem 4rem
    }
}

.header-sidebar {
    --header-linklist-padding-block: 1rem
}

.header-sidebar::part(close-button) {
    opacity: 1
}

.header-sidebar::part(header) {
    border-block-end: none
}

.header-sidebar::part(content) {
    box-sizing: border-box;
    overflow-x: hidden
}

.header-sidebar::part(panel-list) {
    position: relative
}

.header-sidebar__scroller {
    padding-block-end: var(--drawer-body-padding-block);
    padding-inline-start: var(--drawer-body-padding-inline);
    padding-inline-end: var(--drawer-body-padding-inline);
    overflow-y: auto
}

.header-sidebar__linklist-button {
    text-align: start;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-block-start: calc(var(--header-linklist-padding-block)/ 2);
    padding-block-end: calc(var(--header-linklist-padding-block)/ 2);
    transition: color .2s;
    display: flex
}

@media screen and (pointer:fine) {
    .header-sidebar__main-panel li:has([aria-expanded=true])~li .header-sidebar__linklist-button {
        color: rgb(var(--text-color) / .65)
    }

    .header-sidebar__main-panel li:has(~li [aria-expanded=true]):not(:has([aria-expanded=true])) .header-sidebar__linklist-button {
        color: rgb(var(--text-color) / .65)
    }
}

.header-sidebar__sub-panel li:has([aria-expanded=true])~li .header-sidebar__linklist-button {
    color: rgb(var(--text-color) / .65)
}

.header-sidebar__sub-panel li:has(~li [aria-expanded=true]):not(:has([aria-expanded=true])) .header-sidebar__linklist-button {
    color: rgb(var(--text-color) / .65)
}

.header-sidebar__sub-panel li:has([aria-expanded=true]) .header-sidebar__linklist-button {
    color: rgb(var(--text-color)) !important
}

.header-sidebar__back-button {
    width: 100%;
    border-block-end-width: 1px;
    margin-block-end: 1rem;
    padding-block-start: var(--header-linklist-padding-block);
    padding-block-end: 1rem
}

.header-sidebar__back-button.is-divided {
    margin-block-end: .5rem
}

.header-sidebar__nested-linklist {
    border-inline-start-width: 1px;
    row-gap: .75rem;
    margin-block: 2px 1.125rem;
    margin-inline-start: .5rem;
    padding-inline-start: 1.5rem;
    display: grid
}

.header-sidebar__main-panel {
    background-color: rgb(var(--background));
    background-image: var(--background-gradient);
    grid-template-rows: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    grid-auto-columns: max-content;
    height: 100%;
    display: grid
}

.header-sidebar__footer {
    position: relative
}

.header-sidebar__footer:before {
    content: "";
    background: linear-gradient(transparent, rgb(var(--background)));
    width: 100%;
    height: 2.5rem;
    position: absolute;
    inset-block-end: 100%;
    inset-inline-start: 0
}

.header-sidebar__footer>* {
    padding-block: 1.25rem;
    padding-inline-start: var(--drawer-footer-padding-inline);
    padding-inline-end: var(--drawer-footer-padding-inline)
}

.header-sidebar__footer .localization-selectors {
    border-block-start-width: 1px;
    justify-content: flex-start;
    column-gap: 1.25rem
}

.header-sidebar__collapsible-panel {
    height: 100%;
    width: var(--drawer-max-width);
    background-color: rgb(var(--background));
    background-image: var(--background-gradient);
    display: none;
    position: absolute;
    inset-block-start: 0
}

.header-sidebar__promo {
    grid-auto-flow: column;
    gap: 2rem 1.25rem;
    margin-block-start: 1.25rem;
    display: flex
}

.header-sidebar__promo>* {
    min-width: 12.5rem
}

.header-sidebar__promo>:only-child {
    min-width: 100%
}

.header-sidebar__linklist.divide-y .header-sidebar__linklist-button {
    padding-block-start: var(--header-linklist-padding-block);
    padding-block-end: var(--header-linklist-padding-block)
}

.header-sidebar__linklist.divide-y .header-sidebar__back-button {
    padding-block-end: var(--header-linklist-padding-block)
}

.header-sidebar__linklist.divide-y .header-sidebar__nested-linklist {
    margin-block-end: calc(.5rem+var(--header-linklist-padding-block))
}

.header-sidebar__linklist.divide-y .header-sidebar__promo {
    margin-block-start: .75rem
}

@media screen and (min-width:700px) {
    .header-sidebar {
        --header-linklist-padding-block: 1.25rem
    }
}

@media screen and (min-width:1000px) {
    .header-sidebar::part(panel-list) {
        position: static
    }

    .header-sidebar::part(content) {
        overflow-x: visible
    }

    .header-sidebar:has(.header-sidebar__collapsible-panel[aria-activedescendant])::part(content) {
        border-inline-end: 1px solid rgb(var(--border-color))
    }

    .header-sidebar__main-panel {
        z-index: 1;
        position: relative
    }

    .header-sidebar__collapsible-panel .header-sidebar__scroller {
        width: 100%;
        inset-block: min(var(--header-height), 5rem) 0;
        position: absolute
    }

    .header-sidebar__promo {
        flex-direction: column
    }

    .header-sidebar__promo>* {
        min-width: 100%
    }
}

.image-with-text {
    display: grid;
    overflow: hidden
}

.image-with-text>.prose {
    box-sizing: content-box;
    max-width: var(--image-with-text-content-max-width);
    margin-block: 1.5rem;
    padding-inline-start: var(--container-gutter);
    padding-inline-end: var(--container-gutter)
}

.image-with-text>:is(svg, img) {
    object-fit: contain;
    width: 100%;
    height: 100%
}

@media screen and (max-width:699px) {
    .image-with-text>.prose {
        margin-inline: auto
    }
}

@media screen and (min-width:700px) {
    .image-with-text {
        --image-with-text-gap: 2.5rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: center
    }

    .image-with-text>.prose {
        padding-inline-start: var(--image-with-text-gap)
    }

    .image-with-text:not(.image-with-text--reverse) picture {
        margin-inline-start: auto
    }

    .image-with-text--reverse>:is(picture, svg, img) {
        order: 9999
    }

    .image-with-text--reverse>.prose {
        margin-inline-start: auto;
        padding-inline-end: var(--image-with-text-gap)
    }
}

@media screen and (min-width:1000px) {
    .image-with-text {
        --image-with-text-gap: 6rem
    }
}

.image-with-text-block>:not(img, svg, picture) {
    background: rgb(var(--background));
    padding: 2.375rem 1.25rem;
    box-shadow: 0 1px 20px #3636364d
}

@media screen and (min-width:700px) {
    .image-with-text-block>:not(img, svg, picture) {
        padding: 3rem 1rem
    }
}

.image-with-text-block--parallax {
    min-height: var(--content-over-media-height, auto);
    aspect-ratio: var(--image-with-text-block-aspect-ratio);
    transform: unset;
    clip-path: inset(0)
}

@media (prefers-reduced-motion:no-preference) {

    .image-with-text-block--parallax>picture img,
    .image-with-text-block--parallax>svg {
        pointer-events: none;
        min-height: 100vh;
        position: fixed;
        top: 0;
        left: 0
    }

    @supports (min-height:100lvh) {

        .image-with-text-block--parallax>picture img,
        .image-with-text-block--parallax>svg {
            min-height: 100lvh
        }
    }
}

.images-with-text-scroll {
    --sticky-area-height: calc(var(--announcement-bar-is-sticky, 0) * var(--announcement-bar-height, 0px)+var(--header-is-sticky, 0) * var(--header-height, 0px));
    align-items: start;
    display: grid;
    position: relative
}

.images-with-text-scroll:before {
    content: "";
    background: rgb(var(--images-with-text-scroll-overlay));
    z-index: 1;
    pointer-events: none;
    position: absolute;
    inset: 0
}

.images-with-text-scroll__container,
.images-with-text-scroll__image-background {
    grid-area: 1/-1
}

.images-with-text-scroll__image-background {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-height: 100vh;
    position: sticky;
    inset-block-start: 0
}

.images-with-text-scroll__container {
    z-index: 1;
    place-items: start center;
    row-gap: 2rem;
    padding-block-start: var(--section-vertical-spacing);
    padding-block-end: var(--section-vertical-spacing);
    display: grid
}

.images-with-text-scroll__item {
    display: contents
}

.images-with-text-scroll__item:not(:first-child)>.images-with-text-scroll__image {
    opacity: 0
}

.images-with-text-scroll__image {
    grid-area: 1/1;
    align-self: center
}

.images-with-text-scroll__text {
    text-align: center;
    grid-area: 2/1;
    max-width: 375px
}

@media screen and (min-width:700px) {
    .images-with-text-scroll__container {
        row-gap: 3rem
    }
}

@media screen and (max-width:999px) {
    .images-with-text-scroll__item:not(.is-selected) {
        visibility: hidden
    }

    .images-with-text-scroll__image {
        width: min(56vw, 27.5rem)
    }
}

@media screen and (min-width:1000px) {
    .images-with-text-scroll {
        min-height: calc(100vh - var(--sticky-area-height))
    }

    .images-with-text-scroll__container {
        --image-width: min(50vw - var(--container-gutter), 575px);
        --image-height: min(var(--image-width), var(--image-width) / var(--images-with-text-scroll-master-image-ratio));
        --content-padding: calc((100vh - var(--image-height) - var(--sticky-area-height)) / 2);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: minmax(0, 1fr);
        align-items: center;
        padding-block-start: var(--content-padding);
        padding-block-end: var(--content-padding)
    }

    .images-with-text-scroll__image {
        height: var(--image-height);
        object-fit: contain;
        object-position: center;
        position: sticky;
        inset-block-start: calc(var(--content-padding)+var(--sticky-area-height))
    }

    .images-with-text-scroll__text {
        text-align: var(--images-with-text-scroll-text-alignment);
        grid-area: auto/2
    }

    .images-with-text-scroll--reverse .images-with-text-scroll__image {
        grid-column: 2
    }

    .images-with-text-scroll--reverse .images-with-text-scroll__text {
        grid-column: 1
    }
}

.logo-list {
    grid: var(--logo-list-grid);
    justify-content: safe center;
    gap: var(--logo-list-gap);
    display: grid
}

.logo-list__item {
    outline: 1px solid rgb(var(--logo-list-item-border-color));
    place-items: center;
    padding: 1.25rem;
    display: grid
}

@media screen and (min-width:700px) {
    .logo-list__item {
        padding: 2rem 1.5rem
    }
}

.media-grid {
    --media-grid-column-count: 2;
    align-items: start;
    gap: var(--media-grid-gap);
    grid: auto-flow dense var(--media-grid-row-height)/repeat(var(--media-grid-column-count), minmax(0, 1fr));
    display: grid
}

.media-grid__item {
    grid-area: span min(2, var(--media-grid-item-row-span))/span 2;
    height: 100%;
    container-type: inline-size
}

.media-grid__item>* {
    height: 100%
}

@media screen and (min-width:700px) {
    .media-grid {
        --media-grid-column-count: 12
    }

    .media-grid__item {
        grid-area: span var(--media-grid-item-row-span)/span var(--media-grid-item-column-span)
    }
}

.multi-column {
    grid: var(--multi-column-grid);
    column-gap: var(--multi-column-gap);
    row-gap: var(--section-stack-gap);
    justify-content: var(--multi-column-content-alignment);
    display: grid
}

.multi-column__item {
    align-content: start;
    gap: 2rem;
    display: grid
}

.multi-column__item--overlap {
    gap: 0
}

.multi-column__item--overlap>.prose {
    isolation: isolate;
    margin-block-start: -.875rem
}

.multiple-media-with-text {
    --multiple-media-with-text-gap: 2rem;
    grid: var(--multiple-media-with-text-grid);
    gap: var(--multiple-media-with-text-gap);
    display: grid
}

.multiple-media-with-text__media-wrapper {
    grid-area: media-wrapper;
    grid: var(--multiple-media-with-text-media-grid);
    column-gap: var(--multiple-media-with-text-media-gap);
    display: grid
}

.multiple-media-with-text__media-wrapper>* {
    grid-row: 1/-1
}

.multiple-media-with-text__content-wrapper {
    grid-area: content-wrapper
}

@media screen and (min-width:1000px) {
    .multiple-media-with-text {
        --multiple-media-with-text-gap: 2rem 4rem
    }
}

@media screen and (min-width:1150px) {
    .multiple-media-with-text {
        --multiple-media-with-text-gap: 2rem 7.5rem
    }
}

.multiple-media-with-text--overlap .multiple-media-with-text__media-wrapper>:first-child {
    grid-column: 1/3
}

.multiple-media-with-text--overlap .multiple-media-with-text__media-wrapper>:nth-child(2) {
    grid-column: 2/4
}

@media screen and (min-width:700px) {
    .multiple-media-with-text--overlap.multiple-media-with-text--reverse .multiple-media-with-text__media-wrapper>:first-child {
        grid-column: 2/4
    }

    .multiple-media-with-text--overlap.multiple-media-with-text--reverse .multiple-media-with-text__media-wrapper>:nth-child(2) {
        grid-column: 1/3
    }
}

@media screen and (min-width:700px) {
    .newsletter .form {
        width: 35rem
    }
}

@media screen and (min-width:700px) {
    .newsletter-popup {
        width: 23.75rem;
        inset-inline-start: auto
    }
}

.password {
    position: relative
}

.password__inner {
    isolation: isolate;
    align-content: space-between;
    row-gap: 3rem;
    min-height: 100vh;
    padding-block: 1.6rem;
    display: grid
}

@supports (height:100dvh) {
    .password__inner {
        min-height: 100dvh
    }
}

.password__header {
    justify-items: center;
    display: grid
}

.password__header>* {
    grid-area: 1/-1
}

.password__password-button {
    margin-inline-start: auto
}

.password__block-list {
    justify-self: center;
    row-gap: .625rem;
    width: min(100%, 30rem);
    display: grid
}

.password__content,
.password__social {
    padding: 1.25rem
}

.password__social {
    display: grid
}

.password__social .social-media {
    justify-content: center
}

.password__footer {
    flex-wrap: wrap;
    justify-content: center;
    gap: .75rem;
    display: flex
}

@media screen and (min-width:700px) {
    .password__content {
        padding: 2.5rem
    }

    .password__footer {
        justify-content: space-between
    }
}

.prev-next-blog-posts {
    gap: 3.125rem;
    display: grid
}

@media screen and (min-width:700px) {
    .prev-next-blog-posts {
        grid: auto/auto-flow minmax(min-content, 31.25rem);
        justify-content: center;
        gap: 1.875rem
    }
}

@media screen and (min-width:1150px) {
    .prev-next-blog-posts {
        gap: 3.75rem
    }
}

@media screen and (min-width:700px) {
    .privacy-banner {
        width: 31.25rem
    }
}

.shopify-section--main-product .section-spacing {
    padding-block-start: 0
}

.product {
    grid: var(--product-grid, none);
    align-items: start;
    gap: var(--product-gap, 1.875rem);
    display: grid
}

@media screen and (min-width:1000px) {
    .shopify-section--main-product .section-spacing {
        padding-block-start: var(--container-gutter)
    }

    .product {
        --product-gap: 3.5rem
    }
}

@media screen and (min-width:1150px) {
    .product {
        --product-gap: 5rem
    }
}

.product-gallery {
    --product-gallery-gap: 1.5rem;
    --product-gallery-thumbnail-list-gap: 1rem .5rem;
    --product-gallery-thumbnail-size: 3.5rem;
    flex-direction: var(--product-gallery-flex-direction, column);
    align-items: start;
    gap: var(--product-gallery-gap) var(--product-gap, 0);
    grid-area: product-gallery;
    display: flex;
    position: relative
}

.product-gallery__zoom-button {
    z-index: 1;
    transition: opacity .2s, visibility .2s;
    position: absolute;
    inset-block-start: 1.25rem;
    inset-inline-end: 0
}

.product-gallery__zoom-button--hidden {
    opacity: 0;
    visibility: hidden
}

.product-gallery__image-list {
    row-gap: var(--product-gallery-gap);
    grid-auto-rows: max-content;
    grid-auto-columns: minmax(0, 1fr);
    width: 100%;
    display: grid
}

.product-gallery__carousel {
    grid: var(--product-gallery-carousel-grid, auto / auto-flow 100%);
    align-items: start;
    gap: var(--product-gallery-carousel-gap, 1.5rem min(1.5rem, var(--container-gutter)));
    scroll-snap-type: var(--product-gallery-carousel-scroll-snap-type, x mandatory);
    display: grid;
    position: relative
}

.product-gallery[allow-zoom] .product-gallery__media {
    cursor: var(--cursor-zoom-in-svg-url) 18 18, zoom-in
}

.product-gallery__media>* {
    width: 100%
}

.product-gallery__thumbnail-list {
    flex-shrink: 0;
    max-width: 100%;
    position: relative
}

.product-gallery__thumbnail-scroller {
    grid-auto-columns: var(--product-gallery-thumbnail-size);
    grid-auto-flow: var(--product-gallery-thumbnail-list-grid-auto-flow, column);
    align-content: start;
    align-items: start;
    gap: var(--product-gallery-thumbnail-list-gap);
    max-height: var(--product-gallery-thumbnail-list-max-height, none);
    scroll-snap-type: both mandatory;
    overscroll-behavior: contain;
    scrollbar-width: none;
    grid-template-columns: none;
    display: grid;
    position: relative;
    overflow: auto
}

.product-gallery__thumbnail-scroller::-webkit-scrollbar {
    display: none
}

.product-gallery__thumbnail {
    border: 1px solid #0000;
    padding: 1px;
    transition: border-color .1s;
    position: relative
}

.product-gallery__thumbnail[aria-current=true] {
    border-color: currentColor
}

.product-gallery__media-badge {
    position: absolute;
    inset-block-start: 3px;
    inset-inline-end: 3px
}

[data-shopify-xr-hidden] {
    display: none
}

@media screen and (max-width:999px) {
    .product-gallery__carousel-with-arrows {
        align-items: center;
        display: flex
    }

    .product-gallery__carousel-with-arrows .product-gallery__media {
        width: 45vw;
        margin-inline: auto
    }
}

@media screen and (min-width:1000px) {
    .product-gallery__thumbnail-list {
        position: sticky;
        inset-block-start: calc(var(--sticky-area-height)+20px)
    }

    .product-gallery__media {
        scroll-margin-block-start: 1.25rem
    }
}

.product-info {
    --product-info-gap: 1rem;
    z-index: 2;
    grid-area: product-info
}

.product-info__block-list>:not(:nth-child(1 of:not(:empty))) {
    margin-block-start: var(--product-info-gap)
}

.product-info__block-list>:not(:last-child) {
    margin-block-end: var(--product-info-gap)
}

.product-info__block-item:empty {
    display: none
}

.product-info__block-item:is([data-block-type=vendor], [data-block-type=title], [data-block-type=sku], [data-block-type=price]) {
    --product-info-gap: .5rem
}

.product-info__block-group:has(.product-info__block-item:is([data-block-type=vendor], [data-block-type=title], [data-block-type=sku], [data-block-type=price])) {
    --product-info-gap: .5rem
}

.product-info__block-item:is([data-block-type=variant-picker], [data-block-type=product-variations], [data-block-type=separator], [data-block-type=description], [data-block-type=text], [data-block-type=liquid], [data-block-type=share-buttons]) {
    --product-info-gap: 1.5rem
}

.product-info__block-group:has(.product-info__block-item:is([data-block-type=variant-picker], [data-block-type=product-variations], [data-block-type=separator], [data-block-type=description], [data-block-type=text], [data-block-type=liquid], [data-block-type=share-buttons])) {
    --product-info-gap: 1.5rem
}

.product-info__block-item:is([data-block-type=inventory], [data-block-type=buy-buttons], [data-block-type=pickup-availability], [data-block-type=more-information], [data-block-type=offers]) {
    --product-info-gap: 2rem
}

.product-info__block-group:has(.product-info__block-item:is([data-block-type=inventory], [data-block-type=buy-buttons], [data-block-type=pickup-availability], [data-block-type=more-information], [data-block-type=offers])) {
    --product-info-gap: 2rem
}

.product-info__block-item[data-block-type=complementary-products] {
    --product-info-gap: 3rem
}

.product-info__block-group:has(.product-info__block-item[data-block-type=complementary-products]) {
    --product-info-gap: 3rem
}

@media screen and (max-width:699px) {
    .product-info--center:is([data-block-type=vendor], [data-block-type=title], [data-block-type=sku], [data-block-type=price]) {
        text-align: center
    }

    .product-info--center:is(.badge-list, .price-list, .rating-badge) {
        justify-content: center
    }

    .product-info--center .text-with-rating {
        flex-direction: column;
        justify-content: center
    }
}

@media screen and (min-width:1000px) {
    .product-info {
        position: sticky;
        inset-block-start: calc(var(--sticky-area-height)+20px)
    }
}

.product-content-below-gallery {
    grid-area: product-content
}

.product-content-below-gallery:is(product-recommendations:not(:first-child)) {
    margin-block-start: max(48px, var(--product-gap, 0px))
}

.product-content-below-gallery:is(product-recommendations:not(:last-child)) {
    margin-block-end: max(48px, var(--product-gap, 0px))
}

.product-content-below-gallery__description:not(:last-child) {
    margin-block-end: 1.25rem
}

.product-info__more-info {
    border-block-width: 1px;
    justify-content: space-between;
    align-items: center;
    padding: .9375rem;
    display: flex
}

.product-info__more-info>svg {
    transition: transform .2s ease-in-out
}

@media screen and (pointer:fine) {
    .product-info__more-info:hover>svg {
        transform: translateX(5px)
    }
}

.variant-picker .popover {
    --popover-block-offset: .5rem;
    --popover-body-padding-inline: 1.25rem;
    width: 100%
}

.variant-picker .popover::part(content) {
    width: 100%;
    max-width: none
}

@media (scripting:none) {
    .variant-picker__option {
        display: none
    }
}

.buy-buttons {
    row-gap: 1rem;
    display: grid
}

.pickup-location {
    align-items: start;
    gap: .25rem;
    display: grid
}

.pickup-location+.pickup-location {
    padding-block-start: 1rem
}

.product-offers .page-dots {
    padding-block-end: 1.5rem
}

.product-offers__item {
    padding: 1.5rem
}

.product-offers__list--carousel {
    grid: auto/auto-flow 100%;
    display: grid
}

.complementary-products {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 1.875rem;
    max-width: 40rem;
    margin-inline: auto;
    display: grid
}

.complementary-products__header {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex
}

.complementary-products__header--align-start {
    text-align: start;
    justify-content: space-between
}

.complementary-products__product-list {
    gap: 1.25rem;
    display: grid;
    position: relative
}

.complementary-products__product-list--carousel {
    grid: auto/auto-flow 100%
}

@media screen and (max-width:699px) {
    .complementary-products__product-list--carousel .product-card__figure {
        max-width: 11.25rem;
        margin-inline: auto
    }
}

@media screen and (min-width:700px) {
    .complementary-products {
        row-gap: 1rem
    }

    .complementary-products__header {
        text-align: start;
        justify-content: space-between
    }
}

.product-sticky-bar {
    width: 100%;
    padding: var(--container-gutter);
    opacity: 0;
    visibility: hidden;
    z-index: 3;
    transition: opacity .2s, visibility .2s, inset-block .15s ease-in-out;
    display: block;
    position: fixed;
    inset-block-end: 0;
    inset-inline-start: 0
}

.product-sticky-bar.is-visible {
    opacity: 1;
    visibility: visible
}

.product-sticky-bar__info img {
    width: 3.75rem
}

@media screen and (min-width:700px) {
    .product-sticky-bar {
        inset-block: var(--sticky-area-height) auto;
        background: rgb(var(--background));
        border-block-end-width: 1px;
        grid-template-columns: minmax(0, 1fr) max-content;
        align-items: center;
        padding-block: 1.125rem;
        display: grid
    }
}

@media screen and (max-width:699px) {
    .quick-order-list__table {
        display: block
    }

    .quick-order-list__table-body td:nth-child(2),
    .quick-order-list__table-body td:nth-child(3),
    .quick-order-list__table-head th:nth-child(2),
    .quick-order-list__table-head th:nth-child(3) {
        display: none
    }

    .quick-order-list__table-foot {
        --table-foot-cell-padding-inline: 0px;
        display: block
    }

    .quick-order-list__table-foot tr {
        flex-direction: column-reverse;
        display: flex
    }

    .quick-order-list__table-foot td:first-child {
        padding-block: .125rem 0
    }

    .quick-order-list__variant-image {
        align-self: start
    }
}

@media screen and (min-width:700px) {
    .quick-order-list__table {
        --table-cell-padding-block: .625rem;
        --table-foot-cell-padding-block: 1.5rem
    }

    .quick-order-list__table-body tr:first-child {
        --table-cell-padding-block: .75rem
    }

    .quick-order-list__table-body tr:not(:only-child):last-child td {
        padding-block-end: 1.5rem
    }

    .quick-order-list__table-body tr:first-child+tr td {
        padding-block-start: 0
    }

    .quick-order-list__table-body tr~tr td:first-child {
        padding-inline-start: 88px
    }

    .quick-order-list__table-body tr~tr td:not(:has(img)):first-child {
        padding-inline-start: 20px
    }

    .quick-order-list__table-foot {
        background: rgb(var(--background));
        box-shadow: 0 -.5px rgb(var(--border-color));
        position: sticky;
        inset-block-end: 0
    }

    .quick-order-list__quantity-actions {
        grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
        align-items: center;
        column-gap: .625rem;
        display: grid
    }

    .quick-order-list__quantity-selector {
        grid-column: 2;
        grid-template-columns: minmax(0, 1fr);
        row-gap: .5rem;
        display: grid
    }

    .quick-order-list__remove-variant {
        justify-self: start;
        margin-inline-start: .625rem
    }
}

.quantity-breaks-table {
    list-style: none
}

.quantity-breaks-table li {
    padding-block: .5rem
}

.quantity-breaks-table li:last-child {
    padding-block-end: 0
}

@media screen and (min-width:1000px) {
    .popover--quantity-breaks {
        inset-block-start: -1rem;
        inset-inline-end: 1.5rem
    }
}

.scrolling-content {
    text-align: start;
    white-space: nowrap;
    -webkit-user-select: none;
    user-select: none;
    display: block;
    position: relative;
    overflow: hidden
}

.scrolling-content[direction=right] {
    text-align: end
}

.scrolling-content::part(scroller) {
    min-width: max-content;
    display: inline-flex;
    position: relative
}

.scrolling-content__item {
    flex-shrink: 0;
    align-items: center;
    display: flex
}

.scrolling-content__item>* {
    margin-inline-start: calc(var(--scrolling-content-content-gap)/ 2);
    margin-inline-end: calc(var(--scrolling-content-content-gap)/ 2)
}

.scrolling-content__image>img {
    max-width: 1.5em
}

.main-search-form {
    min-width: 18.75rem
}

.main-search__linklist {
    text-align: center;
    max-width: 25rem;
    margin-inline: auto
}

.shop-the-look__carousel {
    z-index: 2;
    grid: auto/auto-flow 100%;
    align-items: start;
    gap: .625rem;
    display: grid;
    position: relative;
    overflow: visible
}

.shop-the-look__carousel.is-expanded {
    overflow: hidden
}

.shop-the-look__image-wrapper {
    position: relative;
    overflow: hidden
}

.shop-the-look__hot-spot-list {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0
}

.shop-the-look__hot-spot {
    --hot-spot-size: 1rem;
    top: calc(var(--shop-the-look-hot-spot-top) - (var(--hot-spot-size)/ 2));
    left: calc(var(--shop-the-look-hot-spot-left) - (var(--hot-spot-size)/ 2));
    width: var(--hot-spot-size);
    height: var(--hot-spot-size);
    border-radius: var(--rounded-full);
    transition: transform .2s ease-in-out;
    position: absolute
}

.shop-the-look__hot-spot:after {
    --hot-spot-after-size: calc(var(--hot-spot-size) * 2.5);
    content: "";
    top: calc(50% - var(--hot-spot-after-size)/ 2);
    left: calc(50% - var(--hot-spot-after-size)/ 2);
    width: var(--hot-spot-after-size);
    height: var(--hot-spot-after-size);
    background: radial-gradient(50% 50% at 50% 50%, rgb(var(--background) / 0), rgb(var(--background) / .3));
    border-radius: var(--rounded-full);
    animation: 2s ease-in-out infinite alternate ping;
    position: absolute
}

.shop-the-look__hot-spot[aria-current=true] {
    transform: scale(1.3)
}

.shop-the-look__item-carousel {
    grid: auto/auto-flow 100%;
    justify-items: center;
    display: grid;
    position: relative
}

.shop-the-look__item {
    position: relative
}

.shop-the-look__popover .product-card__figure {
    width: 100%;
    max-width: 10rem;
    margin-inline: auto
}

.shop-the-look__popover::part(base) {
    height: auto;
    inset: auto auto 0 0
}

.shop-the-look__popover::part(overlay) {
    display: none
}

@media screen and (max-width:699px) {
    .shopify-section--shop-the-look:before {
        content: "";
        opacity: 0;
        pointer-events: none;
        background: rgb(var(--background));
        z-index: 2;
        width: 100%;
        height: 100%;
        transition: opacity .4s;
        position: fixed;
        inset-block-start: 0;
        inset-inline-start: 0
    }

    .shopify-section--shop-the-look:has(.shop-the-look__carousel.is-expanded):before {
        opacity: 1
    }
}

@media screen and (min-width:1000px) {
    .shop-the-look__carousel {
        grid: none;
        align-items: center
    }

    .shop-the-look__item {
        max-width: var(--container-sm-max-width);
        grid: auto/min(550px, 60%) minmax(0, 1fr);
        grid-area: 1/-1;
        align-items: center;
        gap: .3125rem;
        margin-inline: auto;
        display: grid
    }

    .shop-the-look__item:not(.is-selected) {
        visibility: hidden
    }

    .shop-the-look__item-product {
        grid-area: 1/-1;
        max-width: 16.875rem
    }

    .shop-the-look__item-product:not(.is-selected) {
        visibility: hidden
    }

    .shop-the-look__item-content {
        opacity: 0;
        justify-items: center;
        gap: 1.5rem;
        display: grid
    }
}

@media screen and (pointer:fine) {
    .shop-the-look__hot-spot:hover {
        transform: scale(1.3)
    }
}

@media screen and (pointer:fine) {
    .page-dots--shop-the-look-carousel-md {
        display: none
    }
}

@media not screen and (pointer:fine) {
    .page-dots--shop-the-look-carousel-md {
        margin-block-start: 1rem;
        display: flex
    }
}

.slideshow {
    --slideshow-controls-spacing: var(--container-gutter);
    background: rgb(var(--slideshow-background));
    display: block;
    position: relative
}

.slideshow .page-dots {
    z-index: 1;
    position: absolute;
    inset-block-end: var(--slideshow-controls-spacing);
    inset-inline-end: var(--slideshow-controls-spacing)
}

.shopify-section--slideshow:first-child .slideshow[allow-transparent-header] {
    --content-over-media-row-gap: 4rem
}

.slideshow:has(.page-dots, .slideshow__volume-control) {
    --content-over-media-row-gap: 4rem
}

.slideshow__slide:not(.is-selected) {
    visibility: hidden;
    position: absolute;
    inset: 0
}

.slideshow__slide-content--boxed {
    padding: 1.5rem
}

.slideshow__slide-content--with-border {
    outline: 1px solid rgb(var(--border-color))
}

.slideshow__slide-content--with-border-offset {
    outline-offset: -.75rem;
    padding: 2.25rem
}

.slideshow__volume-control {
    z-index: 1;
    display: grid;
    position: absolute;
    inset-block-end: var(--slideshow-controls-spacing);
    inset-inline-start: var(--slideshow-controls-spacing)
}

.slideshow__next-section-button {
    z-index: 2;
    position: absolute;
    inset-block-end: calc(-1 * var(--circle-button-size)/ 2);
    inset-inline-start: calc(50% - var(--circle-button-size)/ 2)
}

.shopify-section:has(.slideshow__next-section-button)+.shopify-section {
    --section-vertical-spacing-block-start-compensation: 1.5625rem
}

@media screen and (min-width:700px) {
    .slideshow:has(.page-dots, .slideshow__volume-control) {
        --content-over-media-row-gap: 5rem
    }

    .slideshow__slide-content--boxed {
        padding: 3.5rem
    }

    .slideshow__slide-content--with-border-offset {
        outline-offset: -1rem
    }
}

.shopify-section--testimonials {
    --section-vertical-spacing-override: calc(var(--section-vertical-spacing)+20px)
}

.testimonial-list {
    gap: var(--section-stack-gap);
    justify-items: center;
    display: grid
}

.testimonial-item {
    max-width: 34rem;
    font-size: var(--testimonials-font-size);
    grid-area: 1/-1;
    align-content: start;
    justify-items: center;
    gap: 2rem;
    display: grid
}

.testimonial-item:not(.is-selected) {
    opacity: 0;
    visibility: hidden
}

.testimonial-carousel {
    display: grid
}

.testimonial-list__thumbnail-scroller {
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem 5.625rem
}

.testimonial-list__thumbnail {
    transition: opacity .2s ease-in-out
}

.testimonial-list__thumbnail[aria-current=false] {
    opacity: .25
}

.testimonial-list__thumbnail img {
    max-width: var(--image-max-width)
}

.testimonial-list__thumbnail .placeholder {
    width: var(--image-max-width)
}

.shopify-challenge__container,
.shopify-email-marketing-confirmation__container {
    max-width: 56.25rem;
    margin-block-start: var(--section-vertical-spacing);
    margin-block-end: var(--section-vertical-spacing)
}

.shopify-policy__container {
    gap: var(--section-stack-gap);
    max-width: 56.25rem;
    grid-auto-columns: minmax(0, 1fr);
    margin-block-start: var(--section-vertical-spacing-tight);
    margin-block-end: var(--section-vertical-spacing-tight);
    display: grid
}

.shopify-challenge__container {
    gap: 1rem;
    display: grid
}

.shopify-challenge__container>form {
    display: contents
}

.shopify-email-marketing-confirmation__container {
    text-align: center
}

.shopify-policy__title h1 {
    font: inherit
}

.text-with-icons {
    --text-with-icons-items-per-row: 2;
    --text-with-icons-column-gap: 1.5rem;
    --text-with-icons-row-gap: 2rem;
    justify-content: center;
    gap: var(--text-with-icons-row-gap) var(--text-with-icons-column-gap);
    flex-wrap: wrap;
    display: flex
}

.text-with-icons>* {
    flex-basis: min(18.75rem, calc(100% / var(--text-with-icons-items-per-row) - var(--text-with-icons-column-gap, 0px) * (var(--text-with-icons-items-per-row) - 1)/ var(--text-with-icons-items-per-row)))
}

.text-with-icons>:only-child {
    flex-basis: min(18.75rem, 100%)
}

@media screen and (max-width:699px) {
    .text-with-icons:not(.text-with-icons--stacked) {
        grid: auto/auto-flow 100%;
        gap: 0;
        display: grid
    }

    .text-with-icons:not(.text-with-icons--stacked)>* {
        grid-area: 1/-1;
        padding-inline: 2.5rem
    }

    .text-with-icons:not(.text-with-icons--stacked)>:not(.is-selected) {
        visibility: hidden
    }
}

@media screen and (min-width:700px) {
    .text-with-icons {
        --text-with-icons-items-per-row: 3;
        --text-with-icons-row-gap: 2.5rem
    }
}

@media screen and (min-width:1000px) {
    .text-with-icons {
        --text-with-icons-items-per-row: 5
    }

    .text-with-icons:not(:has(>:nth-child(5))) {
        --text-with-icons-items-per-row: 4;
        --text-with-icons-column-gap: 3.75rem
    }
}

.timeline__carousel,
.timeline__item {
    display: grid
}

:is(.timeline__carousel, .timeline__item)>* {
    grid-area: 1/-1
}

.timeline__item:not(.is-selected) {
    visibility: hidden
}

.timeline__item-image-wrapper {
    overflow: hidden
}

.timeline__item-image-wrapper:is(img, svg) {
    scale: 1.05
}

.timeline__item-content {
    padding: var(--container-gutter)
}

@media screen and (max-width:699px) {
    .shopify-section--timeline {
        --section-vertical-spacing: 0;
        border-block-start-width: 0
    }

    .timeline__carousel {
        position: relative
    }

    .timeline__carousel:after {
        content: "";
        background: #0006;
        position: absolute;
        inset: 0
    }

    .timeline__item {
        --text-color: var(--timeline-item-mobile-text-color);
        color: rgb(var(--text-color))
    }

    .timeline__item-content {
        text-align: center;
        z-index: 1;
        align-self: center;
        padding-block: 3.75rem
    }
}

@media screen and (min-width:700px) {
    .timeline__item {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .timeline__item>* {
        grid-area: unset
    }

    .timeline__item-content {
        align-self: end
    }
}

.timeline__nav {
    white-space: nowrap;
    grid-auto-flow: column;
    justify-content: safe center;
    align-items: center;
    column-gap: 2.5rem;
    display: grid
}

.timeline__nav>button {
    height: var(--text-h4);
    line-height: 1;
    transition: opacity .25s ease-in-out, font-size .25s ease-in-out;
    position: relative
}

.timeline__nav>button:after {
    content: "";
    width: calc(100% - var(--heading-letter-spacing));
    height: 3px;
    transform-origin: var(--transform-origin-start);
    background: currentColor;
    transition: transform .25s ease-in-out;
    position: absolute;
    inset-block-end: -1.25rem;
    inset-inline-start: 0;
    transform: scaleX(0)
}

.timeline__nav>[aria-current=false] {
    opacity: .65
}

.timeline__nav>[aria-current=true] {
    font-size: var(--text-h4)
}

.timeline__nav>[aria-current=true]:after {
    transform: scaleX(1)
}

@media screen and (max-width:699px) {
    .timeline__nav {
        background: rgb(var(--timeline-nav-mobile-background));
        color: rgb(var(--timeline-nav-mobile-text-color));
        padding-block: 1.25rem;
        overflow: auto hidden
    }
}

@media screen and (min-width:700px) {
    .timeline__nav {
        margin-block-start: var(--section-stack-gap)
    }

    .timeline__nav>button:after {
        inset-block-end: -.5rem
    }
}

.sr-only {
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    overflow: hidden
}

:is(.sr-only[type=checkbox]:focus-visible+label, .sr-only[type=radio]:focus-visible+label) {
    outline: 2px solid highlight;
    outline: 2px solid -webkit-focus-ring-color
}

.skip-to-content:focus-visible {
    z-index: 9999;
    clip: auto;
    color: #fff;
    background: #000;
    width: auto;
    height: auto;
    padding: 6px 12px;
    font-weight: 700;
    overflow: auto
}

.tap-area {
    position: relative
}

.tap-area:before {
    content: "";
    position: absolute;
    inset: -.5rem
}

@media print {
    .print\:hidden {
        display: none
    }
}

@keyframes ping {
    from {
        transform: scale(1)
    }

    to {
        transform: scale(.8)
    }
}

@media screen and (pointer:fine) and (prefers-reduced-motion:no-preference) {
    .features--zoom-image .zoom-image {
        transform-origin: center;
        transition: scale 8s cubic-bezier(.25, .46, .45, .94)
    }

    .features--zoom-image .group:hover .group-hover\:zoom {
        scale: 1.2
    }
}

@media (prefers-reduced-motion:no-preference) {
    [reveal-on-scroll=true] {
        opacity: 0
    }
}

@media (scripting:none) {
    [reveal-on-scroll=true] {
        opacity: 1
    }
}

.border {
    border-width: 1px;
    border-color: rgb(var(--border-color))
}

.border-x {
    border-inline-width: 1px
}

.border-y {
    border-block-width: 1px
}

.border-t {
    border-block-start-width: 1px
}

.border-b {
    border-block-end-width: 1px
}

.divide-x>:not([hidden])~:not([hidden]) {
    border-inline-start-width: 1px
}

.divide-y>:not([hidden])~:not([hidden]) {
    border-block-start-width: 1px
}

.rounded-full {
    border-radius: var(--rounded-full)
}

.text-success {
    color: rgb(var(--success-text))
}

.text-warning {
    color: rgb(var(--warning-text))
}

.text-error {
    color: rgb(var(--error-text))
}

.text-subdued {
    color: rgb(var(--text-color) / .65)
}

.text-on-sale {
    color: rgb(var(--on-sale-text))
}

.text-stroke {
    -webkit-text-stroke: 1px currentColor;
    -webkit-text-fill-color: transparent
}

.text-gradient {
    background-image: var(--gradient);
    color: #0000;
    -webkit-background-clip: text;
    background-clip: text
}

.text-stroke.text-gradient {
    color: rgb(var(--background));
    -webkit-text-stroke-color: transparent;
    -webkit-text-fill-color: unset
}

.bg-error,
.bg-success,
.bg-warning {
    --border-color: var(--text-color)/.15
}

.bg-error {
    background: rgb(var(--error-background))
}

.bg-success {
    background: rgb(var(--success-background))
}

.bg-warning {
    background: rgb(var(--warning-background))
}

.opacity-0 {
    opacity: 0
}

.backdrop-blur {
    -webkit-backdrop-filter: blur(var(--backdrop-blur, 0px));
    backdrop-filter: blur(var(--backdrop-blur, 0px))
}

.filter-invert {
    filter: invert()
}

.lock {
    overflow: hidden
}

.pointer-events-none {
    pointer-events: none
}

.scroll-area {
    scrollbar-width: none;
    overscroll-behavior-x: contain;
    overflow: auto hidden
}

.hide-scrollbar {
    scrollbar-width: none
}

.scroll-area::-webkit-scrollbar {
    display: none
}

.hide-scrollbar::-webkit-scrollbar {
    display: none
}

.snap-x {
    scroll-snap-type: x mandatory
}

.snap-y {
    scroll-snap-type: y mandatory
}

.snap-start {
    scroll-snap-align: start;
    scroll-snap-stop: always
}

.snap-center {
    scroll-snap-align: center;
    scroll-snap-stop: always
}

.empty\:hidden:empty,
.hidden {
    display: none
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.grid {
    display: grid
}

.contents {
    display: contents
}

@media screen and (min-width:700px) {
    .sm\:hidden {
        display: none
    }

    .sm\:block {
        display: block
    }

    .sm\:grid {
        display: grid
    }

    .sm\:flex {
        display: flex
    }

    .sm\:table {
        display: table
    }

    .sm\:table-cell {
        display: table-cell
    }
}

@media screen and (min-width:1000px) {
    .md\:hidden {
        display: none
    }

    .md\:block {
        display: block
    }

    .md\:grid {
        display: grid
    }

    .md\:flex {
        display: flex
    }

    .md\:table {
        display: table
    }

    .md\:table-cell {
        display: table-cell
    }
}

@media screen and (min-width:1150px) {
    .lg\:hidden {
        display: none
    }

    .lg\:block {
        display: block
    }

    .lg\:grid {
        display: grid
    }

    .lg\:flex {
        display: flex
    }

    .lg\:table {
        display: table
    }

    .lg\:table-cell {
        display: table-cell
    }
}

@media screen and (max-width:699px) {
    .sm-max\:hidden {
        display: none
    }
}

@media screen and (max-width:999px) {
    .md-max\:hidden {
        display: none
    }
}

@media screen and (max-width:1149px) {
    .lg-max\:hidden {
        display: none
    }
}

@media screen and (max-width:1399px) {
    .xl-max\:hidden {
        display: none
    }
}

@media (prefers-reduced-motion:reduce) {
    .motion-reduce\:hidden {
        display: none
    }

    .motion-reduce\:block {
        display: block
    }
}

.visibility-hidden {
    visibility: hidden
}

.relative {
    position: relative
}

.wrap {
    flex-wrap: wrap
}

.grow {
    flex-grow: 1
}

.shrink-0 {
    flex-shrink: 0
}

.text-start {
    text-align: start
}

.text-center {
    text-align: center
}

.text-end {
    text-align: end
}

.justify-start {
    justify-content: start
}

.justify-center {
    justify-content: safe center
}

.justify-end {
    justify-content: end
}

.justify-between {
    justify-content: space-between
}

.justify-evenly {
    justify-content: space-evenly
}

.justify-items-start {
    justify-items: start
}

.justify-items-center {
    justify-items: safe center
}

.justify-items-end {
    justify-items: end
}

.justify-self-start {
    justify-self: start
}

.justify-self-center {
    justify-self: center
}

.justify-self-end {
    justify-self: end
}

.align-start {
    align-items: start
}

.align-center {
    align-items: center
}

.align-end {
    align-items: end
}

.align-baseline {
    align-items: baseline
}

.align-self-start {
    align-self: start
}

.align-self-center {
    align-self: center
}

.align-self-end {
    align-self: end
}

.place-self-start {
    place-self: start
}

.place-self-start-center {
    place-self: start center
}

.place-self-start-end {
    place-self: start end
}

.place-self-center {
    place-self: center
}

.place-self-center-start {
    place-self: center start
}

.place-self-center-end {
    place-self: center end
}

.place-self-end {
    place-self: end
}

.place-self-end-start {
    place-self: end start
}

.place-self-end-center {
    place-self: end center
}

@media screen and (min-width:700px) {
    .sm\:text-start {
        text-align: start
    }

    .sm\:text-center {
        text-align: center
    }

    .sm\:text-end {
        text-align: end
    }

    .sm\:justify-start {
        justify-content: start
    }

    .sm\:justify-center {
        justify-content: safe center
    }

    .sm\:justify-end {
        justify-content: end
    }

    .sm\:justify-between {
        justify-content: space-between
    }

    .sm\:justify-evenly {
        justify-content: space-evenly
    }

    .sm\:justify-items-start {
        justify-items: start
    }

    .sm\:justify-items-center {
        justify-items: safe center
    }

    .sm\:justify-items-end {
        justify-items: end
    }

    .sm\:justify-self-start {
        justify-self: start
    }

    .sm\:justify-self-center {
        justify-self: center
    }

    .sm\:justify-self-end {
        justify-self: end
    }

    .sm\:align-start {
        align-items: start
    }

    .sm\:align-center {
        align-items: center
    }

    .sm\:align-end {
        align-items: end
    }

    .sm\:align-baseline {
        align-items: baseline
    }

    .sm\:align-self-start {
        align-self: start
    }

    .sm\:align-self-center {
        align-self: center
    }

    .sm\:align-self-end {
        align-self: end
    }

    .sm\:place-self-start {
        place-self: start
    }

    .sm\:place-self-start-center {
        place-self: start center
    }

    .sm\:place-self-start-end {
        place-self: start end
    }

    .sm\:place-self-center {
        place-self: center
    }

    .sm\:place-self-center-start {
        place-self: center start
    }

    .sm\:place-self-center-end {
        place-self: center end
    }

    .sm\:place-self-end {
        place-self: end
    }

    .sm\:place-self-end-start {
        place-self: end start
    }

    .sm\:place-self-end-center {
        place-self: end center
    }
}

.vertical-align-top {
    vertical-align: top
}

.vertical-align-middle {
    vertical-align: middle
}

.vertical-align-bottom {
    vertical-align: bottom
}

.w-full {
    width: 100%
}

.h-full {
    height: 100%
}

.w-0 {
    width: 0
}

.min-w-full {
    min-width: 100%
}

.min-h-full {
    min-height: 100%
}

.mx-auto {
    margin-inline: auto
}

.my-auto {
    margin-block: auto
}

.aspect-short {
    aspect-ratio: 4/3
}

.aspect-portrait {
    aspect-ratio: 4/5
}

.aspect-tall {
    aspect-ratio: 2/3
}

.aspect-square {
    aspect-ratio: 1
}

.aspect-video {
    aspect-ratio: 16/9
}

.gap-0\.5 {
    gap: .125rem
}

.gap-1 {
    gap: .25rem
}

.gap-1\.5 {
    gap: .375rem
}

.gap-2 {
    gap: .5rem
}

.gap-2\.5 {
    gap: .625rem
}

.gap-3 {
    gap: .75rem
}

.gap-3\.5 {
    gap: .875rem
}

.gap-4 {
    gap: 1rem
}

.gap-4\.5 {
    gap: 1.125rem
}

.gap-5 {
    gap: 1.25rem
}

.gap-5\.5 {
    gap: 1.375rem
}

.gap-6 {
    gap: 1.5rem
}

.gap-7 {
    gap: 1.75rem
}

.gap-8 {
    gap: 2rem
}

.gap-10 {
    gap: 2.5rem
}

.gap-12 {
    gap: 3rem
}

.gap-14 {
    gap: 3.5rem
}

.gap-16 {
    gap: 4rem
}

@media screen and (min-width:700px) {
    .sm\:gap-0\.5 {
        gap: .125rem
    }

    .sm\:gap-1 {
        gap: .25rem
    }

    .sm\:gap-1\.5 {
        gap: .375rem
    }

    .sm\:gap-2 {
        gap: .5rem
    }

    .sm\:gap-2\.5 {
        gap: .625rem
    }

    .sm\:gap-3 {
        gap: .75rem
    }

    .sm\:gap-3\.5 {
        gap: .875rem
    }

    .sm\:gap-4 {
        gap: 1rem
    }

    .sm\:gap-4\.5 {
        gap: 1.125rem
    }

    .sm\:gap-5 {
        gap: 1.25rem
    }

    .sm\:gap-5\.5 {
        gap: 1.375rem
    }

    .sm\:gap-6 {
        gap: 1.5rem
    }

    .sm\:gap-7 {
        gap: 1.75rem
    }

    .sm\:gap-8 {
        gap: 2rem
    }

    .sm\:gap-10 {
        gap: 2.5rem
    }

    .sm\:gap-12 {
        gap: 3rem
    }

    .sm\:gap-14 {
        gap: 3.5rem
    }

    .sm\:gap-16 {
        gap: 4rem
    }
}

.object-cover {
    object-fit: cover;
    object-position: center
}

.object-contain {
    object-fit: contain;
    object-position: center
}

.image-cover {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%
}

.image-background {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0
}

.overflow-hidden {
    overflow: hidden
}

.overflow-clip {
    overflow: clip
}

.placeholder {
    background: rgb(var(--background-without-opacity));
    fill: rgb(var(--text-color) / .5);
    color: rgb(var(--text-color) / .5);
    display: block
}

.placeholder--invert {
    background: rgb(var(--text-color));
    fill: rgb(var(--background-without-opacity));
    color: rgb(var(--background-without-opacity))
}

.bold {
    font-weight: 700
}

.smallcaps {
    text-transform: uppercase;
    letter-spacing: var(--heading-letter-spacing);
    font-size: .625rem
}

.text-xxs {
    font-size: .6875rem
}

.text-xs {
    font-size: var(--text-xs)
}

.text-sm {
    font-size: var(--text-sm)
}

.text-base {
    font-size: var(--text-base)
}

.text-lg {
    font-size: var(--text-lg)
}

.text-xl {
    font-size: var(--text-xl)
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.heading,
.prose:where(h1, h2, h3, h4, h5, h6) {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    letter-spacing: var(--heading-letter-spacing);
    text-transform: var(--heading-text-transform);
    overflow-wrap: anywhere
}

.h1,
:where(.prose h1) {
    font-size: var(--text-h1);
    line-height: 1.5
}

.h2,
:where(.prose h2) {
    font-size: var(--text-h2);
    line-height: 1.5
}

.h3,
:where(.prose h3) {
    font-size: var(--text-h3);
    line-height: 1.6
}

.h4,
:where(.prose h4) {
    font-size: var(--text-h4);
    line-height: 1.6
}

.h5,
:where(.prose h5) {
    font-size: var(--text-h5);
    line-height: 1.7
}

.h6,
:where(.prose h6) {
    font-size: var(--text-h6);
    line-height: 1.7
}

.prose blockquote {
    line-height: 1.75
}

@media screen and (min-width:700px) {
    .sm\:text-xs {
        font-size: var(--text-xs)
    }

    .sm\:text-sm {
        font-size: var(--text-sm)
    }

    .sm\:text-base {
        font-size: var(--text-base)
    }

    .sm\:text-lg {
        font-size: var(--text-lg)
    }

    .sm\:h1 {
        font-size: var(--text-h1);
        line-height: 1.5
    }

    .sm\:h2 {
        font-size: var(--text-h2);
        line-height: 1.5
    }

    .sm\:h3 {
        font-size: var(--text-h3);
        line-height: 1.6
    }

    .sm\:h4 {
        font-size: var(--text-h4);
        line-height: 1.6
    }

    .sm\:h5 {
        font-size: var(--text-h5);
        line-height: 1.7
    }

    .sm\:h6 {
        font-size: var(--text-h6);
        line-height: 1.7
    }
}

@media screen and (min-width:1150px) {

    .h1,
    :where(.prose h1) {
        line-height: 1.3
    }

    .h2,
    :where(.prose h2) {
        line-height: 1.4
    }

    .h3,
    :where(.prose h3) {
        line-height: 1.5
    }
}

ol {
    margin-inline-start: 2ch
}

ul {
    margin-inline-start: 1em
}

:where(ol, ul):not(.unstyled-list) li {
    padding-inline-start: .25rem;
    margin-block-start: 0 !important
}

:where(.text-center, .text-end):is(ol, ul) {
    margin-inline: 0;
    list-style-position: inside
}

:where(.text-center, .text-end):is(ol, ul) li {
    padding-inline-start: 0
}

.line-through {
    text-decoration: line-through
}

.break-all {
    word-break: break-all
}

.hyphenate {
    -webkit-hyphens: auto;
    hyphens: auto
}

.truncate-text {
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: var(--truncate-text-max-width, 100%);
    overflow: hidden
}

.line-clamp {
    -webkit-line-clamp: var(--line-clamp-count, 2);
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden
}

*,
:after,
:before {
    box-sizing: border-box !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

body {
    margin: 0
}

body.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.hidden,
[hidden] {
    display: none !important
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

:active {
    outline: 0
}

a {
    color: inherit;
    background-color: transparent;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

b,
strong {
    font-weight: 700
}

small {
    font-size: 80%
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    font-size: inherit;
    font-weight: inherit
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child {
    margin-bottom: 0
}

img {
    max-width: 100%;
    height: auto;
    border-style: none;
    vertical-align: top
}

svg:not(:root) {
    overflow: hidden
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style-position: inside
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-size: 16px
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button,
input[type=submit] {
    padding: 0;
    overflow: visible;
    background: 0;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal;
    border-radius: 0
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: none;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: inherit
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: inherit
}

input::placeholder,
textarea::placeholder {
    color: inherit
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 6px 10px 12px
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.flag-icon-ad {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ad.svg?v=10768524872463553613)
}

.flag-icon-ae {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ae.svg?v=14989973924595897517)
}

.flag-icon-af {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/af.svg?v=11161758176999624750)
}

.flag-icon-ag {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ag.svg?v=3057176543608605795)
}

.flag-icon-ai {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ai.svg?v=3209200501561774990)
}

.flag-icon-al {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/al.svg?v=880024892884247473)
}

.flag-icon-all {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/world.png?8497)
}

.flag-icon-am {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/am.svg?v=997160247988939558)
}

.flag-icon-ao {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ao.svg?v=11490736011681464828)
}

.flag-icon-aq {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/aq.svg?v=9737283494422115096)
}

.flag-icon-ar {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ar.svg?v=9589214974637562629)
}

.flag-icon-as {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/as.svg?v=3398394889948905325)
}

.flag-icon-at {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/at.svg?v=11953226408915646893)
}

.flag-icon-au {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/au.svg?v=14585040375975687312)
}

.flag-icon-aw {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/aw.svg?v=1456753052549066380)
}

.flag-icon-ax {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ax.svg?v=7172728015435141276)
}

.flag-icon-az {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/az.svg?v=15374010108590638855)
}

.flag-icon-ba {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ba.svg?v=2600209640245892963)
}

.flag-icon-bb {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/bb.svg?v=12315199289198373022)
}

.flag-icon-bd {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/bd.svg?v=14258737897159809728)
}

.flag-icon-be {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/be.svg?v=9753576360837834325)
}

.flag-icon-bf {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/bf.svg?v=5444041182314401950)
}

.flag-icon-bg {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/bg.svg?v=1252348433632452280)
}

.flag-icon-bh {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/bh.svg?v=2215632317098431703)
}

.flag-icon-bi {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/bi.svg?v=930513103955995237)
}

.flag-icon-bj {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/bj.svg?v=12588110135385050757)
}

.flag-icon-bl {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/bl.svg?v=9834716608310580574)
}

.flag-icon-bm {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/bm.svg?v=6879110789858207041)
}

.flag-icon-bn {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/bn.svg?v=8888074851632006936)
}

.flag-icon-bo {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/bo.svg?v=13789327509505910278)
}

.flag-icon-bq {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/bq.svg?v=17225662950246228920)
}

.flag-icon-br {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/br.svg?v=4490089989158626323)
}

.flag-icon-bs {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/bs.svg?v=105309058514117645)
}

.flag-icon-bt {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/bt.svg?v=8628901597085729667)
}

.flag-icon-bv {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/bv.svg?v=2795550346627876262)
}

.flag-icon-bw {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/bw.svg?v=7869380186964839158)
}

.flag-icon-by {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/by.svg?v=18409480428330586611)
}

.flag-icon-bz {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/bz.svg?v=12368984287531025974)
}

.flag-icon-ca {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ca.svg?v=17850073478581083510)
}

.flag-icon-cc {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/cc.svg?v=11319867000008099653)
}

.flag-icon-cd {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/cd.svg?v=146366736256992728)
}

.flag-icon-cf {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/cf.svg?v=13817475265729114708)
}

.flag-icon-cg {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/cg.svg?v=4906674176056676312)
}

.flag-icon-ch {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ch.svg?v=5991853529225865984)
}

.flag-icon-ci {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ci.svg?v=15162822445099187913)
}

.flag-icon-ck {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ck.svg?v=4949605004068244959)
}

.flag-icon-cl {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/cl.svg?v=10994712053046691833)
}

.flag-icon-cm {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/cm.svg?v=4451481966658336772)
}

.flag-icon-cn {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/cn.svg?v=6234423285889636946)
}

.flag-icon-co {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/co.svg?v=7749299871408428736)
}

.flag-icon-cr {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/cr.svg?v=11376337776033244623)
}

.flag-icon-cu {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/cu.svg?v=4367587589875368393)
}

.flag-icon-cv {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/cv.svg?v=12781181872781386071)
}

.flag-icon-cw {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/cw.svg?v=17768850800134999633)
}

.flag-icon-cx {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/cx.svg?v=14164286701249207021)
}

.flag-icon-cy {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/cy.svg?v=2798872354061564411)
}

.flag-icon-cz {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/cz.svg?v=5519822240382597199)
}

.flag-icon-de {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/de.svg?v=4349803958258821419)
}

.flag-icon-dj {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/dj.svg?v=17367193647477883211)
}

.flag-icon-dk {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/dk.svg?v=8129849941373055328)
}

.flag-icon-dm {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/dm.svg?v=755246924785461627)
}

.flag-icon-do {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/do.svg?v=6668740606322092877)
}

.flag-icon-dz {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/dz.svg?v=8986865178874111035)
}

.flag-icon-ec {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ec.svg?v=6021593846076471952)
}

.flag-icon-ee {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ee.svg?v=2738805921358128919)
}

.flag-icon-eg {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/eg.svg?v=410394930873653164)
}

.flag-icon-eh {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/eh.svg?v=11582838912435757126)
}

.flag-icon-er {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/er.svg?v=12132562959867749985)
}

.flag-icon-es {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/es.svg?v=17399483216695875423)
}

.flag-icon-et {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/et.svg?v=10030543873735952138)
}

.flag-icon-eu {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/eu.svg?v=16691518769874931325)
}

.flag-icon-fi {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/fi.svg?v=17366710804620677042)
}

.flag-icon-fj {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/fj.svg?v=12635992565029753612)
}

.flag-icon-fk {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/fk.svg?v=18059038921563008613)
}

.flag-icon-fm {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/fm.svg?v=8839495938790407904)
}

.flag-icon-fo {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/fo.svg?v=14948282806303211023)
}

.flag-icon-fr {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/fr.svg?v=6444161207941475863)
}

.flag-icon-ga {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ga.svg?v=7313167407972798728)
}

.flag-icon-gb {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gb.svg?v=10599190312297703099)
}

.flag-icon-gd {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gd.svg?v=10176130708004791299)
}

.flag-icon-ge {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ge.svg?v=5611914085383205304)
}

.flag-icon-gf {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gf.svg?v=13678186671711656495)
}

.flag-icon-gg {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gg.svg?v=8458059933823625021)
}

.flag-icon-gh {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gh.svg?v=17349358710979485644)
}

.flag-icon-gi {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gi.svg?v=1016382839878594915)
}

.flag-icon-gl {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gl.svg?v=5397960702044395731)
}

.flag-icon-gm {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gm.svg?v=412457227508418551)
}

.flag-icon-gn {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gn.svg?v=15958204441139693083)
}

.flag-icon-gp {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gp.svg?v=460962952542267077)
}

.flag-icon-gq {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gq.svg?v=9418296819020215764)
}

.flag-icon-gr {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gr.svg?v=17992051124976071157)
}

.flag-icon-gs {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gs.svg?v=5190854710345892776)
}

.flag-icon-gt {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gt.svg?v=12895251336199606894)
}

.flag-icon-gu {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gu.svg?v=8470255956944033817)
}

.flag-icon-gw {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gw.svg?v=8924540229072311615)
}

.flag-icon-gy {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gy.svg?v=9688863111247231096)
}

.flag-icon-hk {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/hk.svg?v=8077015609816359294)
}

.flag-icon-hm {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/hm.svg?v=71893698463882376)
}

.flag-icon-hn {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/hn.svg?v=13591076829340685822)
}

.flag-icon-hr {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/hr.svg?v=10661170638519055377)
}

.flag-icon-ht {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ht.svg?v=17144489186777127030)
}

.flag-icon-hu {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/hu.svg?v=1336672743478460647)
}

.flag-icon-id {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/id.svg?v=9798134164576931253)
}

.flag-icon-ie {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ie.svg?v=14944763579856521344)
}

.flag-icon-il {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/il.svg?v=6096866958674610379)
}

.flag-icon-im {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/im.svg?v=3450942769709669244)
}

.flag-icon-in {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/in.svg?v=3944192219397236790)
}

.flag-icon-io {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/io.svg?v=2650472689272332529)
}

.flag-icon-iq {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/iq.svg?v=8887110831831608754)
}

.flag-icon-ir {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ir.svg?v=6815752470301040265)
}

.flag-icon-is {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/is.svg?v=14475001973631332138)
}

.flag-icon-it {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/it.svg?v=16709527551182141146)
}

.flag-icon-je {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/je.svg?v=9435410319842835009)
}

.flag-icon-jm {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/jm.svg?v=12546099785129182783)
}

.flag-icon-jo {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/jo.svg?v=8550611482668167696)
}

.flag-icon-jp {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/jp.svg?v=13330214956154811693)
}

.flag-icon-ke {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ke.svg?v=10076023229242238814)
}

.flag-icon-kg {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/kg.svg?v=16893445663304434953)
}

.flag-icon-kh {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/kh.svg?v=8731995692706597579)
}

.flag-icon-ki {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ki.svg?v=10211457811711854498)
}

.flag-icon-km {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/km.svg?v=13539799766069803777)
}

.flag-icon-kn {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/kn.svg?v=14553522680935326850)
}

.flag-icon-kp {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/kp.svg?v=5885697293002020332)
}

.flag-icon-kr {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/kr.svg?v=13135931682138952444)
}

.flag-icon-kw {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/kw.svg?v=17099428096858492859)
}

.flag-icon-ky {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ky.svg?v=12598130828739020613)
}

.flag-icon-kz {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/kz.svg?v=13072137849033842530)
}

.flag-icon-la {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/la.svg?v=4139243289613956936)
}

.flag-icon-lb {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/lb.svg?v=16086603731926778173)
}

.flag-icon-lc {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/lc.svg?v=4921805028466264240)
}

.flag-icon-li {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/li.svg?v=7561631098040603450)
}

.flag-icon-lk {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/lk.svg?v=17113211675428514016)
}

.flag-icon-lr {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/lr.svg?v=1126230996879851083)
}

.flag-icon-ls {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ls.svg?v=15262451277879579785)
}

.flag-icon-lt {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/lt.svg?v=17777499696408809656)
}

.flag-icon-lu {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/lu.svg?v=983125910930310279)
}

.flag-icon-lv {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/lv.svg?v=8534666892170830164)
}

.flag-icon-ly {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ly.svg?v=14853109801955444672)
}

.flag-icon-ma {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ma.svg?v=3797750442880581091)
}

.flag-icon-mc {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/mc.svg?v=3392968057046938416)
}

.flag-icon-md {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/md.svg?v=13814513997052360148)
}

.flag-icon-me {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/me.svg?v=17759350779721631305)
}

.flag-icon-mf {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/mf.svg?v=10382465052463587126)
}

.flag-icon-mg {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/mg.svg?v=7882951874388921715)
}

.flag-icon-mh {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/mh.svg?v=3623311356047149230)
}

.flag-icon-mk {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/mk.svg?v=6449542131356805047)
}

.flag-icon-ml {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ml.svg?v=1140203415983799154)
}

.flag-icon-mm {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/mm.svg?v=5862301223909204376)
}

.flag-icon-mn {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/mn.svg?v=11567393599564324608)
}

.flag-icon-mo {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/mo.svg?v=15395196628077905816)
}

.flag-icon-mp {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/mp.svg?v=6697298831109150660)
}

.flag-icon-mq {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/mq.svg?v=16531179921618745671)
}

.flag-icon-mr {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/mr.svg?v=7359848737143969571)
}

.flag-icon-ms {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ms.svg?v=6694935105694730382)
}

.flag-icon-mt {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/mt.svg?v=11297547624554876566)
}

.flag-icon-mu {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/mu.svg?v=15972177340022041315)
}

.flag-icon-mv {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/mv.svg?v=17724467826871808498)
}

.flag-icon-mw {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/mw.svg?v=2120980338456974309)
}

.flag-icon-mx {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/mx.svg?v=14742629451434977645)
}

.flag-icon-my {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/my.svg?v=6327931778185542631)
}

.flag-icon-mz {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/mz.svg?v=14352109233236357259)
}

.flag-icon-na {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/na.svg?v=6862728148750985549)
}

.flag-icon-nc {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/nc.svg?v=6912642984915828806)
}

.flag-icon-ne {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ne.svg?v=8189609481276268119)
}

.flag-icon-nf {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/nf.svg?v=5849534255496386609)
}

.flag-icon-ng {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ng.svg?v=11875308720183316737)
}

.flag-icon-ni {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ni.svg?v=9977517898967707781)
}

.flag-icon-nl {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/nl.svg?v=3493019518495573743)
}

.flag-icon-no {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/no.svg?v=5239654904576412028)
}

.flag-icon-np {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/np.svg?v=7466020739525240169)
}

.flag-icon-nr {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/nr.svg?v=336495917665034279)
}

.flag-icon-nu {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/nu.svg?v=103373173169077570)
}

.flag-icon-nz {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/nz.svg?v=2227733594209029512)
}

.flag-icon-om {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/om.svg?v=180250657498313058)
}

.flag-icon-pa {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/pa.svg?v=15417337649119363901)
}

.flag-icon-pe {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/pe.svg?v=5168668915774041529)
}

.flag-icon-pf {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/pf.svg?v=16617386048733483707)
}

.flag-icon-pg {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/pg.svg?v=9257712875696558909)
}

.flag-icon-ph {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ph.svg?v=12535489106660380029)
}

.flag-icon-pk {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/pk.svg?v=1191071578015079253)
}

.flag-icon-pl {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/pl.svg?v=1572771885898799382)
}

.flag-icon-pm {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/pm.svg?v=10074403514251705844)
}

.flag-icon-pn {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/pn.svg?v=9957170630391250457)
}

.flag-icon-pr {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/pr.svg?v=5441434541245981113)
}

.flag-icon-ps {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ps.svg?v=8723066410049926942)
}

.flag-icon-pt {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/pt.svg?v=12637919609316007455)
}

.flag-icon-pw {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/pw.svg?v=14237113460158639232)
}

.flag-icon-py {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/py.svg?v=14573025378062628728)
}

.flag-icon-qa {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/qa.svg?v=1387893104380501609)
}

.flag-icon-re {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/re.svg?v=13974301192458587006)
}

.flag-icon-ro {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ro.svg?v=11410190743096520857)
}

.flag-icon-rs {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/rs.svg?v=17315232344759134291)
}

.flag-icon-ru {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ru.svg?v=18337751845098176658)
}

.flag-icon-rw {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/rw.svg?v=14288304344167438083)
}

.flag-icon-sa {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/sa.svg?v=4255952093956855061)
}

.flag-icon-sb {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/sb.svg?v=10659805665871017805)
}

.flag-icon-sc {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/sc.svg?v=13249132096150089317)
}

.flag-icon-sd {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/sd.svg?v=2588055785215466767)
}

.flag-icon-se {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/se.svg?v=16326057643467647831)
}

.flag-icon-sg {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/sg.svg?v=8907720664199182164)
}

.flag-icon-sh {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/sh.svg?v=17164927283457463554)
}

.flag-icon-si {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/si.svg?v=4662732168309001820)
}

.flag-icon-sj {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/sj.svg?v=11162718322095415310)
}

.flag-icon-sk {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/sk.svg?v=14920790572458888749)
}

.flag-icon-sl {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/sl.svg?v=11383026029396860714)
}

.flag-icon-sm {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/sm.svg?v=10888218322325516071)
}

.flag-icon-sn {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/sn.svg?v=5635930765501235831)
}

.flag-icon-so {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/so.svg?v=5729325752954460452)
}

.flag-icon-sr {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/sr.svg?v=13382195025571539253)
}

.flag-icon-ss {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ss.svg?v=11639088042282577561)
}

.flag-icon-st {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/st.svg?v=1840236013560820636)
}

.flag-icon-sv {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/sv.svg?v=1449291510617581639)
}

.flag-icon-sx {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/sx.svg?v=10535828189358728610)
}

.flag-icon-sy {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/sy.svg?v=7247919406719320124)
}

.flag-icon-sz {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/sz.svg?v=13286791479268734264)
}

.flag-icon-tc {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/tc.svg?v=17215306410770747840)
}

.flag-icon-td {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/td.svg?v=6751157742144260001)
}

.flag-icon-tf {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/tf.svg?v=18346783688100792000)
}

.flag-icon-tg {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/tg.svg?v=16145787928358156396)
}

.flag-icon-th {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/th.svg?v=2731875191644290417)
}

.flag-icon-tj {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/tj.svg?v=12269248116114734702)
}

.flag-icon-tk {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/tk.svg?v=11595069797113823453)
}

.flag-icon-tl {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/tl.svg?v=17895281095998427648)
}

.flag-icon-tm {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/tm.svg?v=2886666067944214183)
}

.flag-icon-tn {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/tn.svg?v=8582352614013568165)
}

.flag-icon-to {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/to.svg?v=1562336390134019422)
}

.flag-icon-tr {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/tr.svg?v=5335332406754951166)
}

.flag-icon-tt {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/tt.svg?v=17301091488056727698)
}

.flag-icon-tv {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/tv.svg?v=8573590389966118806)
}

.flag-icon-tw {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/tw.svg?v=18066207995306747059)
}

.flag-icon-tz {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/tz.svg?v=4015003267352717371)
}

.flag-icon-ua {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ua.svg?v=10583548855623904933)
}

.flag-icon-ug {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ug.svg?v=2334178811053262996)
}

.flag-icon-um {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/um.svg?v=10650756638813620801)
}

.flag-icon-us {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/us.svg?v=10854960505666766217)
}

.flag-icon-uy {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/uy.svg?v=11599070782675962558)
}

.flag-icon-uz {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/uz.svg?v=12517746134444007177)
}

.flag-icon-va {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/va.svg?v=3145747267101034294)
}

.flag-icon-vc {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/vc.svg?v=14116699370046571755)
}

.flag-icon-ve {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ve.svg?v=16222718862017943279)
}

.flag-icon-vg {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/vg.svg?v=582542619059118519)
}

.flag-icon-vi {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/vi.svg?v=6969128376965606056)
}

.flag-icon-vn {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/vn.svg?v=16496072676247959032)
}

.flag-icon-vu {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/vu.svg?v=11691867467342718482)
}

.flag-icon-wf {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/wf.svg?v=11492438728648183489)
}

.flag-icon-ws {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ws.svg?v=4630920584414941128)
}

.flag-icon-ye {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/ye.svg?v=10535777191536601052)
}

.flag-icon-yt {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/yt.svg?v=406381182442592566)
}

.flag-icon-za {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/za.svg?v=14827615484799853331)
}

.flag-icon-zm {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/zm.svg?v=2309909280798848667)
}

.flag-icon-zw {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/zw.svg?v=12329661376414843347)
}

.flag-icon-es-ca {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/es-ca.svg?v=5808837015964493875)
}

.flag-icon-eu {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/eu.svg?v=16691518769874931325)
}

.flag-icon-gb-eng {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gb-eng.svg?v=17073698594000757411)
}

.flag-icon-gb-nir {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gb-nir.svg?v=15291365552006102744)
}

.flag-icon-gb-sct {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gb-sct.svg?v=16484373187857558693)
}

.flag-icon-gb-wls {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/gb-wls.svg?v=12861400970960822320)
}

.flag-icon-un {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/un.svg?v=2058032224341127395)
}

.flag-icon-xk {
    background-image: url(//cdn.shopify.com/s/files/1/0017/4941/8059/t/31/assets/xk.svg?v=14010615737458518060)
}

.Grid {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0 0 0 -24px;
    font-size: 0
}

.Grid__Cell {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 0 0 0 24px;
    margin: 0;
    vertical-align: top;
    font-size: 1rem
}

.Grid--center {
    text-align: center
}

.Grid--center>.Grid__Cell {
    text-align: left
}

.Grid__Cell--center {
    display: block;
    margin: 0 auto
}

.Grid--right {
    text-align: right
}

.Grid--right>.Grid__Cell {
    text-align: left
}

.Grid--middle>.Grid__Cell {
    vertical-align: middle
}

.Grid--bottom>.Grid__Cell {
    vertical-align: bottom
}

.Grid--m {
    margin-left: -30px
}

.Grid--m>.Grid__Cell {
    padding-left: 30px
}

.Grid--l {
    margin-left: -50px
}

.Grid--l>.Grid__Cell {
    padding-left: 50px
}

.Grid--xl {
    margin-left: -50px
}

.Grid--xl>.Grid__Cell {
    padding-left: 50px
}

@media screen and (min-width:1140px) {
    .Grid--m {
        margin-left: -60px
    }

    .Grid--m>.Grid__Cell {
        padding-left: 60px
    }

    .Grid--l {
        margin-left: -80px
    }

    .Grid--l>.Grid__Cell {
        padding-left: 80px
    }

    .Grid--xl {
        margin-left: -100px
    }

    .Grid--xl>.Grid__Cell {
        padding-left: 100px
    }
}

.31/1,
.32/1,
.36/1 {
    width: 100%
}

.31/2,
.32/4,
.36/12 {
    width: 50%
}

.31/3,
.34/12 {
    width: 33.33333%
}

.32/3,
.38/12 {
    width: 66.66667%
}

.31/4,
.33/12 {
    width: 25%
}

.33/4,
.39/12 {
    width: 75%
}

.31/12 {
    width: 8.33333%
}

.32/12 {
    width: 16.66667%
}

.35/12 {
    width: 41.66667%
}

.37/12 {
    width: 58.33333%
}

.3130/12 {
    width: 83.33333%
}

.3131/12 {
    width: 91.66667%
}

@media screen and (max-width:640px) {
    .hidden-phone {
        display: none !important
    }

    .31/1--phone,
    .32/1--phone,
    .36/1--phone {
        width: 100%
    }

    .31/2--phone,
    .32/4--phone,
    .36/12--phone {
        width: 50%
    }

    .31/3--phone,
    .34/12--phone {
        width: 33.33333%
    }

    .32/3--phone,
    .38/12--phone {
        width: 66.66667%
    }

    .31/4--phone,
    .33/12--phone {
        width: 25%
    }

    .33/4--phone,
    .39/12--phone {
        width: 75%
    }

    .31/12--phone {
        width: 8.33333%
    }

    .32/12--phone {
        width: 16.66667%
    }

    .35/12--phone {
        width: 41.66667%
    }

    .37/12--phone {
        width: 58.33333%
    }

    .3130/12--phone {
        width: 83.33333%
    }

    .3131/12--phone {
        width: 91.66667%
    }
}

@media screen and (min-width:641px) and (max-width:1007px) {
    .hidden-tablet {
        display: none !important
    }

    .31/1--tablet,
    .32/1--tablet,
    .36/1--tablet {
        width: 100%
    }

    .31/2--tablet,
    .32/4--tablet,
    .36/12--tablet {
        width: 50%
    }

    .31/3--tablet,
    .34/12--tablet {
        width: 33.33333%
    }

    .32/3--tablet,
    .38/12--tablet {
        width: 66.66667%
    }

    .31/4--tablet,
    .33/12--tablet {
        width: 25%
    }

    .33/4--tablet,
    .39/12--tablet {
        width: 75%
    }

    .31/12--tablet {
        width: 8.33333%
    }

    .32/12--tablet {
        width: 16.66667%
    }

    .35/12--tablet {
        width: 41.66667%
    }

    .37/12--tablet {
        width: 58.33333%
    }

    .3130/12--tablet {
        width: 83.33333%
    }

    .3131/12--tablet {
        width: 91.66667%
    }
}

@media screen and (min-width:641px) {
    .hidden-tablet-and-up {
        display: none !important
    }

    .31/1--tablet-and-up,
    .32/1--tablet-and-up,
    .36/1--tablet-and-up {
        width: 100%
    }

    .31/2--tablet-and-up,
    .32/4--tablet-and-up,
    .36/12--tablet-and-up {
        width: 50%
    }

    .31/3--tablet-and-up,
    .34/12--tablet-and-up {
        width: 33.33333%
    }

    .32/3--tablet-and-up,
    .38/12--tablet-and-up {
        width: 66.66667%
    }

    .31/4--tablet-and-up,
    .33/12--tablet-and-up {
        width: 25%
    }

    .33/4--tablet-and-up,
    .39/12--tablet-and-up {
        width: 75%
    }

    .31/12--tablet-and-up {
        width: 8.33333%
    }

    .32/12--tablet-and-up {
        width: 16.66667%
    }

    .35/12--tablet-and-up {
        width: 41.66667%
    }

    .37/12--tablet-and-up {
        width: 58.33333%
    }

    .3130/12--tablet-and-up {
        width: 83.33333%
    }

    .3131/12--tablet-and-up {
        width: 91.66667%
    }
}

@media screen and (max-width:1007px) {
    .hidden-pocket {
        display: none !important
    }

    .31/1--pocket,
    .32/1--pocket,
    .36/1--pocket {
        width: 100%
    }

    .31/2--pocket,
    .32/4--pocket,
    .36/12--pocket {
        width: 50%
    }

    .31/3--pocket,
    .34/12--pocket {
        width: 33.33333%
    }

    .32/3--pocket,
    .38/12--pocket {
        width: 66.66667%
    }

    .31/4--pocket,
    .33/12--pocket {
        width: 25%
    }

    .33/4--pocket,
    .39/12--pocket {
        width: 75%
    }

    .31/12--pocket {
        width: 8.33333%
    }

    .32/12--pocket {
        width: 16.66667%
    }

    .35/12--pocket {
        width: 41.66667%
    }

    .37/12--pocket {
        width: 58.33333%
    }

    .3130/12--pocket {
        width: 83.33333%
    }

    .3131/12--pocket {
        width: 91.66667%
    }
}

@media screen and (min-width:1008px) and (max-width:1139px) {
    .hidden-lap {
        display: none !important
    }

    .31/1--lap,
    .32/1--lap,
    .36/1--lap {
        width: 100%
    }

    .31/2--lap,
    .32/4--lap,
    .36/12--lap {
        width: 50%
    }

    .31/3--lap,
    .34/12--lap {
        width: 33.33333%
    }

    .32/3--lap,
    .38/12--lap {
        width: 66.66667%
    }

    .31/4--lap,
    .33/12--lap {
        width: 25%
    }

    .33/4--lap,
    .39/12--lap {
        width: 75%
    }

    .31/12--lap {
        width: 8.33333%
    }

    .32/12--lap {
        width: 16.66667%
    }

    .35/12--lap {
        width: 41.66667%
    }

    .37/12--lap {
        width: 58.33333%
    }

    .3130/12--lap {
        width: 83.33333%
    }

    .3131/12--lap {
        width: 91.66667%
    }
}

@media screen and (min-width:1008px) {
    .hidden-lap-and-up {
        display: none !important
    }

    .31/1--lap-and-up,
    .32/1--lap-and-up,
    .36/1--lap-and-up {
        width: 100%
    }

    .31/2--lap-and-up,
    .32/4--lap-and-up,
    .36/12--lap-and-up {
        width: 50%
    }

    .31/3--lap-and-up,
    .34/12--lap-and-up {
        width: 33.33333%
    }

    .32/3--lap-and-up,
    .38/12--lap-and-up {
        width: 66.66667%
    }

    .31/4--lap-and-up,
    .33/12--lap-and-up {
        width: 25%
    }

    .33/4--lap-and-up,
    .39/12--lap-and-up {
        width: 75%
    }

    .31/12--lap-and-up {
        width: 8.33333%
    }

    .32/12--lap-and-up {
        width: 16.66667%
    }

    .35/12--lap-and-up {
        width: 41.66667%
    }

    .37/12--lap-and-up {
        width: 58.33333%
    }

    .3130/12--lap-and-up {
        width: 83.33333%
    }

    .3131/12--lap-and-up {
        width: 91.66667%
    }
}

@media screen and (min-width:1140px) {
    .hidden-desk {
        display: none !important
    }

    .31/1--desk,
    .32/1--desk,
    .36/1--desk {
        width: 100%
    }

    .31/2--desk,
    .32/4--desk,
    .36/12--desk {
        width: 50%
    }

    .31/3--desk,
    .34/12--desk {
        width: 33.33333%
    }

    .32/3--desk,
    .38/12--desk {
        width: 66.66667%
    }

    .31/4--desk,
    .33/12--desk {
        width: 25%
    }

    .33/4--desk,
    .39/12--desk {
        width: 75%
    }

    .31/12--desk {
        width: 8.33333%
    }

    .32/12--desk {
        width: 16.66667%
    }

    .35/12--desk {
        width: 41.66667%
    }

    .37/12--desk {
        width: 58.33333%
    }

    .3130/12--desk {
        width: 83.33333%
    }

    .3131/12--desk {
        width: 91.66667%
    }
}

@media screen and (min-width:1500px) {
    .hidden-widescreen {
        display: none !important
    }

    .31/1--widescreen,
    .32/1--widescreen,
    .36/1--widescreen {
        width: 100%
    }

    .31/2--widescreen,
    .32/4--widescreen,
    .36/12--widescreen {
        width: 50%
    }

    .31/3--widescreen,
    .34/12--widescreen {
        width: 33.33333%
    }

    .32/3--widescreen,
    .38/12--widescreen {
        width: 66.66667%
    }

    .31/4--widescreen,
    .33/12--widescreen {
        width: 25%
    }

    .33/4--widescreen,
    .39/12--widescreen {
        width: 75%
    }

    .31/12--widescreen {
        width: 8.33333%
    }

    .32/12--widescreen {
        width: 16.66667%
    }

    .35/12--widescreen {
        width: 41.66667%
    }

    .37/12--widescreen {
        width: 58.33333%
    }

    .3130/12--widescreen {
        width: 83.33333%
    }

    .3131/12--widescreen {
        width: 91.66667%
    }
}

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    transition: opacity .5s cubic-bezier(.4, 0, .22, 1)
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: var(--cursor-zoom-in-svg) 18 18, zoom-in;
    cursor: -webkit-image-set(var(--cursor-zoom-in-svg) 1x, var(--cursor-zoom-in-2x-svg) 2x) 18 18, zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--background);
    opacity: 0;
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.pswp__container,
.pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.pswp__container {
    transition: transform .7s cubic-bezier(.645, .045, .355, 1)
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    transform-origin: left top;
    transition: transform .5s cubic-bezier(.4, 0, .22, 1)
}

.pswp__bg {
    will-change: opacity;
    transition: opacity .5s cubic-bezier(.4, 0, .22, 1)
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: var(--background)
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0
}

.pswp__ui {
    position: absolute;
    visibility: hidden;
    width: 100%;
    bottom: 50px;
    opacity: 0;
    transform: translateY(35px);
    left: 0;
    text-align: center;
    transition: all .15s ease-in-out
}

.pswp__button[disabled] {
    opacity: 0;
    pointer-events: none
}

.pswp--animated-in .pswp__ui {
    visibility: visible;
    opacity: 1;
    transform: translateY(0)
}

.pswp--animated-in .pswp__ui--hidden {
    visibility: hidden;
    opacity: 0
}

.pswp__button--close {
    margin: 0 18px
}

.pswp__button svg {
    pointer-events: none
}

.pswp__error-msg {
    position: absolute;
    top: 40%;
    margin: 0 15px;
    padding: 8px 15px;
    background: #e6554d;
    color: #fff;
    text-align: center
}

.js .no-js,
.no-js .hide-no-js {
    display: none !important
}

.no-scroll {
    overflow: hidden
}

body:not(.is-tabbing) [tabindex]:focus,
body:not(.is-tabbing) button:focus,
body:not(.is-tabbing) input:focus,
body:not(.is-tabbing) select:focus,
body:not(.is-tabbing) textarea:focus {
    outline: 0
}

[data-scrollable] {
    overflow: auto
}

.Container {
    margin: 0 auto;
    padding: 0 24px
}

.Container--narrow {
    max-width: 1420px
}

.Container--extraNarrow {
    max-width: 1000px
}

.Container-Fluid {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px
}

@media(min-width:640px) {
    .Container-Fluid {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media(min-width:1140px) {
    .Container-Fluid {
        padding-left: 50px;
        padding-right: 50px
    }
}

.FlexboxIeFix {
    display: flex;
    flex-direction: row
}

@media screen and (min-width:641px) {
    .Container {
        padding: 0 50px
    }
}

@media screen and (min-width:1140px) {
    .Container {
        padding: 0 80px
    }
}

html {
    font-size: var(--base-text-font-size)
}

body {
    font-family: var(--text-font-family);
    font-weight: var(--text-font-weight);
    font-style: var(--text-font-style);
    color: var(--text-color);
    background: var(--background);
    line-height: 1.65
}

.Link {
    transition: color .2s ease-in-out, opacity .2s ease-in-out
}

.Link--primary.is-active,
.supports-hover .Link--primary:hover {
    color: var(--text-color)
}

.Link--secondary.is-active,
.supports-hover .Link--secondary:hover {
    color: var(--text-color-light)
}

.Link--underline {
    position: relative;
    display: inline-block
}

.Link--underline::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background: currentColor;
    transform: scale(1, 1);
    transform-origin: left center;
    transition: transform .2s ease-in-out
}

.Link--underline:hover::before {
    transform: scale(0, 1)
}

.Link--underlineShort::before {
    width: 100%
}

.features--heading-uppercase .Link--underlineShort::before {
    width: calc(100% - .2em)
}

.Link--underlineNative {
    text-decoration: underline;
    text-underline-position: under
}

.Heading {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    color: var(--heading-color);
    transition: color .2s ease-in-out
}

.features--heading-uppercase .Heading {
    letter-spacing: .2em;
    text-transform: uppercase
}

.Text--subdued {
    color: var(--text-color-light)
}

.Text--alignCenter {
    text-align: center !important
}

.Text--alignRight {
    text-align: right !important
}

.Icon-Wrapper--clickable {
    position: relative;
    background: 0 0
}

.Icon-Wrapper--clickable::before {
    position: absolute;
    content: "";
    top: -8px;
    right: -12px;
    left: -12px;
    bottom: -8px;
    transform: translateZ(0)
}

.Icon {
    display: inline-block;
    height: 1em;
    width: 1em;
    fill: currentColor;
    vertical-align: middle;
    stroke-width: 1px;
    background: 0;
    pointer-events: none
}

.u-visually-hidden {
    position: absolute !important;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

.features--heading-small .Rte h1,
.features--heading-small .u-h1 {
    font-size: 20px
}

.features--heading-small .Rte h2,
.features--heading-small .u-h2 {
    font-size: 18px
}

.features--heading-small .Rte h3,
.features--heading-small .u-h3 {
    font-size: 16px
}

.features--heading-small .Rte h4,
.features--heading-small .u-h4 {
    font-size: 15px
}

.features--heading-small .Rte h5,
.features--heading-small .u-h5 {
    font-size: 13px
}

.features--heading-small .Rte h6,
.features--heading-small .u-h6 {
    font-size: 12px
}

.features--heading-small .u-h7 {
    font-size: 11px
}

.features--heading-small .u-h8 {
    font-size: 10px
}

.features--heading-normal .Rte h1,
.features--heading-normal .u-h1 {
    font-size: 22px
}

.features--heading-normal .Rte h2,
.features--heading-normal .u-h2 {
    font-size: 20px
}

.features--heading-normal .Rte h3,
.features--heading-normal .u-h3 {
    font-size: 18px
}

.features--heading-normal .Rte h4,
.features--heading-normal .u-h4 {
    font-size: 16px
}

.features--heading-normal .Rte h5,
.features--heading-normal .u-h5 {
    font-size: 14px
}

.features--heading-normal .Rte h6,
.features--heading-normal .u-h6 {
    font-size: 13px
}

.features--heading-normal .u-h7 {
    font-size: 12px
}

.features--heading-normal .u-h8 {
    font-size: 12px
}

.features--heading-large .Rte h1,
.features--heading-large .u-h1 {
    font-size: 24px
}

.features--heading-large .Rte h2,
.features--heading-large .u-h2 {
    font-size: 22px
}

.features--heading-large .Rte h3,
.features--heading-large .u-h3 {
    font-size: 20px
}

.features--heading-large .Rte h4,
.features--heading-large .u-h4 {
    font-size: 18px
}

.features--heading-large .Rte h5,
.features--heading-large .u-h5 {
    font-size: 16px
}

.features--heading-large .Rte h6,
.features--heading-large .u-h6 {
    font-size: 15px
}

.features--heading-large .u-h7 {
    font-size: 13px
}

.features--heading-large .u-h8 {
    font-size: 13px
}

@media screen and (min-width:641px) {

    .features--heading-small .Rte h1,
    .features--heading-small .u-h1 {
        font-size: 20px
    }

    .features--heading-small .Rte h2,
    .features--heading-small .u-h2 {
        font-size: 18px
    }

    .features--heading-small .Rte h3,
    .features--heading-small .u-h3 {
        font-size: 18px
    }

    .features--heading-small .Rte h4,
    .features--heading-small .u-h4 {
        font-size: 16px
    }

    .features--heading-small .Rte h5,
    .features--heading-small .u-h5 {
        font-size: 13px
    }

    .features--heading-small .Rte h6,
    .features--heading-small .u-h6 {
        font-size: 12px
    }

    .features--heading-small .u-h7 {
        font-size: 11px
    }

    .features--heading-small .u-h8 {
        font-size: 10px
    }

    .features--heading-normal .Rte h1,
    .features--heading-normal .u-h1 {
        font-size: 22px
    }

    .features--heading-normal .Rte h2,
    .features--heading-normal .u-h2 {
        font-size: 20px
    }

    .features--heading-normal .Rte h3,
    .features--heading-normal .u-h3 {
        font-size: 20px
    }

    .features--heading-normal .Rte h4,
    .features--heading-normal .u-h4 {
        font-size: 17px
    }

    .features--heading-normal .Rte h5,
    .features--heading-normal .u-h5 {
        font-size: 14px
    }

    .features--heading-normal .Rte h6,
    .features--heading-normal .u-h6 {
        font-size: 13px
    }

    .features--heading-normal .u-h7 {
        font-size: 12px
    }

    .features--heading-normal .u-h8 {
        font-size: 12px
    }

    .features--heading-large .Rte h1,
    .features--heading-large .u-h1 {
        font-size: 24px
    }

    .features--heading-large .Rte h2,
    .features--heading-large .u-h2 {
        font-size: 22px
    }

    .features--heading-large .Rte h3,
    .features--heading-large .u-h3 {
        font-size: 20px
    }

    .features--heading-large .Rte h4,
    .features--heading-large .u-h4 {
        font-size: 19px
    }

    .features--heading-large .Rte h5,
    .features--heading-large .u-h5 {
        font-size: 16px
    }

    .features--heading-large .Rte h6,
    .features--heading-large .u-h6 {
        font-size: 15px
    }

    .features--heading-large .u-h7 {
        font-size: 13px
    }

    .features--heading-large .u-h8 {
        font-size: 13px
    }
}

.js .features--show-page-transition .PageTransition {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: var(--background);
    z-index: 1000;
    opacity: 1;
    visibility: visible;
    pointer-events: none;
    transition: all .25s ease
}

.Button,
.shopify-payment-button__button--unbranded,
.spr-button-primary:not(input),
.spr-pagination-next>a,
.spr-pagination-prev>a,
.spr-summary-actions-newreview,
input.spr-button-primary {
    position: relative;
    display: inline-block;
    padding: 14px 28px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 12px));
    text-align: center;
    letter-spacing: .1px;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    background-color: transparent;
    z-index: 1;
    -webkit-tap-highlight-color: initial
}

.Button::before,
.shopify-payment-button__button--unbranded::before,
.spr-button-primary:not(input)::before,
.spr-pagination-next>a::before,
.spr-pagination-prev>a::before,
.spr-summary-actions-newreview.spr-summary-actions-newreview::before,
input.spr-button-primary::before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: scale(1, 1);
    transform-origin: left center;
    z-index: -1
}

.features--show-button-transition .Button:not([disabled])::before,
.features--show-button-transition .shopify-payment-button__button--unbranded:not([disabled])::before,
.features--show-button-transition .spr-button-primary:not(input):not([disabled])::before,
.features--show-button-transition .spr-pagination-next>a:not([disabled])::before,
.features--show-button-transition .spr-pagination-prev>a:not([disabled])::before,
.features--show-button-transition .spr-summary-actions-newreview:not([disabled])::before,
.features--show-button-transition input.spr-button-primary:not([disabled])::before {
    transition: transform .25s cubic-bezier(.785, .135, .15, .86)
}

.features--show-button-transition .Button:not([disabled]):hover::before,
.features--show-button-transition .shopify-payment-button__button--unbranded:not([disabled]):hover::before,
.features--show-button-transition .spr-button-primary:not(input):not([disabled]):hover::before,
.features--show-button-transition .spr-pagination-next>a:not([disabled]):hover::before,
.features--show-button-transition .spr-pagination-prev>a:not([disabled]):hover::before,
.features--show-button-transition .spr-summary-actions-newreview:not([disabled]):hover::before,
.features--show-button-transition input.spr-button-primary:not([disabled]):hover::before {
    transform-origin: right center;
    transform: scale(0, 1)
}

.Button[disabled],
.shopify-payment-button__button--unbranded[disabled],
.spr-button-primary:not(input)[disabled],
.spr-pagination-next>a[disabled],
.spr-pagination-prev>a[disabled],
.spr-summary-actions-newreview[disabled],
input.spr-button-primary[disabled] {
    cursor: not-allowed
}

.Button--primary,
.shopify-payment-button__button--unbranded,
.spr-button-primary:not(input),
.spr-summary-actions-newreview {
    color: var(--button-text-color);
    border-color: var(--button-background)
}

.Button--primary::before,
.shopify-payment-button__button--unbranded::before,
.spr-button-primary:not(input)::before,
.spr-summary-actions-newreview::before {
    background-color: var(--button-background)
}

.features--show-button-transition .Button--primary:not([disabled]):hover,
.features--show-button-transition .shopify-payment-button__button--unbranded:not([disabled]):hover,
.features--show-button-transition .spr-button-primary:not(input):not([disabled]):hover,
.features--show-button-transition .spr-summary-actions-newreview:not([disabled]):hover {
    color: var(--button-hover-text-color);
    border-color: var(--button-hover-background);
    background-color: var(--button-hover-background)
}

.Button--primary:not([disabled]):hover,
.shopify-payment-button__button--unbranded:not([disabled]):hover,
.spr-button-primary:not(input):not([disabled]):hover,
.spr-summary-actions-newreview:not([disabled]):hover {
    color: var(--button-hover-text-color);
    border-color: var(--button-hover-text-color);
    background-color: var(--button-hover-background)
}

.Button--primary:not([disabled]):hover::before,
.shopify-payment-button__button--unbranded:not([disabled]):hover::before,
.spr-button-primary:not(input):not([disabled]):hover::before,
.spr-summary-actions-newreview:not([disabled]):hover::before {
    background-color: var(--button-hover-background)
}

.Button--secondary,
.spr-pagination-next>a,
.spr-pagination-prev>a {
    color: var(--text-color-light);
    border: 1px solid rgba(var(--text-color-light-rgb), .2)
}

.Button--secondary::before,
.spr-pagination-next>a::before,
.spr-pagination-prev>a::before {
    background-color: var(--button-background);
    transform-origin: right center;
    transform: scale(0, 1)
}

.features--show-button-transition .Button--secondary:not([disabled]):hover,
.features--show-button-transition .spr-pagination-next>a:not([disabled]):hover,
.features--show-button-transition .spr-pagination-prev>a:not([disabled]):hover {
    color: var(--button-text-color);
    border-color: var(--button-background)
}

.features--show-button-transition .Button--secondary:not([disabled]):hover::before,
.features--show-button-transition .spr-pagination-next>a:not([disabled]):hover::before,
.features--show-button-transition .spr-pagination-prev>a:not([disabled]):hover::before {
    transform-origin: left center;
    transform: scale(1, 1)
}

.Button--reverse {
    color: var(--button-hover-text-color);
    border-color: transparent !important;
    background-color: var(--button-hover-background);
    border: 0
}

.Button--reverse:not([disabled]):hover {
    color: var(--button-text-color);
    border-color: var(--button-background)
}

.Button--reverse:not([disabled]):hover::before {
    background-color: var(--button-background);
    border: solid 1px var(--button-background)
}

.Button--full {
    width: 100%
}

.Button--stretched {
    padding-left: 40px;
    padding-right: 40px
}

.Button--small {
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 10px));
    padding: 12px 24px
}

.Button__SeparatorDot {
    display: inline-block;
    margin: 0 18px;
    content: "";
    height: 3px;
    width: 3px;
    border-radius: 100%;
    background: currentColor
}

.ButtonWrapper {
    text-align: center
}

.Button__PrimaryState,
.Button__SecondaryState {
    display: block;
    transition: transform .4s cubic-bezier(.75, 0, .125, 1), opacity .4s cubic-bezier(.75, 0, .125, 1)
}

.Button__SecondaryState {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, 100%)
}

.Button--secondaryState .Button__PrimaryState {
    opacity: 0;
    transform: translateY(-100%)
}

.Button--secondaryState .Button__SecondaryState {
    opacity: 1;
    transform: translate(-50%, -50%)
}

.ButtonGroup {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: -12px
}

.ButtonGroup__Item {
    padding: 12px
}

.ButtonGroup__Item--expand {
    flex: 1 1 0
}

.ButtonGroup--spacingSmall {
    margin: -6px
}

.ButtonGroup--spacingSmall .ButtonGroup__Item {
    padding: 6px
}

.ButtonGroup--sameSize .ButtonGroup__Item {
    flex: 0 1 auto;
    white-space: nowrap;
    max-width: 245px
}

@supports((-o-object-fit:cover) or(object-fit:cover)) {
    .ButtonGroup--sameSize .ButtonGroup__Item {
        flex: 1 1 auto
    }
}

@media screen and (min-width:641px) {
    @supports(display:inline-grid) {
        .ButtonGroup--sameSize {
            display: inline-grid;
            grid-template-columns: 1fr 1fr
        }

        .ButtonGroup--sameSize .ButtonGroup__Item {
            max-width: none
        }
    }
}

@media screen and (max-width:767px) {
    @supports(display:inline-grid) {
        .ButtonGroup--sameSize .ButtonGroup__Item {
            max-width: initial;
            white-space: initial
        }
    }
}

.RoundButton,
.flickity-prev-next-button {
    position: relative;
    width: 45px;
    height: 45px;
    border: 0;
    border-radius: 50%;
    background: var(--button-text-color);
    color: var(--button-background);
    cursor: pointer;
    text-align: center;
    z-index: 1;
    box-shadow: 0 2px 10px rgba(54, 54, 54, .15);
    vertical-align: middle;
    line-height: 0;
    transform: scale(1.001);
    transition: background .15s ease-in-out, opacity .15s ease-in-out, transform .2s ease-in-out, color .2s ease-in-out;
    overflow: hidden
}

.RoundButton.is-active,
.flickity-prev-next-button.is-active {
    background: var(--button-background);
    color: var(--button-text-color);
    outline: 0
}

.RoundButton svg,
.flickity-prev-next-button svg {
    height: 15px;
    width: 15px;
    fill: currentColor
}

.RoundButton--small {
    width: 35px;
    height: 35px
}

.RoundButton--small svg {
    height: 14px;
    width: 14px
}

.RoundButton--medium {
    width: 50px;
    height: 50px
}

.RoundButton--medium svg {
    height: 18px;
    width: 18px
}

.RoundButton--large {
    width: 55px;
    height: 55px
}

.RoundButton--large svg {
    height: 15px;
    width: 15px
}

.RoundButton--flat {
    box-shadow: 0 1px 5px rgba(54, 54, 54, .15);
    color: rgba(var(--button-background-rgb), .5)
}

.RoundButton__PrimaryState,
.RoundButton__SecondaryState {
    display: block;
    transition: transform .4s cubic-bezier(.75, 0, .125, 1), opacity .4s cubic-bezier(.75, 0, .125, 1)
}

.RoundButton__SecondaryState {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    text-align: center;
    opacity: 0;
    transform: translate(-50%, 100%)
}

.RoundButton--secondaryState .RoundButton__PrimaryState {
    opacity: 0;
    transform: translateY(-100%)
}

.RoundButton--secondaryState .RoundButton__SecondaryState {
    opacity: 1;
    transform: translate(-50%, -50%)
}

@-webkit-keyframes buttonFromLeftToRight {
    0 {
        transform: translateX(0)
    }

    25% {
        opacity: 0;
        transform: translateX(100%)
    }

    50% {
        opacity: 0;
        transform: translateX(-100%)
    }

    75% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes buttonFromLeftToRight {
    0 {
        transform: translateX(0)
    }

    25% {
        opacity: 0;
        transform: translateX(100%)
    }

    50% {
        opacity: 0;
        transform: translateX(-100%)
    }

    75% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes buttonFromRightToLeft {
    0 {
        transform: translateX(0)
    }

    25% {
        opacity: 0;
        transform: translateX(-100%)
    }

    50% {
        opacity: 0;
        transform: translateX(100%)
    }

    75% {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes buttonFromRightToLeft {
    0 {
        transform: translateX(0)
    }

    25% {
        opacity: 0;
        transform: translateX(-100%)
    }

    50% {
        opacity: 0;
        transform: translateX(100%)
    }

    75% {
        opacity: 1;
        transform: translateX(0)
    }
}

@-webkit-keyframes buttonFromTopToBottom {
    0 {
        transform: translateY(0)
    }

    25% {
        opacity: 0;
        transform: translateY(100%)
    }

    50% {
        opacity: 0;
        transform: translateY(-100%)
    }

    75% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes buttonFromTopToBottom {
    0 {
        transform: translateY(0)
    }

    25% {
        opacity: 0;
        transform: translateY(100%)
    }

    50% {
        opacity: 0;
        transform: translateY(-100%)
    }

    75% {
        opacity: 1;
        transform: translateY(0)
    }
}

.RoundButton:hover {
    transform: scale(1.1)
}

.RoundButton--small:hover {
    transform: scale(1.15)
}

.RoundButton:not([aria-expanded=true]):hover {
    color: var(--button-background)
}

.RoundButton[data-animate-left]:hover svg,
.flickity-prev-next-button.previous:hover svg {
    -webkit-animation: buttonFromRightToLeft .5s ease-in-out forwards;
    animation: buttonFromRightToLeft .5s ease-in-out forwards
}

.RoundButton[data-animate-right]:hover svg,
.flickity-prev-next-button.next:hover svg {
    -webkit-animation: buttonFromLeftToRight .5s ease-in-out forwards;
    animation: buttonFromLeftToRight .5s ease-in-out forwards
}

.RoundButton[data-animate-bottom]:hover svg {
    -webkit-animation: buttonFromTopToBottom .5s ease-in-out forwards;
    animation: buttonFromTopToBottom .5s ease-in-out forwards
}

.flickity-enabled {
    position: relative
}

body:not(.is-tabbing) .flickity-enabled:focus {
    outline: 0
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: auto
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%
}

.flickity-enabled {
    -webkit-tap-highlight-color: transparent
}

.flickity-enabled.is-draggable {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: -webkit-grab;
    cursor: grab
}

.flickity-prev-next-button {
    position: absolute
}

.flickity-prev-next-button[disabled] {
    opacity: 0
}

.flickity-prev-next-button svg {
    width: auto;
    height: 18px;
    stroke-width: 1.5px;
    stroke: currentColor
}

.flickity-page-dots {
    width: 100%;
    padding: 0;
    margin: 22px 0 0 0;
    list-style: none;
    text-align: center
}

.flickity-page-dots .dot {
    position: relative;
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 6px;
    border-radius: 50%;
    cursor: pointer;
    background: 0 0;
    border: 1px solid var(--border-color);
    transition: color .2s ease-in-out, background .2s ease-in-out
}

.flickity-page-dots .dot::before {
    position: absolute;
    content: "";
    top: -6px;
    right: -6px;
    left: -6px;
    bottom: -6px
}

.flickity-page-dots .dot.is-selected {
    background: currentColor;
    border-color: currentColor
}

@media screen and (min-width:641px) {
    .flickity-page-dots .dot {
        width: 10px;
        height: 10px;
        margin: 0 2px;
        border-width: 2px
    }
}

.Carousel {
    position: relative
}

.Carousel--fixed,
.Carousel--fixed .Carousel__Cell,
.Carousel--fixed .flickity-viewport {
    height: 100%
}

.Carousel:not(.flickity-enabled) .Carousel__Cell:not(.is-selected) {
    display: none
}

.Carousel__Cell {
    display: block;
    width: 100%
}

.js .Carousel--fadeIn .flickity-slider {
    transform: none !important
}

.js .Carousel--fadeIn .Carousel__Cell {
    left: 0 !important;
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.js .Carousel--fadeIn .Carousel__Cell.is-selected {
    opacity: 1;
    visibility: visible;
    transition-delay: 0
}

.Carousel--insideDots .flickity-page-dots {
    position: absolute;
    width: auto;
    margin: 0;
    bottom: 20px;
    left: 20px
}

.Carousel--insideDots .flickity-page-dots .dot {
    border-color: currentColor
}

.Carousel--insideDots .flickity-page-dots .dot.is-selected {
    background: currentColor
}

.Carousel--insideDots .flickity-prev-next-button {
    bottom: -25px;
    z-index: 1
}

.Carousel--insideDots .flickity-prev-next-button.next {
    right: 25px
}

.Carousel--insideDots .flickity-prev-next-button.previous {
    right: 75px;
    margin-right: 15px
}

@media screen and (min-width:1008px) {
    .Carousel--insideDots .flickity-page-dots {
        bottom: 28px;
        right: 24px;
        left: auto
    }
}

.Collapsible {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    overflow: hidden
}

.Collapsible+.Collapsible {
    border-top: 0
}

.Collapsible--padded {
    padding-left: 24px;
    padding-right: 24px
}

.Collapsible__Button {
    display: block;
    position: relative;
    width: 100%;
    padding: 20px 0;
    text-align: left;
    cursor: pointer
}

.Collapsible__Plus {
    position: absolute;
    right: 0;
    top: calc(50% -(11px / 2));
    width: 11px;
    height: 11px
}

.Collapsible__Plus::after,
.Collapsible__Plus::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: currentColor;
    transition: transform .4s ease-in-out, opacity .4s ease-in-out
}

.Collapsible__Plus::before {
    width: 11px;
    height: 2px;
    opacity: 1
}

.Collapsible__Plus::after {
    width: 2px;
    height: 11px
}

.Collapsible__Button[aria-expanded=true] .Collapsible__Plus::after,
.Collapsible__Button[aria-expanded=true] .Collapsible__Plus::before {
    transform: translate(-50%, -50%) rotate(90deg)
}

.Collapsible__Button[aria-expanded=true] .Collapsible__Plus::before {
    opacity: 0
}

.Collapsible .Collapsible {
    margin-left: 16px;
    border: 0
}

.Collapsible .Collapsible .Collapsible__Button {
    padding: 13px 0
}

.Collapsible__Inner {
    display: block;
    height: 0;
    visibility: hidden;
    transition: height .35s ease-in-out, visibility 0 ease-in-out .35s;
    overflow: hidden
}

.Collapsible__Button[aria-expanded=true]+.Collapsible__Inner {
    visibility: visible;
    transition: height .35s ease-in-out
}

.Collapsible__Content {
    padding-bottom: 18px
}

.Collapsible__Content .checkbox:last-child {
    margin-bottom: 0 !important
}

.Collapsible .Linklist {
    margin-bottom: 4px
}

.Collapsible .Linklist--bordered {
    margin-top: 16px;
    margin-bottom: 4px
}

@media screen and (min-width:641px) {
    .Collapsible--autoExpand {
        border: 0;
        overflow: visible
    }

    .Collapsible--autoExpand .Collapsible__Button {
        cursor: default;
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 16px
    }

    .Collapsible--autoExpand .Collapsible__Plus {
        display: none
    }

    .Collapsible--autoExpand .Collapsible__Inner {
        height: auto;
        visibility: visible;
        overflow: visible
    }

    .Collapsible--autoExpand .Collapsible__Content {
        padding-bottom: 0
    }

    .Collapsible--autoExpand .Linklist {
        margin-bottom: 0
    }

    .Collapsible--autoExpand {
        margin-bottom: 32px
    }
}

@media screen and (min-width:1008px) {
    .Collapsible--padded {
        padding-left: 30px;
        padding-right: 30px
    }

    .Collapsible--large .Collapsible__Button {
        padding: 34px 0
    }

    .Collapsible--large .Collapsible__Content {
        padding-bottom: 45px
    }
}

.Drawer {
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    width: calc(100vw - 65px);
    height: 100vh;
    max-height: none;
    z-index: 20;
    transition: transform .5s var(--drawer-transition-timing), visibility .5s var(--drawer-transition-timing);
    background: var(--background);
    box-shadow: none;
    touch-action: manipulation
}

.Drawer:focus {
    outline: 0
}

.Drawer::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 2px 0 10px rgba(54, 54, 54, .2), -2px 0 10px rgba(54, 54, 54, .2);
    opacity: 0;
    transition: opacity .5s var(--drawer-transition-timing)
}

.Drawer--secondary {
    background: var(--light-background)
}

.Drawer--fromLeft {
    transform: translateX(calc(-100vw+65px))
}

.Drawer--fromRight {
    right: 0;
    left: auto;
    transform: translateX(calc(100vw - 65px))
}

.Drawer[aria-hidden=false] {
    visibility: visible;
    transform: translateX(0)
}

#sidebar-cart.Drawer[aria-hidden=false].Drawer--fromRight {
    z-index: 1000000000
}

.Drawer[aria-hidden=false]::before {
    opacity: 1
}

.Drawer__Container {
    width: 100%
}

.Drawer--fromLeft .Drawer__Container {
    padding-left: 18px;
    padding-right: 24px
}

.Drawer--fromRight .Drawer__Container {
    padding-left: 24px;
    padding-right: 18px
}

.Drawer__Header {
    display: flex;
    align-items: center;
    position: relative;
    height: 50px;
    max-height: 60px;
    background: inherit;
    text-align: center;
    z-index: 1
}

.Drawer__Header--flexible {
    min-height: 0 !important;
    max-height: none !important;
    height: auto !important;
    padding-top: 20px;
    padding-bottom: 20px
}

.Drawer__Header--flexible .Drawer__Close {
    top: 25px
}

@supports(--css:variables) {
    .Drawer__Header {
        height: var(--header-height)
    }
}

.Drawer__Header--center {
    justify-content: center
}

.Drawer__Close {
    position: absolute;
    margin-left: 0;
    left: 18px;
    top: calc(50% - 7px);
    line-height: 0
}

.Drawer__Close svg {
    width: 15px;
    height: 15px;
    stroke-width: 1.25px
}

.Drawer--fromRight .Drawer__Close {
    right: 18px;
    left: auto
}

.Drawer__Header--bordered {
    box-shadow: 0 -1px var(--border-color) inset
}

.Drawer--secondary .Drawer__Header--bordered {
    box-shadow: 0 -1px rgba(var(--border-color-rgb), .6) inset
}

.Drawer--secondary .Collapsible {
    border-bottom-color: rgba(var(--border-color-rgb), .6)
}

.Drawer__Content {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    height: calc(100% - 60px);
    max-height: calc(100% - 50px)
}

@supports(--css:variables) {
    .Drawer__Content {
        height: calc(100% - var(--header-height));
        max-height: calc(100% - var(--header-height))
    }
}

@supports(width:calc(max(100%))) {
    .Drawer__Content {
        height: max(calc(100% - var(--header-height)), calc(100% - 60px));
        max-height: max(calc(100% - var(--header-height)), calc(100% - 60px))
    }
}

.Drawer__Main {
    flex: 1 1 auto
}

.Drawer__Footer {
    flex: none;
    box-shadow: 0 -1px var(--border-color)
}

.Drawer--secondary .Drawer__Footer {
    box-shadow: 0 -1px rgba(var(--border-color-rgb), .6)
}

.Drawer__Footer--padded {
    padding: 24px
}

@media screen and (min-width:641px) {
    .Drawer {
        width: 400px;
        transform: translateX(-100%)
    }

    .Drawer--small {
        width: 340px
    }

    .Drawer--fromRight {
        transform: translateX(100%)
    }

    .Drawer__Header {
        max-height: 80px;
        min-height: 60px
    }

    @supports(width:calc(max(100%))) {
        .Drawer__Content {
            height: max(calc(100% - var(--header-height)), calc(100% - 80px));
            max-height: max(calc(100% - var(--header-height)), calc(100% - 80px))
        }
    }

    .Drawer--fromLeft .Drawer__Container,
    .Drawer--fromRight .Drawer__Container {
        padding-left: 30px;
        padding-right: 30px
    }

    .Drawer__Close {
        left: 30px
    }

    .Drawer--fromRight .Drawer__Close {
        right: 30px;
        left: auto
    }

    .Drawer__Close svg {
        stroke-width: 1.5px
    }

    .Drawer__Footer--padded {
        padding: 24px 30px
    }
}

[data-drawer-animated-left],
[data-drawer-animated-right] {
    opacity: 0;
    transition: opacity .5s ease .25s, transform .5s ease .25s
}

.Drawer[aria-hidden=false] [data-drawer-animated-left],
.Drawer[aria-hidden=false] [data-drawer-animated-right] {
    opacity: 1;
    transform: translateX(0)
}

[data-drawer-animated-left] {
    transform: translateX(-65px)
}

[data-drawer-animated-right] {
    transform: translateX(65px)
}

[data-drawer-animated-bottom] {
    opacity: 0;
    transform: translateY(45px);
    transition: opacity .35s cubic-bezier(.25, .46, .45, .94), transform .35s cubic-bezier(.25, .46, .45, .94)
}

.Drawer[aria-hidden=false] [data-drawer-animated-bottom] {
    opacity: 1;
    transform: translateY(0);
    transition: opacity .25s cubic-bezier(.25, .46, .45, .94) .45s, transform .25s cubic-bezier(.25, .46, .45, .94) .45s
}

.Form {
    width: 100%
}

.Form__Item {
    position: relative;
    margin-bottom: 15px
}

.Form__Input,
.Form__Textarea,
.spr-form-input-email,
.spr-form-input-text,
.spr-form-input-textarea {
    -webkit-appearance: none;
    display: block;
    padding: 12px 14px;
    border-radius: 0;
    border: 1px solid #dedede;
    width: 100%;
    line-height: normal;
    resize: none;
    transition: border-color .1s ease-in-out;
    background: 0 0
}

.Form__Input:focus,
.Form__Textarea:focus,
.spr-form-input-email:focus,
.spr-form-input-text:focus,
.spr-form-input-textarea:focus {
    border-color: rgba(var(--text-color-rgb), .8);
    outline: 0
}

.Form__Input::-moz-placeholder,
.Form__Textarea::-moz-placeholder,
.spr-form-input-email::-moz-placeholder,
.spr-form-input-text::-moz-placeholder,
.spr-form-input-textarea::-moz-placeholder {
    color: var(--text-color-light)
}

.Form__Input:-ms-input-placeholder,
.Form__Textarea:-ms-input-placeholder,
.spr-form-input-email:-ms-input-placeholder,
.spr-form-input-text:-ms-input-placeholder,
.spr-form-input-textarea:-ms-input-placeholder {
    color: var(--text-color-light)
}

.Form__Input::placeholder,
.Form__Textarea::placeholder,
.spr-form-input-email::placeholder,
.spr-form-input-text::placeholder,
.spr-form-input-textarea::placeholder {
    color: var(--text-color-light)
}

.Form__FloatingLabel {
    position: absolute;
    bottom: calc(100% - 8px);
    left: 10px;
    padding: 0 5px;
    line-height: normal;
    color: var(--text-color-light);
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 12px));
    opacity: 0;
    background: rgba(var(--background-rgb), 0);
    pointer-events: none;
    transform: translateY(3px);
    transition: all .3s ease-in-out
}

.Form__Input:not(:-moz-placeholder-shown)~.Form__FloatingLabel,
.Form__Textarea:not(:-moz-placeholder-shown)~.Form__FloatingLabel {
    opacity: 1;
    background: var(--background);
    transform: translateY(0)
}

.Form__Input:not(:-ms-input-placeholder)~.Form__FloatingLabel,
.Form__Textarea:not(:-ms-input-placeholder)~.Form__FloatingLabel {
    opacity: 1;
    background: var(--background);
    transform: translateY(0)
}

.Form__Input:not(:placeholder-shown)~.Form__FloatingLabel,
.Form__Textarea:not(:placeholder-shown)~.Form__FloatingLabel {
    opacity: 1;
    background: var(--background);
    transform: translateY(0)
}

.Form__Checkbox {
    position: absolute;
    opacity: 0
}

.Form__Checkbox~label::before {
    display: inline-block;
    content: "";
    width: 1em;
    height: 1em;
    margin-right: 10px;
    border: 1px solid var(--border-color);
    vertical-align: -2px
}

.Form__Checkbox~svg {
    position: absolute;
    top: 5px;
    left: 1px;
    width: 12px;
    height: 12px;
    transform: scale(0);
    transition: transform .2s ease-in-out;
    will-change: transform
}

.Form__Checkbox:checked~label::before {
    border-color: var(--text-color)
}

.Form__Checkbox:checked~svg {
    transform: scale(1)
}

.Form__Alert,
.spr-form-message {
    margin-bottom: 20px
}

.Form__Submit {
    display: block;
    margin-top: 20px;
    padding: 12px 28px;
    font-size: 16px
}

.Form__Label,
.spr-form-label {
    display: block;
    padding-bottom: 8px;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 11px));
    text-transform: uppercase;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    letter-spacing: .2em;
    line-height: normal
}

.Form--small .Form__Input,
.Form--small .Form__Textarea {
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 13px));
    padding-top: 10px;
    padding-bottom: 10px
}

.Form--spacingTight .Form__Item {
    margin-bottom: 15px
}

.Form--spacingTight .Form__Alert {
    margin-bottom: 20px
}

@media screen and (min-width:641px) {

    .Form__Alert,
    .Form__Item {
        margin-bottom: 30px
    }

    .Form__Group {
        display: flex
    }

    .Form__Group>.Form__Item {
        flex: 1
    }

    .Form__Group>:nth-child(2) {
        margin-left: 30px
    }

    .Form--spacingTight .Form__Group>:nth-child(2) {
        margin-left: 15px
    }
}

.Form__Header {
    margin-bottom: 24px;
    text-align: center
}

.Form__Hint {
    margin: 24px 0 0 0
}

.Form__Hint:not(:last-child) {
    margin-bottom: 32px
}

.Form__Hint--center {
    text-align: center
}

.Form__ItemHelp {
    position: absolute;
    right: 12px;
    top: 50%;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 12px));
    color: var(--text-color-light);
    transform: translateY(-50%)
}

select::-ms-expand {
    display: none
}

.Select {
    position: relative;
    color: currentColor;
    line-height: 1;
    vertical-align: middle
}

.Select svg {
    position: absolute;
    line-height: normal;
    pointer-events: none;
    vertical-align: baseline;
    fill: currentColor
}

.Select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    color: inherit;
    cursor: pointer;
    border-radius: 0;
    line-height: normal
}

.Select select:focus::-ms-value {
    background: var(--background);
    color: var(--text-color)
}

.Select option {
    background: #fff;
    color: #000
}

.Select--primary::after {
    content: "";
    position: absolute;
    right: 1px;
    top: 1px;
    height: calc(100% - 2px);
    width: 55px;
    background: linear-gradient(to right, rgba(var(--background-rgb), 0), rgba(var(--background-rgb), .7) 20%, var(--background) 40%);
    pointer-events: none
}

.Select--primary select {
    width: 100%;
    height: 45px;
    padding-left: 14px;
    padding-right: 28px;
    border: 1px solid var(--border-color);
    background: var(--background)
}

.Select--primary select:active,
.Select--primary select:focus {
    border-color: var(--text-color);
    outline: 0
}

.Select--primary svg {
    top: calc(50% - 5px);
    right: 15px;
    width: 10px;
    height: 10px;
    z-index: 1
}

.Select--transparent select {
    padding-right: 15px;
    background: 0 0;
    border: 0;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    font-size: inherit;
    text-transform: uppercase
}

.features--heading-uppercase .Select--transparent select {
    letter-spacing: .2em
}

.Select--transparent svg {
    top: calc(50% - 3px);
    right: 0;
    height: 6px
}

.SelectButton {
    position: relative;
    color: currentColor;
    padding: 2px 18px 2px 0;
    background: 0 0;
    border: 0;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    text-transform: uppercase
}

.features--heading-uppercase .SelectButton {
    letter-spacing: .2em
}

.SelectButton svg {
    position: absolute;
    top: calc(50% - 3px);
    right: 0;
    height: 6px
}

.HorizontalList {
    list-style: none;
    margin: -6px -8px
}

.HorizontalList__Item {
    display: inline-block;
    margin: 6px 8px 6px 8px
}

.HorizontalList__Item>.Link {
    display: inline-block
}

.HorizontalList--spacingTight {
    margin-left: -8px;
    margin-right: -8px
}

.HorizontalList--spacingTight .HorizontalList__Item {
    margin-right: 8px;
    margin-left: 8px
}

.HorizontalList--spacingLoose {
    margin-left: -14px;
    margin-right: -14px
}

.HorizontalList--spacingLoose .HorizontalList__Item {
    margin-right: 14px;
    margin-left: 14px
}

.HorizontalList--spacingExtraLoose {
    margin-left: -17px;
    margin-right: -17px
}

.HorizontalList--spacingExtraLoose .HorizontalList__Item {
    margin-right: 17px;
    margin-left: 17px
}

.HorizontalList--spacingFill {
    display: flex;
    justify-content: space-around;
    justify-content: space-evenly
}

.HorizontalList--spacingFill .HorizontalList__Item {
    margin-left: 0;
    margin-right: 0
}

@media screen and (min-width:1140px) {
    .HorizontalList--spacingExtraLoose {
        margin-left: -21px;
        margin-right: -21px
    }

    .HorizontalList--spacingExtraLoose .HorizontalList__Item {
        margin-right: 21px;
        margin-left: 21px
    }
}

.Image--contrast {
    position: relative
}

.Image--contrast::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(to top, rgba(4, 4, 4, .65), rgba(54, 54, 54, .2))
}

.Image--contrast>* {
    z-index: 1
}

@-webkit-keyframes lazyLoader {

    0,
    100% {
        transform: translateX(-50%)
    }

    50% {
        transform: translateX(100%)
    }
}

@keyframes lazyLoader {

    0,
    100% {
        transform: translateX(-50%)
    }

    50% {
        transform: translateX(100%)
    }
}

.Image--fadeIn {
    opacity: 0;
    transition: opacity .3s ease
}

.Image--lazyLoaded.Image--fadeIn {
    opacity: 1
}

.features--show-image-zooming .Image--zoomOut {
    transform: scale(1.1);
    opacity: 0;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1), opacity .8s cubic-bezier(.215, .61, .355, 1)
}

.features--show-image-zooming .Image--lazyLoaded.Image--zoomOut {
    opacity: 1;
    transform: none
}

body:not(.features--show-image-zooming) .Image--zoomOut {
    opacity: 0;
    transition: opacity .3s ease
}

body:not(.features--show-image-zooming) .Image--lazyLoaded.Image--zoomOut {
    opacity: 1
}

.Image--slideLeft,
.Image--slideRight {
    transform: translateX(25px);
    opacity: 0;
    transition: transform .8s cubic-bezier(.215, .61, .355, 1), opacity .8s cubic-bezier(.215, .61, .355, 1)
}

.Image--slideLeft {
    transform: translateX(-25px)
}

.Image--lazyLoaded.Image--slideLeft,
.Image--lazyLoaded.Image--slideRight {
    opacity: 1;
    transform: translateX(0)
}

.Image__Loader {
    position: absolute;
    display: block;
    height: 2px;
    width: 50px;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    margin: auto;
    pointer-events: none;
    background-color: var(--border-color);
    z-index: -1;
    transition: all .2s ease-in-out;
    overflow: hidden
}

.Image__Loader::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 200%;
    background-color: var(--heading-color)
}

.Image--lazyLoading+.Image__Loader {
    opacity: 1;
    visibility: visible;
    z-index: 1
}

.Image--lazyLoading+.Image__Loader::after {
    -webkit-animation: lazyLoader 3s infinite;
    animation: lazyLoader 3s infinite;
    -webkit-animation-timing-function: cubic-bezier(0.43, 0.43, 0.25, 0.99);
    animation-timing-function: cubic-bezier(0.43, 0.43, 0.25, 0.99)
}

.AspectRatio {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.AspectRatio::before {
    content: "";
    display: block
}

.AspectRatio>img {
    max-height: 100%;
    max-width: 100%
}

.AspectRatio--withFallback>img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%
}

.no-js .AspectRatio>img {
    display: none !important
}

@supports(--css:variables) {
    .AspectRatio--withFallback {
        padding-bottom: 0 !important
    }

    .AspectRatio::before {
        padding-bottom: calc(100% /(var(--aspect-ratio)))
    }

    .AspectRatio>img,
    .no-js .AspectRatio>noscript img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }
}

.AspectRatio--square::before {
    padding-bottom: 100%
}

.AspectRatio--short::before {
    padding-bottom: 75%
}

.AspectRatio--tall::before {
    padding-bottom: 150%
}

.AspectRatio--short>img,
.AspectRatio--square>img,
.AspectRatio--tall>img {
    position: absolute;
    width: auto;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

@supports((-o-object-fit:contain) or(object-fit:contain)) {

    .AspectRatio--short>img,
    .AspectRatio--square>img,
    .AspectRatio--tall>img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .AspectRatio--short>img.colorswatch,
    .AspectRatio--square>img.colorswatch,
    .AspectRatio--tall>img.colorswatch {
        width: 100%;
        height: 100%;
        object-fit: none
    }
}

.Image--lazyLoad[data-sizes=auto] {
    width: 100%
}

.Linklist {
    list-style: none;
    padding: 0
}

.Linklist__Item {
    position: relative;
    display: block;
    margin-bottom: 12px;
    width: 100%;
    line-height: 1.5;
    text-align: left;
    transition: all .2s ease-in-out
}

.Linklist__Item:last-child {
    margin-bottom: 0 !important
}

.Linklist__Item::before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
    left: 0;
    border-radius: 100%;
    background: var(--text-color);
    opacity: 0;
    transition: opacity .1s ease-in-out
}

.Linklist__Item>.Link {
    display: block;
    width: 100%;
    text-align: inherit
}

.Linklist--spacingLoose .Linklist__Item {
    margin-bottom: 18px
}

.Linklist__Item.is-selected {
    padding-left: 18px
}

.Linklist__Item.is-selected::before {
    opacity: 1;
    transition-delay: .1s
}

.Linklist--bordered {
    margin-left: 8px;
    padding: 0 20px 0 25px;
    border-left: 1px solid var(--border-color)
}

.Linklist--bordered li:first-child .Linklist__Item {
    margin-top: 2px
}

.Linklist--bordered li:last-child .Linklist__Item {
    margin-bottom: 2px
}

.FeaturedMap {
    max-width: 1150px;
    margin: 0 auto
}

.FeaturedMap__MapContainer {
    position: relative;
    height: 240px;
    background-size: cover;
    background-position: center
}

.FeaturedMap__GMap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.FeaturedMap__Info {
    position: relative;
    margin: 0 auto;
    background: var(--light-background);
    text-align: left;
    z-index: 1;
    padding: 25px
}

.FeaturedMap__Store {
    display: block;
    margin-bottom: 1.2em;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style)
}

.FeaturedMap__Address {
    margin-bottom: 1.2em
}

.FeaturedMap__Location {
    margin-top: 2.7em
}

@media screen and (min-width:641px) {
    .FeaturedMap {
        display: flex;
        flex-direction: row-reverse;
        align-items: stretch;
        padding-top: 0;
        height: 550px
    }

    .FeaturedMap__MapContainer {
        flex: 1 0 auto;
        height: 100%
    }

    .FeaturedMap__Info {
        flex: none;
        min-width: 370px;
        width: 370px;
        padding: 50px 60px
    }
}

.plyr.plyr--full-ui.plyr--video {
    color: var(--text-color);
    background-color: transparent
}

.plyr.plyr--full-ui.plyr--video .plyr__video-wrapper {
    background-color: transparent
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video:fullscreen .plyr__video-wrapper .plyr.plyr--full-ui.plyr--video:fullscreen .plyr__poster {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__poster,
.plyr.plyr--full-ui.plyr--video:-webkit-full-screen .plyr__video-wrapper {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__poster,
.plyr.plyr--full-ui.plyr--video:-moz-full-screen .plyr__video-wrapper {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__poster,
.plyr.plyr--full-ui.plyr--video:-ms-fullscreen .plyr__video-wrapper {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__poster,
.plyr.plyr--full-ui.plyr--video .plyr--fullscreen-fallback .plyr__video-wrapper {
    background-color: #000
}

.plyr.plyr--full-ui.plyr--video .plyr__controls {
    background-color: var(--light-background);
    border-color: rgba(var(--text-color-rgb), .05)
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid {
    background-color: var(--light-background);
    border-color: rgba(var(--text-color-rgb), .05)
}

.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid.plyr__tab-focus,
.plyr.plyr--full-ui.plyr--video .plyr__control.plyr__control--overlaid:hover {
    color: rgba(var(--text-color-rgb), .55)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-thumb {
    box-shadow: 2px 0 0 0 var(--light-background)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-thumb {
    box-shadow: 2px 0 0 0 var(--light-background)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-thumb {
    box-shadow: 2px 0 0 0 var(--light-background)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, currentColor 0, rgba(var(--text-color-rgb), .6) 0);
    background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(var(--text-color-rgb), .6) var(--value, 0))
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-moz-range-track {
    background-color: rgba(var(--text-color-rgb), .6)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]::-ms-fill-upper {
    background-color: rgba(var(--text-color-rgb), .6)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px rgba(var(--text-color-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px rgba(var(--text-color-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px rgba(var(--text-color-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 0 0 3px rgba(var(--text-color-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-ms-thumb {
    box-shadow: 0 0 0 3px rgba(var(--text-color-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(var(--text-color-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip {
    background-color: var(--text-color);
    color: var(--light-background)
}

.plyr.plyr--full-ui.plyr--video .plyr__progress .plyr__tooltip::before {
    border-top-color: var(--text-color)
}

.plyr.plyr--full-ui.plyr--video.plyr--loading .plyr__progress__buffer {
    background-image: linear-gradient(-45deg, rgba(var(--text-color-rgb), .6) 25%, transparent 25%, transparent 50%, rgba(var(--text-color-rgb), .6) 50%, rgba(var(--text-color-rgb), .6) 75%, transparent 75%, transparent)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range] {
    color: var(--light-background)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-thumb {
    box-shadow: 2px 0 0 0 var(--text-color)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-thumb {
    box-shadow: 2px 0 0 0 var(--text-color)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-thumb {
    box-shadow: 2px 0 0 0 var(--text-color)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-webkit-slider-runnable-track {
    background-image: linear-gradient(to right, currentColor 0, rgba(var(--light-background-rgb), .6) 0);
    background-image: linear-gradient(to right, currentColor var(--value, 0), rgba(var(--light-background-rgb), .6) var(--value, 0))
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-moz-range-track,
.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]::-ms-fill-upper {
    background-color: rgba(var(--light-background-rgb), .6)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
    box-shadow: 0 0 0 4px rgba(var(--light-background-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-moz-range-track {
    box-shadow: 0 0 0 4px rgba(var(--light-background-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range].plyr__tab-focus::-ms-track {
    box-shadow: 0 0 0 4px rgba(var(--light-background-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-moz-range-thumb {
    box-shadow: 0 0 0 3px rgba(var(--light-background-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-ms-thumb {
    box-shadow: 0 0 0 3px rgba(var(--light-background-rgb), .25)
}

.plyr.plyr--full-ui.plyr--video .plyr__volume input[type=range]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 3px rgba(var(--light-background-rgb), .25)
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__controls-area {
    background: var(--light-background);
    border-color: rgba(var(--text-color-rgb), .05)
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button {
    color: var(--text-color)
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:hover {
    color: rgba(var(--text-color-rgb), .55)
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control.focus-visible:focus,
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:active {
    color: rgba(var(--text-color-rgb), .55);
    background: rgba(var(--text-color-rgb), .05)
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--control:not(:last-child):after {
    border-color: rgba(var(--text-color-rgb), .05)
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster {
    background: var(--light-background);
    border-color: rgba(var(--text-color-rgb), .05)
}

.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:focus,
.shopify-model-viewer-ui.shopify-model-viewer-ui .shopify-model-viewer-ui__button--poster:hover {
    color: rgba(var(--text-color-rgb), .55)
}

.VideoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.VideoWrapper embed,
.VideoWrapper iframe,
.VideoWrapper object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.VideoWrapper--native::after {
    display: none
}

.VideoWrapper--native .plyr,
.VideoWrapper--native video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.VideoWrapper--native .plyr__video-wrapper,
.VideoWrapper--native video {
    height: 100%
}

.ModelWrapper {
    position: relative;
    padding-bottom: 100%
}

.ModelWrapper .shopify-model-viewer-ui,
.ModelWrapper model-viewer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.Anchor {
    display: block;
    position: relative;
    top: -75px;
    visibility: hidden
}

@supports(--css:variables) {
    .Anchor {
        top: calc(-1 *(var(--header-height)))
    }
}

.LoadingBar {
    position: fixed;
    top: 0;
    left: 0;
    height: 2px;
    width: 0;
    opacity: 0;
    background: var(--heading-color);
    transition: width .25s ease-in-out;
    z-index: 50;
    pointer-events: none
}

.LoadingBar.is-visible {
    opacity: 1
}

@media screen and (min-width:641px) {
    .LoadingBar {
        height: 3px
    }
}

.PlaceholderSvg {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%
}

.PlaceholderSvg--dark {
    background: #696969;
    fill: #a1a1a1
}

.PlaceholderBackground {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    overflow: hidden;
    opacity: .7
}

.PlaceholderBackground__Svg {
    height: 100% !important;
    width: auto !important;
    min-width: 100%
}

.QuantitySelector {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--border-color);
    white-space: nowrap
}

.QuantitySelector svg {
    width: 10px;
    height: 10px;
    stroke-width: 1.5px;
    vertical-align: -1px
}

.QuantitySelector__Button {
    display: inline-block;
    padding: 2px 9px 3px 9px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.QuantitySelector__CurrentQuantity {
    display: inline-block;
    width: 20px;
    padding: 0;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 10px));
    text-align: center;
    letter-spacing: normal;
    background: 0 0;
    border: 0
}

.QuantitySelector--large .QuantitySelector__CurrentQuantity {
    width: 35px;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 14px))
}

.QuantitySelector--large .QuantitySelector__Button {
    padding: 10px 20px
}

.QuantitySelector--large svg {
    width: 11px;
    height: 11px
}

@media screen and (min-width:641px) {
    .QuantitySelector__Button {
        padding: 3px 12px 4px 12px
    }

    .QuantitySelector__CurrentQuantity {
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 12px))
    }
}

.Price {
    display: inline-block
}

.Price--highlight {
    color: var(--product-sale-price-color)
}

.Price--compareAt {
    position: relative;
    margin-left: 10px
}

.Price--compareAt::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -.4em;
    width: calc(100%+.8em);
    height: 1px;
    background: currentColor
}

.ColorSwatch {
    position: relative;
    display: inline-block;
    height: 30px;
    width: 30px;
    vertical-align: top;
    cursor: pointer;
    background-size: cover
}

.ColorSwatch::after {
    content: "";
    position: absolute;
    width: calc(100%+6px);
    height: calc(100%+6px);
    top: -3px;
    left: -3px;
    border-radius: 50%
}

.ColorSwatch:hover::after {
    border: 1px solid var(--border-color)
}

.ColorSwatch--small {
    width: 16px;
    height: 16px
}

.ColorSwatch--large {
    width: 36px;
    height: 36px
}

.ColorSwatch--white {
    outline: 1px solid var(--border-color);
    outline-offset: -1px
}

.ColorSwatch.is-active::after,
.ColorSwatch__Radio:checked+.ColorSwatch::after {
    border: 1px solid currentColor !important
}

.ColorSwatch__Radio {
    position: absolute;
    height: 0;
    width: 0;
    opacity: 0
}

.ColorSwatchList .HorizontalList__Item {
    position: relative
}

.Collapsible .ColorSwatchList {
    padding-top: 4px;
    padding-bottom: 10px
}

.Collapsible--autoExpand .ColorSwatchList {
    padding-top: 8px;
    padding-bottom: 12px
}

.SizeSwatch {
    display: inline-block;
    text-align: center;
    min-width: 36px;
    padding: 6px 10px;
    border: 1px solid var(--border-color);
    color: var(--text-color-light);
    cursor: pointer
}

.SizeSwatch__Radio {
    display: none
}

.SizeSwatch.is-active::after,
.SizeSwatch__Radio:checked+.SizeSwatch {
    border-color: var(--text-color);
    color: var(--text-color)
}

.Alert,
.spr-form-message {
    display: block;
    padding: 10px 20px;
    white-space: normal;
    font-size: 1rem;
    word-break: break-all;
    word-break: break-word;
    text-shadow: none
}

.Alert--large {
    padding: 18px 20px
}

.Alert--error,
.spr-form-message-error {
    background: #e4c4c4;
    color: #cb2b2b
}

.Alert--success,
.spr-form-message-success {
    background: #d2e4c4;
    color: #307a07
}

.Alert__ErrorList {
    list-style: none
}

@media screen and (min-width:641px) {
    .Alert--large {
        padding: 18px 30px
    }
}

.Segment+.Segment {
    margin-top: 50px
}

.Segment__Title {
    margin-bottom: 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--border-color);
    color: var(--text-color-light)
}

.Segment__Title--flexed {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.Segment__ActionList {
    margin-top: 16px
}

.Segment__ActionItem {
    line-height: 1.4
}

.Segment__ActionItem+.Segment__ActionItem {
    margin-left: 20px
}

.Segment__ButtonWrapper {
    margin-top: 32px
}

@media screen and (min-width:641px) {
    .Segment__Title {
        margin-bottom: 34px
    }

    .Segment__ActionList {
        margin-top: 24px
    }
}

@media screen and (min-width:1140px) {
    .Segment+.Segment {
        margin-top: 65px
    }
}

.EmptyState {
    margin: 140px 0;
    text-align: center
}

.EmptyState__Action {
    display: inline-block;
    margin-top: 20px
}

@media screen and (min-width:1140px) {
    .EmptyState {
        margin: 180px 0
    }
}

@-webkit-keyframes bouncingSpinnerAnimation {

    0,
    100%,
    80% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

@keyframes bouncingSpinnerAnimation {

    0,
    100%,
    80% {
        transform: scale(0)
    }

    40% {
        transform: scale(1)
    }
}

.BouncingSpinner {
    display: block;
    text-align: center
}

.BouncingSpinner>span {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: currentColor;
    border-radius: 100%;
    -webkit-animation: bouncingSpinnerAnimation 1.4s infinite ease-in-out both;
    animation: bouncingSpinnerAnimation 1.4s infinite ease-in-out both
}

.BouncingSpinner>span:first-child {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.BouncingSpinner>span:nth-child(2) {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.Video__PlayButton {
    display: inline-block;
    transition: transform .2s ease-in-out;
    height: 80px;
    width: 80px;
    cursor: pointer;
    -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .2))
}

@media(-moz-touch-enabled:0), (hover:hover) {
    .Video__PlayButton:hover {
        transform: scale(1.1)
    }
}

.Video__PlayButton svg {
    width: 80px;
    height: 80px;
    pointer-events: none
}

.AnnouncementBar {
    position: relative;
    text-align: center;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 10px));
    z-index: 1
}

.AnnouncementBar__Wrapper {
    display: block;
    padding: 12px 15px
}

.AnnouncementBar__Content {
    color: inherit;
    margin: 0
}

@media screen and (min-width:641px) {
    .AnnouncementBar {
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 11px))
    }
}

.ShareButtons {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%
}

.ShareButtons__Item {
    display: table-cell;
    width: 60px;
    height: 45px;
    min-height: 45px;
    color: var(--text-color-light);
    text-align: center;
    vertical-align: middle;
    background: var(--background);
    border: 1px solid var(--border-color);
    outline: 1px solid transparent;
    outline-offset: -1px;
    transition: all .2s ease-in-out
}

.ShareButtons__Item svg {
    height: 18px;
    width: 18px;
    vertical-align: text-bottom
}

.ShareButtons__Item--facebook:hover,
.no-supports-hover .ShareButtons__Item--facebook {
    background: #4469af;
    color: #fff;
    border-color: #4469af;
    outline: 1.5px solid #4469af
}

.ShareButtons__Item--pinterest:hover,
.no-supports-hover .ShareButtons__Item--pinterest {
    background: #c8232c;
    color: #fff;
    border-color: #c8232c;
    outline: 1.5px solid #c8232c
}

.ShareButtons__Item--twitter:hover,
.no-supports-hover .ShareButtons__Item--twitter {
    background: #00aced;
    color: #fff;
    border-color: #00aced;
    outline: 1.5px solid #00aced
}

@media screen and (min-width:641px) {
    .ShareButtons {
        width: auto
    }
}

.FeaturedQuote {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 120px 40px;
    background: var(--secondary-elements-background);
    color: var(--secondary-elements-text-color);
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 18px))
}

.FeaturedQuote__Author {
    margin-top: 14px;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 14px));
    opacity: .5
}

@media screen and (min-width:1008px) {
    .FeaturedQuote {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

.shopify-challenge__container {
    margin-top: 80px;
    margin-bottom: 80px;
    text-align: center
}

.shopify-challenge__container .shopify-challenge__button {
    position: relative;
    display: inline-block;
    padding: 14px 28px;
    line-height: normal;
    border: 1px solid transparent;
    border-radius: 0;
    text-transform: uppercase;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 12px));
    text-align: center;
    letter-spacing: .2em;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    background: var(--button-background);
    color: var(--button-text-color)
}

.ImageHero--newsletter .SectionHeader.SectionHeader {
    margin-bottom: 30px
}

.Newsletter .Form__Input::-moz-placeholder {
    color: inherit
}

.Newsletter .Form__Input:-ms-input-placeholder {
    color: inherit
}

.Newsletter .Form__Input::placeholder {
    color: inherit
}

.Newsletter .Form__Input:focus {
    border-color: currentColor
}

.Newsletter .Form__Submit {
    width: 100%
}

@media screen and (max-width:640px) {
    .ImageHero--newsletter {
        min-height: 450px !important
    }

    .ImageHero--newsletter .ImageHero__ContentOverlay {
        padding-left: 25px;
        padding-right: 25px
    }
}

@media screen and (min-width:641px) {
    .Newsletter__Inner {
        display: flex
    }

    .Newsletter .Form__Input {
        min-width: 395px;
        width: 395px
    }

    .Newsletter .Form__Submit {
        margin: 0 0 0 20px
    }
}

@media(-moz-touch-enabled:0), (hover:hover) {
    [data-tooltip] {
        position: relative
    }

    [data-tooltip]::before {
        position: absolute;
        content: attr(data-tooltip);
        bottom: 70%;
        left: 70%;
        padding: 4px 11px 3px 11px;
        white-space: nowrap;
        border: 1px solid var(--border-color);
        background: var(--light-background);
        color: var(--text-color-light);
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 13px));
        pointer-events: none;
        visibility: hidden;
        opacity: 0;
        transition: visibility .2s ease-in-out, opacity .2s ease-in-out;
        z-index: 1
    }

    [data-tooltip]:hover::before {
        opacity: 1;
        visibility: visible
    }
}

.Modal {
    position: fixed;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    top: 50%;
    left: 50%;
    width: 480px;
    max-width: calc(100vw - 40px);
    max-height: calc(100vh - 40px);
    padding: 15px 20px 20px 20px;
    z-index: 20;
    opacity: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: var(--background);
    transform: translate(-50%, -50%);
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

@supports(--css:variables) {
    .Modal {
        max-height: calc(var(--window-height) - 40px)
    }
}

.Modal[aria-hidden=false] {
    visibility: visible;
    opacity: 1
}

.Modal--dark {
    background: var(--secondary-elements-background);
    color: var(--secondary-elements-text-color)
}

.Modal--dark .Rte h1,
.Modal--dark .Rte h2,
.Modal--dark .Rte h3,
.Modal--dark .Rte h4,
.Modal--dark .Rte h5,
.Modal--dark .Rte h6 {
    color: var(--secondary-elements-text-color)
}

.Modal--fullScreen {
    max-width: none;
    max-height: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: none
}

.Modal--pageContent {
    padding: 60px 0 50px 0
}

.Modal--videoContent {
    justify-content: center;
    background: #000;
    color: #fff
}

.Modal .Heading:not(.Link) {
    color: inherit
}

.Modal__Header {
    margin-bottom: 30px;
    text-align: center
}

.Modal__Close {
    display: block;
    margin: 25px auto 0 auto;
    flex-shrink: 0
}

.Modal__Close--outside {
    position: absolute;
    margin-top: 0;
    top: 20px;
    right: 20px;
    line-height: 0;
    opacity: .5;
    transition: opacity .2s ease-in-out
}

.Modal__Close--outside:hover {
    opacity: 1
}

.Modal__Close--outside svg {
    height: 16px;
    width: 16px;
    stroke-width: 1.25px
}

.Modal--fullScreen .Modal__Close--outside {
    right: 40px;
    top: 40px
}

.Modal__Content iframe {
    display: none
}

.Modal[aria-hidden=false] .Modal__Content iframe {
    display: block
}

.Modal__Content td,
.Modal__Content th {
    border-color: var(--secondary-elements-border-color) !important
}

.Modal__Content tbody th,
.Modal__Content thead th:empty {
    background: var(--secondary-elements-background) !important
}

@media screen and (min-width:641px) {
    .Modal:not(.Modal--pageContent) {
        padding: 35px 40px 40px 40px
    }
}

@media screen and (min-width:1008px) {
    .Modal {
        flex-direction: column
    }

    .Modal--pageContent {
        padding: 100px 0 80px 0
    }

    .Modal--pageContent .Modal__Content {
        flex: 1 0 0
    }

    .Modal__Close:not(.Modal__Close--outside) {
        margin-top: 40px;
        flex-shrink: 0
    }
}

.PageSkipLink:focus {
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
    color: var(--text-color);
    background-color: var(--background);
    padding: 10px;
    z-index: 10000;
    transition: none
}

.PageOverlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    background: #363636;
    transition: opacity .3s ease-in-out, visibility .3s ease-in-out
}

.PageOverlay.is-visible {
    opacity: .5;
    visibility: visible
}

.PageHeader {
    position: relative;
    margin: 35px 0
}

.PageHeader--withBackground {
    display: flex;
    margin: 0;
    width: 100%;
    min-height: 450px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-size: cover;
    color: #fff;
    overflow: hidden
}

.PageHeader--withBackground .Heading,
.PageHeader--withBackground .Rte a:not(.Button) {
    color: #fff;
    -webkit-text-decoration-color: #fff;
    text-decoration-color: #fff
}

.PageHeader__ImageWrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center
}

@supports(--css:variables) {
    .PageHeader__ImageWrapper {
        top: calc(-1 * 0 - 0 * 0);
        top: calc(-1 * var(--announcement-bar-height, 0) - var(--header-height, 0) * var(--use-unsticky-header, 0));
        height: calc(100%+0+0 * 0);
        height: calc(100%+var(--announcement-bar-height, 0)+var(--header-height, 0) * var(--use-unsticky-header, 0))
    }
}

.PageHeader .SectionHeader__Description,
.PageHeader .SectionHeader__Heading {
    margin-top: 0 !important
}

.PageHeader .Alert {
    margin-top: 22px
}

.PageHeader__Back {
    display: inline-block;
    margin-bottom: 25px
}

.PageHeader__Back svg {
    height: 9px;
    margin-right: 12px;
    vertical-align: baseline;
    vertical-align: initial
}

.PageHeader--withBackground .SectionHeader.SectionHeader {
    position: relative;
    padding: 60px 0 80px 0
}

@supports(--css:variables) {
    .PageHeader--withBackground .SectionHeader.SectionHeader {
        margin-top: calc(var(--header-height) * 0);
        margin-top: calc(var(--header-height) * var(--header-is-transparent, 0))
    }
}

@media screen and (max-width:640px) {
    .PageHeader .SectionHeader__Heading {
        margin-bottom: 10px
    }
}

@media screen and (min-width:641px) {
    .PageHeader {
        margin: 50px 0
    }

    .PageHeader--withBackground {
        min-height: 450px;
        margin-top: 0;
        margin-bottom: 0
    }

    @supports(--css:variables) {
        .PageHeader--withBackground {
            min-height: calc(380px+var(--header-height) * 0);
            min-height: calc(380px+var(--header-height) * var(--header-is-transparent, 0))
        }
    }

    .PageHeader--small.PageHeader--withBackground {
        min-height: 420px
    }

    @supports(--css:variables) {
        .PageHeader--small.PageHeader--withBackground {
            min-height: calc(350px+var(--header-height) * 0);
            min-height: calc(350px+var(--header-height) * var(--header-is-transparent, 0))
        }
    }

    .PageHeader--large.PageHeader--withBackground {
        min-height: 480px
    }

    @supports(--css:variables) {
        .PageHeader--large.PageHeader--withBackground {
            min-height: calc(410px+var(--header-height) * 0);
            min-height: calc(410px+var(--header-height) * var(--header-is-transparent, 0))
        }
    }

    .PageHeader--withBackground .SectionHeader.SectionHeader {
        margin-top: 50px;
        padding: 40px 0
    }

    @supports(--css:variables) {
        .PageHeader--withBackground .SectionHeader.SectionHeader {
            margin-top: calc(var(--header-height) * 0);
            margin-top: calc(var(--header-height) * var(--header-is-transparent, 0))
        }
    }
}

@media screen and (min-width:1140px) {
    .PageHeader--withBackground {
        min-height: 550px
    }

    @supports(--css:variables) {
        .PageHeader--withBackground {
            min-height: calc(450px+var(--header-height) * 0);
            min-height: calc(450px+var(--header-height) * var(--header-is-transparent, 0))
        }
    }

    .PageHeader--small.PageHeader--withBackground {
        min-height: 500px
    }

    @supports(--css:variables) {
        .PageHeader--small.PageHeader--withBackground {
            min-height: calc(400px+var(--header-height) * 0);
            min-height: calc(400px+var(--header-height) * var(--header-is-transparent, 0))
        }
    }

    .PageHeader--large.PageHeader--withBackground {
        min-height: 620px
    }

    @supports(--css:variables) {
        .PageHeader--large.PageHeader--withBackground {
            min-height: calc(520px+var(--header-height) * 0);
            min-height: calc(520px+var(--header-height) * var(--header-is-transparent, 0))
        }
    }
}

@media screen and (min-width:1800px) {
    .PageHeader--withBackground {
        min-height: 650px
    }

    @supports(--css:variables) {
        .PageHeader--withBackground {
            min-height: calc(600px+var(--header-height) * 0);
            min-height: calc(600px+var(--header-height) * var(--header-is-transparent, 0))
        }
    }

    .PageHeader--small.PageHeader--withBackground {
        min-height: 600px
    }

    @supports(--css:variables) {
        .PageHeader--small.PageHeader--withBackground {
            min-height: calc(550px+var(--header-height) * 0);
            min-height: calc(550px+var(--header-height) * var(--header-is-transparent, 0))
        }
    }

    .PageHeader--large.PageHeader--withBackground {
        min-height: 700px
    }

    @supports(--css:variables) {
        .PageHeader--large.PageHeader--withBackground {
            min-height: calc(650px+var(--header-height) * 0);
            min-height: calc(650px+var(--header-height) * var(--header-is-transparent, 0))
        }
    }
}

.PageLayout__Section:first-child {
    margin-bottom: 60px
}

.PageLayout__Section--sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 75px;
    align-self: flex-start
}

@supports(--css:variables) {
    .PageLayout__Section--sticky {
        top: calc(var(--header-height)+20px)
    }
}

@media screen and (min-width:641px) {
    .PageLayout {
        display: flex;
        flex-wrap: nowrap
    }

    .PageLayout__Section {
        flex: 1 0 0
    }

    .PageLayout__Section:first-child {
        margin-bottom: 0
    }

    .PageLayout__Section--secondary {
        flex: 1 1 200px;
        max-width: 200px
    }

    .PageLayout__Section+.PageLayout__Section {
        margin-left: 50px
    }
}

@media screen and (min-width:641px) and (max-width:1007px) {
    .PageLayout--breakLap {
        display: block
    }

    .PageLayout--breakLap .PageLayout__Section:first-child {
        margin-bottom: 60px
    }

    .PageLayout--breakLap .PageLayout__Section+.PageLayout__Section {
        margin-left: 0;
        width: 100%
    }
}

@media screen and (min-width:1008px) {
    .PageLayout__Section--secondary {
        flex-basis: 235px;
        max-width: 235px
    }
}

@media screen and (min-width:1140px) {
    .PageLayout__Section+.PageLayout__Section {
        margin-left: 80px
    }

    .PageLayout__Section--secondary {
        flex-basis: 290px;
        max-width: 290px
    }
}

.PageContent {
    max-width: 1000px;
    margin: 35px auto
}

.PageContent--fitScreen {
    display: flex;
    min-height: calc(100vh - 120px);
    align-items: center
}

@supports(--css:variables) {
    .PageContent--fitScreen {
        min-height: calc(var(--window-height) - var(--header-height) - 0 - 120px);
        min-height: calc(var(--window-height) - var(--header-height) - var(--announcement-bar-height, 0) - 120px)
    }
}

.PageContent--narrow {
    max-width: 680px
}

.PageContent--extraNarrow {
    max-width: 400px
}

.PageHeader+.PageContent {
    margin-top: 0
}

@media screen and (min-width:641px) {
    .PageContent {
        margin-bottom: 80px;
        margin-top: 80px
    }

    .PageContent--fitScreen {
        min-height: calc(100vh - 160px)
    }

    @supports(--css:variables) {
        .PageContent--fitScreen {
            min-height: calc(var(--window-height) - var(--header-height) - 0 - 160px);
            min-height: calc(var(--window-height) - var(--header-height) - var(--announcement-bar-height, 0) - 160px)
        }
    }
}

.Pagination {
    margin: 60px 0;
    text-align: center;
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 12px));
    line-height: 1
}

.Pagination__Nav {
    display: inline-block;
    list-style: none
}

.Pagination__NavItem {
    display: inline-block;
    padding: 16px 20px;
    border-bottom: 1px solid var(--border-color)
}

.Pagination__NavItem svg {
    width: 6px;
    height: 10px;
    vertical-align: -1px
}

.Pagination__NavItem.is-active {
    color: var(--text-color);
    border-bottom-color: var(--text-color);
    box-shadow: 0 -2px var(--text-color) inset
}

@media screen and (min-width:641px) {
    .Pagination {
        margin: 80px 0
    }

    .Pagination__NavItem {
        padding-left: 28px;
        padding-right: 28px
    }
}

@media screen and (min-width:1140px) {
    .Pagination {
        margin: 120px 0
    }
}

.Panel {
    position: relative;
    border: 1px solid var(--border-color);
    padding: 60px 24px
}

.Panel--withArrows {
    margin: 0 15px
}

.Panel--flush {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.Panel__Title {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    padding: 0 14px 0 18px;
    transform: translate(-50%, -50%);
    background: var(--background);
    white-space: nowrap
}

.Panel .flickity-prev-next-button {
    top: calc(50% -(45px / 2))
}

.Panel .flickity-prev-next-button.next {
    right: calc(-45px / 2)
}

.Panel .flickity-prev-next-button.previous {
    left: calc(-45px / 2)
}

@media screen and (min-width:641px) {
    .Panel {
        padding-left: 50px;
        padding-right: 50px
    }

    .Panel--withArrows {
        margin-left: 0;
        margin-right: 0
    }
}

.Popover {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: var(--light-background);
    z-index: 10;
    box-shadow: 0 -2px 10px rgba(54, 54, 54, .2);
    touch-action: manipulation;
    transform: translateY(100%);
    visibility: hidden;
    transition: all .4s cubic-bezier(.645, .045, .355, 1)
}

.Popover--secondary {
    background: var(--background)
}

.Popover[aria-hidden=false] {
    transform: translateY(0);
    visibility: visible
}

.Popover__Header {
    position: relative;
    padding: 13px 20px;
    border-bottom: 1px solid rgba(var(--border-color-rgb), .4);
    text-align: center
}

.Popover__Close {
    position: absolute;
    left: 20px;
    top: calc(50% - 7px);
    line-height: 0
}

.Popover__Close svg {
    stroke-width: 1.1px
}

.Popover__ValueList {
    list-style: none;
    max-height: 385px;
    padding: 18px 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.Popover__Value {
    display: block;
    padding: 12px 20px;
    width: 100%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--text-color-light);
    text-align: center;
    transition: color .2s ease-in-out
}

.Popover__Value:focus {
    background: var(--background);
    outline: 0
}

.Popover__Value.is-selected {
    color: var(--text-color)
}

.Popover__FooterHelp {
    width: 100%;
    padding: 18px 20px;
    text-align: center;
    border-top: 1px solid rgba(var(--border-color-rgb), .4)
}

@media screen and (min-width:1008px) {
    .Popover {
        transform: none;
        width: auto;
        bottom: auto;
        left: auto;
        opacity: 0;
        transition: opacity .2s ease-in-out, visibility .2s ease-in-out
    }

    .Popover::before {
        content: "";
        position: absolute;
        right: 40px;
        width: 10px;
        height: 10px;
        border-style: solid
    }

    .Popover--noWrap {
        white-space: nowrap
    }

    .Popover--withMinWidth {
        min-width: 375px
    }

    .Popover--positionBottom::before {
        bottom: 100%;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent var(--light-background) transparent;
        -webkit-filter: drop-shadow(0 -2px 2px rgba(54, 54, 54, 0.2));
        filter: drop-shadow(0 -2px 2px rgba(54, 54, 54, .2))
    }

    .Popover--positionTop::before {
        top: 100%;
        border-width: 10px 10px 0 10px;
        border-color: var(--light-background) transparent transparent transparent;
        -webkit-filter: drop-shadow(0 2px 2px rgba(54, 54, 54, 0.2));
        filter: drop-shadow(0 2px 2px rgba(54, 54, 54, .2))
    }

    .Popover--positionLeft::before {
        left: 100%;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent var(--light-background);
        -webkit-filter: drop-shadow(2px 0 2px rgba(54, 54, 54, 0.2));
        filter: drop-shadow(2px 0 2px rgba(54, 54, 54, .2))
    }

    .Popover--positionBottom.Popover--alignCenter::before,
    .Popover--positionTop.Popover--alignCenter::before {
        left: calc(50% - 10px)
    }

    .Popover--positionLeft.Popover--alignCenter::before {
        top: calc(50% - 10px)
    }

    .Popover--positionLeft.Popover--alignBottom::before {
        top: 15px
    }

    .Popover--positionLeft.Popover--alignTop::before {
        bottom: 10px
    }

    .Popover[aria-hidden=false] {
        opacity: 1;
        transform: none
    }

    .Popover__Header {
        display: none
    }

    .Popover__Value {
        padding-left: 50px;
        padding-right: 50px;
        text-align: right
    }

    .Popover--withMinWidth .Popover__Value,
    .Popover__ValueList--center .Popover__Value {
        text-align: center
    }

    .Popover--small.Popover--positionTop::before {
        border-width: 8px 8px 0 8px
    }

    .Popover--small.Popover--positionBottom::before {
        border-width: 0 8px 8px 8px
    }

    .Popover--small .Popover__Value {
        padding: 5px 32px
    }

    .features--heading-small .Popover--small .Popover__Value {
        font-size: 10px
    }

    .features--heading-normal .Popover--small .Popover__Value {
        font-size: 12px
    }

    .features--heading-large .Popover--small .Popover__Value {
        font-size: 13px
    }
}

.Rte {
    word-break: break-word
}

.Rte::after {
    content: "";
    display: block;
    clear: both
}

.Rte iframe {
    max-width: 100%
}

.Rte img {
    display: block;
    margin: 0 auto
}

.Rte a:not(.Button) {
    color: var(--link-color);
    text-decoration: underline;
    -webkit-text-decoration-color: rgba(var(--link-color-rgb), 0.6);
    text-decoration-color: rgba(var(--link-color-rgb), 0.6);
    text-underline-position: under;
    transition: color .2s ease-in-out, -webkit-text-decoration-color .2s ease-in-out;
    transition: color .2s ease-in-out, text-decoration-color .2s ease-in-out;
    transition: color .2s ease-in-out, text-decoration-color .2s ease-in-out, -webkit-text-decoration-color .2s ease-in-out
}

.Rte a:not(.Button):hover {
    color: var(--text-color);
    -webkit-text-decoration-color: rgba(var(--text-color-rgb), 0.6);
    text-decoration-color: rgba(var(--text-color-rgb), 0.6)
}

.Rte ol:not(:last-child),
.Rte p:not(:last-child),
.Rte ul:not(:last-child) {
    margin-bottom: 1.6em
}

.Rte .Form,
.Rte .VideoWrapper,
.Rte blockquote,
.Rte img {
    margin-top: 2.4em;
    margin-bottom: 2.4em
}

.Rte ol,
.Rte ul {
    margin-left: 30px;
    padding-left: 0;
    list-style-position: outside
}

.Rte li {
    padding: 5px 0
}

.Rte h1,
.Rte h2,
.Rte h3,
.Rte h4,
.Rte h5,
.Rte h6 {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    color: var(--heading-color);
    transition: color .2s ease-in-out
}

.features--heading-uppercase .Rte h1,
.features--heading-uppercase .Rte h2,
.features--heading-uppercase .Rte h3,
.features--heading-uppercase .Rte h4,
.features--heading-uppercase .Rte h5,
.features--heading-uppercase .Rte h6 {
    letter-spacing: .2em;
    text-transform: uppercase
}

.Rte h1 {
    margin: 2.2em 0 .8em
}

.Rte h2 {
    margin: 2.2em 0 .9em
}

.Rte h3 {
    margin: 2.2em 0 1.2em
}

.Rte h4 {
    margin: 2.2em 0 1.4em
}

.Rte h5 {
    margin: 2.2em 0 1.6em
}

.Rte h6 {
    margin: 2.2em 0 1.8em
}

.Rte blockquote {
    margin-left: 0;
    padding: 6px 0 6px 40px;
    font-size: 1.15em;
    line-height: 1.75;
    border-left: 3px solid rgba(var(--border-color-rgb), .6)
}

.Rte blockquote:last-child,
.Rte h1:last-child,
.Rte h2:last-child,
.Rte h3:last-child,
.Rte h4:last-child,
.Rte h5:last-child,
.Rte h6:last-child,
.Rte ol:last-child,
.Rte p:last-child,
.Rte ul:last-child {
    margin-bottom: 0
}

.shopify-policy__container {
    margin-top: 50px;
    margin-bottom: 50px;
    max-width: 680px
}

@media screen and (min-width:1008px) {

    .Rte .Form,
    .Rte .VideoWrapper,
    .Rte img {
        margin-top: 3em;
        margin-bottom: 3em
    }

    .Rte blockquote {
        margin-left: 40px
    }
}

.shopify-section--hidden {
    display: none
}

.shopify-section--bordered+.shopify-section--bordered {
    border-top: 1px solid var(--border-color)
}

.Section--spacingNormal {
    margin: 50px 0
}

.Section--spacingExtraLarge,
.Section--spacingLarge {
    margin: 90px 0
}

.shopify-section--bordered>.Section--spacingNormal {
    padding: 50px 0;
    margin-top: 0;
    margin-bottom: 0
}

.shopify-section--bordered>.Section--spacingExtraLarge,
.shopify-section--bordered>.Section--spacingLarge {
    padding: 90px 0;
    margin-top: 0;
    margin-bottom: 0
}

.SectionHeader:not(:only-child) {
    margin-bottom: 40px
}

.SectionHeader--center {
    text-align: center
}

.SectionHeader__Heading.SectionHeader__Heading,
.SectionHeader__SubHeading.SectionHeader__SubHeading {
    margin-top: -.325em
}

.SectionHeader__Description,
.SectionHeader__SubHeading+.SectionHeader__Heading,
.SectionHeader__SubHeading+.SectionHeader__TabList {
    margin-top: 16px
}

.SectionHeader__Description {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px
}

.SectionHeader__Description a {
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
    text-decoration-color: currentColor;
    text-underline-position: under
}

.SectionHeader--center .SectionHeader__Description {
    margin-left: auto;
    margin-right: auto
}

.SectionHeader__ButtonWrapper {
    margin-top: 20px
}

.SectionHeader__IconHolder {
    margin-top: 30px
}

.SectionFooter {
    margin-top: 50px;
    text-align: center
}

@media screen and (min-width:641px) {
    .SectionHeader__Heading--emphasize {
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 22px)) !important
    }
}

@media screen and (min-width:1008px) {
    .Section--spacingNormal {
        margin: 80px 0
    }

    .Section--spacingLarge {
        margin: 120px 0
    }

    .Section--spacingExtraLarge {
        margin: 145px 0
    }

    .shopify-section--bordered>.Section--spacingNormal {
        padding: 95px 0 25px 0
    }

    .shopify-section--bordered>.Section--spacingLarge {
        padding: 120px 0
    }

    .shopify-section--bordered>.Section--spacingExtraLarge {
        padding: 145px 0
    }

    .SectionHeader:not(:only-child) {
        margin-bottom: 70px
    }

    .SectionHeader__Description {
        margin-top: 24px
    }

    .SectionHeader__ButtonWrapper {
        margin-top: 30px
    }

    .SectionFooter {
        margin-top: 80px
    }
}

.TableWrapper {
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.Rte table,
.Table {
    width: 100%;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 12px));
    border-collapse: separate;
    white-space: nowrap
}

.TableWrapper table td {
    white-space: nowrap;
    min-width: 50px
}

.Rte table td,
.Rte table th,
.Table td,
.Table th {
    padding: 18px 10px;
    border-bottom: 1px solid var(--border-color);
    text-align: left
}

.Rte table td:first-child,
.Rte table tfoot td:empty+td,
.Rte table th:first-child,
.Table td:first-child,
.Table tfoot td:empty+td,
.Table th:first-child {
    padding-left: 0
}

.Rte table td:last-child,
.Rte table th:last-child,
.Table td:last-child,
.Table th:last-child {
    padding-right: 0
}

.Rte table th,
.Table th {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    text-transform: uppercase;
    letter-spacing: .2em
}

.Rte table tbody th:first-child,
.Rte table thead th:first-child:empty,
.Table tbody th:first-child,
.Table thead th:first-child:empty {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    min-width: 40px;
    max-width: 100px;
    z-index: 1;
    background: var(--background);
    white-space: normal
}

.Rte table tbody th:first-child,
.Table tbody th:first-child {
    border-right: 1px solid var(--border-color)
}

.Rte table tfoot td:empty,
.Table tfoot td:empty {
    border-bottom: 0
}

.Table--large td {
    padding-top: 25px;
    padding-bottom: 25px
}

.Table--noBorder tbody tr:not(:last-child) td {
    border-bottom: 0
}

@media screen and (max-width:640px) {
    .TableWrapper>.Table {
        padding-right: 24px;
        padding-left: 24px
    }
}

@media screen and (min-width:1140px) {

    .Rte table,
    .Table {
        white-space: normal
    }

    .Table--large td {
        padding-top: 35px;
        padding-bottom: 35px
    }
}

.TabList {
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

.TabList__Item {
    position: relative
}

.TabList__Item::after {
    position: relative;
    display: block;
    content: "";
    bottom: 1px;
    left: 0;
    height: 1px;
    width: 0;
    background: var(--heading-color);
    transition: width .25s ease-in-out
}

.TabList__Item+.TabList__Item {
    margin-left: 28px
}

.TabList__Item.is-active::after {
    width: 100%
}

.features--heading-uppercase .TabList__Item.is-active::after {
    width: calc(100% - .2em)
}

.TabPanel {
    display: none
}

.TabPanel[aria-hidden=false] {
    display: block
}

@media screen and (min-width:641px) {
    .TabList__Item+.TabList__Item {
        margin-left: 45px
    }
}

.template-customers .OrderAddresses .Grid__Cell+.Grid__Cell {
    margin-top: 50px
}

@media screen and (min-width:641px) and (max-width:1007px) {
    .template-customers .OrderAddresses .Grid__Cell+.Grid__Cell {
        margin-top: 0
    }
}

@media screen and (min-width:1140px) {
    .template-customers .OrderAddresses .Grid__Cell+.Grid__Cell {
        margin-top: 65px
    }
}

.AddressList {
    margin-bottom: -40px
}

.AddressList .Grid__Cell {
    margin-bottom: 40px
}

.AccountAddress span {
    display: inline-block;
    margin-bottom: 12px
}

@media screen and (max-width:640px) {
    .Modal--address {
        height: 100%;
        width: 100%;
        max-width: none;
        max-height: none
    }

    .Modal--address .Modal__Header {
        margin-top: 35px
    }
}

@media screen and (min-width:641px) and (max-width:1007px) {
    .OrderAddresses {
        width: 100%;
        max-width: none
    }
}

@media screen and (min-width:641px) {
    .AddressList {
        margin-bottom: -60px
    }

    .AddressList .Grid__Cell {
        margin-bottom: 60px
    }
}

.AccountTable th {
    padding-top: 0;
    padding-bottom: 10px;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 11px))
}

.AccountTable tfoot {
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 14px))
}

.AccountTable tfoot span+span {
    padding-left: 18px
}

.AccountTable .CartItem__PriceList {
    margin-bottom: 0
}

@media screen and (max-width:640px) {
    .AccountTable .CartItem__ImageWrapper {
        width: 70px;
        min-width: 70px
    }
}

.Article__ImageWrapper {
    overflow: hidden;
    height: 215px
}

.Article__Image {
    position: relative;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center
}

@supports(--css:variables) {
    .Article__Image {
        height: calc(100%+0);
        height: calc(100%+var(--announcement-bar-height, 0));
        top: calc(-1 * 0);
        top: calc(-1 * var(--announcement-bar-height, 0))
    }
}

.Article__Wrapper {
    position: relative;
    max-width: 620px;
    margin: 0 auto 90px auto;
    padding: 24px 24px 0 24px;
    background: var(--background)
}

.Article__Header {
    margin-bottom: 35px
}

.Article__Meta {
    margin-bottom: 18px
}

.Article__MetaItem+.Article__MetaItem::before {
    position: relative;
    display: inline-block;
    content: "";
    height: 4px;
    width: 4px;
    border-radius: 100%;
    margin: 0 15px;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 10px));
    vertical-align: middle;
    background: currentColor
}

.Article__Footer {
    margin-top: 45px
}

.Article__ShareButtons {
    margin-top: 42px
}

@media screen and (min-width:641px) {
    .Article__Wrapper {
        margin-bottom: 120px;
        padding: 40px 50px 0 50px
    }

    .Article__ImageWrapper {
        height: 335px
    }

    .Article__ImageWrapper+.Article__Wrapper {
        margin-top: -45px
    }

    .Article__Header {
        margin-bottom: 45px
    }

    .Article__Footer {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 65px
    }

    .Article__ShareButtons {
        margin-top: 0
    }
}

@media screen and (min-width:1008px) {
    .Article__Wrapper {
        max-width: 780px
    }

    .Article__ImageWrapper {
        height: 450px
    }

    .Article__ImageWrapper+.Article__Wrapper {
        margin-top: -70px
    }
}

@media screen and (min-width:1140px) {
    .Article__ImageWrapper {
        height: 600px
    }
}

.Article__CommentForm {
    margin-top: 40px
}

.Article__CommentFormWrapper,
.Article__Comments {
    margin: 80px 0
}

.Article__Comments .Pagination {
    margin-top: 40px
}

.ArticleComment {
    margin-top: 35px
}

.ArticleComment+.ArticleComment {
    padding-top: 35px;
    border-top: 1px solid var(--border-color)
}

.ArticleComment__Body {
    margin-bottom: 18px
}

.ArticleComment__Date {
    margin-left: 15px
}

@media screen and (min-width:641px) {

    .Article__CommentFormWrapper,
    .Article__Comments {
        margin: 105px 0
    }

    .Article__Comments .Pagination {
        margin-top: 80px
    }
}

.ArticleToolbar {
    position: fixed;
    display: flex;
    top: 0;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px 16px 30px;
    background: var(--secondary-elements-background);
    color: var(--secondary-elements-text-color);
    z-index: 2;
    pointer-events: none;
    transform: translateY(-100%);
    opacity: 0;
    will-change: transform, opacity;
    transition: opacity .2s ease-in-out, transform .2s ease-in-out
}

@supports(--css:variables) {
    .ArticleToolbar {
        top: calc(0 * var(--header-height));
        top: calc(var(--use-sticky-header, 0) * var(--header-height))
    }
}

.ArticleToolbar.is-visible {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto
}

.ArticleToolbar .Link:hover {
    color: var(--secondary-elements-text-color)
}

.ArticleToolbar .Text--subdued {
    color: var(--secondary-elements-text-color-light)
}

.ArticleToolbar__ArticleTitle {
    position: relative;
    display: inline-flex;
    max-width: 285px;
    width: 285px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
    color: var(--secondary-elements-text-color)
}

.ArticleToolbar__ShareList {
    display: inline-block
}

.ArticleToolbar__ShareList .HorizontalList {
    display: inline-block;
    margin-left: 20px
}

.ArticleToolbar__Nav {
    display: inline-block;
    margin-left: 50px
}

.ArticleToolbar__Nav svg {
    color: var(--secondary-elements-text-color)
}

.ArticleToolbar__NavItemSeparator {
    display: inline-block;
    position: relative;
    content: "";
    width: 1px;
    height: 12px;
    margin: 0 18px;
    background: rgba(var(--secondary-elements-text-color-rgb), .8);
    vertical-align: middle
}

.ArticleToolbar__NavItem svg {
    vertical-align: -1px
}

.ArticleToolbar__NavItem--prev svg {
    margin-right: 6px
}

.ArticleToolbar__NavItem--next svg {
    margin-left: 6px
}

@media screen and (min-width:1008px) {
    .ArticleToolbar__ArticleTitle {
        max-width: 400px;
        width: 400px
    }
}

@media screen and (min-width:1140px) {
    .ArticleToolbar {
        padding-left: 50px;
        padding-right: 50px
    }

    .ArticleToolbar__ArticleTitle {
        max-width: 550px;
        width: 550px
    }

    .ArticleToolbar__Nav {
        margin-left: 100px
    }
}

.ArticleNav {
    padding: 75px 0;
    background: var(--secondary-elements-background);
    color: var(--secondary-elements-text-color)
}

.ArticleNav .Heading {
    color: inherit
}

.ArticleNav__Item {
    display: block
}

.ArticleNav__Image {
    height: 350px;
    background-size: cover;
    background-position: center
}

@media screen and (max-width:640px) {
    .ArticleNav .Grid__Cell+.Grid__Cell {
        margin-top: 50px
    }
}

@media screen and (min-width:641px) {
    .ArticleNav {
        padding: 140px 0
    }
}

.ArticleListWrapper {
    max-width: 1260px;
    margin: 0 auto 60px auto
}

.ArticleList {
    margin-bottom: -60px
}

.ArticleList .Grid__Cell {
    margin-bottom: 60px
}

.js .features--show-element-staggering .ArticleItem {
    visibility: hidden
}

.ArticleItem__ImageWrapper {
    display: block;
    margin-bottom: 22px;
    background-size: cover;
    overflow: hidden
}

.ArticleItem__Image {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit:cover;object-position:center;"
}

.features--show-image-zooming .ArticleItem__Image {
    transform: scale(1);
    transition: opacity .3s ease, transform 8s cubic-bezier(.25, .46, .45, .94)
}

.features--show-image-zooming .ArticleList .ImageHero__ImageWrapper {
    transition: transform 8s cubic-bezier(.25, .46, .45, .94)
}

@media(-moz-touch-enabled:0), (hover:hover) {

    .features--show-image-zooming .ArticleItem:hover .ArticleItem__Image,
    .features--show-image-zooming .ArticleList .ImageHero:hover .ImageHero__ImageWrapper {
        transform: scale(1.2)
    }
}

.ArticleItem__Content {
    margin: 0 8px
}

.ArticleItem__Category {
    display: block;
    margin-bottom: 16px
}

.ArticleItem__Excerpt {
    margin-bottom: 20px
}

@media screen and (min-width:641px) {
    .ArticleList--withFeatured .Grid__Cell:first-child {
        margin-bottom: 40px
    }

    .ArticleItem__Content {
        margin: 0 18px
    }
}

@media screen and (min-width:1008px) {
    .ArticleListWrapper {
        margin-bottom: 100px
    }

    .ArticleList {
        margin-bottom: -100px
    }

    .ArticleList .Grid__Cell {
        margin-bottom: 100px
    }

    .ArticleList--withFeatured .Grid__Cell:first-child {
        margin-bottom: 60px
    }
}

.Blog__RssLink {
    margin-left: 14px;
    vertical-align: baseline
}

.Blog__RssLink svg {
    width: 10px;
    height: 10px
}

.Blog__TagList {
    padding-top: 8px
}

.Blog__TagList .Link.is-active::after {
    display: block;
    content: "";
    width: calc(100% - .15em);
    height: 1px;
    background: currentColor
}

@media screen and (max-width:640px) {
    .Blog__TagList .HorizontalList__Item {
        margin: 5px 10px
    }
}

@media screen and (min-width:641px) {
    .ArticleList+.Pagination {
        margin-top: 80px
    }
}

@media screen and (min-width:1140px) {
    #shopify-section-blog-template+#shopify-section-shop-now {
        margin-top: 150px
    }
}

@-webkit-keyframes cartEmptyOpening {
    from {
        transform: translate(-50%, calc(-50%+35px));
        opacity: 0
    }

    to {
        transform: translate(-50%, -50%);
        opacity: 1
    }
}

@keyframes cartEmptyOpening {
    from {
        transform: translate(-50%, calc(-50%+35px));
        opacity: 0
    }

    to {
        transform: translate(-50%, -50%);
        opacity: 1
    }
}

.Cart__ShippingNotice {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-bottom: 0;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 11px));
    border-bottom: 1px solid var(--border-color);
    line-height: normal;
    z-index: 1;
    background: var(--background)
}

.Cart__Empty {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-animation: cartEmptyOpening .8s cubic-bezier(.215, .61, .355, 1);
    animation: cartEmptyOpening .8s cubic-bezier(.215, .61, .355, 1)
}

@media screen and (min-width:641px) {
    .Cart__ShippingNotice {
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 13px))
    }
}

.CartItemWrapper {
    overflow: hidden
}

.CartItem {
    display: table;
    table-layout: fixed;
    margin: 30px 0;
    width: 100%
}

.CartItem__ImageWrapper,
.CartItem__Info {
    display: table-cell;
    vertical-align: top
}

.CartItem__ImageWrapper {
    width: 120px;
    min-width: 90px;
    text-align: center
}

.CartItem__Info {
    padding-left: 20px
}

.CartItem__Title {
    width: 100%;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 13px))
}

.CartItem__PlanAllocation,
.CartItem__PropertyList,
.CartItem__Title,
.CartItem__Variant {
    margin-bottom: .15em
}

.CartItem__DiscountList,
.CartItem__LinePriceList,
.CartItem__Meta {
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 11px))
}

.CartItem__PropertyList {
    list-style: none;
    font-style: italic
}

.CartItem__DiscountList {
    list-style: none
}

.CartItem__Discount {
    display: inline-block;
    margin-top: 6px;
    padding: 4px 8px;
    background: rgba(var(--product-sale-price-color-rgb), .1);
    color: var(--product-sale-price-color)
}

.CartItem__Discount svg {
    margin-right: 4px;
    vertical-align: text-bottom
}

.CartItem__Discount+.CartItem__Discount {
    margin-top: 4px
}

.CartItem__UnitPriceMeasurement {
    margin-top: 4px
}

.CartItem__Actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 10px
}

.CartItem__Remove {
    margin: 8px 0;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 12px))
}

.CartItem__Remove::before {
    background: var(--text-color-light)
}

@media screen and (min-width:641px) {
    .CartItem__ImageWrapper {
        width: 130px
    }

    .CartItem__Title {
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 14px))
    }

    .CartItem__LinePriceList,
    .CartItem__Meta {
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 13px))
    }

    .CartItem__Remove {
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 14px))
    }

    .CartItem__Actions {
        margin-top: 10px
    }
}

.Cart .Drawer__Footer,
.Cart__OffscreenNoteContainer {
    padding: 14px 24px 24px 24px
}

.Cart__Checkout {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 18px
}

.Cart__OffscreenNoteContainer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: var(--background);
    border-top: 1px solid var(--border-color);
    transform: translateY(100%);
    transition: transform .25s ease-in-out
}

.Cart__OffscreenNoteContainer[aria-hidden=false] {
    transform: translateY(0);
    box-shadow: 1px 0 6px rgba(54, 54, 54, .2)
}

.Cart__Note {
    margin-top: 10px
}

.Cart__Taxes {
    margin-bottom: 8px
}

.Cart__Discount svg {
    margin-right: 8px;
    vertical-align: sub
}

.has-note-open[aria-hidden=false] .Drawer__Header,
.has-note-open[aria-hidden=false] .Drawer__Main {
    opacity: .4;
    pointer-events: none;
    transition: opacity .5s ease
}

@media screen and (min-width:641px) {

    .Cart .Drawer__Footer,
    .Cart__OffscreenNoteContainer {
        padding: 20px 30px 30px 30px
    }

    .Cart__NoteButton+.Cart__Taxes {
        margin-top: 4px
    }
}

.Cart--expanded .Cart__Footer {
    padding-top: 25px;
    border-top: 1px solid var(--border-color)
}

.Cart--expanded .Cart__Recap {
    text-align: right
}

.Cart--expanded .Cart__Recap,
.Cart--expanded .Cart__Recap .Cart__Checkout {
    margin-top: 16px
}

.Cart--expanded .Cart__Checkout {
    margin-left: auto
}

@media screen and (max-width:640px) {

    .CartItem__Info~.CartItem__Actions,
    .CartItem__Info~.CartItem__LinePriceList {
        display: none
    }
}

@media screen and (min-width:641px) {
    .Cart--expanded .Cart__ItemList {
        display: table;
        table-layout: auto;
        border-spacing: 0 30px;
        width: 100%
    }

    .Cart--expanded .Cart__Head {
        display: table-header-group
    }

    .Cart--expanded .Cart__HeadItem {
        display: table-cell;
        padding-bottom: 10px;
        border-bottom: 1px solid var(--border-color)
    }

    .Cart--expanded .CartItem {
        display: table-row
    }

    .Cart--expanded .CartItem__Info {
        max-width: 300px;
        width: 300px
    }

    .Cart--expanded .CartItem__Info>.CartItem__Actions {
        display: none
    }

    .Cart--expanded .CartItem__Info~.CartItem__Actions,
    .Cart--expanded .CartItem__Info~.CartItem__LinePriceList {
        display: table-cell;
        vertical-align: middle
    }

    .Cart--expanded .CartItem__QuantitySelector {
        margin-bottom: 6px
    }

    .Cart--expanded .Cart__Footer {
        display: table;
        width: 100%;
        table-layout: fixed
    }

    .Cart--expanded .Cart__NoteContainer,
    .Cart--expanded .Cart__Recap {
        display: table-cell
    }

    .Cart--expanded .Cart__NoteContainer {
        width: 340px
    }

    .Cart--expanded .Cart__Checkout {
        width: auto
    }
}

@media screen and (min-width:1140px) {
    .Cart--expanded .CartItem__Info {
        max-width: 425px;
        width: 425px
    }
}

.ShippingEstimator__Results {
    height: 0;
    overflow: hidden;
    transition: height .25s ease-in-out
}

.ShippingEstimator__Error,
.ShippingEstimator__ResultsInner {
    margin-top: 32px
}

.ShippingEstimator__Results p {
    margin-bottom: .5em
}

@media screen and (max-width:640px) {
    .ShippingEstimator__Submit {
        width: 100%
    }

    .ShippingEstimator__Country,
    .ShippingEstimator__Province,
    .ShippingEstimator__Zip {
        margin-bottom: 20px
    }
}

@media screen and (min-width:641px) {
    .ShippingEstimator__Form {
        display: flex
    }

    .ShippingEstimator__Form>:not(:first-child) {
        margin-left: 20px
    }

    .ShippingEstimator__Country,
    .ShippingEstimator__Province {
        margin-bottom: 0
    }

    .ShippingEstimator__Zip {
        margin-bottom: 0;
        max-width: 130px
    }
}

.CollectionList::after {
    content: "flickity";
    display: none
}

.CollectionItem {
    display: block
}

.CollectionItem__Wrapper {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    overflow: hidden
}

.CollectionItem__Wrapper--small {
    height: 450px
}

.CollectionItem__Wrapper--large {
    height: 550px
}

.CollectionItem__Wrapper--portrait,
.CollectionItem__Wrapper--square {
    height: auto !important
}

.CollectionItem__Wrapper--square .CollectionItem__ImageWrapper {
    height: 0;
    padding-bottom: 100%
}

.CollectionItem__Wrapper--portrait .CollectionItem__ImageWrapper {
    height: 0;
    padding-bottom: 136%
}

.CollectionItem__ImageWrapper {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%
}

.features--show-image-zooming .CollectionItem__ImageWrapper {
    transform: scale(1);
    transition: transform 8s cubic-bezier(.25, .46, .45, .94)
}

.CollectionItem__Image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

.CollectionItem__Content {
    position: absolute;
    padding: 0 24px;
    margin-bottom: 0 !important;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: left
}

.CollectionItem__Content--bottomCenter,
.CollectionItem__Content--middleCenter {
    text-align: center
}

.CollectionItem__Content--bottomRight,
.CollectionItem__Content--middleRight {
    text-align: right
}

.CollectionItem__Content--bottomCenter,
.CollectionItem__Content--bottomLeft,
.CollectionItem__Content--bottomRight {
    bottom: 24px;
    top: auto;
    left: 0;
    transform: none
}

@media(-moz-touch-enabled:0), (hover:hover) {
    .features--show-image-zooming .CollectionItem:hover .CollectionItem__ImageWrapper {
        transform: scale(1.2)
    }
}

@media screen and (max-width:640px) {
    .CollectionList--grid {
        margin: 12px 12px 12px 12px
    }

    .shopify-section:not(.shopify-section--slideshow)+.shopify-section .CollectionList--grid {
        margin-top: -12px
    }

    .CollectionList--grid .CollectionItem {
        padding: 12px
    }

    .CollectionList:not(.CollectionList--grid) .CollectionItem__Content--bottomCenter,
    .CollectionList:not(.CollectionList--grid) .CollectionItem__Content--bottomLeft,
    .CollectionList:not(.CollectionList--grid) .CollectionItem__Content--bottomRight {
        bottom: 70px
    }
}

@media screen and (min-width:641px) {
    .CollectionList {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 0
    }

    .CollectionList::after {
        content: ""
    }

    .CollectionList--spaced {
        margin: 15px
    }

    .CollectionList--spaced .CollectionItem {
        padding: 15px
    }

    .shopify-section:not(.shopify-section--slideshow)+.shopify-section .CollectionList--grid.CollectionList--spaced {
        margin-top: -15px
    }

    .CollectionItem {
        display: block !important;
        flex: 0 1 0;
        min-width: 50%
    }

    .CollectionItem--expand {
        flex-grow: 1
    }

    .CollectionItem__Content {
        padding: 0 40px
    }

    .CollectionItem__Content--bottomCenter,
    .CollectionItem__Content--bottomLeft,
    .CollectionItem__Content--bottomRight {
        bottom: 40px
    }
}

@media screen and (min-width:1140px) {
    .CollectionItem {
        min-width: 33.33333%
    }

    .CollectionItem__Wrapper {
        height: 600px
    }

    .CollectionItem__Wrapper--small {
        height: 500px
    }

    .CollectionItem__Wrapper--large {
        height: 700px
    }

    .CollectionItem__Content {
        padding: 0 50px
    }

    .CollectionItem__Content--bottomCenter,
    .CollectionItem__Content--bottomLeft,
    .CollectionItem__Content--bottomRight {
        bottom: 50px
    }
}

.CollectionToolbar {
    position: -webkit-sticky;
    position: sticky;
    display: flex;
    justify-content: space-between;
    width: 100%;
    background: var(--background);
    box-shadow: 1px 1px var(--border-color), -1px -1px var(--border-color);
    z-index: 2
}

.CollectionToolbar--top {
    top: var(--header-base-height)
}

@supports(--css:variables) {
    .CollectionToolbar--top {
        top: calc(var(--header-height) * 0);
        top: calc(var(--header-height) * var(--use-sticky-header, 0))
    }
}

.supports-sticky .CollectionToolbar--bottom {
    bottom: 0
}

.CollectionToolbar__Group {
    display: flex;
    flex: 1 0 auto
}

.CollectionToolbar__Item {
    flex: 1 0 auto;
    padding: 13px 0;
    border-left: 1px solid var(--border-color);
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    transition: background .2s ease-in-out
}

.CollectionToolbar__Item--sort .Icon--select-arrow {
    height: 6px;
    margin-left: 2px;
    pointer-events: none
}

.CollectionToolbar__Item--layout {
    flex: none;
    width: 95px;
    line-height: 1;
    cursor: auto;
    cursor: initial
}

.CollectionToolbar__LayoutType {
    margin: 0 6px;
    opacity: .2;
    transition: opacity .25s ease-in-out
}

.CollectionToolbar__LayoutType svg {
    width: 18px;
    height: 18px
}

.CollectionToolbar__LayoutType.is-active {
    opacity: 1
}

@media screen and (max-width:640px) {
    .CollectionToolbar__Item:first-child {
        border-left: 0
    }
}

@media screen and (min-width:641px) {

    .CollectionToolbar--reverse,
    .CollectionToolbar__Group {
        flex-direction: row-reverse
    }

    .CollectionToolbar__Group {
        flex: none
    }

    .CollectionToolbar__Item {
        padding: 18px 0
    }

    .CollectionToolbar__Group .CollectionToolbar__Item {
        padding-left: 45px;
        padding-right: 45px
    }

    .CollectionToolbar__Item--layout {
        border-left: 0;
        width: 115px;
        border-right: 1px solid var(--border-color);
        white-space: nowrap
    }
}

.CollectionFilters .Collapsible:first-child {
    border-top: 0
}

@media screen and (min-width:641px) {
    .CollectionFilters .Drawer__Main {
        padding-top: 35px
    }
}

@media(max-width:992px) {

    [data-layout=grid] .ProductItem,
    [data-layout=grid] .ProductItem .product-card,
    [data-layout=grid] .ProductItem>.grid {
        min-height: 100%
    }
}

.ProductItem__Wrapper {
    position: relative
}

.ProductItem__ImageWrapper {
    display: block
}

.ProductItem__Image--alternate {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0 !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.ProductItem__LabelList {
    position: absolute;
    left: 10px;
    top: 6px;
    text-align: left
}

.ProductItem__Label {
    display: block;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 9px));
    margin: 4px 0;
    padding: 2px 6px;
    background: var(--background);
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content
}

.ProductItem__Info {
    margin-top: 20px;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 12px))
}

.features--heading-uppercase .ProductItem__Info {
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 11px))
}

.ProductItem__Info--left {
    text-align: left
}

.ProductItem__Info--right {
    text-align: right
}

.ProductItem__Title,
.ProductItem__Vendor {
    display: block;
    margin-bottom: 4px;
    font-size: 18px
}

.collection-list_new_main h3.SectionHeader__SubHeading,
.collection-list_new_main span.SectionHeader__SubHeading {
    margin-top: 20px;
    margin-bottom: 70px
}

.ProductItem__ColorSwatchList {
    margin-top: 15px
}

.ProductItem__ColorSwatchItem {
    display: inline-block;
    margin: 0 5px
}

.ProductItem__ColorSwatchList+.ProductItem__PriceList {
    margin-top: 12px
}

.ProductItem__UnitPriceMeasurement {
    margin-top: 4px
}

@media(-moz-touch-enabled:0), (hover:hover) {
    .features--show-price-on-hover .ProductItem__PriceList--showOnHover {
        opacity: 0;
        transform: translateY(10px);
        transition: all .35s ease-in-out
    }

    .features--show-price-on-hover .ProductItem:hover .ProductItem__PriceList--showOnHover {
        opacity: 1;
        transform: translateY(0)
    }

    .ProductItem__ImageWrapper--withAlternateImage:hover .ProductItem__Image {
        opacity: 0 !important
    }

    .ProductItem__ImageWrapper--withAlternateImage:hover .ProductItem__Image--alternate {
        opacity: 1 !important
    }
}

@media(-moz-touch-enabled:1), (hover:none) {
    .ProductItem__Image--alternate {
        display: none
    }
}

@media screen and (min-width:641px) {
    .ProductItem__Label {
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 11px))
    }

    .ProductItem__Info {
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 13px))
    }

    .features--heading-uppercase .ProductItem__Info {
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 12px))
    }
}

@media screen and (min-width:1008px) {
    .ProductItem--horizontal {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .ProductItem--horizontal .ProductItem__Wrapper {
        display: flex;
        align-items: center
    }

    .ProductItem--horizontal .ProductItem__ImageWrapper {
        min-width: 100px
    }

    .ProductItem--horizontal .ProductItem__Info {
        margin: 0 30px 0 40px;
        text-align: left
    }

    .ProductItem--horizontal .ProductItem__ViewButton {
        flex-shrink: 0
    }
}

.CollectionInner {
    margin-top: 24px
}

.ProductList--grid {
    padding: 0 12px
}

.CollectionInner__Head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 20px;
    padding-right: 20px
}

@media screen and (max-width:640px) {
    .ProductList--grid {
        margin-left: -24px;
        padding: 0 24px
    }

    .ProductList--removeMargin {
        margin-bottom: -35px !important
    }

    .ProductList--grid>.Grid__Cell {
        padding-left: 24px;
        margin-bottom: 35px
    }
}

@media screen and (min-width:641px) {
    .CollectionInner {
        margin-top: 50px
    }

    .CollectionInner__Head {
        justify-content: flex-end
    }

    .ProductList--grid {
        padding: 0 24px;
        margin-left: -24px
    }

    .ProductList--removeMargin {
        margin-bottom: -50px !important
    }

    .ProductList--grid>.Grid__Cell {
        padding-left: 24px;
        margin-bottom: 50px
    }
}

@media screen and (min-width:1008px) {
    .CollectionInner {
        display: flex
    }

    .CollectionInner__Sidebar {
        position: -webkit-sticky;
        position: sticky;
        z-index: 1;
        top: 200px;
        flex: none;
        align-self: flex-start;
        width: 200px;
        margin: 0 16px 0 24px;
        padding-bottom: 50px
    }

    @supports(--css:variables) {
        .CollectionInner__Sidebar {
            top: calc(var(--header-height)+50px)
        }
    }

    @supports(--css:variables) {
        .CollectionInner__Sidebar--withTopToolbar {
            top: calc(var(--header-height) * 0+105px)
        }
    }

    .CollectionInner__Products {
        flex: 1 0 0;
        max-width: calc(100% - 267px)
    }

    .CollectionInner__Sidebar .Collapsible {
        padding: 0
    }
}

@media screen and (min-width:1140px) {
    .CollectionInner__Sidebar {
        margin-right: 10px;
        margin-left: 50px
    }

    .CollectionInner__Head {
        padding-left: 50px;
        padding-right: 50px
    }

    .CollectionInner .Pagination {
        margin-bottom: 80px
    }

    .ProductList--grid {
        padding: 0 50px
    }

    .ProductList--grid[data-desktop-count="2"] {
        margin-left: calc(-1 * var(--horizontal-spacing-two-products-per-row))
    }

    .ProductList--grid[data-desktop-count="2"]>.Grid__Cell {
        padding-left: var(--horizontal-spacing-two-products-per-row);
        margin-bottom: var(--vertical-spacing-two-products-per-row)
    }

    .ProductList--removeMargin[data-desktop-count="2"] {
        margin-bottom: calc(-1 * var(--vertical-spacing-two-products-per-row)) !important
    }

    .ProductList--grid[data-desktop-count="3"],
    .ProductList--grid[data-desktop-count="4"] {
        margin-left: calc(-1 * var(--horizontal-spacing-four-products-per-row))
    }

    .ProductList--grid[data-desktop-count="3"]>.Grid__Cell,
    .ProductList--grid[data-desktop-count="4"]>.Grid__Cell {
        padding-left: var(--horizontal-spacing-four-products-per-row);
        margin-bottom: var(--vertical-spacing-four-products-per-row)
    }

    .ProductList--removeMargin[data-desktop-count="3"],
    .ProductList--removeMargin[data-desktop-count="4"] {
        margin-bottom: calc(-1 * var(--vertical-spacing-four-products-per-row)) !important
    }
}

.ProductList--carousel .Carousel__Cell {
    width: 62%;
    padding: 0 12px;
    vertical-align: top
}

.ProductList--carousel::after {
    content: "flickity";
    display: none
}

@media screen and (max-width:640px) {

    .template-collection .ProductList--grid,
    .template-search .ProductList--grid {
        margin-bottom: 20px
    }
}

@media screen and (max-width:1007px) {
    .ProductListWrapper {
        overflow: hidden
    }

    .ProductList--carousel {
        white-space: nowrap;
        padding-bottom: 30px;
        margin-bottom: -30px
    }

    .ProductList--carousel .flickity-prev-next-button {
        display: none
    }

    .ProductList--carousel .flickity-viewport {
        overflow: visible
    }

    .ProductList--carousel .Carousel__Cell {
        display: inline-block !important
    }

    .ProductList--carousel .Carousel__Cell:first-child {
        margin-left: 19%
    }

    .ProductList--carousel .Carousel__Cell:last-child {
        margin-right: 19%
    }

    .ProductItem__Info {
        padding-bottom: 20px
    }

    .ProductItem__Info+.ProductItem__Swatches {
        margin-top: -20px
    }
}

@media screen and (min-width:641px) and (max-width:1007px) {
    .ProductList--carousel .Carousel__Cell {
        width: 48%;
        padding: 0 15px
    }

    .ProductList--carousel .Carousel__Cell:first-child {
        margin-left: 26%
    }

    .ProductList--carousel .Carousel__Cell:last-child {
        margin-right: 26%
    }
}

@media screen and (min-width:1008px) {
    .ProductList--carousel {
        margin: 0 90px
    }

    .ProductList--carousel .Carousel__Cell {
        width: 33.3333%;
        left: 0;
        padding: 0 calc(var(--horizontal-spacing-four-products-per-row)/ 2);
        margin-left: 0
    }

    .ProductList--carousel .flickity-prev-next-button {
        top: calc(50% - 45px);
        width: 45px;
        height: 45px;
        stroke-width: 1px
    }

    .ProductList--carousel .flickity-prev-next-button.next {
        right: -50px
    }

    .ProductList--carousel .flickity-prev-next-button.previous {
        left: -50px
    }
}

@media screen and (min-width:1140px) {
    .ProductList--carousel .Carousel__Cell {
        width: 25%
    }
}

.ProductList--shopNow {
    position: static
}

.ProductList--shopNow .Carousel__Cell {
    padding: 0 60px
}

@media screen and (max-width:640px) {
    .ShopNowGrid .FeaturedQuote {
        margin: 50px -24px -90px -24px
    }
}

@media screen and (min-width:641px) and (max-width:1007px) {
    .ShopNowGrid .FeaturedQuote {
        margin: 60px -50px -90px -50px
    }
}

@media screen and (min-width:641px) {
    .ProductList--shopNow {
        padding: 0 50px;
        overflow: hidden
    }

    .ProductList--shopNow .flickity-viewport {
        overflow: visible
    }

    .ProductList--shopNow .Carousel__Cell {
        width: 50%;
        padding: 0 50px
    }
}

@media screen and (min-width:1008px) {
    .ProductList--shopNow[data-desktop-count="3"] .Carousel__Cell {
        width: 33.333333%
    }

    .ShopNowGrid {
        display: flex
    }

    .ShopNowGrid .FeaturedQuote {
        height: 100%
    }
}

.Faq__Section {
    margin-bottom: 20px
}

.Faq__Section~.Faq__Section {
    margin-top: 34px
}

.Faq__Item {
    position: relative;
    margin: 14px 0
}

.Faq__Icon {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--text-color-light);
    transition: all .3s ease-in-out
}

.Faq__Icon svg {
    width: 8px;
    height: 10px;
    vertical-align: baseline
}

.Faq__Item[aria-expanded=true] .Faq__Icon {
    transform: rotateZ(90deg);
    color: var(--heading-color)
}

.Faq__ItemWrapper {
    padding-left: 26px
}

.Faq__Question {
    display: block;
    width: 100%;
    margin-bottom: 0;
    text-align: left
}

.Faq__AnswerWrapper {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    transition: height .25s ease-in-out, visibility 0 ease-in-out .25s
}

.Faq__Item[aria-expanded=true] .Faq__AnswerWrapper {
    visibility: visible;
    transition: height .25s ease-in-out
}

.Faq__Answer {
    padding: 16px 0 22px 0
}

.Faq__Item--lastOfSection .Faq__Answer {
    padding-bottom: 0
}

.FaqSummary {
    list-style: none;
    margin: 0;
    padding: 0
}

.FaqSummary__Item {
    margin-bottom: 12px
}

.FaqSummary__Item.is-active::after {
    width: 100%
}

.FaqSummary__Link {
    display: block
}

.FaqSummary__LinkLabel {
    position: relative;
    display: inline-block
}

.FaqSummary__LinkLabel::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: left center;
    background: currentColor;
    transition: transform .2s linear
}

.FaqSummary__Item.is-active .FaqSummary__LinkLabel::after {
    transform: scale(1, 1)
}

@media screen and (min-width:641px) {
    .Faq__Section {
        margin-bottom: 34px
    }

    .Faq__Section~.Faq__Section {
        margin-top: 60px
    }
}

.FeatureText {
    text-align: center
}

.FeatureText__ContentWrapper {
    padding-left: 24px;
    padding-right: 24px
}

.FeatureText__ImageWrapper {
    overflow: hidden
}

.FeatureText--withImage .FeatureText__ContentWrapper {
    padding-top: 50px;
    padding-bottom: 20px
}

.FeatureText .SectionHeader__Description {
    margin-top: 25px;
    margin-bottom: 20px
}

@media screen and (max-width:640px) {
    .FeatureText--imageRight {
        display: flex;
        flex-direction: column-reverse
    }

    .shopify-section--text-width-image .Container {
        margin-left: -24px;
        margin-right: -24px
    }

    .shopify-section--text-width-image .FeatureText {
        text-align: left
    }
}

@media screen and (min-width:641px) {
    .FeatureText__Content {
        max-width: 430px;
        margin: 0 auto
    }

    .FeatureText--withImage {
        display: table;
        width: 100%;
        text-align: left;
        table-layout: fixed
    }

    .FeatureText--withImage .FeatureText__ContentWrapper,
    .FeatureText--withImage .FeatureText__ImageWrapper {
        display: table-cell;
        width: 50%;
        vertical-align: middle
    }

    .FeatureText--withImage .FeatureText__ContentWrapper {
        padding: 50px
    }

    .FeatureText--imageRight .FeatureText__ContentWrapper {
        padding-right: 40px
    }

    .FeatureText--imageRight .AspectRatio,
    .FeatureText--imageRight .FeatureText__Content {
        margin-right: 0
    }

    .FeatureText--imageRight .AspectRatio {
        text-align: right
    }

    .FeatureText--imageLeft .FeatureText__ContentWrapper {
        padding-left: 40px
    }

    .FeatureText--imageLeft .AspectRatio,
    .FeatureText--imageLeft .FeatureText__Content {
        margin-left: 0
    }

    .FeatureText--imageLeft .AspectRatio {
        text-align: left
    }
}

@media screen and (min-width:1140px) {
    .FeatureText--imageRight .FeatureText__ContentWrapper {
        padding-right: 100px
    }

    .FeatureText--imageLeft .FeatureText__ContentWrapper {
        padding-left: 100px
    }
}

.shopify-section--bordered+.shopify-section--footer {
    border-top: 1px solid var(--footer-border-color)
}

.Footer {
    overflow: hidden;
    padding-top: 34px;
    background: var(--footer-background);
    color: var(--footer-text-color)
}

.Footer--withMargin {
    margin-top: 60px
}

.Footer .Link--primary:hover,
.Footer__Title {
    color: var(--footer-heading-color)
}

.Footer .Form__Input::-moz-placeholder {
    color: var(--footer-text-color)
}

.Footer .Form__Input:-ms-input-placeholder {
    color: var(--footer-text-color)
}

.Footer .Form__Input::placeholder,
.Footer .Link--secondary:hover {
    color: var(--footer-text-color)
}

.Footer__Block {
    margin-top: 48px
}

.Footer__Block:first-child {
    margin-top: 0
}

.Footer__Title {
    margin-bottom: 20px
}

.Footer__Social {
    margin-top: 5px
}

.Footer__Content+.Footer__Newsletter {
    margin-top: 18px
}

.Footer__Aside {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 20px 24px 34px;
    margin: 50px -24px 0;
    background: var(--footer-border-color);
    text-align: center
}

.Footer__Inner+.Footer__Aside {
    margin-top: 65px
}

.Footer__Copyright p {
    font-size: 11px;
    color: #000
}

.Footer__Copyright p a {
    text-decoration: underline
}

.Footer__Copyright p a:hover {
    text-decoration: none
}

.Footer__LocalizationForm {
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.Footer__LocalizationItem+.Footer__LocalizationItem {
    margin-left: 30px
}

.Footer__ThemeAuthor {
    margin-top: 4px
}

.Footer__PaymentList {
    margin: 30px -24px 0
}

.Footer__PaymentList svg {
    opacity: .8;
    width: 38px;
    height: 24px
}

@media screen and (min-width:641px) {
    .Footer {
        padding: 75px 0 0
    }

    .Footer--withMargin {
        margin-top: 80px
    }

    .Footer__Inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-left: -40px;
        margin-right: -40px
    }

    .Footer__Block {
        flex: 1 1 50%;
        margin-top: 0;
        margin-bottom: 50px;
        padding-left: 25px;
        padding-right: 25px
    }

    .Footer__Social {
        margin-top: 14px
    }

    .Footer__Aside {
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 0 35px 42px;
        margin: 0 -50px;
        background: 0 0;
        text-align: left
    }

    .Footer__Inner+.Footer__Aside {
        margin-top: 40px
    }

    .Footer__Localization {
        width: 100%
    }

    .Footer__StoreName {
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 11px))
    }

    .Footer__PaymentList {
        padding: 0;
        margin: 30px -8px 0;
        border: 0
    }
}

@media screen and (min-width:1140px) {
    .Footer--withMargin {
        margin-top: 120px
    }

    .Footer__Inner {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .Footer--center .Footer__Inner {
        justify-content: center
    }

    .Footer__Block {
        flex: 0 1 auto
    }

    .Footer__Block--text {
        flex-basis: 400px
    }

    .Footer__Block--newsletter {
        flex-basis: 305px
    }

    .Footer__Inner+.Footer__Aside {
        margin-top: 80px
    }

    .Footer__Aside__Background {
        display: none
    }
}

.GiftCard {
    text-align: center
}

.GiftCard__Wrapper {
    position: relative;
    max-width: 400px;
    margin: 0 auto
}

.GiftCard__Redeem {
    margin-bottom: 30px
}

.GiftCard__IllustrationWrapper {
    position: relative;
    margin: 40px 0
}

.GiftCard__CodeHolder {
    position: absolute;
    display: inline-block;
    margin: 0 auto;
    bottom: 20px;
    left: 50%;
    white-space: nowrap;
    padding: 12px 20px;
    background: #fff;
    border-radius: 3px;
    transform: translateX(-50%)
}

.GiftCard__QrCode {
    margin: 20px 0
}

.GiftCard__QrCode img {
    margin: 0 auto
}

.shopify-section--header {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 5
}

.Header .Heading,
.Header .Link--primary:hover,
.Header .Link--secondary {
    color: var(--header-heading-color)
}

.Header .Link--primary,
.Header .Link--secondary:hover,
.Header .Text--subdued {
    color: var(--header-light-text-color)
}

.Header {
    background: var(--header-background);
    color: var(--header-heading-color);
    box-shadow: 0 -1px var(--header-border-color) inset;
    transition: background .3s ease-in-out, box-shadow .3s ease-in-out
}

.Header__Wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 18px
}

.Header__Logo {
    position: relative;
    margin-bottom: 0
}

.Header__LogoImage,
.Header__LogoLink {
    display: block
}

.Header__LogoLink {
    text-align: center
}

.Header__LogoImage {
    margin: 0 auto;
    transition: opacity .3s ease-in-out
}

.Header__LogoImage--transparent {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.Header__Icon {
    display: inline-block;
    line-height: 1;
    transition: color .2s ease-in-out
}

.Header__Icon span {
    display: block
}

.Header__Icon+.Header__Icon {
    margin-left: 18px
}

.supports-sticky .Search[aria-hidden=true]+.Header--transparent {
    background: 0 0
}

.supports-sticky .Search[aria-hidden=true]+.Header--transparent .Header__LogoImage--primary:not(:only-child) {
    opacity: 0
}

.supports-sticky .Search[aria-hidden=true]+.Header--transparent .Header__LogoImage--transparent {
    opacity: 1
}

.supports-sticky .Search[aria-hidden=true]+.Header--transparent .Header__Icon svg {
    -webkit-filter: drop-shadow(0 1px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 1px rgba(0, 0, 0, .25))
}

.supports-sticky .Search[aria-hidden=true]+.Header--transparent .Header__Icon,
.supports-sticky .Search[aria-hidden=true]+.Header--transparent .Header__LogoLink>.Heading,
.supports-sticky .Search[aria-hidden=true]+.Header--transparent .HorizontalList__Item>.Heading,
.supports-sticky .Search[aria-hidden=true]+.Header--transparent .HorizontalList__Item>.SelectButton,
.supports-sticky .Search[aria-hidden=true]+.Header--transparent .Text--subdued {
    color: currentColor
}

.Header__Icon .Icon--nav {
    height: 14px;
    width: 20px
}

.Header__Icon .Icon--cart {
    width: 17px;
    height: 20px
}

.Header__Icon .Icon--search {
    position: relative;
    top: 1px;
    width: 18px;
    height: 17px
}

.Header__FlexItem {
    display: flex
}

.Header__FlexItem--fill {
    flex: 1 0 0;
    align-items: center
}

.Header__FlexItem--fill:last-child {
    justify-content: flex-end
}

.Header__CartDot {
    position: absolute;
    top: 2px;
    right: -6px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: var(--header-heading-color);
    box-shadow: 0 0 0 2px var(--header-background);
    transform: scale(0);
    transition: all .3s ease-in-out
}

.Header__CartDot.is-visible {
    transform: scale(1)
}

.Search[aria-hidden=true]+.Header--transparent .Header__CartDot {
    box-shadow: none;
    background-color: currentColor
}

@media screen and (min-width:641px) {
    .Header__Wrapper {
        padding: 18px 30px
    }

    .Header__LogoImage {
        max-width: 100%
    }

    .Header__Icon+.Header__Icon {
        margin-left: 25px
    }

    .Header__Icon .Icon--nav-desktop {
        height: 17px;
        width: 24px
    }

    .Header__Icon .Icon--cart-desktop {
        height: 23px;
        width: 19px
    }

    .Header__Icon .Icon--search-desktop {
        position: relative;
        top: 2px;
        width: 21px;
        height: 21px
    }

    .Header__Icon .Icon--account {
        position: relative;
        top: 2px;
        width: 20px;
        height: 20px
    }

    .Header--withIcons .Header__SecondaryNav {
        position: relative;
        top: 1px;
        margin-right: 32px
    }
}

@media screen and (min-width:1140px) {
    .js .Header__Wrapper {
        opacity: 0;
        transition: opacity .3s ease-in-out
    }

    .Header:not(.Header--sidebar) .Header__Wrapper {
        padding: 18px 50px
    }

    .Header__Localization {
        display: inline-block
    }

    .Header__MainNav {
        margin-right: 45px
    }

    .Header--inline .Header__FlexItem:first-child .Header__LocalizationForm,
    .Header--logoLeft .Header__FlexItem:first-child .Header__LocalizationForm {
        display: none
    }

    .Header--logoLeft .Header__FlexItem--logo {
        order: -1;
        margin-right: 38px
    }

    .Header--logoLeft .Header__FlexItem--fill:last-child {
        flex: none
    }

    .Header--center .Header__Wrapper.Header__Wrapper {
        padding-bottom: 24px
    }

    .Header--center .Header__MainNav {
        position: absolute;
        bottom: 0;
        left: 0;
        padding-bottom: 18px;
        width: 100%;
        text-align: center
    }

    .Header--center .Header__MainNav .HorizontalList {
        margin-left: 0;
        margin-right: 0
    }

    .Header--center .Header__FlexItem {
        margin-bottom: 40px
    }

    .Header--center .Header__SecondaryNav .Header__LocalizationForm {
        display: none
    }

    .Header--initialized .Header__Wrapper {
        opacity: 1
    }
}

.Header__LinkSpacer {
    position: absolute;
    display: block;
    bottom: 0;
    color: transparent;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.Header__LinkSpacer::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transform: scale(0, 1);
    transform-origin: left center;
    border-bottom: 2px solid var(--header-heading-color);
    transition: transform .3s, opacity .3s
}

.Header:not(.Header--transparent) .HorizontalList__Item.is-active .Header__LinkSpacer::after,
.Header:not(.Header--transparent) .HorizontalList__Item.is-expanded .Header__LinkSpacer::after {
    opacity: 1;
    transform: scale(1, 1)
}

.DropdownMenu {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    padding: 25px 0;
    min-width: 200px;
    max-width: 270px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    text-align: left;
    background: var(--header-background);
    border: 1px solid var(--header-border-color);
    border-top: 0;
    transition: all .3s ease-in-out
}

.DropdownMenu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 0;
    background: var(--header-heading-color);
    width: 100%;
    height: 2px;
    transform: scale(0, 1);
    transform-origin: left center;
    transition: transform .3s
}

.DropdownMenu[aria-hidden=false] {
    opacity: 1;
    visibility: visible
}

.DropdownMenu[aria-hidden=false]::before {
    transform: scale(1, 1)
}

.DropdownMenu[aria-hidden=false] .DropdownMenu {
    display: block
}

.DropdownMenu [aria-haspopup] {
    position: relative
}

.DropdownMenu .Link {
    padding-left: 25px;
    padding-right: 40px
}

.DropdownMenu svg {
    position: absolute;
    width: 6px;
    top: calc(50% - 4px);
    height: 10px;
    right: 20px;
    transition: transform .2s ease-in-out
}

.DropdownMenu .Linklist__Item:hover svg {
    transform: translateX(4px)
}

.DropdownMenu .Linklist__Item:hover>.Link--secondary {
    color: var(--header-light-text-color)
}

.DropdownMenu .DropdownMenu {
    display: none;
    left: 100%;
    top: -26px;
    border-top: 1px solid var(--header-border-color)
}

.DropdownMenu .DropdownMenu::before {
    display: none
}

.DropdownMenu .DropdownMenu--reversed {
    left: auto;
    right: 100%
}

.MegaMenu {
    position: absolute;
    padding: 20px 0;
    width: 100%;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    max-height: 600px;
    overflow: auto;
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    text-align: left;
    background: var(--header-background);
    border-bottom: 1px solid var(--header-border-color);
    transition: all .3s ease-in-out
}

@supports(--css:variables) {
    .MegaMenu {
        max-height: calc(100vh - var(--header-height))
    }
}

.MegaMenu[aria-hidden=false] {
    opacity: 1;
    visibility: visible
}

.MegaMenu__Inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 10px
}

.MegaMenu--spacingEvenly .MegaMenu__Inner {
    justify-content: space-around;
    justify-content: space-evenly
}

.MegaMenu--spacingCenter .MegaMenu__Inner {
    justify-content: center
}

@supports(display:grid) {
    .MegaMenu--grid .MegaMenu__Inner {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr))
    }
}

.MegaMenu__Item {
    margin: 20px 40px;
    flex-shrink: 1
}

.MegaMenu__Item--fit {
    flex-shrink: 0
}

.MegaMenu__Title {
    display: block;
    margin-bottom: 20px
}

.MegaMenu__Push {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.MegaMenu__Push--shrink {
    width: 50%
}

.MegaMenu__Push--shrink:first-child {
    padding-right: 15px
}

.MegaMenu__Push--shrink:last-child {
    padding-left: 15px
}

.MegaMenu__Item.--stack .MegaMenu__Push {
    display: block;
    overflow: hidden
}

.MegaMenu__Item.--stack .MegaMenu__Push:last-child {
    margin-top: 15px
}

.MegaMenu__PushImageWrapper {
    margin: 8px auto 20px auto;
    max-width: 100%;
    overflow: hidden
}

.MegaMenu__PushHeading {
    margin-bottom: 6px
}

@media(-moz-touch-enabled:0), (hover:hover) {
    .MegaMenu__Push img {
        transform: scale(1);
        transition: opacity .3s ease, transform 8s cubic-bezier(.25, .46, .45, .94)
    }

    .MegaMenu__Push:hover img {
        transform: scale(1.2)
    }
}

.ImageHero {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    min-height: 380px;
    width: 100%;
    overflow: hidden
}

.ImageHero--small {
    min-height: 330px
}

.ImageHero--large {
    min-height: 480px
}

.ImageHero__Image,
.ImageHero__ImageWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center
}

@media screen and (min-width:1008px) and (-moz-touch-enabled:0),
screen and (min-width:1008px) and (hover:hover) {
    .ImageHero__Image--parallax {
        background-attachment: fixed
    }
}

.ImageHero__ImageWrapper--hasOverlay::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.ImageHero__Wrapper {
    z-index: 1
}

.ImageHero__ContentOverlay {
    position: relative;
    flex-basis: 425px;
    flex-grow: 0;
    padding: 0 15px;
    text-shadow: 0 1px rgba(0, 0, 0, .5);
    z-index: 3
}

.ImageHero__TextContent {
    position: absolute;
    padding: 0 24px;
    margin-bottom: 0 !important;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center
}

.ImageHero iframe,
.ImageHero video {
    position: absolute;
    height: 100%;
    width: 200%;
    left: -50%;
    top: 0;
    pointer-events: none
}

.ImageHero--large iframe,
.ImageHero--large video {
    width: 250%;
    left: -75%
}

.ImageHero--preserveRatio {
    min-height: 0;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%
}

.ImageHero--preserveRatio iframe,
.ImageHero--preserveRatio video {
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important
}

.ImageHero iframe[src] {
    pointer-events: auto
}

.ImageHero__Block {
    margin: 40px auto;
    padding: 38px 20px;
    max-width: 250px;
    box-shadow: 0 1px 20px rgba(54, 54, 54, .3)
}

.ImageHero__Block--small {
    max-width: 165px
}

.ImageHero__Block--large {
    max-width: 320px
}

.ImageHero__BlockHeading {
    margin: -.325em 0 18px 0
}

.ImageHero__BlockContent+.ImageHero__BlockLink {
    margin-top: 18px
}

@media screen and (max-width:640px) {
    .ImageHero__Block {
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 11px))
    }
}

@media screen and (min-width:641px) {
    .ImageHero {
        min-height: 450px
    }

    .ImageHero--small {
        min-height: 400px
    }

    .ImageHero--large {
        min-height: 500px
    }

    .ImageHero iframe {
        width: 100%;
        height: 200%;
        left: 0
    }

    .ImageHero__Block {
        padding: 48px 15px;
        max-width: 380px
    }

    .ImageHero__Block--small {
        max-width: 240px
    }

    .ImageHero__Block--large {
        max-width: 520px
    }

    .ImageHero__TextContent {
        padding: 0 40px;
        bottom: 40px;
        top: auto;
        left: 0;
        transform: none;
        text-align: left
    }
}

@media screen and (min-width:1140px) {
    .ImageHero {
        min-height: 500px
    }

    .ImageHero--small {
        min-height: 450px
    }

    .ImageHero--large {
        min-height: 600px
    }

    .ImageHero__TextContent {
        padding: 0 50px;
        bottom: 50px
    }
}

.NewsletterPopup {
    position: fixed;
    bottom: 15px;
    left: 15px;
    width: calc(100% - 30px);
    padding: 24px 30px 30px 30px;
    background: var(--newsletter-popup-background);
    color: var(--newsletter-popup-text-color);
    z-index: 50;
    text-align: center;
    box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
    visibility: hidden;
    transform: translateY(25px);
    opacity: 0;
    transition: all .5s var(--drawer-transition-timing)
}

.NewsletterPopup .Heading {
    color: inherit
}

.NewsletterPopup .Form__Input::-moz-placeholder {
    color: rgba(var(--newsletter-popup-text-color-rgb), .6)
}

.NewsletterPopup .Form__Input:-ms-input-placeholder {
    color: rgba(var(--newsletter-popup-text-color-rgb), .6)
}

.NewsletterPopup .Form__Input::placeholder {
    color: rgba(var(--newsletter-popup-text-color-rgb), .6)
}

.NewsletterPopup .Form__Input {
    border-color: rgba(var(--newsletter-popup-text-color-rgb), .4)
}

.NewsletterPopup .Form__Input:focus {
    border-color: var(--newsletter-popup-text-color)
}

.NewsletterPopup .Button {
    color: var(--newsletter-popup-background);
    border-color: var(--newsletter-popup-text-color)
}

.NewsletterPopup .Button::before {
    background-color: var(--newsletter-popup-text-color)
}

.NewsletterPopup .Button:not([disabled]):hover {
    color: var(--newsletter-popup-text-color);
    background-color: transparent
}

.NewsletterPopup[aria-hidden=false] {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.NewsletterPopup__Close {
    position: absolute;
    right: 15px;
    top: 15px
}

.NewsletterPopup__Close svg {
    display: block;
    width: 15px;
    height: 15px
}

.NewsletterPopup__Content a {
    text-decoration: underline;
    text-underline-position: under
}

.NewsletterPopup__Form {
    margin-top: 32px
}

@media screen and (min-width:641px) {
    .NewsletterPopup {
        max-width: 385px;
        right: 25px;
        bottom: 25px;
        left: auto;
        padding-top: 35px
    }

    .NewsletterPopup__Close svg {
        width: 18px;
        height: 18px
    }
}

.Password {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 24px;
    width: 100%;
    min-height: 100vh;
    background-size: cover;
    background-position: center
}

.Password__Header {
    position: relative;
    text-align: center
}

.Password__Logo {
    display: block;
    line-height: 1
}

.Password__LogoImage {
    vertical-align: middle
}

.Password__LockAction {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.Password__LockAction svg {
    margin-left: 10px;
    width: 20px;
    height: 20px;
    vertical-align: bottom
}

.Password__Content {
    width: 470px;
    max-width: 100%;
    margin: 35px auto
}

.Password__Newsletter {
    margin-bottom: 10px
}

.Password__Card {
    padding: 24px;
    background: var(--light-background);
    text-align: center
}

.Password__Message {
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 13px))
}

.Password__Form {
    margin-top: 28px
}

.Password__Form .Button {
    flex: none;
    margin-bottom: 0;
    margin-top: 15px;
    width: 100%
}

.Password__Social {
    padding: 22px 25px 22px 28px;
    background: var(--background);
    text-align: center
}

.Password__ShareButtons {
    margin-top: 15px
}

@media screen and (min-width:641px) {
    .Password__Content {
        margin: 80px auto
    }

    .Password__Card {
        padding: 45px 60px 50px 60px
    }

    .Password__Form .Button {
        width: auto;
        margin-top: 0
    }

    .Password__Social {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: left
    }

    .Password__ShareButtons {
        margin-top: 0;
        margin-left: 15px;
        flex-shrink: 0
    }
}

.Password__Footer {
    text-align: center
}

.Password__AdminLink {
    display: block;
    margin-top: 15px
}

.Password__Footer svg {
    width: 70px;
    height: 20px;
    vertical-align: bottom;
    margin-left: 2px
}

@media screen and (min-width:641px) {
    .Password__Footer {
        display: flex;
        justify-content: space-between;
        text-align: left
    }

    .Password__AdminLink {
        margin-top: 0
    }
}

.Password__Modal {
    display: flex;
    justify-content: center
}

.Product {
    position: relative;
    margin: 0 auto 50px auto;
    max-width: 1330px
}

.Product--fill {
    max-width: none
}

@media screen and (min-width:641px) {
    .Product {
        margin-top: 50px;
        margin-bottom: 80px
    }
}

@media screen and (min-width:1008px) {
    .Product__Wrapper {
        max-width: calc(100% - 525px);
        margin-left: 0
    }
}

@media screen and (min-width:1140px) {
    .Product__Wrapper {
        max-width: calc(100% - 550px)
    }

    .Product--small .Product__Slideshow {
        max-width: 400px
    }

    .Product--medium .Product__Slideshow {
        max-width: 550px
    }
}

@media screen and (min-width:1500px) {
    .Product__Wrapper {
        max-width: calc(100% - 500px)
    }
}

.Product__Gallery {
    position: relative;
    margin-bottom: 28px
}

.Product__ViewInSpace {
    background: rgba(var(--text-color-rgb), .08)
}

.Product__ViewInSpace[data-shopify-xr-hidden] {
    visibility: hidden
}

@media screen and (min-width:1008px) {
    .Product__ViewInSpace[data-shopify-xr] {
        display: none
    }
}

.Product__ViewInSpace svg {
    margin: -1px 12px 0 0;
    width: 16px;
    height: 16px;
    vertical-align: middle
}

.Product__Slideshow::after {
    content: "flickity";
    display: none
}

.Product__SlideItem {
    position: relative
}

.Product__SlideItem--video .VideoWrapper video {
    object-fit: cover
}

.Product__SlideItem--video .Image--lazyLoad,
.Product__SlideItem--video .Image--lazyLoad.Image--fadeIn {
    opacity: 1 !important;
    animation: none !important;
    transition: none !important
}

.Product__SlideItem--hidden {
    visibility: hidden
}

.Product__Slideshow.flickity-enabled .Product__SlideItem:not(.is-selected) .plyr__control {
    visibility: hidden
}

.Product__Video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000
}

.Product__SlideshowNav {
    display: none
}

.Product__SlideshowNavBadge {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 1;
    pointer-events: none
}

.Product__SlideshowNavBadge svg {
    display: block;
    width: 20px;
    height: 20px
}

.Product__SlideshowMobileNav {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 24px 0 24px
}

.Product__SlideshowMobileNav .flickity-page-dots {
    display: inline-block;
    margin-top: 0;
    width: auto
}

.Product__SlideshowMobileNav .dot {
    vertical-align: middle
}

.Product__SlideshowNavArrow {
    position: relative
}

.Product__SlideshowNavArrow::before {
    position: absolute;
    content: "";
    top: -18px;
    right: -18px;
    left: -18px;
    bottom: -18px;
    transform: translateZ(0)
}

.Product__SlideshowNavArrow svg {
    display: block;
    width: 6px;
    height: 9px
}

.Product__SlideshowNavArrow--previous {
    margin-right: 24px
}

.Product__SlideshowNavArrow--next {
    margin-left: 24px
}

@media screen and (min-width:641px) {
    .Product__Gallery {
        margin-bottom: 65px
    }
}

@media screen and (min-width:1008px) {
    .Product__Gallery {
        margin-top: 50px;
        margin-left: 50px
    }

    .Product__SlideshowNav--dots {
        display: block
    }

    .Product__SlideItem {
        display: block !important
    }

    .Product__SlideshowNav--dots .Product__SlideshowNavScroller {
        position: -webkit-sticky;
        position: sticky;
        top: 50%;
        transform: translateY(-50%)
    }

    @supports(--css:variables) {
        .Product__SlideshowNav--dots .Product__SlideshowNavScroller {
            top: calc(50%+(var(--header-height)/ 2))
        }
    }

    .Product__SlideshowNavDot {
        display: block;
        height: 10px;
        width: 10px;
        border-radius: 100%;
        border: 2px solid var(--border-color);
        background: 0 0;
        transition: all .2s ease-in-out
    }

    .Product__SlideshowNavDot:not(:last-child) {
        margin-bottom: 12px
    }

    .Product__SlideshowNavDot.is-selected {
        border-color: var(--heading-color);
        background: var(--heading-color)
    }

    .Product__SlideshowNavImage {
        position: relative;
        display: block;
        border: 1px solid transparent;
        transition: all .2s ease-in-out;
        cursor: pointer
    }

    .Product__SlideshowNavImage:not(:last-child) {
        margin-bottom: 18px
    }

    .Product__SlideshowNavImage.is-selected {
        border-color: var(--heading-color)
    }

    .Product__SlideshowNavPlay {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        color: #fff;
        -webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.2));
        filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .2))
    }

    .Product__SlideshowNavPlay svg {
        width: 30px;
        height: 30px;
        transition: transform .2s ease-in-out
    }

    .Product__Gallery--stack .Product__SlideshowNav {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        z-index: 1
    }

    .Product__Gallery--stack .Product__SlideshowNav--dots {
        left: -30px
    }

    .Product__Gallery--stack .Product__Slideshow::after {
        content: ""
    }

    .Product__Gallery--stack .Product__Slideshow .Image--fadeIn {
        opacity: 0;
        transition: transform 1.2s cubic-bezier(.25, .46, .45, .94), opacity 1.2s cubic-bezier(.25, .46, .45, .94)
    }

    .Product__Gallery--stack .Product__Slideshow .Image--lazyLoaded.Image--fadeIn {
        opacity: 1
    }

    .Product__Gallery--stack .Product__SlideItem {
        margin-bottom: 30px;
        visibility: visible !important;
        opacity: 1 !important
    }

    .Product__Gallery--stack .Product__SlideItem:last-child {
        margin-bottom: 0
    }

    .Product__Gallery--stack .Product__SlideshowNav--thumbnails {
        position: -webkit-sticky;
        position: sticky;
        padding: 0 0 50px 0;
        top: var(--header-base-height);
        margin-bottom: -50px;
        width: 70px
    }

    @supports(--css:variables) {
        .Product__Gallery--stack .Product__SlideshowNav--thumbnails {
            top: calc(var(--header-height)+25px)
        }
    }
}

@media screen and (min-width:1140px) {
    .Product__Gallery {
        margin-bottom: 80px
    }

    .Product__Slideshow {
        margin-left: auto;
        margin-right: auto
    }

    .Product__Gallery--withThumbnails .Product__SlideshowNav--dots {
        display: none
    }

    .Product__Gallery--withThumbnails .Product__SlideshowNav--thumbnails {
        display: block
    }

    .Product__Gallery--stack.Product__Gallery--withThumbnails {
        display: flex
    }

    .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__Slideshow,
    .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__SlideshowNav {
        flex: 1 0 auto
    }

    .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__SlideshowNav {
        flex-grow: 0
    }

    .Product__Gallery--stack.Product__Gallery--withThumbnails .Product__Slideshow {
        padding-left: 50px
    }

    .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNav {
        margin: 10px -10px -10px -10px;
        text-align: center
    }

    .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .Product__SlideshowNavImage {
        display: inline-block;
        width: 70px;
        margin: 10px;
        vertical-align: top
    }

    .Product__Gallery:not(.Product__Gallery--stack).Product__Gallery--withThumbnails .flickity-page-dots {
        display: none
    }
}

.Product__Aside,
.Product__Info {
    max-width: 500px;
    margin: 0 auto
}

.Product__Info--noGallery {
    padding-top: 24px
}

@media screen and (min-width:641px) {
    .Product__Info .Container {
        padding-left: 0;
        padding-right: 0
    }

    .Product__Aside .Section {
        max-width: 630px;
        margin: 0 auto
    }
}

@media screen and (min-width:1008px) {
    .Product__InfoWrapper {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%
    }

    .Product__Info {
        position: -webkit-sticky;
        position: sticky;
        top: var(--header-base-height);
        right: 0;
        width: 375px;
        margin: 0 100px -40px 50px;
        padding-top: 0;
        padding-bottom: 40px
    }

    @supports(--css:variables) {
        .Product__Info {
            top: calc(var(--header-height)+25px)
        }
    }

    .Product__Aside {
        max-width: 820px;
        padding-left: 50px
    }

    .Product__Aside .SectionHeader {
        margin-bottom: 30px
    }
}

@media screen and (min-width:1140px) {
    .Product__Info {
        width: 400px
    }
}

@media screen and (min-width:1500px) {
    .Product__Info {
        margin-right: 50px
    }
}

@-webkit-keyframes shareItemAnimation {
    0 {
        transform: translateY(0)
    }

    25% {
        opacity: 0;
        transform: translateY(100%)
    }

    50% {
        opacity: 0;
        transform: translateY(-100%)
    }

    75% {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes shareItemAnimation {
    0 {
        transform: translateY(0)
    }

    25% {
        opacity: 0;
        transform: translateY(100%)
    }

    50% {
        opacity: 0;
        transform: translateY(-100%)
    }

    75% {
        opacity: 1;
        transform: translateY(0)
    }
}

.Product__ActionList {
    position: absolute;
    top: 95px;
    right: 25px;
    z-index: 1;
    visibility: visible;
    opacity: 1;
    transition: visibility .2s ease-in-out, opacity .2s ease-in-out
}

.Product__ActionList.is-hidden {
    opacity: 0;
    visibility: hidden
}

.Product__ActionItem {
    display: block;
    position: relative
}

.Product__ActionItem+.Product__ActionItem {
    margin-top: 15px
}

.Product__ShareList {
    display: block;
    position: absolute;
    visibility: hidden;
    top: 100%;
    right: 0;
    color: var(--text-color)
}

.Product__ActionItem .Icon--share {
    margin-left: -1px
}

.Product__ShareItem {
    display: block;
    margin: 15px 0 15px auto;
    padding: 7px 15px 7px 17px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: var(--light-background);
    border-radius: 25px;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 13px));
    white-space: nowrap;
    opacity: 0;
    box-shadow: 0 2px 10px rgba(54, 54, 54, .15);
    transition: all .45s cubic-bezier(.645, .045, .355, 1) .2s
}

.Product__ShareItem:active,
.Product__ShareItem:focus {
    color: var(--light-background);
    background: var(--text-color);
    outline: 0
}

.Product__ShareItem:nth-child(2) {
    transition-delay: .1s
}

.Product__ShareItem:nth-child(3) {
    transition-delay: 0
}

.Product__ShareItem svg {
    margin-right: 12px;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 14px));
    vertical-align: sub;
    transform: translateZ(0)
}

.Product__ShareItem:hover svg {
    -webkit-animation: shareItemAnimation .5s ease-in-out forwards;
    animation: shareItemAnimation .5s ease-in-out forwards
}

.Product__ShareList[aria-hidden=false] {
    visibility: visible
}

.Product__ShareList[aria-hidden=false] .Product__ShareItem {
    opacity: 1;
    transition-delay: 0
}

.Product__ShareList[aria-hidden=false] .Product__ShareItem:nth-child(2) {
    transition-delay: .1s
}

.Product__ShareList[aria-hidden=false] .Product__ShareItem:nth-child(3) {
    transition-delay: .2s
}

@media screen and (min-width:1008px) {
    .Product__ShareList {
        top: auto;
        bottom: 100%
    }

    .Product__ShareItem {
        transition-delay: 0
    }

    .Product__ShareItem:nth-child(3) {
        transition-delay: .2s
    }

    .Product__ShareList[aria-hidden=false] .Product__ShareItem {
        transition-delay: .2s
    }

    .Product__ShareList[aria-hidden=false] .Product__ShareItem:nth-child(3) {
        transition-delay: 0
    }
}

.ProductMeta__ImageWrapper {
    display: block;
    margin-bottom: 32px
}

.ProductMeta__Vendor {
    margin-bottom: 20px
}

.ProductMeta__Title {
    margin-bottom: 0
}

.ProductMeta__UnitPriceMeasurement {
    margin-top: 5px
}

.ProductMeta__TaxNotice {
    margin-top: 5px
}

.ProductMeta__Description {
    margin: 24px 0;
    padding-top: 24px;
    border-top: 1px solid var(--border-color);
    text-align: left
}

.ProductMeta__ShareButtons {
    display: inline-flex;
    align-items: center;
    margin: 18px 0 10px 0
}

.ProductMeta__ShareTitle {
    margin-right: 6px
}

.ProductMeta__ShareList {
    font-size: 0
}

.ProductMeta__ShareItem {
    display: inline-block;
    margin: 0 7px
}

.ProductMeta__ShareItem svg {
    display: block;
    width: 12px;
    height: 12px;
    opacity: .6;
    transition: opacity .2s ease-in-out
}

.ProductMeta__ShareItem:hover svg {
    opacity: 1
}

.ProductForm~.ProductMeta__Description {
    border-top: 0;
    padding-top: 0
}

.ProductForm~.ProductMeta__Description .ProductMeta__ShareButtons {
    margin-bottom: 2px
}

.Product__QuickNav {
    position: relative;
    margin-top: 40px;
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color)
}

.Product__QuickNav a {
    display: block;
    padding: 11px 16px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: rotateX(0)
}

.Product__QuickNav a:last-child {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotateX(180deg)
}

.Product__QuickNav svg {
    position: absolute;
    right: 18px;
    top: calc(50% - 5px);
    height: 10px;
    width: 8px
}

.Product__QuickNavWrapper {
    transition: .6s;
    transform-style: preserve-3d
}

.Product__QuickNav.is-flipped .Product__QuickNavWrapper {
    transform: rotateX(180deg)
}

@media screen and (min-width:1008px) {
    .ProductMeta {
        text-align: left
    }
}

.ProductForm {
    margin-top: 24px
}

.ProductForm__Variants {
    margin-bottom: 25px
}

.ProductForm__Option {
    position: relative;
    margin-bottom: 10px
}

.ProductForm__Option--labelled {
    margin-bottom: 20px
}

.no-js .ProductForm__Option:not(.no-js) {
    display: none
}

.ProductForm__Item {
    position: relative;
    width: 100%;
    text-align: left;
    padding: 10px 28px 10px 14px;
    border: 1px solid var(--border-color);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ProductForm__Item .Icon--select-arrow {
    position: absolute;
    top: calc(50% - 5px);
    right: 15px;
    width: 10px;
    height: 10px
}

.ProductForm__Label {
    display: block;
    margin-bottom: 8px
}

.ProductForm__LabelLink {
    float: right;
    text-decoration: underline;
    text-underline-position: under
}

.ProductForm__LabelOptionalText {
    font-size: 14px;
    margin-top: 1rem
}

.ProductForm__SelectedValue {
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 220px;
    vertical-align: top
}

.ProductForm__OptionCount {
    float: right;
    margin-right: 14px
}

.ProductForm__Inventory {
    margin-top: 8px;
    font-style: italic
}

.ProductForm__Error {
    margin-top: 10px;
    text-align: center
}

.ProductForm__AddToCart {
    display: flex;
    align-items: center;
    justify-content: center
}

.Product__FeatureImageWrapper {
    overflow: hidden;
    background-size: cover
}

.Product__FeatureImage {
    height: 415px;
    background-size: cover;
    background-position: center
}

@media screen and (min-width:641px) {
    .Product__FeatureImage {
        height: 500px
    }
}

@media screen and (min-width:1140px) {
    .Product__FeatureImage {
        height: 600px
    }

    .Product__FeatureImage--small {
        height: 500px
    }

    .Product__FeatureImage--large {
        height: 700px
    }
}

.Product__Tabs {
    margin: 50px 0
}

@media screen and (max-width:640px) {
    .Product__Tabs .Collapsible__Content {
        padding-top: 6px;
        padding-bottom: 28px
    }
}

@media screen and (min-width:1008px) {
    .Product__Tabs {
        margin: 40px 0 80px
    }

    .Product__Tabs .Collapsible__Content {
        padding-right: 80px
    }
}

@-webkit-keyframes variantSelectorInfoOpeningAnimation {
    0 {
        transform: translateY(10px);
        opacity: 0
    }

    50% {
        transform: translateY(10px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes variantSelectorInfoOpeningAnimation {
    0 {
        transform: translateY(10px);
        opacity: 0
    }

    50% {
        transform: translateY(10px);
        opacity: 0
    }

    100% {
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes variantSelectorInfoClosingAnimation {
    0 {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(-10px);
        opacity: 0
    }
}

@keyframes variantSelectorInfoClosingAnimation {
    0 {
        transform: translateY(0);
        opacity: 1
    }

    100% {
        transform: translateY(-10px);
        opacity: 0
    }
}

.VariantSelector {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: var(--background);
    padding: 24px 0;
    z-index: 10;
    box-shadow: 0 -2px 10px rgba(54, 54, 54, .2);
    transform: translateY(100%);
    visibility: hidden;
    transition: transform .4s cubic-bezier(.645, .045, .355, 1), visibility .4s cubic-bezier(.645, .045, .355, 1)
}

.VariantSelector[aria-hidden=false] {
    transform: translateY(0);
    visibility: visible
}

.VariantSelector__Item {
    padding: 0 10px;
    width: 60%
}

.VariantSelector__Info {
    position: relative;
    margin: 48px 24px 0 24px
}

.VariantSelector__ImageWrapper[aria-hidden=true] {
    display: none
}

.VariantSelector__ChoiceList {
    margin-bottom: 34px
}

.VariantSelector__Choice {
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-animation: .15s variantSelectorInfoClosingAnimation forwards ease-in-out;
    animation: .15s variantSelectorInfoClosingAnimation forwards ease-in-out
}

.VariantSelector__Choice.is-selected {
    -webkit-animation: .3s variantSelectorInfoOpeningAnimation forwards ease-in-out;
    animation: .3s variantSelectorInfoOpeningAnimation forwards ease-in-out
}

.VariantSelector__Choice:not(:first-child) {
    position: absolute;
    top: 0;
    left: 0
}

.VariantSelector__ChoiceColor,
.VariantSelector__ChoicePrice {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle
}

.VariantSelector__ChoiceColor {
    border-right: 1px solid var(--border-color)
}

.VariantSelector__ColorSwatch {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    vertical-align: sub;
    background-size: cover
}

.VariantSelector__ColorSwatch--white {
    outline: 1px solid var(--border-color)
}

.VariantSelector__ChoicePrice {
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 11px))
}

@media screen and (max-width:640px) {
    .VariantSelector .flickity-prev-next-button {
        display: none
    }
}

@media screen and (min-width:641px) {
    .VariantSelector {
        top: 50%;
        bottom: auto;
        left: 50%;
        width: 80%;
        padding-bottom: 34px;
        max-height: 100%;
        max-width: 800px;
        opacity: 0;
        transform: translate(-50%, -50%);
        transition: all .3s ease-in-out;
        overflow: auto
    }

    .VariantSelector[aria-hidden=false] {
        transform: translate(-50%, -50%);
        opacity: 1
    }

    .VariantSelector__Item {
        padding: 0 25px;
        width: 46%
    }

    .VariantSelector .flickity-prev-next-button.next {
        top: calc(50% - 45px);
        right: 20px
    }

    .VariantSelector .flickity-prev-next-button.previous {
        top: calc(50% - 45px);
        left: 20px
    }

    .VariantSelector__Info {
        max-width: 350px;
        margin-left: auto;
        margin-right: auto
    }

    .VariantSelector__ChoicePrice {
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 13px))
    }
}

@media(min-width:800px) and (max-height:950px) {
    .VariantSelector__ImageWrapper {
        max-width: 290px !important
    }
}

.FeaturedProduct__Gallery {
    display: block;
    margin-bottom: 20px
}

.FeaturedProduct__ViewWrapper {
    margin-top: 34px;
    text-align: center
}

@media screen and (min-width:641px) {
    .FeaturedProduct {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        max-width: 880px;
        margin: 0 auto
    }

    .FeaturedProduct--center {
        align-items: center
    }

    .FeaturedProduct__Gallery,
    .FeaturedProduct__Info {
        flex: 1 1 50%
    }

    .FeaturedProduct__Gallery {
        margin: 0
    }

    .FeaturedProduct__Info {
        margin-left: 50px
    }

    .FeaturedProduct__Info .ProductMeta,
    .FeaturedProduct__ViewWrapper {
        text-align: left
    }
}

@media screen and (min-width:1008px) {
    .FeaturedProduct__Info {
        margin-left: 80px
    }
}

.shopify-payment-button {
    margin-top: 20px;
    text-align: center
}

.shopify-payment-button__more-options {
    position: relative;
    display: inline-block;
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
    width: auto;
    line-height: normal
}

.shopify-payment-button__more-options[aria-hidden=true] {
    display: none
}

.shopify-payment-button__more-options::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: -1px;
    background: currentColor;
    transform: scale(1, 1);
    transform-origin: left center;
    transition: transform .2s ease-in-out
}

.shopify-payment-button__more-options:hover::before {
    transform: scale(0, 1)
}

.shopify-payment-button__more-options:hover:not([disabled]) {
    text-decoration: none
}

#shopify-product-reviews {
    margin: 18px 0 28px 0 !important;
    overflow: visible !important
}

#shopify-product-reviews .spr-form-title,
#shopify-product-reviews .spr-header-title,
#shopify-product-reviews .spr-pagination,
#shopify-product-reviews .spr-review-reportreview,
#shopify-product-reviews .spr-summary-caption,
#shopify-product-reviews .spr-summary-starrating {
    display: none
}

#shopify-product-reviews .spr-container {
    padding: 0;
    border: 0
}

#shopify-product-reviews .spr-container,
#shopify-product-reviews .spr-content {
    display: flex;
    flex-direction: column
}

#shopify-product-reviews .spr-form,
#shopify-product-reviews .spr-header {
    order: 2
}

#shopify-product-reviews .spr-content,
#shopify-product-reviews .spr-reviews {
    order: 1
}

#shopify-product-reviews .spr-form {
    margin: -4px 0 0 0;
    padding: 0
}

#shopify-product-reviews .spr-icon {
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 10px))
}

#shopify-product-reviews .spr-form-input .spr-icon {
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 14px))
}

#shopify-product-reviews .spr-icon+.spr-icon {
    margin-left: 3px
}

#shopify-product-reviews .spr-icon-star-empty {
    opacity: .25
}

#shopify-product-reviews .spr-icon-star-empty::before {
    content: "� �"
}

#shopify-product-reviews .spr-starrating.spr-form-input-error a {
    color: inherit
}

#shopify-product-reviews .spr-reviews {
    margin: -6px 0 35px 0
}

#shopify-product-reviews .spr-review {
    position: relative;
    padding: 0 0 30px 0;
    border: 0;
    margin: 0
}

#shopify-product-reviews .spr-review+.spr-review {
    margin-top: 26px
}

#shopify-product-reviews .spr-review-header {
    position: static;
    margin-bottom: 12px
}

#shopify-product-reviews .spr-review-header-starratings {
    margin-bottom: 0
}

#shopify-product-reviews .spr-review-header-title {
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 11px));
    text-transform: uppercase;
    letter-spacing: .2em
}

#shopify-product-reviews .spr-review-header-byline {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    font-style: normal;
    opacity: 1;
    color: var(--text-color-light)
}

#shopify-product-reviews .spr-review-header-byline strong {
    font-weight: 400
}

#shopify-product-reviews .spr-review-content {
    margin-bottom: 0
}

#shopify-product-reviews .spr-review-reply {
    margin: 18px 0 6px 0;
    padding: 0 0 0 14px;
    background: 0;
    border-left: 3px solid var(--border-color);
    font-style: italic
}

#shopify-product-reviews .spr-summary-actions {
    display: block
}

#shopify-product-reviews .spr-review-reply-shop {
    float: none
}

#shopify-product-reviews .spr-button-primary:not(input),
#shopify-product-reviews .spr-summary-actions-newreview {
    width: 100%
}

#shopify-product-reviews input.spr-button-primary {
    border-color: var(--button-background);
    background: var(--button-background);
    color: var(--button-text-color);
    width: 100%
}

#shopify-product-reviews .spr-pagination-next,
#shopify-product-reviews .spr-pagination-prev {
    display: block;
    position: relative;
    margin-bottom: 20px
}

#shopify-product-reviews .spr-pagination-next>a,
#shopify-product-reviews .spr-pagination-prev>a {
    width: 100%
}

#shopify-product-reviews .new-review-form {
    margin-top: 20px
}

#shopify-product-reviews .spr-form-contact-email,
#shopify-product-reviews .spr-form-contact-location,
#shopify-product-reviews .spr-form-contact-name,
#shopify-product-reviews .spr-form-review-body,
#shopify-product-reviews .spr-form-review-rating,
#shopify-product-reviews .spr-form-review-title {
    margin-bottom: 15px
}

@media screen and (min-width:641px) {
    #shopify-product-reviews {
        margin: 8px 40px 28px 0 !important
    }

    #shopify-product-reviews .spr-review-header-title {
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 12px))
    }

    #shopify-product-reviews .spr-review-content-body,
    #shopify-product-reviews .spr-review-header-byline {
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 14px))
    }

    #shopify-product-reviews .spr-header {
        align-self: flex-start;
        width: 100%
    }

    #shopify-product-reviews .spr-button-primary:not(input),
    #shopify-product-reviews .spr-pagination-next>a,
    #shopify-product-reviews .spr-pagination-prev>a,
    #shopify-product-reviews .spr-summary-actions-newreview,
    #shopify-product-reviews input.spr-button-primary {
        width: auto;
        float: none
    }

    #shopify-product-reviews .spr-form-contact-email,
    #shopify-product-reviews .spr-form-contact-location,
    #shopify-product-reviews .spr-form-contact-name,
    #shopify-product-reviews .spr-form-review-body,
    #shopify-product-reviews .spr-form-review-rating,
    #shopify-product-reviews .spr-form-review-title {
        margin-bottom: 25px
    }

    #shopify-product-reviews .spr-summary-actions {
        display: flex
    }

    #shopify-product-reviews .spr-pagination-next,
    #shopify-product-reviews .spr-pagination-prev {
        margin: 0 20px 0 0
    }

    #shopify-product-reviews .spr-pagination-next>a,
    #shopify-product-reviews .spr-pagination-prev>a {
        display: block
    }
}

@media screen and (min-width:1008px) {
    #shopify-product-reviews {
        margin-bottom: 4px !important
    }
}

@media screen and (min-width:1140px) {
    #shopify-product-reviews {
        margin-right: 100px !important
    }
}

.Search {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    background: var(--background);
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-25px);
    transition: transform .15s ease-in-out, opacity .15s ease-in-out, visibility .15s ease-in-out;
    z-index: -1
}

.Search[aria-hidden=false] {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0)
}

.Search__Inner {
    padding: 14px 18px;
    max-height: calc(100vh - 60px);
    overflow: auto;
    -webkit-overflow-scrolling: touch
}

@supports(--css:variables) {
    .Search__Inner {
        max-height: calc(100vh - var(--header-height) - 88px)
    }
}

.Search__SearchBar {
    display: flex;
    align-items: center
}

.Search__Form {
    display: flex;
    align-items: center;
    flex: 1 0 auto
}

.Search__Form .Icon--search {
    width: 18px;
    height: 17px
}

.Search__Form .Icon--search-desktop {
    width: 21px;
    height: 21px
}

.Search__InputIconWrapper {
    position: relative;
    top: -1px;
    margin-right: 12px;
    color: var(--text-color-light)
}

.Search__Input {
    background: 0;
    width: 100%;
    border: 0;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 15px));
    vertical-align: middle
}

.Search__Input::-moz-placeholder {
    color: var(--text-color-light)
}

.Search__Input:-ms-input-placeholder {
    color: var(--text-color-light)
}

.Search__Input::placeholder {
    color: var(--text-color-light)
}

.Search__Input::-ms-clear {
    display: none
}

.Search__Close {
    color: var(--text-color-light);
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 15px));
    line-height: 1
}

.Search__Results {
    display: none;
    margin-top: 30px;
    margin-bottom: 30px
}

.Search__Results[aria-hidden=false] {
    display: block
}

@media screen and (min-width:641px) {
    .Search__Inner {
        padding: 28px 50px
    }

    .Search__Input {
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 18px))
    }

    .Search__InputIconWrapper {
        margin-right: 20px
    }

    .Search__Close {
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 16px))
    }

    .Search__Close svg {
        stroke-width: 1.25px
    }

    .Search__Results {
        margin-top: 70px;
        margin-bottom: 48px
    }
}

@-webkit-keyframes shopTheLookDotKeyframe {
    0 {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes shopTheLookDotKeyframe {
    0 {
        transform: scale(1)
    }

    50% {
        transform: scale(1.05)
    }

    100% {
        transform: scale(1)
    }
}

.ShopTheLook {
    z-index: 2
}

.ShopTheLook__Item {
    padding: 0 5px;
    width: calc(100% - 40px);
    transition: opacity .3s ease-in-out
}

.ShopTheLook__Item.is-selected {
    z-index: 1
}

.ShopTheLook__ImageWrapper {
    position: relative;
    max-width: 100%
}

.ShopTheLook__Image {
    display: block;
    height: 100%;
    width: 100%
}

.ShopTheLook__Dot {
    position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    margin: -8px 0 0 -8px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 1px 10px rgba(0, 0, 0, .25);
    cursor: pointer;
    z-index: 1;
    transform: scale(1);
    transition: transform .25s ease-in-out
}

.ShopTheLook__Dot::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    left: -12px;
    top: -12px;
    border-radius: 100%;
    background: rgba(255, 255, 255, .4);
    -webkit-animation: 1.4s shopTheLookDotKeyframe ease-in-out infinite;
    animation: 1.4s shopTheLookDotKeyframe ease-in-out infinite
}

.ShopTheLook__Dot--dark {
    background: #000
}

.ShopTheLook__Dot--dark::after {
    background: rgba(0, 0, 0, .4)
}

.ShopTheLook__Dot.is-active,
.supports-hover .ShopTheLook__Dot:hover {
    transform: scale(1.5)
}

.ShopTheLook__ProductItem .ProductItem__ImageWrapper {
    max-width: 150px;
    margin: 0 auto
}

.ShopTheLook__DiscoverButtonWrapper {
    margin: 24px 24px 0 24px;
    text-align: center
}

@media screen and (max-width:640px) {
    .ShopTheLook__ViewButton {
        width: 100%
    }

    .ShopTheLook__ProductItem--withHiddenInfo .ProductItem__Info {
        display: none
    }

    .ShopTheLook__ProductItem {
        padding: 15px 0
    }
}

@media screen and (max-width:1007px) {
    .ShopTheLook>.flickity-viewport {
        transition: transform .3s ease-in-out, opacity .3s ease-in-out
    }

    .ShopTheLook::before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: var(--background);
        opacity: 0;
        visibility: hidden;
        transition: all .25s ease-in-out
    }

    .ShopTheLook.is-zoomed::before {
        opacity: 1;
        visibility: visible;
        transition-delay: 0
    }

    .ShopTheLook.is-zoomed .ShopTheLook__Item:not(.is-selected) {
        opacity: 0
    }

    .ShopTheLook__ProductItem {
        padding: 30px 0 40px 0
    }
}

@media screen and (min-width:641px) {
    .ShopTheLook__DiscoverButtonWrapper {
        margin-top: 50px
    }

    .ShopTheLook__Item {
        width: auto;
        padding: 0 15px
    }

    .ShopTheLook__ProductItem .ProductItem__Wrapper {
        max-width: 250px;
        margin: 0 auto
    }
}

@media screen and (min-width:1008px) {
    .ShopTheLook {
        max-width: 1480px;
        margin: 0 auto;
        padding: 0 130px
    }

    .ShopTheLook__Item {
        width: 100%;
        padding: 0
    }

    .ShopTheLook__Inner {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 550px
    }

    .ShopTheLook__ImageWrapper {
        flex: 0 1 auto
    }

    .ShopTheLook__Image {
        max-height: 100%;
        width: auto
    }

    .ShopTheLook__ProductList {
        flex: none;
        width: 270px;
        margin: 0 80px
    }

    .ShopTheLook__ProductItem .ProductItem__Wrapper {
        max-width: none
    }

    .ShopTheLook__ProductItem .ProductItem__ImageWrapper {
        max-width: 250px
    }

    .ShopTheLook__ViewButton {
        margin-top: 25px
    }

    .ShopTheLook .flickity-prev-next-button {
        top: calc(50% -(45px / 2))
    }

    .ShopTheLook .flickity-prev-next-button.next {
        right: 40px
    }

    .ShopTheLook .flickity-prev-next-button.previous {
        left: 40px
    }
}

.SidebarMenu {
    height: 100%;
    background: var(--navigation-background);
    color: var(--navigation-text-color)
}

.SidebarMenu .Heading,
.supports-hover .SidebarMenu .Link--primary:hover {
    color: var(--navigation-text-color)
}

.SidebarMenu .Text--subdued {
    color: var(--navigation-text-color-light)
}

.SidebarMenu .Collapsible,
.SidebarMenu .Linklist {
    border-color: var(--navigation-border-color)
}

.SidebarMenu__Nav .Collapsible:first-child {
    border-top: 0
}

.SidebarMenu .Drawer__Main::after {
    display: block;
    content: "";
    height: 35px
}

.SidebarMenu__Nav--secondary {
    margin-top: 28px
}

.SidebarMenu .Drawer__Footer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 48px;
    box-shadow: 0 1px var(--navigation-border-color) inset;
    color: var(--navigation-text-color-light)
}

.SidebarMenu__CurrencySelector,
.SidebarMenu__Social {
    flex: 1 0 auto;
    margin: 0;
    padding: 6px 0
}

.SidebarMenu__CurrencySelector {
    width: 120px;
    flex: none;
    text-align: center;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 11px))
}

.SidebarMenu__CurrencySelector .Select {
    display: inline-block
}

@supports(display:grid) {
    .SidebarMenu__Social {
        display: grid;
        grid-template-columns: repeat(auto-fit, 34px);
        justify-content: space-evenly;
        text-align: center
    }
}

.SidebarMenu__CurrencySelector+.SidebarMenu__Social {
    border-left: 1px solid var(--navigation-border-color)
}

.SidebarMenu .Drawer__Content::before,
.SidebarMenu .Drawer__Footer::before {
    position: absolute;
    content: "";
    width: 100%;
    pointer-events: none;
    z-index: 1
}

.SidebarMenu .Drawer__Content::before {
    top: 0;
    height: 25px;
    background-image: linear-gradient(var(--navigation-background), rgba(var(--navigation-background-rgb), .6) 40%, rgba(var(--navigation-background-rgb), 0))
}

.SidebarMenu .Drawer__Footer::before {
    bottom: 100%;
    height: 30px;
    background-image: linear-gradient(rgba(var(--navigation-background-rgb), 0), rgba(var(--navigation-background-rgb), .6) 40%, var(--navigation-background))
}

@media screen and (min-width:1008px) {
    .SidebarMenu .Drawer__Content::before {
        height: 40px
    }

    .SidebarMenu .Drawer__Main {
        padding-top: 26px
    }

    .SidebarMenu .Drawer__Main::after {
        height: 60px
    }

    .SidebarMenu .Drawer__Footer::before {
        height: 70px
    }
}

.shopify-section--slideshow {
    position: relative
}

.Slideshow--fullscreen {
    height: 100vh
}

@supports(--css:variables) {
    .js .Slideshow--fullscreen {
        height: calc(var(--window-height) -(var(--header-height) * 0) - 0);
        height: calc(var(--window-height) -(var(--header-height) * var(--header-is-not-transparent, 0)) - var(--announcement-bar-height, 0));
        max-height: 100vh
    }
}

.js .Slideshow__Carousel .Slideshow__Slide {
    transition: none
}

.js .Slideshow__Carousel .Slideshow__Slide.is-selected {
    visibility: hidden
}

.Slideshow__ImageContainer {
    height: 100%
}

.Slideshow--fullscreen .Slideshow__Image {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: "object-fit:cover;object-position:center;"
}

.Slideshow__Image {
    z-index: 0
}

@supports((-o-object-fit:cover) or(object-fit:cover)) {
    .js .Slideshow__Image {
        opacity: 0
    }
}

.Slideshow__Content {
    position: absolute;
    text-align: center
}

.Slideshow__Content--bottomLeft,
.Slideshow__Content--middleLeft,
.Slideshow__Content--topLeft {
    text-align: left
}

.Slideshow__Content--bottomLeft .ButtonGroup,
.Slideshow__Content--middleLeft .ButtonGroup,
.Slideshow__Content--topLeft .ButtonGroup {
    justify-content: flex-start
}

.Slideshow__Content--bottomRight,
.Slideshow__Content--middleRight,
.Slideshow__Content--topRight {
    text-align: right
}

.Slideshow__Content--bottomRight .ButtonGroup,
.Slideshow__Content--middleRight .ButtonGroup,
.Slideshow__Content--topRight .ButtonGroup {
    justify-content: flex-end
}

.Slideshow__Content--topCenter,
.Slideshow__Content--topLeft,
.Slideshow__Content--topRight {
    top: 70px;
    bottom: auto;
    left: 0;
    transform: none
}

.Slideshow__Content--bottomCenter,
.Slideshow__Content--bottomLeft,
.Slideshow__Content--bottomRight {
    top: auto;
    bottom: 70px;
    left: 0;
    transform: none
}

@media(max-width:767px) {
    .Slideshow__Content .ButtonGroup__Item {
        min-width: 50%
    }
}

.js .Slideshow__Content .SectionHeader {
    opacity: 0
}

.Slideshow__ScrollButton {
    position: absolute;
    left: calc(50% - 25px);
    bottom: -25px
}

.Slideshow__Carousel--withScrollButton {
    margin-bottom: 25px
}

.Slideshow--fullscreen .Slideshow__ScrollButton {
    bottom: 10px
}

.Slideshow--fullscreen .Slideshow__Carousel--withScrollButton {
    max-height: calc(100% - 35px);
    margin-bottom: 0
}

.store-availability-container {
    margin-top: 30px
}

.store-availability-information {
    display: flex;
    align-items: baseline
}

.Icon--store-availability-in-stock {
    position: relative;
    width: 13px;
    height: 9px
}

.Icon--store-availability-out-of-stock {
    position: relative;
    width: 11px;
    height: 10px
}

.store-availability-information-container {
    margin-left: 6px
}

.store-availability-information__title {
    margin-bottom: 2px
}

.store-availability-information__stock {
    margin-bottom: 5px
}

.store-availability-information__link,
.store-availability-information__stock,
.store-availability-list__item-info {
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 13px))
}

.store-availability-list__item:first-child {
    margin-top: 25px
}

.store-availability-list__item {
    margin-top: 30px
}

.store-availability-list__location,
.store-availability-list__stock {
    margin-bottom: 5px
}

.store-availability-list__stock svg {
    margin-right: 3px
}

.store-availability-list__contact {
    line-height: 1.45
}

.store-availability-list__stock .Icon--store-availability-in-stock {
    top: -1px
}

.store-availability-list__contact p {
    margin-bottom: 0
}

.store-availabilities-modal__product-information {
    text-align: left
}

@-webkit-keyframes testimonialOpening {
    from {
        visibility: hidden;
        opacity: 0;
        transform: translateY(15px)
    }

    to {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes testimonialOpening {
    from {
        visibility: hidden;
        opacity: 0;
        transform: translateY(15px)
    }

    to {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }
}

@-webkit-keyframes testimonialClosing {
    from {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }

    to {
        visibility: visible;
        opacity: 0;
        transform: translateY(-15px)
    }
}

@keyframes testimonialClosing {
    from {
        visibility: visible;
        opacity: 1;
        transform: translateY(0)
    }

    to {
        visibility: visible;
        opacity: 0;
        transform: translateY(-15px)
    }
}

.Testimonial {
    text-align: center;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 18px))
}

.Testimonial__Logo {
    margin-top: 54px
}

.js .TestimonialList {
    opacity: 0;
    transition: opacity 0 linear .5s
}

.js .TestimonialList.flickity-enabled {
    opacity: 1
}

.js .TestimonialList .flickity-viewport {
    overflow: visible
}

.js .TestimonialList .flickity-page-dots {
    position: relative;
    margin-top: 60px
}

.js .TestimonialList .Testimonial {
    opacity: 0;
    visibility: hidden;
    -webkit-animation: testimonialClosing .4s cubic-bezier(.55, .055, .675, .19) forwards;
    animation: testimonialClosing .4s cubic-bezier(.55, .055, .675, .19) forwards
}

.js .TestimonialList .Testimonial.is-selected {
    opacity: 0;
    visibility: hidden;
    -webkit-animation: testimonialOpening .4s cubic-bezier(.25, .46, .45, .94) .8s forwards;
    animation: testimonialOpening .4s cubic-bezier(.25, .46, .45, .94) .8s forwards
}

@media screen and (max-width:640px) {
    .Testimonial__Logo {
        max-width: 110px
    }
}

@media screen and (min-width:641px) {
    .Testimonial {
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 20px))
    }

    .Testimonial__Content {
        max-width: 550px;
        margin: 0 auto
    }

    .TestimonialNav__Item,
    .Testimonial__Logo {
        max-width: 150px
    }
}

@media screen and (min-width:1008px) {
    .TestimonialList--withNav .flickity-page-dots {
        display: none
    }

    .TestimonialNav {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 70px
    }

    .TestimonialNav__Item {
        margin: 0 25px;
        cursor: pointer;
        opacity: .25;
        transition: opacity .2s ease-in-out;
        will-change: opacity
    }

    .TestimonialNav__Item.is-selected {
        opacity: 1
    }
}

@media screen and (min-width:1140px) {
    .TestimonialNav__Item {
        margin: 0 45px
    }
}

.Timeline {
    box-shadow: 0 -2px 10px rgba(54, 54, 54, .2)
}

.Timeline__ListItem {
    position: relative;
    height: 540px;
    text-shadow: 0 1px rgba(0, 0, 0, .5)
}

.Timeline__Item {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(54, 54, 54, .2);
    pointer-events: none;
    transition: opacity .5s ease-in-out
}

.Timeline__ImageWrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.Timeline__Image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transform: translateX(-50px) scale(1.1);
    transform-origin: left;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1)
}

.Timeline__Inner {
    position: relative;
    padding: 80px 14px 80px 14px;
    max-height: 100%;
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1
}

.Timeline__Header>* {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1), transform 1s cubic-bezier(.215, .61, .355, 1) .5s
}

.Timeline__Header>.SectionHeader__Description {
    transform: translateY(50px)
}

.Timeline__Item.is-selected {
    opacity: 1;
    pointer-events: auto
}

.Timeline__Item.is-selected .Timeline__Image {
    transform: translateX(0) scale(1.1)
}

.Timeline__Item.is-selected .Timeline__Header>* {
    opacity: 1;
    transition-delay: .5s;
    transform: translateY(0)
}

@media screen and (max-width:640px) {
    .shopify-section--timeline {
        border-top: none !important
    }

    .shopify-section--timeline .Section {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .shopify-section--timeline .Container {
        padding-left: 0;
        padding-right: 0
    }

    .Timeline__Header .Heading,
    .Timeline__Header .Rte a {
        color: inherit
    }

    .Timeline__Header .SectionHeader__Description {
        margin: 34px 30px 0 30px
    }
}

@media screen and (min-width:641px) {
    .Timeline__ListItem {
        max-width: 1230px;
        margin: 0 auto;
        height: 400px;
        text-shadow: none
    }

    .Timeline__Item {
        background-color: var(--light-background)
    }

    .Timeline__ImageWrapper,
    .Timeline__Inner {
        flex: none;
        width: 50%
    }

    .Timeline__ImageWrapper {
        position: relative;
        height: 100%
    }

    .Timeline__ImageWrapper::after {
        display: none
    }

    .Timeline__Image {
        transform: translateX(-60px) scale(1.1)
    }

    .Timeline__Inner {
        padding: 34px 40px;
        color: var(--text-color)
    }

    .Timeline__Header {
        text-align: left
    }
}

@media screen and (min-width:1008px) {
    .Timeline__ListItem {
        height: 515px
    }

    .Timeline__Inner {
        padding: 54px 60px
    }
}

.Timeline__Nav {
    position: relative;
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 11px));
    font-family: var(--heading-font-family);
    font-weight: var(--heading-font-weight);
    font-style: var(--heading-font-style);
    letter-spacing: .2em;
    color: var(--text-color-light);
    background: var(--light-background)
}

.Timeline__NavWrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow: auto
}

.Timeline__NavWrapper--center {
    justify-content: center
}

.Timeline__NavItem {
    position: relative;
    padding: 30px 20px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    letter-spacing: inherit;
    vertical-align: text-bottom;
    transition: all .25s ease-in-out
}

.Timeline__NavItem::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 20px;
    height: 3px;
    width: calc(100% - 40px - .2em);
    opacity: 0;
    background: var(--text-color);
    transform: scale(0, 1);
    transform-origin: left center;
    transition: opacity .3s, transform .3s
}

.Timeline__NavItem.is-selected {
    font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 18px));
    color: var(--text-color)
}

.Timeline__NavItem.is-selected::after {
    opacity: 1;
    transform: scale(1, 1)
}

.Timeline__NavLabel {
    display: block;
    line-height: 0
}

@media screen and (min-width:641px) {
    .Timeline {
        box-shadow: none
    }

    .Timeline__Nav {
        margin-top: 40px;
        background: 0;
        font-size: calc(var(--base-text-font-size) -(var(--default-text-font-size) - 12px))
    }

    .Timeline__NavWrapper {
        display: block;
        text-align: center
    }

    .Timeline__NavItem {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media screen and (min-width:1140px) {
    .Timeline__Nav {
        margin-top: 65px
    }
}

.ProductList--grid .Grid__Cell {
    position: relative
}

.ProductList--grid .Grid__Cell:hover {
    z-index: 1
}

.ProductItem__Wrapper {
    position: relative
}

.ProductItem__ImageWrapper .AspectRatio {
    background: #f5f5f5
}

.ProductItem__Header {
    text-align: left;
    margin-bottom: 15px
}

@media(max-width:992px) {
    [data-layout=grid] .ProductItem__Header {
        display: none
    }

    [data-layout=grid] .ProductItem {
        margin: 0 !important
    }
}

.ProductItem__Header .ProductItem__Title {
    font-size: 22px;
    line-height: 1.32;
    font-weight: 700
}

.ProductItem__LifeStyle {
    display: none
}

@media(min-width:768px) {
    .ProductItem__LifeStyle {
        display: block
    }
}

.ProductItem__LifeStyle .ProductItem__ImageWrapper {
    overflow: hidden;
    position: relative
}

.ProductItem__LifeStyle .ProductItem__Title {
    position: absolute;
    color: #fff;
    bottom: 30px;
    left: 24px;
    right: 24px;
    z-index: 2;
    font-size: 18px;
    font-weight: 700;
    text-align: left
}

.ProductItem__Info,
.ProductItem__Swatches {
    position: relative
}

.ProductItem__Swatches {
    width: 100%;
    padding-top: 10px
}

.Swatches:not(.slick-initialized) {
    display: flex;
    flex-wrap: wrap
}

.Swatches {
    margin-left: -2px
}

.Swatches .SwatchItem {
    width: 16.667%;
    padding: 3px
}

.Swatches .SwatchItem .SwatchButton {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    display: block;
    padding: 1px;
    overflow: hidden
}

.Swatches .SwatchItem .SwatchButton.block-selected,
.Swatches .SwatchItem:hover .SwatchButton {
    border-color: #d3d4d5
}

.Swatches .slide-arrow {
    display: flex !important;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid #d3d4d5;
    height: calc(100% - 6px);
    width: calc(16.667% - 6px);
    position: absolute;
    top: 3px;
    left: 3px;
    background: #fff;
    z-index: 1
}

.Swatches .slide-arrow.slick-disabled {
    display: none !important
}

.Swatches .slide-arrow.next-arrow {
    left: auto;
    right: 1px
}

.Swatches .slide-arrow .arrow {
    transform: rotate(-45deg);
    margin-right: 4.5px;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-bottom: 3px solid #4d5559;
    border-right: 3px solid #4d5559;
    transition: all 250ms ease-in-out 0
}

.Swatches .slide-arrow.prev-arrow .arrow {
    transform: rotate(135deg);
    margin-left: 4.5px;
    margin-right: 0
}

.Sizes {
    padding: 15px 0;
    margin: 0 -3px;
    text-align: left
}

.Sizes .Heading {
    text-align: left
}

.Sizes .SizeItem {
    display: inline-block;
    width: 20%;
    max-width: 45px;
    padding: 0 3px 3px;
    margin: 0
}

.Sizes .SizeButton {
    appearance: none;
    width: 100%;
    position: relative;
    font-weight: 400;
    letter-spacing: .5px;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #212a2f;
    border-radius: 2px;
    padding: 0;
    outline: 0;
    background-color: transparent;
    line-height: 1;
    display: block;
    padding-top: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.Sizes .SizeButton.block-selected {
    background-color: #212a2f;
    color: #fff
}

.Sizes .SizeButton--select {
    width: 100%;
    border: 1px solid #212a2f;
    padding: 14px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.Sizes.--select {
    position: relative
}

.Sizes.--select .Icon {
    width: 10px;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    stroke-width: 2
}

.Sizes.--select .Icon polyline {
    stroke-width: 2
}

@media(hover:hover) {
    .Sizes .SizeButton:not(.quick-disabled):hover {
        background-color: #212a2f;
        color: #fff
    }
}

.Sizes .SizeButton.quick-disabled {
    color: #4d5559;
    border-color: #d3d4d5;
    cursor: not-allowed;
    background: url("data:image/svg+xml;utf8,<svgxmlns='http://www.w3.org/2000/svg'version='1.1'preserveAspectRatio='none'viewBox='00100100'><pathd='M1000L0100'stroke='%23212a2f'stroke-width='1'/></svg>") center center no-repeat
}

.Sizes .SizeButton_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media screen and (max-width:1007px) {
    .ProductItem__Wrapper {
        background-color: #fff
    }

    .ProductItem__Wrapper .ProductItem__Info,
    .ProductItem__Wrapper .ProductItem__Swatches {
        padding-left: 18px;
        padding-right: 18px
    }

    .Sizes {
        padding-bottom: 0
    }

    .Sizes .Heading {
        cursor: pointer;
        position: relative;
        border-top: 1px solid #d3d4d5;
        padding: 10px 16px;
        margin-left: -16px;
        width: calc(100%+32px);
        margin-bottom: 0
    }

    .Sizes .Heading:after,
    .Sizes .Heading:before {
        content: "";
        position: absolute;
        border-left: 2px solid currentcolor;
        top: 18px;
        right: 24px;
        height: 12px;
        transition: transform 250ms ease 0
    }

    .Sizes .Heading:after {
        transform: rotate(90deg)
    }

    .Sizes .Heading.open:before {
        transform: rotate(90deg)
    }

    .SizesWrapper {
        display: none;
        padding-bottom: 24px
    }
}

@media screen and (max-width:640px) {
    .ProductList--grid .Swatches {
        margin: 0 -12px
    }

    .ProductList--grid .Swatches .SwatchItem .SwatchButton {
        width: 36px;
        height: 36px;
        background: 0 0;
        padding: 2px;
        border-radius: 100px;
        margin: auto;
        border-color: transparent;
        border-width: 2px
    }

    .ProductList--grid .Swatches .SwatchItem .SwatchButton.block-selected,
    .ProductList--grid .Swatches .SwatchItem:hover .SwatchButton {
        border-color: #d3d4d5 !important
    }

    .ProductList--grid .Swatches .SwatchItem .SwatchButton .ProductItem__Image {
        border-radius: 100px;
        border: 1px solid #d3d4d5
    }

    .ProductList--grid .Swatches .slide-arrow {
        width: 36px;
        height: 36px;
        border-radius: 100px
    }

    .ProductList--grid .Swatches .slide-arrow.prev-arrow {
        margin-left: 11px
    }

    .ProductList--grid .Swatches .slide-arrow.next-arrow {
        margin-right: 10px
    }

    .ProductList--grid .Swatches .slide-arrow .arrow {
        margin-right: 4.5px;
        width: 8px;
        height: 8px;
        border-bottom: 2px solid #4d5559;
        border-right: 2px solid #4d5559;
        transition: all 250ms ease-in-out 0
    }

    .Sizes .Heading {
        font-size: 14px
    }

    .Sizes .Heading:after,
    .Sizes .Heading:before {
        top: 16px
    }
}

@media screen and (min-width:1008px) {
    .Sizes {
        padding: 15px 24px
    }

    .Sizes .Heading {
        pointer-events: none
    }

    .ProductItem__Wrapper:before {
        content: "";
        position: absolute;
        background-color: #fff
    }

    .ProductItem__Wrapper:hover:before {
        top: -24px;
        height: calc(100%+48px);
        width: calc(100%+48px);
        left: -24px;
        box-shadow: rgb(0 0 0 / 23%) 0 10px 30px 0
    }

    .Sizes {
        padding: 15px 24px;
        margin: 0 -3px;
        text-align: left;
        position: absolute;
        width: 100%;
        visibility: hidden;
        opacity: 0
    }

    .ProductItem__Wrapper:hover .Sizes {
        margin: 0 -3px;
        text-align: left;
        position: absolute;
        width: calc(100%+48px);
        background: #fff;
        box-shadow: rgb(0 0 0 / 23%) 0 20px 20px 0;
        left: -21px;
        visibility: visible;
        opacity: 1
    }
}

[data-section-type=featured-collections] .ProductItem__Wrapper:before {
    display: none !important
}

.Product__Wrapper {
    min-height: 100vh
}

.Product__Grid {
    display: flex;
    width: 100%;
    flex-flow: row wrap;
    margin: 0 auto
}

.Product__Grid .Product__SlideItem {
    width: 50%;
    padding: 6px;
    margin: 0;
    cursor: pointer
}

.Product__SlideshowNav {
    display: none
}

.Product__SlideItem--image .Icon,
.Product__SlideItem--video .Icon {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 50px;
    height: 50px
}

.Product__SlideItem--image .Icon svg,
.Product__SlideItem--video .Icon svg {
    width: 50px;
    height: 50px
}

@media screen and (min-width:641px) {

    .Product__SlideItem--image:hover .Icon,
    .Product__SlideItem--video:hover .Icon {
        display: block
    }
}

.Product__SlideshowMobileNav .Product__SlideshowNavArrow {
    display: none
}

.Product__SlideshowMobileNav {
    margin-top: -30px;
    margin-bottom: 60px
}

.Product__Gallery .ProductMeta {
    padding: 24px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.Product__Gallery .ProductMeta .ProductMeta__PriceList {
    margin-top: 3px
}

.Product__Info .breadcrumb {
    padding-left: 0 !important
}

.Product__Info .Product__Aside {
    padding-left: 0
}

.Product__Aside .Collapsible__Button {
    padding: 12px 0 9px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.75;
    letter-spacing: 1.7px;
    text-transform: uppercase
}

.Product__Aside .Collapsible__Content {
    padding: 9px 0 24px
}

.Product__Aside .Collapsible__Content .Rte p:not(:last-child) {
    margin-bottom: .5em
}

.ProductForm__Swatches .Sizes {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0
}

.ProductForm__Swatches .Swatches {
    margin-bottom: 25px
}

.ProductForm__Swatches .Swatches .SwatchItem {
    width: 56px
}

.ProductForm__Swatches .Swatches .SwatchItem .SwatchButton {
    border-radius: 100%;
    overflow: hidden;
    background: 0 0;
    border: 2px solid transparent;
    position: relative;
    padding: 3px
}

.ProductForm__Swatches .Swatches .SwatchItem .SwatchButton:hover {
    border-color: #f5f5f5
}

.ProductForm__Swatches .Swatches .SwatchItem .SwatchButton.block-selected {
    border-color: #d3d4d5
}

.ProductForm__Swatches .Swatches .SwatchItem .AspectRatio {
    border-radius: 100%;
    overflow: hidden;
    border: 1px solid #d3d4d5
}

.ProductForm__Label {
    margin-right: 4px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 14px
}

.ProductForm__Label .variantTitle {
    text-transform: none;
    margin-left: 5px
}

.ProductMeta__PriceList .Price {
    font-size: 16px;
    font-weight: 400
}

.ProductForm__Swatches .Sizes .SizeItem {
    max-width: 56px
}

.ProductForm__Swatches .Sizes .SizeButton {
    font-size: 14px
}

.ProductForm__Size {
    position: relative;
    float: none;
    font-weight: 600;
    font-size: 14px
}

.Product__SlideshowMobileNav {
    display: none
}

@media screen and (max-width:640px) {
    .ProductMeta__Title {
        font-size: 18px !important
    }

    .ProductMeta__PriceList .Price {
        font-family: var(--text-font-family);
        font-weight: 400;
        font-size: 16px;
        letter-spacing: .5px;
        white-space: nowrap
    }

    .ProductForm__Swatches .Sizes .SwatchItem {
        padding: 5px
    }

    .Product__Slideshow .flickity-page-dots {
        bottom: 20px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .Product__Slideshow .flickity-page-dots .dot {
        width: 7px;
        height: 7px;
        margin: 0 5px;
        background: #d3d4d5;
        border-color: #d3d4d5;
        opacity: 1
    }

    .Product__Slideshow .flickity-page-dots .dot.is-selected {
        width: 10px;
        height: 10px
    }

    .Product__Gallery {
        min-height: initial !important
    }
}

#modal-size-chart .Rte table td,
#modal-size-chart .Rte table th,
#modal-size-chart .Table td,
#modal-size-chart .Table th {
    white-space: nowrap
}

.wool_piper_highlights {
    display: inline-block;
    align-items: center;
    justify-content: center;
    margin: 30px auto 0;
    width: 100%;
    flex-wrap: wrap
}

.wool_piper_highlights h3 {
    display: inline-block;
    flex: 0 100%;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0 0 24px 0;
    font-weight: 700
}

.wool_piper_highlights ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.wool_piper_highlights ul li {
    text-align: center;
    margin: 0 auto;
    list-style: none
}

.wool_piper_highlights ul li img {
    max-height: 48px;
    max-width: 100%
}

.wool_piper_highlights ul li p {
    font-size: 13px;
    margin-bottom: 0;
    font-weight: 400;
    color: #212a2f;
    line-height: 1.5;
    letter-spacing: .5px;
    margin: 5px 0 0;
    padding: 0
}

#shopify-section-product-image-grid.shopify-section--timeline .Timeline {
    margin-bottom: 50px
}

#shopify-section-product-image-grid.shopify-section--timeline .Timeline__Header {
    text-align: left
}

@media screen and (max-width:640px) {
    #shopify-section-product-image-grid.shopify-section--timeline .Timeline {
        box-shadow: none;
        margin-bottom: 0
    }

    #shopify-section-product-image-grid.shopify-section--timeline .Timeline__ListItem {
        height: auto;
        text-shadow: none
    }

    #shopify-section-product-image-grid.shopify-section--timeline .Timeline__Item {
        position: relative;
        flex-wrap: wrap;
        background-color: var(--light-background)
    }

    #shopify-section-product-image-grid.shopify-section--timeline .Timeline__ImageWrapper {
        order: 1;
        position: relative;
        padding-top: 100%;
        order: 1;
        background-size: contain !important;
        background-position: center !important
    }

    #shopify-section-product-image-grid.shopify-section--timeline .Timeline__ImageWrapper:after {
        display: none
    }

    #shopify-section-product-image-grid.shopify-section--timeline .Timeline__Inner {
        order: 2;
        padding: 40px 24px 60px 24px
    }

    #shopify-section-product-image-grid.shopify-section--timeline .Timeline__Header .SectionHeader__Description {
        margin: 0
    }
}

.CollectionInner {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto
}

.breadcrumb {
    padding-bottom: 15px;
    font-weight: 700;
    font-size: 11px;
    letter-spacing: .3px
}

.breadcrumb a:hover {
    text-decoration: underline
}

.breadcrumb .current {
    display: block
}

@media screen and (max-width:640px) {
    .breadcrumb a {
        text-decoration: underline
    }
}

#shopify-section-new-product-template .breadcrumb {
    padding: 24px 24px 0;
    max-width: 1330px;
    margin: auto
}

#shopify-section-new-product-template .breadcrumb .current {
    display: none
}

.Product__Gallery {
    margin-top: 0
}

span.collection_title.Heading.u-h4.current {
    font-size: 22px;
    display: block
}

@media screen and (min-width:1008px) {
    #shopify-section-new-product-template .breadcrumb {
        padding-left: 60px
    }
}

@media screen and (max-width:992px) {
    span.collection_title.Heading.u-h4.current {
        font-size: 18px;
        padding: 0
    }

    .ProductItem__Header .ProductItem__Title {
        font-size: 18px
    }
}

.shopify-section--product_timeline .Timeline__Image,
.shopify-section--product_timeline .Timeline__ImageWrapper {
    transform: translateX(0) scale(1) !important;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important
}

.shopify-section--product_timeline .Timeline__ListItem {
    height: auto
}

.shopify-section--product_timeline .Timeline__Item {
    height: inherit;
    overflow: inherit;
    position: relative
}

#shopify-section-product-image-grid.shopify-section--timeline .Timeline__ImageWrapper {
    padding: 0
}

@media screen and (max-width:1007px) {
    #main {
        overflow: hidden
    }
}

#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
    left: 20px !important;
    right: unset !important
}

#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810:hover {
    left: 19px !important;
    right: unset !important
}

#minimized-trustbadge-98e3dadd90eb493088abdc5597a70810 .outsideAlerter-98e3dadd90eb493088abdc5597a70810>div:first-child {
    left: 0 !important;
    right: auto !important
}

#maximized-trustbadge-98e3dadd90eb493088abdc5597a70810 {
    left: 20px !important;
    right: unset !important
}

#trustcard-98e3dadd90eb493088abdc5597a70810 {
    left: 20px !important;
    right: unset !important
}

.SidebarMenu__Nav .Collapsible:focus,
.SidebarMenu__Nav .Collapsible:focus-within {
    background: 0 0;
    outline: 0
}

.Collapsible__Button:focus,
.Collapsible__Button:focus-within,
.button:focus,
.button:focus-within,
a:focus,
a:focus-within,
button:focus,
button:focus-within {
    outline: 0;
    -webkit-tap-highlight-color: transparent !important
}

.flickity-viewport {
    touch-action: pan-y pinch-zoom !important
}

.cover_img {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    object-fit: cover
}

.cover_img img {
    width: 100%;
    height: 100%
}

.loading {
    opacity: 1;
    overflow: hidden
}

.ProductListWrapper {
    position: relative
}

.loader-cover {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    max-height: 100vh
}

.spinner {
    width: 80px;
    height: 80px;
    border: 2px solid #dcdcdc;
    border-top: 5px solid #000;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite linear
}

@keyframes spin {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

.popup-shipping {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    display: none
}

.popup-shipping.is-active {
    display: block;
    display: flex
}

.popup-shipping .popup__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .1)
}

.popup-shipping .popup__close {
    position: absolute;
    top: 22px;
    right: 22px;
    font-size: 0;
    line-height: 0;
    background-color: transparent;
    border: 0
}

@media(max-width:767px) {
    .popup-shipping .popup__close {
        top: 13px;
        right: 13px
    }
}

.popup-shipping .popup__inner {
    position: relative;
    background-color: #fff;
    padding: 70px 50px 50px;
    text-align: center;
    max-width: 645px
}

@media(max-width:767px) {
    .popup-shipping .popup__inner {
        padding: 65px 25px 50px
    }
}

.popup-shipping .popup__title {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 32px
}

@media(max-width:767px) {
    .popup-shipping .popup__title {
        font-size: 25px;
        line-height: 1.3
    }
}

.popup-shipping .popup__links {
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    margin: -15px -10px
}

@media(max-width:767px) {
    .popup-shipping .popup__links {
        margin: -5px -10px
    }
}

.popup-shipping .popup__link {
    width: 28%;
    padding: 15px 10px;
    box-sizing: border-box
}

@media(max-width:767px) {
    .popup-shipping .popup__link {
        width: 33.33%;
        padding: 5px 10px
    }
}

.popup-shipping .popup__text {
    padding-top: 35px;
    margin-top: 35px;
    border-top: solid 1px #000
}

@media(max-width:767px) {
    .popup-shipping .popup__text {
        padding-top: 25px;
        margin-top: 30px
    }
}

.popup-shipping .popup__text p {
    font-size: 20px;
    font-weight: 500
}

@media(max-width:767px) {
    .popup-shipping .popup__text p {
        font-size: 15px;
        font-weight: 600
    }
}

.link-flag {
    display: block;
    line-height: 1.1;
    cursor: pointer
}

.link-flag .link__image img {
    max-height: 100%
}

.link-flag .link__image {
    max-width: 77px;
    height: 50px;
    margin: 0 auto 15px
}

@media(max-width:767px) {
    .link-flag .link__image {
        margin-bottom: 15px;
        height: 40px
    }
}

.link-flag .link__text {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2
}

@media(max-width:767px) {
    .link-flag .link__text {
        font-size: 10px
    }
}

.Footer__LocalizationItem,
.ly-switcher-wrapper {
    display: none !important
}

@media(max-width:980px) {
    .Footer__LocalizationItem {
        display: block !important;
        width: 100%;
        text-align: center
    }

    .footer__store-selector {
        display: none !important
    }

    .Footer__Localization {
        margin-bottom: 40px
    }
}

.shg-box {
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    flex: 1 1 auto
}

.shg-box>.shg-box-content {
    z-index: 4;
    position: relative;
    min-height: 1px
}

.shg-box-vertical-align-wrapper,
.shg-box-vertical-center-wrapper {
    display: flex;
    width: 100%
}

.shg-box-vertical-align-top {
    justify-content: flex-start
}

.shg-box-vertical-align-center,
.shg-box-vertical-center {
    justify-content: center
}

.shg-box-vertical-align-bottom {
    justify-content: flex-end
}

.shg-box-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    pointer-events: none
}

.shg-box-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: -1
}

#s-87ed942b-8634-4550-9ae4-2ee88d7d2d38 {
    min-height: 50px
}

#s-87ed942b-8634-4550-9ae4-2ee88d7d2d38>.shg-box-overlay {
    background-color: #fff;
    opacity: 0
}

#s-87ed942b-8634-4550-9ae4-2ee88d7d2d38.shg-box.shg-c {
    justify-content: center
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
    margin: 0;
    padding: 0;
    display: block;
    color: #000;
    text-transform: none;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal
}

.shogun-heading-component a {
    text-decoration: none !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important
}

#s-ef040bd0-af8a-460d-8e3c-9ae74902f672 {
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center
}

@media(min-width:1200px) {
    #s-ef040bd0-af8a-460d-8e3c-9ae74902f672 {
        margin-top: 35px;
        margin-bottom: 25px
    }
}

@media(max-width:767px) {
    #s-ef040bd0-af8a-460d-8e3c-9ae74902f672 {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

#s-ef040bd0-af8a-460d-8e3c-9ae74902f672 .shogun-heading-component h2 {
    color: #000;
    font-weight: 700;
    font-family: Montserrat;
    font-size: 24px;
    text-align: center
}

#s-f4080ce9-f6c0-4505-8b6d-60430ffd71f5 {
    margin-left: 0;
    margin-right: 0
}

@media(min-width:1200px) {
    #s-f4080ce9-f6c0-4505-8b6d-60430ffd71f5 {
        margin-left: 100px;
        margin-right: 100px
    }
}

@media(max-width:767px) {
    #s-f4080ce9-f6c0-4505-8b6d-60430ffd71f5 {
        margin-left: 20px;
        margin-right: 20px
    }
}

.shg-c:after,
.shg-c:before {
    content: " ";
    display: table
}

.shogun-root {
    z-index: 1;
    position: relative;
    isolation: isolate
}

.shogun-root iframe {
    display: initial
}

@media(max-width:1024px) {

    .shg-box,
    .shg-c {
        background-attachment: scroll !important
    }
}

@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape) {
    .shg-box {
        background-attachment: scroll !important
    }
}

#mc_embed_signup .clear {
    width: auto !important;
    height: auto !important;
    visibility: visible !important
}

.shg-clearfix:after {
    content: "";
    display: block;
    clear: both
}

.shogun-image {
    max-width: 100%;
    min-height: inherit;
    max-height: inherit;
    display: inline !important;
    border: 0;
    vertical-align: middle
}

.shg-fw {
    margin-left: calc(50% - 50vw);
    width: 100vw
}

.shg-fw .shg-fw {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

div[data-shg-lightbox-switch] {
    cursor: pointer
}

.shg-lightbox {
    position: fixed;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #000;
    background-color: rgba(0, 0, 0, .85)
}

.shg-lightbox.hidden {
    display: none !important
}

.shg-lightbox .shg-lightbox-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center
}

.shg-lightbox .shg-lightbox-close {
    position: absolute;
    right: 0;
    padding: 5px 0;
    color: #fff;
    font-size: 45px;
    margin-right: 10px;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    z-index: 1
}

.shg-lightbox .shg-lightbox-image-container {
    padding: 25px
}

.shg-lightbox .shg-lightbox-image {
    margin: auto;
    max-height: 90vh;
    max-width: 100%
}

.shg-lightbox .shg-lightbox-close:focus,
.shg-lightbox .shg-lightbox-close:hover {
    color: #a2a2a2;
    text-decoration: none;
    cursor: pointer
}

.shg-lightbox .shg-lightbox-nav {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 35px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(0, -50%);
    z-index: 1
}

.shg-lightbox .shg-lightbox-nav.hidden {
    display: none !important
}

@media screen and (min-width:769px) {
    .shg-lightbox .shg-lightbox-image-container {
        padding: 50px
    }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
    opacity: 0
}

.shogun-lazyloaded {
    opacity: 1;
    transition: opacity .3s
}

.footer-lang-btn,
.footer-stores-btn {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid var(--border-color);
    background-color: #f8f8f8
}

.footer-lang-text {
    margin-bottom: 7px;
    color: #000
}

.footer-lang-btn span,
.footer-stores-btn span {
    position: relative;
    display: inline-block;
    padding: 2px 18px 2px 0;
    color: #000
}

.nav-lang-mobile .HorizontalList__Item {
    display: block
}

.nav-lang-mobile .SelectButton {
    display: flex
}

.nav-lang-mobile {
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid var(--border-color)
}

.nav-lang-text {
    margin-bottom: 10px;
    color: var(--navigation-text-color-light)
}

.SelectButton.is-expanded+.Popover {
    opacity: 1;
    visibility: visible
}

.Header__SecondaryNav .Popover::before {
    display: none
}

.Header__SecondaryNav .Popover {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%)
}

.footer__store-selector {
    max-width: 400px;
    margin: 0 auto 40px
}

.footer__store-selector-title {
    text-align: center;
    margin-bottom: 15px;
    color: #242424;
    display: block
}

.select-store {
    position: relative;
    z-index: 1;
    color: #242424 !important
}

.select-store .select__main .select__title:hover {
    cursor: pointer
}

.select-store .select__row {
    display: flex;
    height: 44px
}

.select-store .select__flag {
    flex-shrink: 0;
    width: 70px;
    height: 100%
}

.select-store .select__flag img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.select-store .select__title {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid var(--border-color);
    background-color: #f8f8f8;
    font-weight: 700;
    text-transform: uppercase
}

.select-store .select__title a {
    display: block;
    width: 100%;
    text-align: center
}

.select-store .select__title svg {
    margin-left: 10px;
    width: 11px;
    height: 11px
}

.select-store .select__dropdown .select__title {
    border: 0
}

.select-store .select__dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    width: calc(100% - 70px);
    padding: 15px 0;
    background: #f8f8f8;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: var(--border-color);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .5s, visibility .5s
}

.select-store .select__dropdown .select__row {
    height: 38px
}

.select-store.is-open .select__dropdown {
    display: block;
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.link-store-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    color: #242424;
    font-weight: 700
}

.footer-stores-btn {
    position: relative;
    display: grid;
    grid-template-columns: minmax(35px, auto) 1fr minmax(35px, auto);
    align-items: center;
    padding: 0;
    gap: 10px;
    cursor: pointer
}

.footer-stores-btn img {
    width: auto;
    height: 100%;
    max-height: 43px
}

.footer-stores-btn span {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 0
}

.footer-stores-btn svg {
    position: unset;
    top: 0;
    flex-shrink: 0
}

.Popover+.footer-lang-text {
    margin-top: 30px
}

@media(max-width:843px) {
    .footer__store-selector {
        display: none !important
    }
}

.location-current {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: solid 1px #000
}

.location-current .location__head {
    text-align: center
}

.location-current .location__flag {
    position: relative;
    display: inline-block;
    width: 130px;
    height: 130px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #ebebeb;
    box-shadow: inset 0 0 1px #000
}

.location-current .location__name {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin: 5px 0 15px
}

.location-current .location__message,
.location-current .location__message p {
    font-size: 20px;
    font-weight: 500
}

.location-current .location__flag a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.divided-banner {
    position: relative
}

.divided-banner__row {
    display: grid;
    grid-template-columns: repeat(var(--cols), 1fr)
}

.divided-banner__col {
    position: relative;
    overflow: hidden
}

.divided-banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.divided-banner__overlay {
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: var(--content-position-h);
    justify-content: var(--content-position-v);
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px
}

.divided-banner__content {
    color: var(--text-color);
    text-align: var(--content-align)
}

.divided-banner__subtitle {
    margin-bottom: 0;
    font-size: var(--subtitle-size);
    font-weight: var(--subtitle-weight);
    font-style: var(--subtitle-style)
}

.divided-banner__title {
    line-height: 1;
    margin-bottom: 10px;
    font-size: var(--title-size);
    font-weight: var(--title-weight);
    font-style: var(--title-style)
}

.divided-banner__content .ButtonGroup {
    display: inline-flex !important;
    justify-content: flex-start;
    margin-bottom: 12px;
    pointer-events: auto
}

.divided-banner__content .Button {
    display: flex;
    align-items: center;
    justify-content: center
}

.divided-banner__content .Button--first {
    font-size: var(--button-first-text-size)
}

.divided-banner__content .Button--second {
    font-size: var(--button-second-text-size)
}

@media(max-width:992px) {
    .divided-banner__row {
        display: block;
        aspect-ratio: inherit;
        max-height: initial !important
    }

    .divided-banner__subtitle {
        font-size: var(--subtitle-size-mobile)
    }

    .divided-banner__title {
        font-size: var(--title-size-mobile)
    }

    .divided-banner__content .Button--first {
        font-size: var(--button-first-text-size-mobile)
    }

    .divided-banner__content .Button--second {
        font-size: var(--button-second-text-size-mobile)
    }
}

.cb {
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.cb__banner {
    position: relative;
    overflow: hidden
}

.cb__banner::before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    transition: opacity .3s ease
}

.cb__banner:hover::before {
    opacity: .2
}

.cb__banner__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform .25s ease-out 0
}

.cb__banner:hover .cb__banner__image {
    transform: scale(1.05)
}

.cb__banner__content {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: max-content;
    max-width: 85%
}

.cb__banner__content {
    top: var(--content-offset-top);
    left: var(--content-offset-left)
}

.cb__banner__title {
    color: var(--title-color);
    font-size: var(--title-size)
}

@media(min-width:768px) {
    .cb__banner__content--center {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media(max-width:767px) {
    .cb {
        grid-template-columns: 1fr
    }

    .cb__banner__content {
        top: var(--content-offset-top-mobile);
        left: var(--content-offset-left-mobile)
    }

    .cb__banner__content--center-mobile {
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .cb__banner__title {
        font-size: var(--title-size-mobile)
    }
}

.country-list {
    display: block;
    background-color: #eee;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .2s ease;
    transition: height .2s ease
}

.country-list__container {
    padding: 18px 18px
}

.country-list__title {
    padding-bottom: 10px;
    font-weight: 900;
    text-transform: uppercase
}

.country-list__nav {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    list-style: none
}

.country-list__nav-link {
    display: inline-block;
    color: inherit;
    width: 100%;
    padding: 2px 0;
    font-size: 14px;
    font-weight: 400
}

@media(min-width:641px) {
    .country-list__container {
        padding: 22px 30px
    }

    .country-list__nav {
        display: flex;
        column-gap: 80px
    }

    .country-list__nav-link {
        width: auto;
        padding: 0
    }
}

@media(min-width:1140px) {
    .country-list__container {
        padding: 30px 50px
    }

    .country-list__title {
        padding-bottom: 20px
    }
}

.header-bar {
    position: relative
}

.header-bar__container {
    padding: 7px 18px .5px;
    border-bottom: 1px solid #979797
}

.header-bar__container>button {
    border-bottom: 2px solid #000
}

@media(min-width:641px) {
    .header-bar__container {
        padding: 7px 30px .5px
    }
}

@media(min-width:1140px) {
    .header-bar__container {
        padding: 7px 50px .5px
    }
}

.range-wrapper {
    margin-top: 35px;
    padding: 0 14px
}

.range.noUi-target {
    box-shadow: none;
    border: 0;
    background: #eee;
    height: 4px
}

.range .noUi-connect {
    background-color: #000
}

.range .noUi-handle {
    box-shadow: none;
    border: 0;
    background: #000;
    border-radius: 50%;
    width: 14px !important;
    height: 14px !important;
    right: -7px !important;
    top: -5px !important
}

.range .noUi-handle::after,
.range .noUi-handle::before {
    display: none
}

.range .noUi-tooltip {
    background: #fff;
    border: 0;
    height: initial;
    padding: 0;
    font-size: 12px;
    font-weight: 600
}

.needsclick svg:not(:root) {
    overflow: visible
}

.featured-designer__content {
    margin-bottom: 50px;
    text-align: center
}

.complete-look-section {
    font-weight: 600
}

.ctl-card__title {
    font-size: 12px
}

:root {
    --subscription-bar-height: 0px;
    --announcement-bar-height: 0px;
    --header-total-offset: 0px
}

.subscription-bar-section {
    z-index: 1002 !important
}

.shopify-section--announcement-bar {
    z-index: 1001 !important
}

.section-satorisan-header {
    z-index: 1000 !important
}

:root {
    --header-total-offset: calc(var(--subscription-bar-height, 0px) + var(--announcement-bar-height, 0px) + var(--header-height, 72px))
}

.Drawer {
    position: fixed;
    top: 0;
    right: 0;
    width: 380px;
    height: 100%;
    max-height: 100vh;
    background: #fff;
    z-index: 9999;
    transform: translateX(100%);
    transition: transform .3s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden
}

.Drawer[aria-hidden=false] {
    transform: translateX(0)
}

.Drawer__Header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border-bottom: 1px solid #eee;
    flex-shrink: 0
}

.Drawer__Content {
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow: hidden
}

.Drawer__Main {
    flex: 1;
    overflow-y: auto;
    padding: 20px
}

.Drawer__Footer {
    padding: 20px;
    border-top: 1px solid #eee;
    flex-shrink: 0
}

.Drawer__Footer--padded {
    padding: 16px 20px
}

.PageOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 9998;
    cursor: pointer
}

.PageOverlay.is-visible {
    display: block
}

.filter-bar__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 10px 0
}

.filter-bar--left,
.filter-bar--right {
    display: flex;
    align-items: center
}

.filter-bar--right ul {
    display: flex;
    align-items: center;
    gap: 4px;
    list-style: none;
    margin: 0;
    padding: 0
}

.soft-button {
    background: 0 0;
    border: none;
    padding: 4px 8px;
    cursor: pointer;
    font-size: 13px;
    display: flex;
    align-items: center;
    gap: 4px;
    letter-spacing: .05em
}

.dropdown {
    position: relative
}

.dropdown__content {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #eee;
    min-width: 180px;
    z-index: 100;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.dropdown:hover .dropdown__content {
    display: block
}

.dropdown__list {
    list-style: none;
    margin: 0;
    padding: 8px 0
}

.dropdown__list__link {
    display: block;
    width: 100%;
    padding: 10px 16px;
    background: 0 0;
    border: none;
    text-align: left;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: .05em
}

.dropdown__list__link--active,
.dropdown__list__link:hover {
    background: #f5f5f5
}

.Collapsible {
    border-bottom: 1px solid #eee;
    padding: 4px 0
}

.Collapsible__Button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background: 0 0;
    border: none;
    padding: 14px 0;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: .08em;
    text-transform: uppercase
}

.Collapsible__Inner {
    overflow: hidden;
    transition: height .3s ease
}

.Collapsible__Content {
    padding-bottom: 16px
}

.Button--primary {
    display: block;
    width: 100%;
    padding: 14px;
    background: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: .1em;
    text-transform: uppercase
}

.Button--full {
    width: 100%
}

@media (max-width:767px) {
    .md\:d--block {
        display: none !important
    }

    .md\:d--none {
        display: block !important
    }
}

@media (min-width:768px) {
    .md\:d--block {
        display: block !important
    }

    .d--none {
        display: none !important
    }

    .md\:d--none {
        display: none !important
    }
}

#pp-tracking-page-app .pp_tracking_content {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    background-color: #fff;
    color: #000
}

#pp-tracking-page-app .pp_tracking_title {
    font-size: 20px !important;
    font-weight: 500 !important;
    letter-spacing: .15em !important;
    text-transform: uppercase !important;
    color: #111 !important;
    margin-bottom: 16px !important
}

#pp-tracking-page-app .pp_tracking_form_div {
    padding: 40px 48px !important;
    background-color: #fff !important
}

#pp-tracking-page-app .pp_tracking_form_desktop {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0 !important
}

#pp-tracking-page-app .pp_tracking_form_number,
#pp-tracking-page-app .pp_tracking_form_order {
    flex: 1 !important;
    padding: 0 32px !important
}

#pp-tracking-page-app .pp_tracking_form_order {
    padding-left: 0 !important
}

#pp-tracking-page-app .pp_tracking_form_number {
    padding-right: 0 !important
}

#pp-tracking-page-app .pp_tracking_line_center {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    position: relative !important;
    padding: 0 16px !important;
    min-height: 200px !important
}

#pp-tracking-page-app .pp_tracking_line_center::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    left: 50% !important;
    border-left: 1px dashed #ccc !important;
    transform: translateX(-50%) !important
}

#pp-tracking-page-app .pp_tracking_word {
    background-color: #fff !important;
    color: #555 !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    padding: 6px 0 !important;
    position: relative !important;
    z-index: 1 !important
}

#pp-tracking-page-app .pp_tracking_span span {
    font-size: 13px !important;
    font-weight: 400 !important;
    color: #111 !important;
    display: block !important;
    margin-bottom: 8px !important
}

#pp-tracking-page-app .PP-TextField__Input,
#pp-tracking-page-app .pp_tracking_form input[type=text],
#pp-tracking-page-app input.PP-TextField__Input {
    width: 100% !important;
    height: 48px !important;
    border: 1px solid #d0d0d0 !important;
    border-radius: 2px !important;
    padding: 0 12px !important;
    font-size: 14px !important;
    color: #111 !important;
    background-color: #fff !important;
    box-sizing: border-box !important;
    outline: 0 !important;
    box-shadow: none !important;
    transition: border-color .2s ease !important;
    -webkit-appearance: none !important;
    appearance: none !important
}

#pp-tracking-page-app .PP-TextField__Input:focus,
#pp-tracking-page-app .pp_tracking_form input[type=text]:focus {
    border-color: #111 !important;
    box-shadow: none !important;
    outline: 0 !important
}

#pp-tracking-page-app .pp_tracking_parent {
    margin-bottom: 20px !important
}

#pp-tracking-page-app .pp_tracking_form .pp_tracking_button .Button,
#pp-tracking-page-app .pp_tracking_form .pp_tracking_button button,
#pp-tracking-page-app .pp_tracking_form button.Button--secondary,
#pp-tracking-page-app .pp_tracking_form button.Button--secondary.Button--full,
#pp-tracking-page-app .pp_tracking_form button.pp-button-enter.Button--secondary {
    background-color: #fff !important;
    background: #fff !important;
    color: #111 !important;
    border: 1.5px solid #111 !important;
    border-radius: 2px !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: .12em !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
    opacity: 1 !important
}

#pp-tracking-page-app .pp_tracking_form .pp_tracking_button .Button:hover,
#pp-tracking-page-app .pp_tracking_form .pp_tracking_button button:hover,
#pp-tracking-page-app .pp_tracking_form button.Button--secondary.Button--full:hover,
#pp-tracking-page-app .pp_tracking_form button.Button--secondary:hover {
    background-color: #111 !important;
    background: #111 !important;
    color: #fff !important;
    border-color: #111 !important
}

#pp-tracking-page-app .pp-button-enter:hover,
#pp-tracking-page-app .pp_tracking_form button[type=button]:hover {
    background-color: #111 !important;
    color: #fff !important
}

#pp-tracking-page-app .pp_tracking_tab {
    display: none !important
}

#pp-tracking-page-app .pp_tracking_form_mobile {
    display: none !important
}

#pp-tracking-page-app [data-v-749bb5e0] {
    margin-top: 12px !important;
    font-size: 11px !important;
    opacity: .4 !important
}

@media (max-width:768px) {
    #pp-tracking-page-app .pp_tracking_form_desktop {
        display: none !important
    }

    #pp-tracking-page-app .pp_tracking_form_mobile {
        display: block !important
    }

    #pp-tracking-page-app .pp_tracking_tab {
        display: flex !important;
        gap: 0 !important;
        margin-bottom: 24px !important
    }

    #pp-tracking-page-app .pp_tracking_tab_left {
        flex: 1 !important;
        text-align: center !important;
        padding: 10px 0 !important;
        font-size: 13px !important;
        cursor: pointer !important;
        color: #999 !important;
        border-bottom: 2px solid transparent !important
    }

    #pp-tracking-page-app .pp_tracking_tab_left.pp_active {
        color: #111 !important;
        border-bottom: 2px solid #111 !important
    }

    #pp-tracking-page-app .pp_tracking_form_div {
        padding: 24px 20px !important
    }

    #pp-tracking-page-app .pp_tracking_form_number,
    #pp-tracking-page-app .pp_tracking_form_order {
        padding: 0 !important
    }
}

#s-f0775ea8-9f3f-46f4-9bc1-be8ce380242b {
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 100px
}

@media (max-width:768px) {
    #s-f0775ea8-9f3f-46f4-9bc1-be8ce380242b {
        margin-left: 20px;
        margin-right: 20px;
        margin-bottom: 20px
    }
}

#accessiblyAppWidgetButton {
    bottom: 12px !important;
    left: 15px !important
}

.shg-rich-text.shg-theme-text-content p {
    margin-bottom: 15px;
    line-height: 1.5
}

.shg-rich-text.shg-theme-text-content p:last-child {
    margin-bottom: 0
}

#s-adda53e9-1f77-4ece-a494-e5c2160746ab p:first-child {
    margin-bottom: 20px !important;
    line-height: 1.2 !important
}

.shg-rich-text.shg-theme-text-content.shg-proportional-font-size {
    margin-top: 15px
}

#s-3af704ff-cc4a-4cef-81a7-ca9933c33012 .shg-rich-text.shg-theme-text-content.shg-proportional-font-size p {
    line-height: 1.5 !important
}

#s-47583d1f-3d01-4c34-968c-b6f012926415 p {
    margin-bottom: 12px !important;
    line-height: 1.3 !important
}

#s-47583d1f-3d01-4c34-968c-b6f012926415 p:last-child {
    margin-bottom: 0 !important
}

.shogun-root .shg-box-vertical-align-wrapper {
    display: block !important
}

#shopify-section-page-faq-template-banner-VIVA .banner.container {
    margin-inline-start: 0 !important;
    margin-inline-end: 0 !important;
    max-width: 100% !important;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important
}