.product__breadcrumb {
    padding-top: var(--sp-3);
    margin-bottom: var(--sp-3);
    border-bottom: 0
}

@media screen and (min-width: 1024px) {
    .product__media-container>div:first-child {
        --aspect-ratio: .8;
        --ratio-percent: calc(1 / var(--aspect-ratio) * 100%);
        --viewport-offset: 380px;
        --constrained-min-height: 450px;
        --constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));
        height: var(--constrained-height)
    }

    .product__media-container .product__media-list {
        height: 100%
    }

    .product__media-container .product__media {
        background-color: transparent
    }

    .product__media-container .product__media img,
    .product__media-container .product__media video-media>video:not(:fullscreen) {
        object-fit: contain
    }

    .product--thumbnail .product__media-container .indicators {
        padding: 0
    }

    .product--thumbnail .product__media-container .indicators .button {
        --color-button-text: var(--color-foreground);
        background-color: transparent;
        border-radius: 0;
        -webkit-backdrop-filter: none;
        backdrop-filter: none
    }

    .product--thumbnail .product__media-container .indicators .button .icon {
        width: var(--sp-8);
        height: var(--sp-8)
    }

    .product--thumbnail .product__media-container .indicators .button .btn-fill,
    .product--thumbnail .product__media-container .indicators .button:after {
        display: none
    }
}

.product__thumbnails-list {
    padding-top: var(--sp-4);
    padding-bottom: var(--sp-4);
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee
}

.product__thumbnail {
    width: var(--sp-20)
}

.product__media-container .product__thumbnails .indicators {
    padding: 0;
    border-bottom: 2px solid #eee
}

.product__media-container .product__thumbnails .indicators .button {
    --buttons-width: var(--sp-12);
    --color-button-text: var(--color-foreground);
    background: transparent
}

.product__media-container .product__thumbnails .indicators .button .icon {
    width: var(--sp-10);
    height: var(--sp-10)
}

.product__media-container .product__thumbnails .indicators .button:after {
    display: none
}

@media screen and (max-width: 1023px) {
    .product__thumbnail {
        width: var(--sp-24)
    }
}

@media screen and (max-width: 639px) {
    .product__thumbnail {
        width: var(--sp-20)
    }
}

.product__price {
    font-weight: 500
}

.product__info .jdgm-preview-badge {
    font-size: var(--text-sm)
}

.product__info .jdgm-preview-badge * {
    line-height: 1
}

.product__info .jdgm-prev-badge {
    overflow: hidden
}

.product__info .jdgm-prev-badge>span {
    float: left
}

.product__info .jdgm-prev-badge>span.jdgm-prev-badge__text {
    margin-left: var(--sp-2);
    line-height: 1.1
}

.product__text {
    padding: 0
}

.product__range-ruler p {
    margin-bottom: var(--sp-3)
}

[data-rounded-block=square] .product__range-ruler progress-bar {
    border-radius: 0
}

.product__range-ruler progress-bar {
    height: var(--sp-2);
    max-width: 500px;
    display: flex;
    background-color: rgb(var(--color-background));
    border: 1px solid rgb(var(--color-border))
}

.product__range-ruler progress-bar:before {
    content: "";
    background-color: currentColor;
    border-radius: inherit;
    display: block;
    height: inherit;
    width: var(--progress, 100%);
    transition: width var(--animation-smooth) .1s
}

.product-form__input[data-option-slug=size] .form__label {
    display: none
}

.product-form__input[data-option-slug=size]>.swatches {
    max-width: 500px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0
}

.product-form__input[data-option-slug=size]>.swatches .label-swatch {
    padding: 0;
    aspect-ratio: 14 / 9;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    text-align: center
}

.product-form__input[data-option-slug=size]>.swatches .label-swatch:after {
    --tw-shadow-colored: 0 0 0 1px var(--tw-shadow-color);
    top: 1px;
    right: 1px;
    bottom: 1px;
    left: 0
}

.product-form__input[data-option-slug=size]>.swatches input:is([type=checkbox], [type=radio]):is(:disabled, .disabled)+.label-swatch {
    color: rgb(var(--color-border));
    background-color: transparent
}

.product-form__input[data-option-slug=size]>.swatches input:is([type=checkbox], [type=radio]):is(:disabled, .disabled)+.label-swatch:before {
    z-index: 1;
    background: linear-gradient(to bottom right, transparent calc(50% - 1px), rgb(var(--color-border)), transparent calc(50% + 1px))
}

