@charset "UTF-8";
.product-form {
    display: block
}

.add_to_cart_holder {
    display: grid;
    grid-gap: 12px;
    margin-bottom: 25px;
    align-items: start
}

@media only screen and (min-width: 768px) {
    .add_to_cart_holder--multi {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr))
    }
}

.single-add-to-cart-button[disabled]+.shopify-payment-button {
    display: none
}

.shopify-payment-button {
    width: 100%;
    max-height: 50px
}

.shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
    display: inline-flex;
    cursor: pointer;
    padding: 7px 30px;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: .9375rem;
    font-weight: 500;
    letter-spacing: var(--button-letter-spacing, .02em);
    background: var(--solid-button-background, var(--color-accent));
    color: var(--solid-button-label, #fff);
    border: 0;
    border-radius: var(--button-border-radius, 6px);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.button-uppercase-true .shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
    text-transform: uppercase
}

@media screen and (hover: hover) {
    .shopify-payment-button__button:not(.shopify-payment-button__button--branded):not([disabled]):hover,
    .shopify-payment-button__button:not(.shopify-payment-button__button--branded):not([disabled]):focus {
        background: var(--solid-button-background-hover, var(--color-accent));
        color: var(--solid-button-label, #fff)
    }
}

.shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate div[role=button] {
    display: inline-flex;
    cursor: pointer;
    padding: 7px 30px;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-height: 50px !important;
    font-size: .9375rem !important;
    font-weight: 500;
    letter-spacing: var(--button-letter-spacing, .02em);
    background: var(--solid-button-background, var(--color-accent));
    color: var(--solid-button-label, #fff);
    border: 0;
    border-radius: var(--button-border-radius, 6px);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.button-uppercase-true .shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate div[role=button] {
    text-transform: uppercase
}

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

.shopify-payment-button .shopify-payment-button__more-options {
    margin: 8px auto 0;
    width: auto;
    font-size: .75rem
}

.product-form__input {
    padding: 0;
    border: 0
}

.product-information--line-item {
    margin-bottom: 20px
}

.product-information--line-item--text:-moz-placeholder,
.product-information--line-item--textarea:-moz-placeholder {
    color: rgba(var(--color-body-rgb), .6)
}

.product-information--line-item--text::-moz-placeholder,
.product-information--line-item--textarea::-moz-placeholder {
    color: rgba(var(--color-body-rgb), .6)
}

.product-information--line-item--text:-ms-input-placeholder,
.product-information--line-item--textarea:-ms-input-placeholder {
    color: rgba(var(--color-body-rgb), .6)
}

.product-information--line-item--text::-webkit-input-placeholder,
.product-information--line-item--textarea::-webkit-input-placeholder {
    color: rgba(var(--color-body-rgb), .6)
}

.product-information--line-item--textarea {
    min-height: 0
}

.product-information--line-item input[type=text],
.product-information--line-item textarea,
.product-information--line-item select {
    width: 100%
}

.product-information--line-item .label {
    display: block;
    margin-bottom: 5px
}

.variations {
    margin-bottom: 10px
}

.variations .product-form__input {
    padding: 0;
    margin: 0 0 20px;
    border: 0
}

.variations input[type=radio] {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.variations input[type=radio]+label {
    position: relative
}

.variations input[type=radio]+label:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom right, transparent, transparent 48%, var(--color-border, #dadce0) 49%, var(--color-border, #dadce0) 50%, var(--color-border, #dadce0) 51%, transparent 52%, transparent) no-repeat;
    z-index: 1
}

.variations input[type=radio].is-disabled+label:before {
    content: ""
}

.variations input[type=radio].is-disabled+label:after,
.variations input[type=radio].is-disabled+label>span {
    opacity: .4
}

.variations .product-form__input {
    padding: 0;
    border: 0
}

.variations .product-form__input--dropdown .select,
.variations .product-form__input--dropdown select {
    width: 100%;
    margin-bottom: 0
}

.variations .product-form__input--block {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 14px
}

.variations .product-form__input--block input[type=radio]+label {
    width: auto;
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--input-border-radius, 6px);
    padding: 5px 15px;
    margin: 0 6px 6px 0;
    font-size: .8125rem;
    cursor: pointer;
    overflow: hidden
}

[dir=rtl] .variations .product-form__input--block input[type=radio]+label {
    margin: 0 0 6px 6px
}

.variations .product-form__input--block input[type=radio]+label {
    box-shadow: 0 0 0 1px var(--color-form-border) inset
}

.variations .product-form__input--block input[type=radio]:checked+label {
    z-index: 5;
    box-shadow: 0 0 0 1px var(--color-body, #2c2d2e) inset
}

.variations .product-form__input--block input[type=radio]:focus-visible+label {
    box-shadow: 0 0 0 2px #015ecc
}

.variations .product-form__input--color {
    display: flex;
    flex-wrap: wrap
}

.variations .product-form__input--color input[type=radio]+label {
    width: 32px;
    height: 32px;
    display: inline-flex;
    text-indent: -9999em;
    position: relative;
    color: transparent;
    cursor: pointer;
    z-index: 4;
    border-radius: 50%;
    margin: 1px 9px 1px 1px
}

[dir=rtl] .variations .product-form__input--color input[type=radio]+label {
    margin: 1px 1px 1px 9px
}

.variations .product-form__input--color input[type=radio]+label:before {
    display: block;
    border-radius: 50%;
    overflow: hidden
}

.variations .product-form__input--color input[type=radio]+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50%;
    background-size: cover;
    background-color: var(--option-color);
    background-image: var(--option-color-image)
}

.variations .product-form__input--color input[type=radio]:checked+label {
    box-shadow: 0 0 0 1px var(--color-body, #2c2d2e)
}

.variations .product-form__input--color input[type=radio]:checked+label:after {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px
}

.variations .product-form__input--color input[type=radio]:hover+label {
    box-shadow: 0 0 0 1px var(--color-form-border)
}

.variations .product-form__input--color input[type=radio]:hover+label:after {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px
}

.variations .product-form__input--color input[type=radio]:checked:hover+label {
    box-shadow: 0 0 0 1px var(--color-body, #2c2d2e)
}

.variations .product-form__input--color input[type=radio]:checked:hover+label:after {
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px
}

.variations .product-form__input--color input[type=radio]:focus-visible+label:before {
    box-shadow: 0 0 0 2px #015ecc inset
}

.variations .product-form__input--siblings {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: var(--siblings-margin, 20px)
}

.variations .product-form__input--siblings label {
    width: 32px;
    height: 32px;
    display: inline-flex;
    text-indent: -9999em;
    position: relative;
    color: transparent;
    cursor: pointer;
    z-index: 4;
    border-radius: 50%;
    margin: 1px 9px 1px 1px
}

.variations .product-form__input--siblings label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-color: var(--option-color);
    background-image: var(--option-color-image)
}

.variations .product-form__input--siblings label:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(to bottom right, transparent, transparent 48%, var(--color-border, #dadce0) 49%, var(--color-border, #dadce0) 50%, var(--color-border, #dadce0) 51%, transparent 52%, transparent) no-repeat;
    z-index: 1;
    border-radius: 50%
}

.variations .product-form__input--siblings label a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 40
}

.variations .product-form__input--siblings label.active {
    z-index: 5;
    box-shadow: 0 0 0 1px var(--color-body, #2c2d2e)
}

.variations .product-form__input--siblings label.active:after {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px
}

.variations .product-form__input--siblings label.sold-out:before {
    content: ""
}

.variations .product-form__input--siblings label.sold-out:after {
    opacity: .4
}

.form__label {
    display: flex;
    width: 100%;
    align-items: center;
    font-weight: 500;
    font-size: .8125rem;
    margin-bottom: 9px
}

.form__label__value {
    font-weight: 400;
    text-transform: none;
    margin-right: 20px;
    padding-left: 2px
}

.form__label .product-popup-modal__opener {
    display: inline-flex;
    margin-left: auto
}

[dir=rtl] .form__label .product-popup-modal__opener {
    margin-left: 0;
    margin-right: auto
}

@media only screen and (min-width: 1068px) {
    .product-grid-container {
        display: grid;
        align-items: start;
        grid-gap: clamp(30px, 5%, 40px);
        grid-template-columns: minmax(45%, 740px) clamp(360px, 45%, 500px)
    }
}

@media only screen and (min-width: 1068px) {
    .product-gallery-sticky {
        position: sticky;
        top: 20px;
        left: 0
    }
    .header-sticky--active .product-gallery-sticky {
        top: calc(var(--header-height, 0px) + 20px)
    }
}

.product-gallery-container {
    position: relative;
    margin-bottom: 40px
}

@media only screen and (min-width: 768px) {
    .product-gallery-container {
        padding-left: 80px
    }
    [dir=rtl] .product-gallery-container {
        padding: 0 80px 0 0
    }
}

@media only screen and (min-width: 1068px) {
    .product-gallery-container {
        padding-left: 80px;
        margin: 0
    }
    [dir=rtl] .product-gallery-container {
        padding: 0 80px 0 0
    }
}

@media only screen and (min-width: 1068px) {
    .side-panel-content .product-gallery-container {
        position: sticky;
        top: 40px;
        left: 0
    }
}

.product-gallery-container scroll-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 100%;
    display: none
}

@media only screen and (min-width: 768px) {
    .product-gallery-container scroll-shadow {
        display: block
    }
}

[dir=rtl] .product-gallery-container scroll-shadow {
    left: auto;
    right: 0
}

.product-gallery-container .product-thumbnail-container {
    display: grid;
    grid-gap: 10px;
    z-index: 20;
    align-content: start;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    grid-auto-rows: max-content;
    scrollbar-width: none
}

.product-gallery-container .product-thumbnail-container::-webkit-scrollbar {
    display: none
}

.product-gallery-container .product-thumbnail-container .product-thumbnail {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.product-gallery-container .product-thumbnail-container .product-thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 0 1px transparent
}

.product-gallery-container .product-thumbnail-container .product-thumbnail-icon {
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 50%;
    pointer-events: none
}

.product-gallery-container .product-thumbnail-container .product-thumbnail-icon svg {
    opacity: .6;
    width: 8px
}

.product-gallery-container .product-thumbnail-container .product-thumbnail:hover svg {
    opacity: 1
}

.product-gallery-container .product-thumbnail-container .product-thumbnail.is-initial-selected:after {
    box-shadow: inset 0 0 0 1px var(--color-body, #2c2d2e), inset 0 0 0 3px var(--bg-body, #f5f5f5)
}

.product-gallery-container .product-thumbnail-container[data-hide-variants=true] .product-thumbnail {
    display: none
}

.product-gallery-container .product-thumbnail-container[data-hide-variants=true] .product-thumbnail.is-active,
.product-gallery-container .product-thumbnail-container[data-hide-variants=true] .product-thumbnail.is-initial-selected {
    display: block
}

.product-gallery-container .product-image-container {
    margin: 0;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .product-gallery-container .product-image-container {
        padding-left: 25px;
        padding-right: 25px
    }
}

.product-gallery-container .product-image-container .product-images {
    display: block;
    position: relative
}

@media only screen and (min-width: 768px) {
    .product-gallery-container .product-image-container .product-images {
        max-width: 640px;
        margin: 0 auto
    }
}

.product-gallery-container .product-image-container .product-images:not(.flickity-enabled) .flickity-nav,
.product-gallery-container .product-image-container .product-images:not(.flickity-enabled) .product-images__slide:not(.is-initial-selected) {
    display: none
}

@media only screen and (min-width: 768px) {
    .product-gallery-container .product-image-container .product-images .flickity-page-dots {
        display: none
    }
}

.product-gallery-container .product-image-container .product-images .flickity-nav.flickity-prev {
    left: 20px
}

.product-gallery-container .product-image-container .product-images .flickity-nav.flickity-next {
    right: 20px
}

@media only screen and (min-width: 768px) {
    .product-gallery-container.thumbnails-bottom {
        padding-left: 0;
        padding-bottom: 0
    }
}

@media only screen and (min-width: 768px) {
    .product-gallery-container.thumbnails-bottom .product-image-container {
        padding-left: 0
    }
}

.product-gallery-container.thumbnails-bottom .product-image-container .product-images {
    max-width: none
}

.product-gallery-container.thumbnails-bottom scroll-shadow {
    position: relative;
    margin-top: 25px;
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto
}

.product-gallery-container.thumbnails-bottom scroll-shadow .product-thumbnail-container {
    overflow-y: hidden;
    overflow-x: scroll;
    grid-auto-flow: column;
    grid-auto-columns: max-content;
    align-items: start
}

.product-gallery-container.thumbnails-bottom scroll-shadow .product-thumbnail-container .product-thumbnail {
    width: 80px;
    height: auto
}

.product-gallery-container.thumbnails-bottom scroll-shadow .product-thumbnail-container .product-thumbnail img {
    object-fit: contain
}

.product-image-container .flickity-viewport {
    isolation: isolate;
    border-radius: calc(var(--block-border-radius, 16px) / 2)
}

@media only screen and (min-width: 768px) {
    .product-image-container .flickity-viewport {
        border-radius: var(--block-border-radius, 16px)
    }
}

.product-images__slide {
    display: none
}

.no-js .product-images__slide,
.product-images .flickity-viewport .product-images__slide {
    display: block
}

.pickup-availability-wrapper {
    display: block;
    position: relative;
    background: #d5212126
}

.pickup-availability-wrapper[available] {
    background: #21d17d26
}

.pickup-availability-wrapper.thb-loading {
    min-height: 32px
}

.pickup-availability-information {
    padding: 14px 14px 14px 78px;
    position: relative;
    margin-bottom: 25px;
    min-height: 89px;
    display: flex;
    align-items: center
}

.pickup-availability-information>svg {
    position: absolute;
    top: 50%;
    left: 19px;
    margin-top: -20px
}

.pickup-availability-information__title {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: .875rem
}

.pickup-availability-information__title span {
    font-weight: 500
}

.pickup-availability-information__stock {
    font-size: .75rem;
    margin-bottom: 0;
    opacity: .8
}

.pickup-availability-information__button {
    font-size: .75rem
}

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

.pickup-availability-list__item {
    margin-bottom: 30px;
    font-size: .9375rem
}

.pickup-availability-list__location {
    font-size: 1.0625rem;
    margin-bottom: 10px;
    font-weight: 500
}

.pickup-availability-list__stock {
    font-size: .8125rem;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px
}

.pickup-availability-list__stock svg {
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: auto
}

@media only screen and (min-width: 768px) {
    .thb-product-detail {
        margin-top: 40px
    }
}

.thb-product-detail .product-title-container {
    margin-bottom: 20px
}

.thb-product-detail .product-title {
    font-size: calc(var(--font-heading-scale) * 2.125rem);
    line-height: calc(var(--font-heading-line-height-scale) * 2.625rem);
    font-weight: 500;
    margin-bottom: 3px;
    color: var(--color-body, #2c2d2e)
}

.thb-product-detail .product-title a {
    color: var(--color-body, #2c2d2e)
}

.thb-product-detail shopify-payment-terms {
    font-size: .8125rem;
    margin-top: 10px;
    display: block;
    text-align: left;
    margin-bottom: 20px
}

[dir=rtl] .thb-product-detail shopify-payment-terms {
    text-align: right
}

.thb-product-detail .product-price-container .price {
    font-size: 1.25rem;
    display: flex;
    align-items: center;
    margin-right: 11px
}

.thb-product-detail .product-price-container .price .unit-price {
    margin-left: 5px
}

.thb-product-detail .product-price-container .product__tax {
    opacity: .8;
    font-size: .75rem;
    margin-top: 3px
}

.thb-product-detail .product-price-container .product__tax a {
    text-decoration: underline;
    text-underline-offset: 2px
}

.thb-product-detail .product-price-container .badges {
    margin-left: 11px
}

.thb-product-detail .product-price-container .badge {
    margin-right: 5px;
    padding: 0 11px
}

.thb-product-detail .product-card--label-container {
    margin-bottom: 13px
}

.thb-product-detail .product-card--label-container:first-child {
    margin-top: 0
}

.thb-product-detail .product-card--label {
    font-size: .75rem;
    padding: 6px 10px
}

.thb-product-detail .star-rating-container {
    display: block;
    font-size: .8125rem;
    margin-top: .3125rem;
    line-height: 0
}

.thb-product-detail .star-rating-container .star-rating {
    margin-right: 12px
}

.thb-product-detail .product--text.style_vendor {
    text-transform: uppercase;
    font-size: .6875rem;
    letter-spacing: .1em;
    opacity: .8;
    margin-bottom: 10px
}

.thb-product-detail .view-product-details {
    margin-top: 30px
}

.thb-product-detail .product-short-description {
    font-size: .9375rem;
    margin-bottom: 25px
}

.thb-product-detail .product-short-description p,
.thb-product-detail .product-short-description ul {
    margin-bottom: 10px
}

.thb-product-detail .product-short-description iframe,
.thb-product-detail .product-short-description video {
    max-width: 100%
}

.thb-product-detail .quantity {
    margin-bottom: 30px
}

.thb-product-detail .complementary-products.product-recommendations--loaded {
    margin-bottom: 20px
}

.thb-product-detail .product-single__media {
    display: block;
    width: 100%;
    position: relative;
    text-align: center
}

.thb-product-detail .product-single__media .figcaption {
    font-size: .75rem;
    line-height: 1.5;
    text-align: left;
    padding: 7px 13px;
    position: absolute;
    width: auto;
    bottom: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    z-index: 5;
    background: var(--color-drawer-bg, #fff);
    border-radius: calc(var(--block-border-radius, 16px) / 2)
}

@media only screen and (min-width: 768px) {
    .thb-product-detail .product-single__media .figcaption {
        bottom: 20px;
        left: 20px;
        max-width: calc(100% - 40px)
    }
}

.thb-product-detail .product-single__media-image {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: var(--padding-bottom)
}

.thb-product-detail .product-single__media-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5
}

.thb-product-detail .product-single__media-zoom {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 40;
    background: var(--color-drawer-bg, #fff);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    opacity: 0;
    align-items: center;
    justify-content: center;
    border-radius: calc(var(--block-border-radius, 16px) / 2)
}

.thb-product-detail .product-single__media-zoom svg {
    width: 20px;
    height: 20px;
    opacity: 1
}

.thb-product-detail .product-single__media-xr-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 40;
    background: var(--color-drawer-bg, #fff);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: calc(var(--block-border-radius, 16px) / 2)
}

.thb-product-detail .product-single__media-xr-close svg {
    width: 12px
}

@media only screen and (min-width: 1068px) {
    .thb-product-detail .product-single__media:hover .product-single__media-zoom {
        opacity: 1
    }
}

.thb-product-detail .product-single__media.product-single__media-native-video {
    aspect-ratio: var(--aspect-ratio)
}

.thb-product-detail .product-single__media.product-single__media-native-video video {
    width: 100%;
    height: auto
}

.thb-product-detail .product-single__media.product-single__media-external-video .product-single__media-external-video--play {
    position: relative
}

.thb-product-detail .product-single__media.product-single__media-external-video .product-single__media-external-video--play img {
    width: 100%
}

.thb-product-detail .product-single__media.product-single__media-external-video .product-single__media-external-video--play button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    margin: -26px 0 0 -26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-drawer-bg, #fff);
    border-radius: 50%
}

.thb-product-detail .product-single__media.product-single__media-external-video .product-single__media-external-video--play button svg {
    width: 16px;
    height: 16px
}

.thb-product-detail .product-single__media.product-single__media-external-video .product-single__media-external-video--play+iframe {
    display: none
}

.thb-product-detail .product-single__media.product-single__media-external-video .product-single__media-external-video--play[hidden]+iframe {
    display: block
}

.thb-product-detail .product-single__media.product-single__media-external-video iframe {
    width: 100%;
    aspect-ratio: var(--aspect-ratio)
}

.thb-product-detail .product-single__media.product-single__media-model>img,
.thb-product-detail .product-single__media.product-single__media-model template {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    object-fit: contain
}

.thb-product-detail .product-single__media.product-single__media-model template {
    z-index: 10
}

.thb-product-detail .product-single__media.product-single__media-model[loaded] .product-single__media-model-button,
.thb-product-detail .product-single__media.product-single__media-model[loaded]>img {
    display: none
}

.thb-product-detail .product-single__media.product-single__media-model[loaded]+.product-single__media-xr-close {
    display: flex
}

.thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button {
    background: var(--bg-body, #fff);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 40;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px #00000026
}

.thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button svg {
    width: 20px;
    height: 20px
}

.thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button:hover svg,
.thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button:focus svg {
    transform: scale(1.2)
}

.thb-product-detail .product-single__media.product-single__media-model>model-viewer,
.thb-product-detail .product-single__media.product-single__media-model>.shopify-model-viewer-ui {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.thb-product-detail .product-single__media.product-single__media-model .shopify-model-viewer-ui {
    z-index: 20
}

.thb-product-detail .product-single__media.product-single__media-model .shopify-model-viewer-ui model-viewer {
    width: 100%;
    height: 100%
}

.thb-product-detail .product__xr-button {
    width: 100%;
    background: var(--bg-body-darken);
    border-color: var(--bg-body-darken);
    color: var(--color-body, #2c2d2e);
    margin-top: 15px
}

.thb-product-detail .product__xr-button svg {
    height: 20px;
    margin-right: 10px;
    vertical-align: middle
}

.thb-product-detail .product__xr-button svg path {
    fill: var(--color-body, #2c2d2e)
}

.thb-product-detail .product__xr-button[data-shopify-xr-hidden] {
    visibility: hidden
}

.shopify-design-mode .thb-product-detail .product__xr-button[data-shopify-xr-hidden] {
    display: none
}

.thb-product-detail .product-images__slide {
    width: 75%;
    margin: 0 2px
}

@media only screen and (min-width: 768px) {
    .thb-product-detail .product-images__slide {
        width: 100%;
        margin: 0
    }
}

.thb-product-detail .product-images__slide:only-child {
    width: 100%;
    margin: 0
}

@media only screen and (min-width: 768px) {
    .thb-product-detail .product-images__slide:only-child {
        padding: 0
    }
}

.thb-product-detail .product-images__slide.is-selected .product-single__media-zoom {
    opacity: 1
}

.thb-product-detail .product-form__error-message-wrapper {
    margin-bottom: 20px
}

.thb-product-detail [data-hide-variants=true] .product-images__slide[data-group] {
    display: none
}

.thb-product-detail [data-hide-variants=true] .product-images__slide[data-group].is-active,
.thb-product-detail [data-hide-variants=true] .product-images__slide.is-active {
    display: block
}

.pswp {
    display: none
}

.pswp.pswp--open {
    display: block
}

.accordion {
    display: block;
    border-top: 1px solid var(--color-border, #dadce0);
    border-bottom: 1px solid var(--color-border, #dadce0);
    margin-bottom: 25px
}

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

.accordion-container .accordion {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto
}

.accordion-container .accordion:last-child {
    margin-bottom: 0
}

.accordion details[open] summary span svg {
    transform: rotateX(0)
}

.accordion summary {
    width: 100%;
    list-style: none;
    position: relative;
    font-size: .9375rem;
    line-height: 1;
    font-weight: 500;
    padding: 20px 40px 20px 0;
    color: var(--color-heading, #1a1c1d);
    cursor: pointer
}

.accordion summary span {
    display: inline-flex;
    align-items: center;
    transform-origin: center;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    height: 20px;
    width: 14px;
    z-index: 5;
    margin-top: -10px;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.accordion summary span svg {
    transform: rotateX(180deg)
}

[dir=rtl] .accordion summary {
    padding: 20px 0 20px 40px
}

[dir=rtl] .accordion summary span {
    right: auto;
    left: 0
}

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

.accordion .accordion__content {
    padding: 0 0 15px;
    font-size: .9375rem
}

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

.share-article {
    font-size: .8125rem;
    line-height: 1;
    margin-bottom: 25px;
    display: flex;
    align-items: center
}

.share-article svg {
    height: 16px;
    width: auto
}

.share-article svg path {
    fill: var(--color-body, #2c2d2e)
}

.share-article label {
    display: block;
    font-size: .8125rem;
    font-weight: 500;
    margin-right: 10px
}

.share-article a {
    display: inline-flex;
    align-items: center;
    margin: 0 2px;
    padding: 0 5px;
    width: 24px;
    height: 24px;
    white-space: nowrap;
    color: var(--color-body, #2c2d2e)
}

.product-popup-modal {
    box-sizing: border-box;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    z-index: -1;
    margin: 0 auto;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    padding: 30px;
    background: rgba(var(--color-overlay-rgb), .4);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    height: 100%
}

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

.product-popup-modal__button {
    color: var(--color-body, #2c2d2e);
    display: flex;
    align-items: center;
    cursor: pointer
}

.product-popup-modal__button svg {
    height: 12px;
    width: auto;
    margin-right: 9px;
    fill: var(--color-body, #2c2d2e)
}

.product-popup-modal__button span {
    font-size: .8125rem;
    letter-spacing: .02em
}

.product-popup-modal__button.no-js {
    display: none
}

.no-js .product-popup-modal__button.no-js {
    display: flex
}

.product-popup-modal__toggle {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -7px
}

.product-popup-modal__content {
    overflow: auto;
    max-height: 80vh;
    max-width: clamp(300px, 90vw, 800px);
    margin: 0 auto;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    position: absolute;
    top: 50%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 40px #00000040
}

.product-popup-modal__content-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 73px;
    text-align: center;
    position: sticky;
    border-bottom: 1px solid var(--color-border, #dadce0);
    background-color: var(--bg-body, #fff);
    top: 0;
    left: 0;
    flex-shrink: 0
}

.product-popup-modal__content-header h5 {
    color: inherit;
    margin: 0
}

.product-popup-modal__content scroll-shadow {
    flex: 1;
    display: flex;
    width: 100%;
    overflow: hidden
}

.product-popup-modal__content-info {
    padding: 25px;
    background-color: var(--bg-body, #fff);
    overflow-y: scroll;
    width: 100%;
    color: var(--color-body)
}

@media only screen and (min-width: 768px) {
    .product-popup-modal__content-info {
        padding: 50px
    }
}

.product-popup-modal__content-info table:last-child {
    margin-bottom: 0
}

.product-add-to-cart-sticky {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: calc(100% - 30px);
    max-width: 420px;
    z-index: 31;
    background: var(--color-drawer-bg, #fff);
    padding: 15px;
    transform: translate(calc(100% + 50px))
}

.product-add-to-cart-sticky.sticky--visible {
    transform: translate(0)
}

@media only screen and (min-width: 768px) {
    .product-add-to-cart-sticky {
        bottom: 30px;
        right: 30px
    }
}

.product-add-to-cart-sticky--image {
    width: 48px;
    margin-right: 18px;
    flex-shrink: 0;
    overflow: hidden;
    isolation: isolate;
    border-radius: calc(var(--block-border-radius, 16px) / 2)
}

[dir=rtl] .product-add-to-cart-sticky--image {
    margin-right: 0;
    margin-left: 18px
}

.product-add-to-cart-sticky--title {
    font-size: calc(var(--font-product-title-scale, 1) * .9375rem);
    line-height: calc(var(--font-product-title-line-height-scale, 1) * 1.4);
    font-weight: 500;
    display: block;
    margin-bottom: 5px
}

.product-add-to-cart-sticky--inner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding-right: 50px;
    text-align: left;
    min-height: 48px
}

[dir=rtl] .product-add-to-cart-sticky--inner {
    padding-right: 0;
    padding-left: 50px
}

.product-add-to-cart-sticky--inner .plus {
    position: absolute;
    top: calc(50% - 9.5px);
    right: 8px;
    width: 19px;
    height: 19px;
    display: block
}

[dir=rtl] .product-add-to-cart-sticky--inner .plus {
    right: auto;
    left: 8px
}

.product-add-to-cart-sticky--inner.sticky-open .plus {
    transform: rotateX(180deg)
}

.product-add-to-cart-sticky--content {
    display: none;
    overflow: hidden;
    padding-top: 18px
}

.product-add-to-cart-sticky--content.active {
    display: block
}

.product-add-to-cart-sticky .product-form .add_to_cart_holder {
    margin-bottom: 0
}

.star-rating {
    --star-percent: calc(var(--star-rating) / 5 * 100%);
    display: inline-block;
    font-size: 1rem;
    font-family: Times;
    line-height: 1
}

.star-rating:before {
    content: "\2605\2605\2605\2605\2605";
    background: linear-gradient(90deg, var(--color-star) var(--star-percent), #e1e1e1 var(--star-percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.star-rating span {
    font-size: .75rem;
    margin-left: 8px
}

.rating {
    display: inline-block;
    margin: 0
}

.rating-star {
    --letter-spacing: .3;
    --font-size: 1.5;
    --percent: calc( ( var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) / (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))) * 100%);
    letter-spacing: calc(var(--letter-spacing) * 1rem);
    font-size: calc(var(--font-size) * 1rem);
    line-height: 1;
    display: inline-block;
    font-family: Times;
    margin: 0
}

.rating-star:before {
    content: "\2605\2605\2605\2605\2605";
    background: linear-gradient(90deg, var(--color-reviews) var(--percent), rgba(var(--color-foreground), .15) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.rating-text {
    display: none
}

.rating-count {
    display: none;
    margin: 0
}

@media (forced-colors: active) {
    .rating {
        display: none
    }
    .rating-text {
        display: block
    }
}

.side-panel-links {
    display: block;
    margin-bottom: 20px
}

.side-panel-links--link {
    display: inline-flex;
    align-items: center;
    margin-right: 12px
}

@media only screen and (min-width: 768px) {
    .side-panel-links--link {
        margin-right: 22px
    }
}

.side-panel-links--link svg {
    margin-right: 5px;
    fill: var(--color-accent)
}

@media only screen and (min-width: 768px) {
    .side-panel-links--link svg {
        margin-right: 10px
    }
}

.side-panel-links--link .text-button {
    margin-right: 0
}

.side-panel-links--link.no-js {
    display: none
}

.no-js .side-panel-links--link.no-js {
    display: flex
}

.product-inventory-notice {
    font-size: .8125rem;
    line-height: 1;
    margin-bottom: 20px;
    color: var(--color-inventory-instock, #279a4b)
}

.product-inventory-notice--text {
    margin-bottom: 13px;
    display: flex;
    align-items: center
}

.product-inventory-notice--pulse {
    display: inline-flex;
    width: 8px;
    height: 8px;
    margin: 4px 12px 4px 4px;
    position: relative;
    border-radius: 50%;
    background: var(--color-inventory-instock, #279a4b);
    vertical-align: middle
}

.product-inventory-notice--pulse:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: var(--color-inventory-instock, #279a4b);
    animation: inventory-pulse 2s ease-out infinite
}

.product-inventory-notice--bar {
    display: block;
    position: relative;
    height: 4px;
    width: 100%;
    background: var(--color-border, #dadce0)
}

.product-inventory-notice--bar span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-inventory-instock, #279a4b);
    transform-origin: top left;
    animation: inventory-bar 1s ease-out forwards
}

.product-inventory-notice--low {
    color: var(--color-inventory-lowstock, #e97f32)
}

.product-inventory-notice--low .product-inventory-notice--pulse {
    background: var(--color-inventory-lowstock, #e97f32)
}

.product-inventory-notice--low .product-inventory-notice--pulse:after {
    background: var(--color-inventory-lowstock, #e97f32)
}

.product-inventory-notice--low .product-inventory-notice--bar span {
    background: var(--color-inventory-lowstock, #e97f32)
}

@keyframes inventory-pulse {
    0% {
        opacity: .5;
        transform: scale(.5)
    }
    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes inventory-bar {
    0% {
        transform: scale(1)
    }
    to {
        transform: scaleX(calc(var(--inventory-scale)))
    }
}

.complementary-products.product-recommendations--loaded {
    display: block;
    width: 100%
}

.complementary-products--heading {
    color: var(--color-heading, #1a1c1d);
    font-size: .9375rem;
    font-weight: 500;
    margin-bottom: 15px
}

.complementary-products--inner {
    display: grid;
    grid-gap: 10px;
    grid-auto-flow: column;
    grid-auto-columns: 340px;
    overflow-x: auto;
    grid-template-columns: repeat(auto-fill, 340px)
}

.complementary-products scroll-shadow {
    width: 100%
}

h1,
.h1,
.h1-large,
.h1-xlarge {
    font-size: calc(var(--font-heading-scale) * 34px);
    line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 42px))
}

@media only screen and (min-width: 768px) {
    h1,
    .h1,
    .h1-large,
    .h1-xlarge {
        font-size: calc(var(--font-heading-scale) * 38px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 46px))
    }
}

@media only screen and (min-width: 1068px) {
    h1,
    .h1,
    .h1-large,
    .h1-xlarge {
        font-size: calc(var(--font-heading-scale) * 54px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 62px))
    }
}

h2,
.h2 {
    font-size: calc(var(--font-heading-scale) * 28px);
    line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 36px))
}

@media only screen and (min-width: 768px) {
    h2,
    .h2 {
        font-size: calc(var(--font-heading-scale) * 36px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 44px))
    }
}

@media only screen and (min-width: 1068px) {
    h2,
    .h2 {
        font-size: calc(var(--font-heading-scale) * 42px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 50px))
    }
}

h3,
.h3,
#shopify-product-reviews .spr-header-title {
    font-size: calc(var(--font-heading-scale) * 26px);
    line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 30px))
}

@media only screen and (min-width: 768px) {
    h3,
    .h3,
    #shopify-product-reviews .spr-header-title {
        font-size: calc(var(--font-heading-scale) * 30px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 38px))
    }
}

@media only screen and (min-width: 1068px) {
    h3,
    .h3,
    #shopify-product-reviews .spr-header-title {
        font-size: calc(var(--font-heading-scale) * 34px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 42px))
    }
}

h4,
.h4 {
    font-size: calc(var(--font-heading-scale) * 20px);
    line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 28px))
}

@media only screen and (min-width: 1068px) {
    h4,
    .h4 {
        font-size: calc(var(--font-heading-scale) * 28px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 36px))
    }
}

h5,
.h5 {
    font-size: calc(var(--font-heading-scale) * 24px);
    line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 32px))
}

h6,
.h6,
#shopify-product-reviews .spr-review .spr-review-header-title {
    font-size: calc(var(--font-heading-scale) * 18px);
    line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 26px))
}

@media only screen and (min-width: 768px) {
    .h1-large {
        font-size: calc(var(--font-heading-scale) * 52px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 60px))
    }
}

@media only screen and (min-width: 1068px) {
    .h1-large {
        font-size: calc(var(--font-heading-scale) * 60px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 68px))
    }
}

@media only screen and (min-width: 768px) {
    .h1-xlarge {
        font-size: calc(var(--font-heading-scale) * 60px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 68px))
    }
}

@media only screen and (min-width: 1068px) {
    .h1-xlarge {
        font-size: calc(var(--font-heading-scale) * 72px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 80px))
    }
}

h1,
.h1,
.h1-large,
.h1-xlarge,
h2,
.h2,
h3,
.h3,
#shopify-product-reviews .spr-header-title,
h4,
.h4,
h5,
.h5,
h6,
.h6 .h1-large,
#shopify-product-reviews .spr-review .spr-review-header-title .h1-large {
    letter-spacing: var(--font-heading-letter-spacing, normal)
}

@media only screen and (min-width: 1068px) {
    .heading-size--small {
        font-size: 2.125rem;
        line-height: 2.625rem
    }
}

@media only screen and (min-width: 1068px) {
    .heading-size--medium {
        font-size: 3rem;
        line-height: 3.5rem
    }
}

@media only screen and (min-width: 1068px) {
    .heading-size--large {
        font-size: 3.75rem;
        line-height: 4.25rem
    }
}

@media only screen and (min-width: 1068px) {
    .heading-size--xlarge {
        font-size: 4.5rem;
        line-height: 5rem
    }
}

#shopify-product-reviews {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1380px;
    margin-top: var(--section-spacing-mobile, 0);
    margin-bottom: var(--section-spacing-mobile, 0)
}

@media only screen and (min-width: 768px) {
    #shopify-product-reviews {
        margin-top: var(--section-spacing-desktop, 0);
        margin-bottom: var(--section-spacing-desktop, 0);
        padding: 0 50px
    }
}

#shopify-product-reviews .spr-container {
    padding: 0;
    border: 0
}

#shopify-product-reviews .spr-container .spr-review {
    border: 0
}

#shopify-product-reviews .spr-icon {
    line-height: 1
}

#shopify-product-reviews .spr-header-title {
    text-align: left
}

#shopify-product-reviews .spr-starrating,
#shopify-product-reviews .spr-starratings {
    font-size: .625rem;
    color: var(--color-star)
}

#shopify-product-reviews .spr-summary {
    text-align: left;
    font-size: 1.0625rem
}

@media only screen and (min-width: 768px) {
    #shopify-product-reviews .spr-summary {
        display: flex;
        align-items: center
    }
    #shopify-product-reviews .spr-summary .spr-summary-actions {
        margin-left: auto
    }
}

#shopify-product-reviews .spr-summary .spr-summary-caption {
    font-size: .875rem
}

@media only screen and (max-width: 767px) {
    #shopify-product-reviews .spr-summary-actions {
        display: block
    }
}

#shopify-product-reviews .spr-summary .spr-starrating {
    margin-right: 20px
}

#shopify-product-reviews .spr-reviews {
    display: grid;
    grid-gap: 10px
}

#shopify-product-reviews .spr-review {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: rgba(var(--color-body-rgb), .03);
    margin: 0
}