.product-form__input[data-option-slug=size]>.swatches input:is([type=checkbox], [type=radio]):is(:disabled, .disabled)+.label-swatch:after {
    --tw-shadow-color: rgb(var(--color-border))
}

.product-form__input[data-option-slug=size]>.swatches input:is([type=checkbox], [type=radio]):not(:disabled, .disabled)+.label-swatch:hover:after {
    z-index: 2;
    top: 0;
    right: 1px;
    bottom: 0;
    left: 1px
}

.product-form__input[data-option-slug=size]>.swatches :checked+.label-swatch {
    background-color: #eee !important
}

.product-form__input .color-swatch {
    --swatch-offset: 0px;
    --swatch-size: var(--sp-11)
}

.product-form__size-guide {
    display: none;
    flex-direction: column;
    column-gap: var(--sp-4)
}

.product-form__size-guide .model--text {
    margin-top: var(--sp-4);
    font-weight: 500
}

body.es-loaded .product-form__size-guide #easysize_button {
    margin-left: 0 !important;
    margin-right: auto !important
}

.product-form__size-guide .ks-calculator-modal-link {
    position: relative;
    margin: 0;
    padding: .25rem 0 .5rem;
    overflow: hidden;
    opacity: 1 !important;
    color: rgb(var(--color-foreground)) !important
}

.product-form__size-guide .ks-calculator-modal-link:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 2px solid currentColor;
    transition: left var(--animation-primary);
    transform-origin: var(--transform-origin-end)
}

.product-form__size-guide .ks-calculator-modal-link:hover:after {
    left: 100%
}

.product-form__size-guide .ks-calculator-modal-link>span {
    display: flex;
    gap: .5rem
}

.product-form__size-guide .ks-calculator-modal-link>span span {
    font-weight: var(--font-bold);
    font-size: var(--text-base);
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    white-space: nowrap
}

.product-form__size-guide .ks-calculator-modal-link>span:after {
    content: "";
    height: 1rem;
    width: 1rem;
    background: url(arrow-right.svg) no-repeat center;
    background-size: contain
}

.product-form__buttons .quantity-selector {
    border: 2px solid rgb(var(--color-border-light));
    padding: 10px;
    border-radius: 5px
}

.product-form__buttons .quantity-input {
    width: 100%;
    max-width: 100%;
    font-weight: 700;
    font-size: var(--sp-5)
}

.product-form__submit,
.klaviyo-bis-trigger {
    font-weight: 700;
    font-size: var(--fluid-base-to-xl)
}

.klaviyo-bis-trigger:hover {
    background-color: transparent
}

.product__accordion {
    padding-inline: 0;
    border-block-end-width: 2px !important;
    border-block-start: 0
}

.product__accordion .details__summary>.icon {
    width: var(--sp-6);
    height: var(--sp-6)
}

.product__accordion[aria-expanded=true] .details__summary>.icon {
    --tw-rotate: 90deg
}

.product__accordion .metafield-single_line_text_field-array {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: var(--sp-2);
    list-style: none
}

.product__accordion .metafield-single_line_text_field-array li {
    margin: 0;
    padding: var(--sp-1d5) var(--sp-4);
    font-weight: 500;
    text-transform: uppercase;
    border: 2px solid currentColor
}

.product__accordion .unlisted-heading+.metafield-single_line_text_field-array {
    margin-top: var(--sp-4d5)
}

.product__accordion .unlisted-heading+.metafield-single_line_text_field-array li {
    position: relative;
    overflow: hidden;
    background-color: rgb(var(--color-border-light))
}

.product__accordion .unlisted-heading+.metafield-single_line_text_field-array li:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to top left, transparent calc(50% - 1px), rgb(var(--color-base-text)), transparent calc(50% + 1px))
}

.jdgm--leex-script-loaded .jdgm-review-widget .jdgm-rev-widg__header {
    padding: 0;
    box-shadow: none
}

.jdgm--leex-script-loaded .jdgm-review-widget .jdgm-rev-widg__header .jdgm-row-stars {
    padding-bottom: 30px
}

.jdgm--leex-script-loaded .jdgm-review-widget .jdgm-rev-widg__header .jdgm-rev-widg__title {
    font-size: var(--title-md);
    line-height: 1
}