@media only screen and (min-width: 768px) {
    #shopify-product-reviews .spr-review {
        padding: 40px
    }
}

#shopify-product-reviews .spr-review .spr-review-header-starratings {
    margin-bottom: 10px
}

#shopify-product-reviews .spr-review .spr-review-header-byline {
    font-style: normal;
    opacity: .8;
    font-size: .75rem
}

#shopify-product-reviews .spr-review .spr-review-header-byline strong {
    font-weight: 400
}

#shopify-product-reviews .spr-review .spr-review-content-body {
    font-size: .9375rem
}

#shopify-product-reviews .spr-review .spr-review-footer {
    width: 100%;
    position: relative
}

#shopify-product-reviews .spr-review .spr-review-footer .spr-review-reportreview {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: .75rem
}

.variations input[type=radio]+label:before,
.variations .product-form__input--color input[type=radio]+label,
.variations .product-form__input--color input[type=radio]+label:after,
.variations .product-form__input--siblings label,
.variations .product-form__input--siblings label:after,
.variations .product-form__input--siblings label:before,
.product-gallery-container .product-thumbnail-container .product-thumbnail:after,
.thb-product-detail .product-single__media-zoom,
.thb-product-detail .product-single__media-zoom svg,
.thb-product-detail .product-single__media-xr-close,
.thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button svg,
.accordion summary span svg,
.product-popup-modal,
.product-add-to-cart-sticky,
.product-card-small--add-to-cart .price,
.product-card-small--add-to-cart-button {
    transition: all .25s cubic-bezier(.104, .204, .492, 1)
}

.product-gallery-container .product-thumbnail-container .product-thumbnail,
.product-gallery-container .product-thumbnail-container .product-thumbnail:after,
.pickup-availability-wrapper,
.product-popup-modal__content,
.product-add-to-cart-sticky,
#shopify-product-reviews .spr-review,
.product-card-small {
    isolation: isolate;
    border-radius: var(--block-border-radius, 16px)
}

.thb-product-detail .product-single__media .figcaption {
    box-shadow: var(--block-shadows)
}

.thb-product-detail .product-single__media-zoom,
.thb-product-detail .product-single__media-xr-close,
.product-popup-modal__content,
.product-add-to-cart-sticky {
    box-shadow: 0 4px 6px #00000014
}

.product-recommendations {
    display: none
}

.product-recommendations.product-recommendations--loaded {
    display: block;
    width: 100%
}

@media only screen and (min-width: 768px) {
    .product-recommendations__heading {
        margin-bottom: 45px
    }
}

@media only screen and (max-width: 767px) {
    .product-recommendations.swipe-on-mobile .products.row {
        margin: 0 -15px;
        width: calc(100% + 30px);
        padding: 0 11px;
        display: grid;
        grid-gap: 0;
        grid-auto-flow: column;
        grid-auto-columns: minmax(50%, 1fr);
        overflow-x: auto;
        grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
        scroll-snap-type: x mandatory;
        scrollbar-width: none
    }
    .product-recommendations.swipe-on-mobile .products.row::-webkit-scrollbar {
        display: none
    }
    .product-recommendations.swipe-on-mobile .products.row .columns {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.product-card-small {
    border: 1px solid var(--color-border, #dadce0);
    padding: 10px;
    display: inline-flex;
    align-items: center;
    width: 340px;
    max-width: 100%;
    background: var(--color-product-card-bg, #fff)
}

.product-card-small--image {
    overflow: hidden;
    flex-shrink: 0;
    width: 70px;
    margin-right: 20px;
    border-radius: calc(var(--block-border-radius, 16px) / 2)
}

[dir=rtl] .product-card-small--image {
    margin-right: 0;
    margin-left: 20px
}

.product-card-small--info {
    font-size: .75rem;
    min-width: 150px
}

.product-card-small--info .price {
    font-size: inherit
}

.product-card-small--link {
    display: block;
    font-size: calc(var(--font-product-title-scale, 1) * .875rem);
    line-height: calc(var(--font-product-title-line-height-scale, 1) * 1.4);
    font-weight: 500;
    margin-bottom: 3px
}

.product-card-small--add-to-cart {
    position: relative;
    overflow: hidden
}

.product-card-small--add-to-cart-button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
    text-align: left;
    color: var(--color-accent);
    display: inline-flex;
    align-items: center;
    min-height: 14px;
    padding-left: 24px;
    text-underline-offset: 2px;
    cursor: pointer
}

[dir=rtl] .product-card-small--add-to-cart-button {
    padding-left: 0;
    padding-right: 24px;
    text-align: right
}

.product-card-small--add-to-cart-button.loading .product-card-small--add-to-cart-icon>svg {
    opacity: 0
}

.product-card-small--add-to-cart-button.loading .loading-overlay {
    display: flex
}

.product-card-small--add-to-cart-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center
}

[dir=rtl] .product-card-small--add-to-cart-icon {
    left: auto;
    right: 0
}

.product-card-small--add-to-cart-text {
    text-decoration: underline
}

.product-card-small--add-to-cart .loading-overlay {
    top: 0;
    left: 0;
    width: 14px;
    height: 100%;
    transform: none
}

.product-card-small:hover .price {
    transform: translateY(-100%)
}

.product-card-small:hover .product-card-small--add-to-cart-button {
    transform: translateY(0)
}

.product-card--label {
    font-size: .625rem;
    border: 1px solid var(--color-border, #dadce0);
    padding: 4px 6px;
    line-height: 1.2;
    border-radius: var(--input-border-radius, 6px)
}

.product-card--label-container {
    display: flex;
    grid-gap: 5px;
    flex-wrap: wrap
}

.product--icon-list {
    font-size: .8125rem;
    font-weight: 500;
    margin-bottom: 20px
}

.product--icon-list ul {
    list-style: none;
    margin: 0
}

.product--icon-list ul li {
    margin-bottom: 10px
}

.product--icon-list ul li:last-child {
    margin-bottom: 0
}

.product--icon-list-image {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px
}

.product--icon-list-image svg path {
    fill: var(--color-body, #2c2d2e)
}

/*# sourceMappingURL=/cdn/shop/t/14/assets/product.css.map?v=117011383191532895151702981296 */




.facets .thb-filter-title span, .active-facets__button span, .active-facets__button--color:before, .thb-filter ul .filter-color, .thb-filter ul .filter-color:after {
    transition: all 0.25s cubic-bezier(0.104, 0.204, 0.492, 1); }
  
  
  
  .facets--bar {
    display: block;
    margin-bottom: 5px;
    font-size: 0.8125rem;
    z-index: 45; }
    @media only screen and (min-width: 1068px) {
      .facets--bar.facets--bar-inline {
        display: flex;
        flex-direction: row-reverse;
        gap: 20px; }
        .facets--bar.facets--bar-inline .active-facets {
          margin-left: 0;
          margin-right: auto; }
          .facets--bar.facets--bar-inline .active-facets:not(:empty) {
            margin-top: 0; }
        .facets--bar.facets--bar-inline .active-facets__button {
          margin-top: 0;
          margin-bottom: 6px; } }
    .facets--bar .facets-toggle {
      display: inline-flex;
      align-items: center;
      font-size: 0.75rem;
      margin-right: 30px;
      color: var(--color-body, #2c2d2e); }
      .facets--bar .facets-toggle svg {
        width: 14px;
        height: auto;
        margin-right: 10px; }
        .facets--bar .facets-toggle svg path {
          stroke: var(--color-body, #2c2d2e); }
      [dir="rtl"] .facets--bar .facets-toggle {
        margin-right: 0;
        margin-left: 30px; }
        [dir="rtl"] .facets--bar .facets-toggle svg {
          margin-right: 0;
          margin-left: 10px; }
    .facets--bar .thb-filter-sort {
      display: none; }
      @media only screen and (min-width: 1068px) {
        .facets--bar .thb-filter-sort {
          display: block; } }
    .facets--bar .thb-filter-sort-count {
      text-align: right;
      margin-left: auto;
      display: flex;
      align-items: center;
      white-space: nowrap; }
      .facets--bar .thb-filter-sort-count .thb-filter-sort {
        margin-right: 25px; }
      .facets--bar .thb-filter-sort-count .select {
        display: none;
        margin: 0; }
        @media only screen and (min-width: 1068px) {
          .facets--bar .thb-filter-sort-count .select {
            display: block; } }
        .facets--bar .thb-filter-sort-count .select-arrow {
          right: 0; }
      .facets--bar .thb-filter-sort-count select {
        font-weight: 600;
        font-size: 0.75rem;
        line-height: 1rem;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        border: 0;
        height: auto;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0; }
    .facets--bar .facets__label {
      font-size: inherit;
      margin: 0 0 0 30px; }
    .facets--bar .facets__form {
      display: grid;
      grid-gap: 20px;
      grid-template-columns: auto 1fr;
      align-items: center; }
      [dir="rtl"] .facets--bar .facets__form {
        grid-template-columns: 1fr auto; }
    .facets--bar .active-facets:not(:empty) {
      margin-top: 10px; }
    .facets--bar .active-facets__button-remove {
      margin-top: 6px; }
  
  .facets-desktop-container {
    display: none;
    min-height: 65px; }
    @media only screen and (min-width: 1068px) {
      .facets-desktop-container {
        display: block;
        max-width: 240px; } }
    .facets-desktop-container .thb-filter-count .loading-overlay {
      left: auto;
      right: 0; }
    .facets-desktop-container .facets__form {
      position: sticky;
      top: 20px;
      left: 0; }
      .header-sticky--active .facets-desktop-container .facets__form {
        top: calc(var(--header-height, 0px) + 20px); }
  
  .facets__label {
    font-size: 0.8125rem; }
  
  .facets .thb-filter-count {
    margin: 0 0 0 30px; }
    .facets .thb-filter-count .facets__label {
      margin: 0; }
  
  .facets .thb-filter {
    width: 100%;
    position: relative;
    border-bottom: 1px solid var(--color-border, #dadce0); }
    .facets .thb-filter-title {
      letter-spacing: -0.02em;
      position: relative;
      font-size: 0.9375rem;
      font-weight: 500;
      line-height: 1;
      display: flex;
      padding: 20px 0;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      color: var(--color-heading, #1a1c1d); }
      .facets .thb-filter-title span {
        display: inline-flex;
        margin-left: 15px;
        transform: rotateX(180deg); }
      .facets .thb-filter-title::marker, .facets .thb-filter-title::-webkit-details-marker {
        display: none; }
    .facets .thb-filter[open] .thb-filter-content {
      display: block; }
    .facets .thb-filter[open] .thb-filter-title span {
      transform: rotateX(0deg); }
    .facets .thb-filter-content {
      padding-bottom: 22px; }
      .facets .thb-filter-content scroll-shadow {
        display: block;
        width: 100%; }
      .facets .thb-filter-content .count {
        margin-left: 2px;
        font-size: 0.8125rem;
        opacity: 0.6; }
      .facets .thb-filter-content input[type="checkbox"],
      .facets .thb-filter-content input[type="radio"] {
        margin-right: 7px;
        width: 14px;
        height: 14px; }
        [dir="rtl"] .facets .thb-filter-content input[type="checkbox"], [dir="rtl"]
        .facets .thb-filter-content input[type="radio"] {
          margin-right: 0;
          margin-left: 7px; }
      .facets .thb-filter-content ul {
        list-style: none;
        margin: 0;
        padding: 0;
        overflow-y: scroll;
        max-height: 250px;
        scrollbar-width: none; }
        .facets .thb-filter-content ul::-webkit-scrollbar {
          display: none; }
      .facets .thb-filter-content .custom-checkbox[type="checkbox"] {
        width: 48px;
        height: 24px; }
    .facets .thb-filter-sort-count {
      display: flex;
      align-items: center;
      margin-left: auto; }
    .facets .thb-filter-sort {
      display: flex;
      align-items: center; }
      .facets .thb-filter-sort .select {
        margin-bottom: 0; }
        .facets .thb-filter-sort .select:after {
          right: 0; }
      .facets .thb-filter-sort select {
        margin-bottom: 0;
        border: 0;
        padding-left: 0;
        font-size: 0.875rem; }
    .facets .thb-filter label.facet-checkbox--disabled {
      cursor: not-allowed; }
  
  .facets__mobile_form .thb-filter-content {
    --bg-body-rgb: $drawer-bg; }
  
  .facets__mobile_form .thb-filter-sort {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    .facets__mobile_form .thb-filter-sort .thb-filter-title {
      margin: 0; }
    .facets__mobile_form .thb-filter-sort .select {
      border: 0;
      padding: 0;
      margin: 0; }
      .facets__mobile_form .thb-filter-sort .select select {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
        height: auto; }
      .facets__mobile_form .thb-filter-sort .select-arrow {
        right: 0; }
  
  .price_range .price-highest {
    display: block;
    font-size: 0.8125rem;
    margin-bottom: 15px; }
  
  .price_range .price_slider_amount {
    display: grid;
    grid-template-columns: 1fr 12px 1fr;
    grid-gap: 12px;
    align-items: center; }
    .price_range .price_slider_amount input {
      box-sizing: border-box;
      margin-bottom: 0;
      height: 42px;
      padding: 11px 13px;
      flex: 1;
      width: 0; }
      .price_range .price_slider_amount input:-moz-placeholder {
        color: rgba(var(--color-body-rgb), 0.3); }
      .price_range .price_slider_amount input::-moz-placeholder {
        color: rgba(var(--color-body-rgb), 0.3); }
      .price_range .price_slider_amount input:-ms-input-placeholder {
        color: rgba(var(--color-body-rgb), 0.3); }
      .price_range .price_slider_amount input::-webkit-input-placeholder {
        color: rgba(var(--color-body-rgb), 0.3); }
    .price_range .price_slider_amount__single {
      display: flex;
      align-items: center;
      position: relative; }
      .price_range .price_slider_amount__single .field-currency {
        font-size: 0.8125rem;
        position: absolute;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.5;
        top: 0;
        left: 0;
        width: 30px;
        height: 100%;
        text-align: center; }
      .price_range .price_slider_amount__single input {
        padding-left: 30px;
        padding-right: 13px;
        text-align: right; }
  
  .price_slider {
    touch-action: none;
    user-select: none;
    padding: 0 9px; }
    .price_slider_wrapper {
      display: block; }
    .price_slider * {
      touch-action: none;
      user-select: none; }
    .price_slider .noUi-base,
    .price_slider .noUi-connects {
      height: 4px;
      background: var(--color-border, #dadce0);
      position: relative;
      margin-bottom: 25px;
      border-radius: 2px; }
    .price_slider .noUi-connect {
      height: 100%;
      width: 100%;
      background: var(--color-body, #2c2d2e); }
    .price_slider .noUi-origin {
      height: 0;
      width: 100%; }
    .price_slider .noUi-connect,
    .price_slider .noUi-origin {
      will-change: transform;
      position: absolute;
      z-index: 1;
      top: 0;
      right: 0;
      transform-origin: 0 0;
      transform-style: preserve-3d;
      transform-style: flat; }
    .price_slider.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
      left: 0;
      right: auto; }
    .price_slider .noUi-handle {
      display: block;
      outline: none;
      position: absolute;
      top: -6px;
      right: -8px;
      width: 16px;
      height: 16px;
      border: 1px solid var(--color-body, #2c2d2e);
      background: #fff;
      border-radius: 8px;
      backface-visibility: hidden;
      cursor: pointer; }
      .price_slider .noUi-handle .noUi-touch-area {
        height: 100%;
        width: 100%; }
      .price_slider .noUi-handle:focus-visible {
        outline: 2px solid #015ecc;
        outline-offset: 2px; }
    .price_slider.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
      left: -8px;
      right: auto; }
    .price_slider.noUi-rtl .noUi-value-horizontal {
      -webkit-transform: translate(50%, 50%);
      transform: translate(50%, 50%); }
  
  .facet-drawer {
    border-radius: 0 var(--block-border-radius, 16px) var(--block-border-radius, 16px) 0; }
    .facet-drawer .side-panel-inner {
      display: grid;
      grid-template-rows: auto 1fr auto;
      height: 100vh; }
    .facet-drawer .side-panel-content {
      overflow-y: scroll; }
    .facet-drawer .side-panel-footer {
      border-top: 1px solid var(--color-border, #dadce0);
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-gap: 7px;
      padding: 20px; }
      .facet-drawer .side-panel-footer > div {
        display: flex;
        align-items: center;
        justify-content: center; }
      .facet-drawer .side-panel-footer .text-button {
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 0.1em; }
  
  .thb-filter-count.loading .facets__label {
    opacity: 0; }
  
  .thb-filter-count .facets__label {
    margin: 0; }
  
  .thb-filter-count .facets__label {
    font-size: 0.75rem;
    margin-top: 10px; }
  
  .thb-filter-count .loading-overlay {
    width: 18px;
    height: 18px;
    left: auto;
    right: 0; }
  
  .thb-filter-count.mobile-filter-count .loading-overlay {
    left: 0;
    transform: translateY(-50%); }
  
  .active-facets {
    display: block;
    font-size: 0.8125rem; }
    .active-facets__button {
      border: 1px solid var(--color-border, #dadce0);
      height: 32px;
      border-radius: 500px;
      display: inline-flex;
      align-items: center;
      padding: 6px 0 6px 15px;
      margin: 6px 6px 0 0;
      color: var(--color-body, #2c2d2e); }
      [dir="rtl"] .active-facets__button {
        padding: 6px 15px 6px 0; }
      .active-facets__button span {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 30px;
        height: 100%; }
      .active-facets__button:hover {
        color: var(--color-body, #2c2d2e);
        border-color: var(--color-body, #2c2d2e); }
      .active-facets__button--color {
        position: relative;
        padding-left: 34px; }
        .active-facets__button--color:before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 9px;
          right: 0;
          bottom: 0;
          margin-top: -8px;
          border-radius: 50%;
          width: 16px;
          height: 16px;
          border-radius: 50%;
          background-size: cover;
          background-color: var(--bg-color, "black");
          background-image: var(--option-color-image); }
    .active-facets__button-remove {
      font-size: 0.8125rem;
      margin-left: 13px;
      margin-bottom: 14px;
      color: var(--color-accent); }
      [dir="rtl"] .active-facets__button-remove {
        margin-left: 0;
        margin-right: 13px; }
      .active-facets__button-remove:only-child {
        display: none; }
  
  .thb-filter ul label {
    font-size: 0.9375rem;
    word-break: break-all; }
  
  .thb-filter ul .filter-color {
    display: none;
    width: 16px;
    height: 16px;
    position: relative;
    border-radius: 50%;
    margin: 1px 9px 1px 1px; }
    [dir="rtl"] .thb-filter ul .filter-color {
      margin: 1px 1px 1px 9px; }
    .thb-filter ul .filter-color:before {
      display: block;
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      background: linear-gradient(to bottom right, transparent calc(50% - 1px), var(--color-form-border), transparent calc(50% + 1px)) no-repeat;
      z-index: 1; }
    .thb-filter ul .filter-color:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      background-size: cover;
      background-color: var(--bg-color, "black");
      background-image: var(--option-color-image); }
  
  .thb-filter ul.list-color .filter-color {
    display: inline-flex; }
  
  .thb-filter ul.list-color input {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px; }
    .thb-filter ul.list-color input:checked + label .filter-color {
      box-shadow: 0 0 0 1px var(--color-body, #2c2d2e); }
      .thb-filter ul.list-color input:checked + label .filter-color:after {
        inset: 2px; }
    .thb-filter ul.list-color input:hover + label .filter-color {
      box-shadow: 0 0 0 1px var(--color-form-border); }
      .thb-filter ul.list-color input:hover + label .filter-color:after {
        top: 3px;
        left: 3px;
        right: 3px;
        bottom: 3px; }
    .thb-filter ul.list-color input:checked:hover + label .filter-color {
      box-shadow: 0 0 0 1px var(--color-body, #2c2d2e); }
      .thb-filter ul.list-color input:checked:hover + label .filter-color:after {
        top: 4px;
        left: 4px;
        right: 4px;
        bottom: 4px; }
    .thb-filter ul.list-color input:disabled + label .filter-color:before {
      content: ""; }
    .thb-filter ul.list-color input:disabled + label .filter-color:after {
      opacity: 0.4; }
    .thb-filter ul.list-color input:focus-visible + label .filter-color {
      box-shadow: 0 0 0 2px #015ecc inset; }
  
  .thb-filter ul.list-color label {
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    z-index: 4; }
  