.jdgm--leex-script-loaded .jdgm-review-widget .jdgm-rev-widg__actions {
    display: none
}

.jdgm--leex-script-loaded .jdgm-review-widget .jdgm-rev-widg__body {
    overflow: hidden;
    border-top: 2px solid currentColor
}

.jdgm--leex-script-loaded .jdgm-review-widget .jdgm-rev-widg__reviews {
    position: relative;
    margin: -2px 0
}

.jdgm--leex-script-loaded .jdgm-review-widget .jdgm-rev.jdgm-rev {
    width: 100%;
    margin: 0;
    border: 0;
    border-top: 2px solid currentColor;
    border-radius: 0;
    background-color: transparent;
    box-shadow: none
}

.jdgm--leex-script-loaded .jdgm-review-widget .jdgm-paginate {
    border-top: 2px solid currentColor
}

.jdgm--leex-script-loaded .jdgm-review-widget .jdgm-rev-widg__paginate-spinner-wrapper {
    padding-top: 16px;
    border-top: 2px solid currentColor
}

.jdgm--leex-script-loaded .jdgm-write-rev-link.jdgm-write-rev-link {
    line-height: 1.6;
    text-transform: uppercase;
    border-radius: 0
}

.jdgm--leex-script-loaded .jdgm-rev__author-wrapper {
    display: flex;
    align-items: center
}

.jdgm--leex-script-loaded .jdgm-rev__author-wrapper .jdgm-rev__buyer-badge-wrapper {
    margin-left: 8px
}

.jdgm--leex-script-loaded .jdgm-rev__author-wrapper .jdgm-rev__buyer-badge {
    padding: 6px 12px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0
}

.jdgm--leex-script-loaded .jdgm-rev-widg .jdgm-star {
    color: rgb(var(--color-rating))
}

.jdgm--leex-script-loaded .jdgm-rev__pics {
    display: none !important
}

.jdgm--leex-script-loaded .jdgm-row-media {
    border-top: 2px solid currentColor
}

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

    .jdgm--leex-script-loaded .jdgm-review-widget .jdgm-rev-widg__reviews:before,
    .jdgm--leex-script-loaded .jdgm-review-widget .jdgm-rev-widg__reviews:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        border-right: 2px solid currentColor;
        pointer-events: none
    }

    .jdgm--leex-script-loaded .jdgm-review-widget .jdgm-rev-widg__reviews:before {
        left: calc(50% - 10px)
    }

    .jdgm--leex-script-loaded .jdgm-review-widget .jdgm-rev-widg__reviews:after {
        left: calc(50% + 6px)
    }

    .jdgm--leex-script-loaded .jdgm-review-widget .jdgm-rev.jdgm-rev {
        width: calc(50% - 8px)
    }
}

@media screen and (min-width: 992px) {
    .jdgm--leex-script-loaded .jdgm-widget .jdgm-rev-widg__summary+.jdgm-widget-actions-wrapper {
        border-left: 2px solid currentColor !important
    }
}

.quick-view.drawer {
    --color-border: var(--color-foreground)
}

.quick-view.drawer .product__gallery {
    border: 0
}

.quick-view.drawer .product__media-container>div:first-child {
    height: 100%
}

.quick-view.drawer .product__media-container .product__media img {
    object-fit: cover
}

@media screen and (min-width: 1024px) {
    .quick-view.drawer .product__thumbnails.with-dots {
        position: absolute;
        inset-block-end: 0;
        inset-inline-start: 50%;
        height: var(--sp-8);
        transform: translate(calc(-50% * var(--transform-logical)))
    }

    .quick-view.drawer .product__thumbnails.with-dots .indicators {
        display: none
    }

    .quick-view.drawer .product__info {
        padding-block-start: var(--sp-20)
    }
}

@media screen and (max-width: 1023px) {
    .quick-view.drawer .product__thumbnails.with-dots {
        display: none
    }
}

.trust-badge {
    padding: var(--sp-3);
    display: flex;
    align-items: center;
    gap: var(--sp-3);
    background-color: rgb(var(--color-highlight));
    border: 2px solid currentColor
}

.trust-badge svg {
    width: var(--sp-12);
    height: var(--sp-12)
}

.trust-badge__text {
    line-height: 1.33
}

/*# sourceMappingURL=/s/files/1/0253/6711/7908/t/184/assets/custom-product.css.map?v=163278573584602351511759858895 */