@charset "UTF-8";product-info{--gap-desktop: 64px;display:block}product-info .page-width{padding-inline:0}product-info product-recommendations{display:block;position:relative;min-height:174px}product-info product-recommendations .loading__spinner{top:50%;left:50%}.product{margin:0;padding:1.6rem 1.6rem 5.6rem;gap:1.6rem}@media (min-width: 768px){.product{padding:8px 56px 80px;gap:4rem}}.product__breadcrumb{padding:0}@media (min-width: 768px){.product__breadcrumb{padding:1.6rem 5.6rem}}.product__description ul{list-style-position:outside;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.product__description ul li:not(:last-child){margin-bottom:1.2rem}.product__badges-product{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.product__badge{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:4px 12px;border-radius:999px;gap:12px;font-size:12px;font-weight:700;line-height:16px;text-transform:capitalize}.product__seller-redirect{display:block}.product__seller-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:color var(--duration-short) ease;transition:color var(--duration-short) ease;color:rgb(var(--color-foreground));font-style:normal;font-weight:700;text-decoration:none;gap:12px}.product__seller-link:hover{color:rgb(var(--color-button))}.product__seller-link:hover svg path{stroke:rgb(var(--color-button))}.product__seller-link .svg-wrapper{width:12px;height:12px}.product__seller-link .svg-wrapper svg{width:100%;height:100%}.product__seller-text{display:block}.product__contact-banner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:16px;-webkit-transition:-webkit-transform var(--duration-short) ease;transition:-webkit-transform var(--duration-short) ease;transition:transform var(--duration-short) ease;transition:transform var(--duration-short) ease,-webkit-transform var(--duration-short) ease;border-radius:8px;text-decoration:none;gap:16px}.product__contact-banner:hover .product__contact-banner-icon-arrow svg{-webkit-transform:rotate(180deg) translateX(-4px);-ms-transform:rotate(180deg) translateX(-4px);transform:rotate(180deg) translate(-4px)}.product__contact-banner-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:32px;height:32px}.product__contact-banner-icon svg{width:100%;height:100%}.product__contact-banner-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4px}.product__contact-banner-title{margin:0;color:#1e1836;font-size:16px;font-weight:700;line-height:1.5}.product__contact-banner-text{margin:0;color:#1e1836;font-size:14px;font-weight:400;line-height:1.43}.product__contact-banner-icon-arrow{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px}.product__contact-banner-icon-arrow svg{width:100%;height:100%;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg);-webkit-transition:-webkit-transform var(--duration-short) ease;transition:-webkit-transform var(--duration-short) ease;transition:transform var(--duration-short) ease;transition:transform var(--duration-short) ease,-webkit-transform var(--duration-short) ease}.product__contact-banner-icon-arrow svg path{stroke:#f08262}.product__barcode,.product__sku{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgba(var(--color-foreground),.75);font-size:14px;font-weight:400;line-height:20px;gap:4px}.product__free-delivery-container{position:relative;overflow:hidden;border-radius:999px}.product__free-delivery-wrapper{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;position:relative;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:4px 12px 8px;overflow:hidden;border-radius:999px;gap:8px}.product__free-delivery-indicator{display:block;-ms-flex-negative:0;flex-shrink:0;width:8px;height:8px;margin-bottom:0;-webkit-animation:pulse 3s infinite;animation:pulse 3s infinite;border-radius:50%}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:.5}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1);opacity:1}50%{-webkit-transform:scale(1.2);transform:scale(1.2);opacity:.5}to{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.product__free-delivery-text{margin:0;font-size:12px;font-weight:700;line-height:1.33;white-space:nowrap}.product__free-delivery-progress{display:block;position:absolute;z-index:1;bottom:0;left:0;width:100%}.product__free-delivery-progress-bar{position:relative;width:100%;height:4px;overflow:hidden;border-radius:2px;background-color:#fff}.product__free-delivery-progress-fill{display:block!important;position:absolute;top:0;left:0;width:0;height:100%;-webkit-transition:width .3s ease;transition:width .3s ease;border-radius:2px;background-color:var(--progress-color, currentColor)}.product__delivery-info-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px;border-radius:8px;background-color:rgb(var(--color-background-contrast));gap:16px}.product__delivery-info-wrapper details summary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.product__delivery-info-wrapper details summary svg{-webkit-transition:-webkit-transform var(--duration-short) ease;transition:-webkit-transform var(--duration-short) ease;transition:transform var(--duration-short) ease;transition:transform var(--duration-short) ease,-webkit-transform var(--duration-short) ease;pointer-events:none}.product__delivery-info-wrapper details[open] summary svg{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.product__delivery-info,.product__pickup-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:16px}.product__delivery-icon,.product__pickup-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:44px;height:44px;padding:8px;border-radius:999px;background-color:#ebebeb}.product__delivery-content,.product__pickup-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:4px}.product__delivery-title,.product__pickup-title{margin:0;color:#1e1836;font-size:14px;font-weight:700;line-height:1.43}.product__delivery-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.product__delivery-indicator{display:block;-ms-flex-negative:0;flex-shrink:0;width:8px;height:8px;border-radius:50%;background-color:#4fbb47}.product__delivery-text{margin:0;color:#1e1836;font-size:14px;font-weight:400;line-height:1.43}.product__delivery-indicator--available{background-color:#4fbb47}.product__delivery-indicator--unavailable{background-color:#ff9500}.product__pickup-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:12px}.product__pickup-count{margin:0;color:#1e1836;font-size:14px;font-weight:400;line-height:1.43}.product__pickup-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.2rem;padding-top:1.2rem}.product__pickup-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px;width:100%}.product__pickup-item-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:20px;height:20px}.product__pickup-item-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px}.product__pickup-item-name{margin:0;color:#1e1836;font-size:14px;font-weight:700;line-height:1.43}.product__pickup-item-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.product__pickup-item-time{margin:0;color:#1e1836;font-size:14px;font-weight:400;line-height:1.43}.product__pickup-item-button{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:8px 12px;border:none;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-size:14px;font-weight:400;line-height:1.43;text-align:center;cursor:pointer;gap:8px}.product__pickup-item-button svg{width:20px;height:20px}.product__pickup-item-button svg path{stroke:rgb(var(--color-button-text))}.product__pickup-item-button:active,.product__pickup-item-button:hover,.product__pickup-item-button:focus{color:rgb(var(--color-button-text))}.product__form-text-field{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2rem}.product__form-text-field legend{color:rgb(var(--color-foreground))}.product__form-text-field__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:0;border:none}.product__form-text-field__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product__form-text-field__max-length{color:rgba(var(--color-foreground),.7);font-family:var(--font-body);font-size:1.2rem;font-style:italic}.product__form-text-field__input{width:calc(100% - 2px);padding:1.6rem;-webkit-transition:border-color .3s ease,background-color .3s ease;transition:border-color .3s ease,background-color .3s ease;border:1px solid rgb(var(--color-border));font-family:var(--font-body);font-size:1.4rem}.product__form-text-field__input:focus{border-color:rgb(var(--color-button));outline:none!important;-webkit-box-shadow:none;box-shadow:none}.product__form-text-field__input::-webkit-input-placeholder{color:rgba(var(--color-foreground),.6)}.product__form-text-field__input::-moz-placeholder{color:rgba(var(--color-foreground),.6)}.product__form-text-field__input:-ms-input-placeholder{color:rgba(var(--color-foreground),.6)}.product__form-text-field__input::-ms-input-placeholder{color:rgba(var(--color-foreground),.6)}.product__form-text-field__input::placeholder{color:rgba(var(--color-foreground),.6)}.product__form-text-field__textarea{min-height:120px;padding-top:1.2rem;line-height:1.5;resize:vertical}.product__form-text-field__counter{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:4px;color:rgba(var(--color-text),.7);font-family:var(--font-body);font-size:1.2rem}.product__file-upload{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;margin-bottom:2.4rem}.product__file-upload__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}.product__file-upload__label{display:block;margin-bottom:.8rem;color:rgb(var(--color-foreground));font-family:var(--font-body);font-size:1.4rem;font-weight:500}.product__file-upload__dropzone{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;min-height:160px;padding:2rem;-webkit-transition:border-color .3s,background-color .3s,-webkit-box-shadow .3s;transition:border-color .3s,background-color .3s,-webkit-box-shadow .3s;transition:box-shadow .3s,border-color .3s,background-color .3s;transition:box-shadow .3s,border-color .3s,background-color .3s,-webkit-box-shadow .3s;border:1px dashed rgb(var(--color-background-darken));border-radius:var(--inputs-radius);background-color:rgba(var(--color-background-contrast));-webkit-box-shadow:0 0 0 4px rgb(var(--color-background)) inset;box-shadow:0 0 0 4px rgb(var(--color-background)) inset;cursor:pointer}.product__file-upload__dropzone:hover,.product__file-upload__dropzone.dragover{-webkit-box-shadow:0 0 0 4px rgb(var(--color-button)) inset;box-shadow:0 0 0 4px rgb(var(--color-button)) inset}.product__file-upload__icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;margin-bottom:1.2rem}.product__file-upload__icon .svg-wrapper{width:100%;height:100%;color:rgba(var(--color-foreground),.7)}.product__file-upload__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:100%;gap:1.2rem}.product__file-upload__footer:has(.product__file-upload__previews:not(:empty)){margin-top:1.2rem}.product__file-upload__previews{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.8rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.product__file-upload__preview{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border:1px solid rgb(var(--color-foreground));border-radius:var(--inputs-radius)}.product__file-upload__preview-image-container{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;width:auto;min-width:56px;overflow:hidden;border-radius:var(--inputs-radius)}.product__file-upload__preview-image{width:auto;min-width:56px;-o-object-fit:cover;object-fit:cover}.product__file-upload__preview-info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.product__file-upload__preview-name{margin:0 0 .8rem;color:rgb(var(--color-foreground));font-size:1.4rem}.product__file-upload__remove-single{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:0;right:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;padding:0;-webkit-transition:background-color .3s;transition:background-color .3s;border:none;background-color:rgb(var(--color-button));color:rgb(var(--color-background));cursor:pointer}.product__file-upload__remove-single:hover{background-color:rgb(var(--color-foreground))}.product__file-upload__remove-single svg{width:14px;height:14px}.product__file-upload__actions{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin-top:1rem}.product__file-upload__actions button{padding:0;border:none;outline:none;background-color:transparent!important;color:rgb(var(--color-button))!important;font-family:var(--font-heading);font-size:var(--font-body-scale);text-decoration:none}.product__file-upload__actions button:hover{text-decoration:underline;text-underline-offset:.3rem;text-decoration-thickness:2px;-webkit-text-decoration-color:rgb(var(--color-button));text-decoration-color:rgb(var(--color-button));-webkit-text-decoration-style:solid;text-decoration-style:solid}.product__file-upload__actions button svg path{stroke:rgb(var(--color-button))}.product__file-upload__previews:empty+.product__file-upload__actions{display:none}.product__file-upload__clear-all{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem;padding:.6rem 1.2rem;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s;border:1px solid rgb(var(--color-foreground));border-radius:4px;background-color:transparent;color:rgb(var(--color-foreground));font-size:1.2rem;cursor:pointer}.product__file-upload__clear-all:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.product__file-upload__clear-all .svg-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product__file-upload__placeholder{margin:0 0 .8rem;color:rgb(var(--color-foreground));font-size:1.4rem;text-align:center}.product__file-upload__info{margin:0;color:rgba(var(--color-foreground),.7);font-size:1.2rem;font-style:italic;text-align:center}.product__file-upload__remove-button{padding:.6rem 1.2rem;-webkit-transition:background-color .3s,color .3s;transition:background-color .3s,color .3s;border:1px solid rgb(var(--color-foreground));border-radius:4px;background-color:transparent;color:rgb(var(--color-foreground));font-size:1.2rem;cursor:pointer}.product__file-upload__remove-button:hover{background-color:rgb(var(--color-foreground));color:rgb(var(--color-background))}.product__file-upload__error{padding:1rem;border-radius:4px;background-color:rgba(var(--color-error),.1)}.product__file-upload__error-message{margin:0;color:rgb(var(--color-error));font-size:1.3rem}.product__form-color-picker{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2rem}.product__form-color-picker legend{color:rgb(var(--color-foreground))}.product__form-color-picker__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;padding:0;border:none}.product__form-color-picker__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.2rem}.product__form-color-picker__color-input{-ms-flex-negative:0;flex-shrink:0;width:48px;height:48px;block-size:48px;inline-size:48px;padding:0!important;padding-block:0!important;padding-inline:0!important;-webkit-transition:border-color .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,box-shadow .3s ease;transition:border-color .3s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease;border:1px solid rgb(var(--color-border));border-radius:var(--inputs-radius);cursor:pointer}.product__form-color-picker__color-input::-webkit-color-swatch-wrapper{padding:0}.product__form-color-picker__color-input:focus{border-color:rgb(var(--color-button));outline:none!important;-webkit-box-shadow:0 0 0 3px rgba(var(--color-button),.2);box-shadow:0 0 0 3px rgba(var(--color-button),.2)}.product__form-color-picker__color-input:hover{border-color:rgb(var(--color-button))}.product__form-color-picker__preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.4rem}.product__form-color-picker__hex-input{width:100px;padding:.8rem 1.2rem;-webkit-transition:border-color .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,-webkit-box-shadow .3s ease;transition:border-color .3s ease,box-shadow .3s ease;transition:border-color .3s ease,box-shadow .3s ease,-webkit-box-shadow .3s ease;border:1px solid rgb(var(--color-border));border-radius:var(--inputs-radius);color:rgb(var(--color-foreground));font-family:var(--font-body);font-size:1.4rem;font-weight:500;text-transform:uppercase}.product__form-color-picker__hex-input:focus{border-color:rgb(var(--color-button));outline:none!important;-webkit-box-shadow:none;box-shadow:none}.product__form-color-picker__hex-input.is-invalid{-webkit-animation:shake .3s ease;animation:shake .3s ease;border-color:rgb(var(--color-error))}.product__form-color-picker__hex-input::-webkit-input-placeholder{color:rgba(var(--color-foreground),.6);text-transform:uppercase}.product__form-color-picker__hex-input::-moz-placeholder{color:rgba(var(--color-foreground),.6);text-transform:uppercase}.product__form-color-picker__hex-input:-ms-input-placeholder{color:rgba(var(--color-foreground),.6);text-transform:uppercase}.product__form-color-picker__hex-input::-ms-input-placeholder{color:rgba(var(--color-foreground),.6);text-transform:uppercase}.product__form-color-picker__hex-input::placeholder{color:rgba(var(--color-foreground),.6);text-transform:uppercase}@-webkit-keyframes shake{0%,to{-webkit-transform:translateX(0);transform:translate(0)}25%{-webkit-transform:translateX(-4px);transform:translate(-4px)}75%{-webkit-transform:translateX(4px);transform:translate(4px)}}@keyframes shake{0%,to{-webkit-transform:translateX(0);transform:translate(0)}25%{-webkit-transform:translateX(-4px);transform:translate(-4px)}75%{-webkit-transform:translateX(4px);transform:translate(4px)}}.product__form-radio-swatches{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-bottom:2rem}.product__form-radio-swatches legend{color:rgb(var(--color-foreground))}.product__form-radio-swatches__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(100% - 2px);padding:0;border:none;container-type:inline-size}.product__form-radio-swatches__options{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.8rem}.product__form-radio-swatches__option{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;min-width:0}@container (max-width: 200px){.product__form-radio-swatches__option{-ms-flex-preferred-size:100%;flex-basis:100%}}.product__form-radio-swatches__option.is-selected .product__form-radio-swatches__label{border-color:rgb(var(--color-button));background-color:rgb(var(--color-button));color:rgb(var(--color-button-text))}.product__form-radio-swatches__input{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.product__form-radio-swatches__label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%;padding:1.2rem 1.6rem;-webkit-transition:border-color .3s ease,background-color .3s ease,color .3s ease;transition:border-color .3s ease,background-color .3s ease,color .3s ease;border:1px solid rgb(var(--color-border));border-radius:var(--inputs-radius);color:rgb(var(--color-foreground));font-family:var(--font-body);font-size:1.4rem;font-weight:500;text-align:center;cursor:pointer}.product__form-radio-swatches__label:hover{border-color:rgb(var(--color-button))}.product__form-radio-swatches__label:focus-within{border-color:rgb(var(--color-button));outline:none;-webkit-box-shadow:0 0 0 3px rgba(var(--color-button),.2);box-shadow:0 0 0 3px rgba(var(--color-button),.2)}.product--no-media{max-width:57rem;margin:0 auto}.product-gallery-slider:has(.swiper-slide:only-child) .swiper-button-next,.product-gallery-slider:has(.swiper-slide:only-child) .swiper-button-prev,.product-gallery-slider:has(.product__media-item--single:only-child) .swiper-button-next,.product-gallery-slider:has(.product__media-item--single:only-child) .swiper-button-prev{display:none}.product-gallery-slider .swiper-button-next,.product-gallery-slider .swiper-button-prev{display:-webkit-box;display:-ms-flexbox;display:flex;visibility:hidden;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;padding:8px;-webkit-transition:opacity .2s ease,visibility .2s ease,background .2s ease,-webkit-transform .3s ease;transition:opacity .2s ease,visibility .2s ease,background .2s ease,-webkit-transform .3s ease;transition:opacity .2s ease,visibility .2s ease,transform .3s ease,background .2s ease;transition:opacity .2s ease,visibility .2s ease,transform .3s ease,background .2s ease,-webkit-transform .3s ease;border-radius:999px;opacity:0;background:#fff;gap:12px}.product-gallery-slider .swiper-button-next svg,.product-gallery-slider .swiper-button-prev svg{-ms-flex-negative:0;flex-shrink:0;min-width:24px;max-width:24px;min-height:24px;max-height:24px;aspect-ratio:1/1}.product-gallery-slider .swiper-button-next:hover,.product-gallery-slider .swiper-button-prev:hover{background:rgb(var(--color-background-contrast))}.product-gallery-slider .swiper-button-next{-webkit-transform:translateX(50%);-ms-transform:translateX(50%);transform:translate(50%)}.product-gallery-slider .swiper-button-prev{-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%)}.product-gallery-slider:hover .swiper-button-next,.product-gallery-slider:hover .swiper-button-prev{visibility:visible;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0);opacity:1}.product-gallery-slider .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product__media-wrapper{max-width:664px;padding-left:0}.product__media-wrapper .grid--peek.slider .grid__item:first-of-type{padding-block:0}.product__media-wrapper .slider.slider--mobile{margin-bottom:0}@media (max-width: 767px){.product__media-wrapper .product__media-gallery{position:relative}}.product__media-wrapper .product__media-gallery .product-gallery-slider>.swiper-wrapper{aspect-ratio:1}@media (min-width: 768px){.product__media-wrapper .gallery-thumbs{padding:24px}}.product__media-wrapper .gallery-thumbs .swiper-wrapper{gap:8px}.product__media-wrapper .gallery-thumbs .swiper-slide{position:relative;width:40px;max-width:40px;border:1px solid transparent;aspect-ratio:1}@media (min-width: 768px){.product__media-wrapper .gallery-thumbs .swiper-slide{width:56px;max-width:56px}}.product__media-wrapper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active{border:1px solid rgb(var(--color-background))}.product__media-wrapper .gallery-thumbs .swiper-slide.swiper-slide-thumb-active:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;-webkit-box-shadow:0 0 0 1px rgb(var(--color-foreground));box-shadow:0 0 0 1px rgb(var(--color-foreground))}.product__info-wrapper .product-price .price-item{font-size:16px;font-style:normal;font-weight:600;letter-spacing:.16px;line-height:24px}@media (min-width: 768px){.product__column-sticky{display:block;position:sticky;z-index:2;top:3rem;-webkit-transition:top .15s ease-out;transition:top .15s ease-out}.scrolled-past-header:not(.shopify-section-header-hidden)+main .product__column-sticky{top:calc(3rem + var(--header-height))}.product--thumbnail .thumbnail-list{padding-right:var(--media-shadow-horizontal-offset)}.product--right .product__media-list{margin-bottom:2rem}.product__media-container .slider-buttons{display:none}.product--right .product__media-wrapper{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media (min-width: 980px){.product--large:not(.product--no-media) .product__media-wrapper{width:65%;max-width:65%}.product--large:not(.product--no-media) .product__info-wrapper{width:calc(35% - var(--gap-desktop));max-width:calc(35% - var(--gap-desktop));padding:0 0 0 4rem}.product--large:not(.product--no-media).product--right .product__info-wrapper{padding:0 4rem 0 0}.product--medium:not(.product--no-media) .product__media-wrapper,.product--small:not(.product--no-media) .product__info-wrapper{width:50%;max-width:50%}.product--medium:not(.product--no-media) .product__info-wrapper,.product--small:not(.product--no-media) .product__media-wrapper{width:calc(50% - var(--gap-desktop));max-width:calc(50% - var(--gap-desktop))}}.shopify-payment-button__button{min-height:4.6rem;font-family:inherit}.shopify-payment-button__button [role=button].focused{outline:.2rem solid rgba(var(--color-foreground),.5)!important;outline-offset:.3rem;-webkit-box-shadow:0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3)!important;box-shadow:0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3)!important}.shopify-payment-button__button [role=button]:focus:not(:focus-visible){outline:0;-webkit-box-shadow:none!important;box-shadow:none!important}.shopify-payment-button__button [role=button]:focus-visible{outline:.2rem solid rgba(var(--color-foreground),.5)!important;-webkit-box-shadow:0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3)!important;box-shadow:0 0 0 .1rem rgba(var(--color-button),var(--alpha-button-border)),0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3)!important}.shopify-payment-button__button--unbranded{background-color:rgba(var(--color-button),var(--alpha-button-background));color:rgb(var(--color-button-text));font-size:1.4rem;letter-spacing:.07rem;line-height:calc(1 + .2 / var(--font-body-scale))}.shopify-payment-button__button--unbranded::-moz-selection{background-color:rgba(var(--color-button-text),.3)}.shopify-payment-button__button--unbranded::selection{background-color:rgba(var(--color-button-text),.3)}.shopify-payment-button__button--unbranded:hover,.shopify-payment-button__button--unbranded:hover:not([disabled]){background-color:rgba(var(--color-button),var(--alpha-button-background))}.shopify-payment-button__more-options{margin:1.6rem 0 1rem;font-size:1.2rem;letter-spacing:.05rem;line-height:calc(1 + .5 / var(--font-body-scale));text-decoration:underline;text-underline-offset:.3rem}.shopify-payment-button__button+.shopify-payment-button__button--hidden{display:none}.product-form{display:block}.product-form__error-message-wrapper:not([hidden]){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:1.5rem;font-size:1.3rem;letter-spacing:.04rem;line-height:1.4}.product-form__error-message-wrapper .svg-wrapper{-ms-flex-negative:0;flex-shrink:0;width:1.5rem;height:1.5rem;margin-top:.25rem;margin-right:.7rem}.product-form__input{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;margin:0 0 1.2rem;padding:0;border:none}.product-form__input .form__label{padding-left:0}.product-form__input .select{max-width:100%}.product-form__input .svg-wrapper{right:1.5rem}.product-block__buy-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px}.product-block__buy-buttons .product-block__buy-buttons-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;gap:8px}@media (min-width: 768px){.product-block__buy-buttons .product-block__buy-buttons-container{gap:16px}}.product-block__buy-buttons product-form{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-block:0}.product-form__submit[aria-disabled=true]+.shopify-payment-button .shopify-payment-button__button[disabled],.product-form__submit[disabled]+.shopify-payment-button .shopify-payment-button__button[disabled]{opacity:.5;cursor:not-allowed}@media screen and (forced-colors: active){.product-form__submit[aria-disabled=true]{color:Window}}.product-form__submit{container-type:inline-size;container-name:product-form-submit}.product-form__submit svg.spinner circle{stroke:#fff}.product-form__submit.loading span:first-child,.product-form__submit.loading .icon-plus{display:none}@container product-form-submit (width < 300px){.product-form__submit-long{display:none}.product-form__submit-short{display:inline-block!important}}.shopify-payment-button__more-options{color:rgb(var(--color-foreground))}.shopify-payment-button__button{font-size:1.5rem;letter-spacing:.1rem}.product__info-container iframe{max-width:100%}.product__text{margin-bottom:0}a.product__text{display:block;color:rgba(var(--color-foreground),.75);text-decoration:none}.product__text.caption-with-letter-spacing{text-transform:uppercase}.product__title{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:0;margin-bottom:1.6rem;word-break:break-word;gap:1.6rem}.product__title>*{margin:0}.product__title>a{display:none}.product__title+.product__text.caption-with-letter-spacing{margin-top:-1.5rem}.product__text.caption-with-letter-spacing+.product__title{margin-top:0}.product__accordion .accordion__content{padding:0 1rem}.product .price .badge,.product .price__container{margin-bottom:.5rem}.product .price dl{margin-top:.5rem;margin-bottom:.5rem}.product .price--sold-out .price__badge-sale{display:none}@media screen and (min-width: 750px){.product__info-container{max-width:60rem}.product__info-container .price--on-sale .price-item--regular{font-size:24px;font-weight:700;line-height:32px}.product__info-container>*:first-child{margin-top:0}}.product--no-media .product__title,.product--no-media .product__text,.product--no-media .product__tax,.product--no-media .product__sku,.product--no-media shopify-payment-terms{text-align:center}.product--no-media .product__media-wrapper,.product--no-media .product__info-wrapper{padding:0}.product__tax{margin-top:-1.4rem}.product--no-media .share-button{max-width:100%}.product--no-media .product-form__quantity,.product--no-media .share-button,.product--no-media .product__view-details,.product--no-media .product__pickup-availabilities,.product--no-media .product-form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.product--no-media .product-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product--no-media .product-form>.form{width:100%;max-width:30rem}.product--no-media .product-form__quantity{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:100%}.product-form__quantity .form__label{margin-bottom:.6rem}.price-per-item__label.form__label{margin-bottom:0rem}.product-form__quantity-top .form__label{margin-bottom:1.2rem}.product-form__buttons{width:100%}.product--no-media .product__info-container>modal-opener{display:block;text-align:center}.product--no-media .product-popup-modal__button{padding-right:0}.product--no-media .price{text-align:center}.product__media-list video{border-radius:calc(var(--media-radius) - var(--media-border-width))}@media screen and (max-width: 749px){.product__media-list{width:calc(100% + 4rem);margin-bottom:3rem;margin-left:-2.5rem}.product__media-wrapper slider-component:not(.thumbnail-slider--no-slide){margin-right:-1.5rem;margin-left:-1.5rem}.slider.product__media-list::-webkit-scrollbar{width:.2rem;height:.2rem}.product__media-list::-webkit-scrollbar-thumb{background-color:rgb(var(--color-foreground))}.product__media-list::-webkit-scrollbar-track{background-color:rgba(var(--color-foreground),.2)}.product__media-list .product__media-item{width:calc(100% - 3rem - var(--grid-mobile-horizontal-spacing))}.product--mobile-columns .product__media-item{width:calc(50% - 1.5rem - var(--grid-mobile-horizontal-spacing))}}@media screen and (min-width: 750px){.product--thumbnail .product__media-list,.product--thumbnail_slider .product__media-list{padding-bottom:calc(var(--media-shadow-vertical-offset) * var(--media-shadow-visible))}.product__media-list{padding-right:calc(var(--media-shadow-horizontal-offset) * var(--media-shadow-visible))}.product--thumbnail .product__media-item:not(.is-active),.product--thumbnail_slider .product__media-item:not(.is-active){display:none}.product-media-modal__content>.product__media-item--variant.product__media-item--variant{display:none}.product-media-modal__content>.product__media-item--variant:first-child{display:block}}@media screen and (min-width: 750px) and (max-width: 979px){.product__media-list .product__media-item:first-child{padding-left:0}.product--thumbnail_slider .product__media-list{margin-left:0}.product__media-list .product__media-item{width:100%}}.product__media-icon .icon{width:1.2rem;height:1.4rem}.product__media-icon,.thumbnail__badge{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;z-index:1;top:1.2rem;left:1.2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:3rem;height:3rem;-webkit-transition:color var(--duration-short) ease,opacity var(--duration-short) ease;transition:color var(--duration-short) ease,opacity var(--duration-short) ease;border:.1rem solid rgba(var(--color-foreground),.1);border-radius:50%;background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.product__media-video .product__media-icon{opacity:1}.product__modal-opener--image .product__media-toggle:hover{cursor:-webkit-zoom-in;cursor:zoom-in}.product__modal-opener:hover .product__media-icon{border:.1rem solid rgba(var(--color-foreground),.1)}@media screen and (min-width: 750px){.grid__item.product__media-item--full{width:100%}.product--columns .product__media-item:not(.product__media-item--single):not(:only-child){max-width:calc(50% - var(--grid-desktop-horizontal-spacing) / 2)}.product--large.product--columns .product__media-item--full .deferred-media__poster-button{width:5rem;height:5rem}.product--medium.product--columns .product__media-item--full .deferred-media__poster-button{width:4.2rem;height:4.2rem}.product--medium.product--columns .product__media-item--full .deferred-media__poster-button .icon{width:1.8rem;height:1.8rem}.product--small.product--columns .product__media-item--full .deferred-media__poster-button{width:3.6rem;height:3.6rem}.product--small.product--columns .product__media-item--full .deferred-media__poster-button .icon{width:1.6rem;height:1.6rem}}@media (min-width: 980px){.product:not(.product--columns) .product__media-list .product__media-item:first-child,.product:not(.product--columns) .product__media-list .product__media-item--full{width:100%;max-width:100%}.product__modal-opener .product__media-icon{opacity:0}.product__modal-opener:hover .product__media-icon,.product__modal-opener:focus .product__media-icon{opacity:1}}.product__media-item>*{display:block;position:relative;width:100%;height:100%}.product__media-item>*>*{-o-object-fit:contain;object-fit:contain}.product__media-toggle{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0;border:none;background-color:transparent;color:currentColor}.product__media-toggle:after{content:"";display:block;position:absolute;z-index:2;top:calc(var(--border-width) * -1);right:calc(var(--border-width) * -1);bottom:calc(var(--border-width) * -1);left:calc(var(--border-width) * -1);margin:0;padding:0;cursor:pointer}.product__media-toggle:focus-visible{outline:0;-webkit-box-shadow:none;box-shadow:none}@media (forced-colors: active){.product__media-toggle:focus-visible,.product__media-toggle:focus-visible:after{outline:transparent solid 1px;outline-offset:2px}}.product__media-toggle.focused{outline:0;-webkit-box-shadow:none;box-shadow:none}.product__media-toggle:focus-visible:after{border-radius:var(--media-radius);-webkit-box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0rem .5rem rgba(var(--color-foreground),.5);box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5)}.product__media-toggle.focused:after{border-radius:var(--media-radius);-webkit-box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0rem .5rem rgba(var(--color-foreground),.5);box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5)}.product-media-modal{visibility:hidden;position:fixed;z-index:-1;top:0;left:0;width:100%;height:100%;opacity:0;background-color:rgb(var(--color-background))}.product-media-modal[open]{visibility:visible;z-index:101;opacity:1}.product-media-modal__dialog{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100vh}.product-media-modal__content{width:100%;max-height:100vh;overflow:auto}.product-media-modal__content>*:not(.active),.product__media-list .deferred-media{display:none}@media screen and (min-width: 750px){.product-media-modal__content{padding-bottom:2rem}.product-media-modal__content>*:not(.active){display:block}.product__modal-opener:not(.product__modal-opener--image){display:none}.product__media-list .deferred-media{display:block}}@media screen and (max-width: 749px){.product--thumbnail .is-active .product__modal-opener:not(.product__modal-opener--image),.product--thumbnail_slider .is-active .product__modal-opener:not(.product__modal-opener--image){display:none}.product--thumbnail .is-active .deferred-media,.product--thumbnail_slider .is-active .deferred-media{display:block;width:100%}}.product-media-modal__content>*{display:block;height:auto;margin:auto}.product-media-modal__content .media{background:none}.product-media-modal__model{width:100%}.product-media-modal__toggle{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;z-index:2;top:2rem;right:2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:4rem;padding:1.2rem;border:.1rem solid rgba(var(--color-foreground),.1);border-radius:50%;background-color:rgb(var(--color-background));color:rgba(var(--color-foreground),.55);cursor:pointer}.product-media-modal__content .deferred-media{width:100%}@media screen and (min-width: 750px){.product-media-modal__content{padding:2rem 11rem}.product-media-modal__content>*{width:100%}.product-media-modal__content>*+*{margin-top:2rem}.product-media-modal__toggle{top:2.2rem;right:5rem}}@media (min-width: 980px){.product-media-modal__content{padding:2rem 11rem}.product-media-modal__content>*+*{margin-top:1.5rem}.product-media-modal__content{padding-bottom:1.5rem}.product-media-modal__toggle{right:5rem}}.product-media-modal__toggle:hover{color:rgba(var(--color-foreground),.75)}.product-media-modal__toggle .icon{width:2.2rem;height:auto;margin:0}.product-popup-modal{visibility:hidden;position:fixed;z-index:-1;top:0;left:0;-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;height:100%;margin:0 auto;overflow:auto;opacity:0;background:rgba(var(--color-foreground),.2)}.product-popup-modal[open]{visibility:visible;z-index:101;opacity:1}.product-popup-modal__content{position:absolute;top:0;left:50%;width:92%;height:80%;margin:0 auto;margin-top:5rem;padding:0 1.5rem 0 3rem;overflow:auto;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);border-width:var(--popup-border-width);border-style:solid;border-radius:var(--popup-corner-radius);border-color:rgba(var(--color-foreground),var(--popup-border-opacity));background-color:rgb(var(--color-background));-webkit-box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));box-shadow:var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.product-popup-modal__content.focused{-webkit-box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}.product-popup-modal__content:focus-visible{-webkit-box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity));box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 .5rem .4rem rgba(var(--color-foreground),.3),var(--popup-shadow-horizontal-offset) var(--popup-shadow-vertical-offset) var(--popup-shadow-blur-radius) rgba(var(--color-shadow),var(--popup-shadow-opacity))}@media screen and (min-width: 750px){.product-popup-modal__content{width:70%;margin-top:10rem;padding:0 1.5rem 0 3rem}.product-media-modal__dialog .global-media-settings--no-shadow{overflow:visible!important}}.product-popup-modal__content img{max-width:100%}@media screen and (max-width: 749px){.product-popup-modal__content table{display:block;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;margin:0;overflow-x:auto;white-space:nowrap}.product-media-modal__dialog .global-media-settings,.product-media-modal__dialog .global-media-settings video,.product-media-modal__dialog .global-media-settings model-viewer,.product-media-modal__dialog .global-media-settings iframe,.product-media-modal__dialog .global-media-settings img{border:none;border-radius:0}}.product-popup-modal__opener{display:inline-block}.product-popup-modal__button{min-height:4.4rem;padding-right:1.3rem;padding-left:0;-webkit-transition:text-decoration-thickness var(--duration-short) ease;transition:text-decoration-thickness var(--duration-short) ease;font-size:1.6rem;text-underline-offset:.3rem;text-decoration-thickness:.1rem}.product-popup-modal__button:hover{text-decoration-thickness:.2rem}.product-popup-modal__content-info{padding-right:4.4rem}.product-popup-modal__content-info>*{width:100%;max-width:100%;height:auto;margin:0 auto}@media screen and (max-width: 749px){.product-popup-modal__content-info>*{max-height:100%}}.product-popup-modal__toggle{display:-webkit-box;display:-ms-flexbox;display:flex;position:sticky;z-index:2;top:1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:4rem;margin:0 0 0 auto;padding:1.2rem;border:.1rem solid rgba(var(--color-foreground),.1);border-radius:50%;background-color:rgb(var(--color-background));color:rgba(var(--color-foreground),.55);cursor:pointer}.product-popup-modal__toggle:hover{color:rgba(var(--color-foreground),.75)}.product-popup-modal__toggle .icon{width:2.2rem;height:auto;margin:0}.product__media-list .media>*{overflow:hidden}.thumbnail-list{grid-gap:1rem;-ms-flex-wrap:wrap;flex-wrap:wrap}.slider--mobile.thumbnail-list:after{content:none}@media screen and (min-width: 750px){.product--stacked .thumbnail-list{display:none}.thumbnail-list{display:grid;grid-template-columns:repeat(4,1fr)}}.thumbnail-list_item--variant:not(:first-child){display:none}@media (min-width: 980px){.thumbnail-list{grid-template-columns:repeat(4,1fr)}.product--medium .thumbnail-list{grid-template-columns:repeat(5,1fr)}.product--large .thumbnail-list{grid-template-columns:repeat(6,1fr)}}@media screen and (max-width: 749px){.product__media-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product__modal-opener{width:100%}.thumbnail-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.thumbnail-slider .thumbnail-list.slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:.5rem;scroll-padding-left:.5rem}.thumbnail-list__item.slider__slide{width:calc(33% - .6rem)}}@media screen and (min-width: 750px){.product--thumbnail_slider .thumbnail-slider{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.thumbnail-slider .thumbnail-list.slider--tablet-up{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;padding:.5rem;scroll-padding-left:.5rem}.product__media-wrapper .slider-mobile-gutter .slider-button{display:none}.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{width:calc(25% - .8rem)}.product--thumbnail_slider .slider-mobile-gutter .slider-button{display:-webkit-box;display:-ms-flexbox;display:flex}}@media screen and (min-width: 900px){.product--small .thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{width:calc(25% - .8rem)}.thumbnail-list.slider--tablet-up .thumbnail-list__item.slider__slide{width:calc(20% - .8rem)}}.thumbnail{display:block;position:absolute;top:0;left:0;width:100%;height:100%;padding:0;background-color:transparent;color:rgb(var(--color-foreground));cursor:pointer}.thumbnail:hover{opacity:.7}.thumbnail.global-media-settings img{border-radius:0}.thumbnail[aria-current]{border-color:rgb(var(--color-foreground));-webkit-box-shadow:0 0 0rem .1rem rgb(var(--color-foreground));box-shadow:0 0 0 .1rem rgb(var(--color-foreground))}.image-magnify-full-size{z-index:1;margin:0;border-radius:calc(var(--media-radius) - var(--media-border-width));cursor:-webkit-zoom-out;cursor:zoom-out}.image-magnify-hover{cursor:-webkit-zoom-in;cursor:zoom-in}.product__modal-opener--image .product__media-zoom-none,.product__media-icon--none{display:none}.product__modal-opener>.loading__spinner{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:50%;left:50%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:48px;height:48px;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product__modal-opener .path{stroke:rgb(var(--color-button));opacity:.75}@media (hover: hover){.product__media-zoom-hover,.product__media-icon--hover{display:none}}@media screen and (max-width: 749px){.product__media-zoom-hover,.product__media-icon--hover{display:-webkit-box;display:-ms-flexbox;display:flex}}.product-media-container{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.thumbnail-slide img{-o-object-fit:contain;object-fit:contain}.js .product__media{overflow:hidden!important}.js .product__media img{-o-object-fit:contain;object-fit:contain}.thumbnail[aria-current]:focus-visible{-webkit-box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0rem .5rem rgba(var(--color-foreground),.5);box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5)}.thumbnail[aria-current]:focus,.thumbnail.focused{outline:0;-webkit-box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0rem .5rem rgba(var(--color-foreground),.5);box-shadow:0 0 0 .3rem rgb(var(--color-background)),0 0 0 .5rem rgba(var(--color-foreground),.5)}@media (forced-colors: active){.thumbnail[aria-current]:focus,.thumbnail.focused{outline:transparent solid 1px}}.thumbnail[aria-current]:focus:not(:focus-visible){outline:0;-webkit-box-shadow:0 0 0 .1rem rgb(var(--color-foreground));box-shadow:0 0 0 .1rem rgb(var(--color-foreground))}.thumbnail img{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;pointer-events:none}.thumbnail__badge .icon{width:1rem;height:1rem}.thumbnail__badge .icon-3d-model{width:1.2rem;height:1.2rem}.thumbnail__badge{top:calc(.4rem + var(--media-border-width));right:calc(.4rem + var(--media-border-width));left:auto;width:2rem;height:2rem;color:rgb(var(--color-foreground),.6)}@media screen and (min-width: 750px){.product:not(.product--small) .thumbnail__badge{width:3rem;height:3rem}.product:not(.product--small) .thumbnail__badge .icon{width:1.2rem;height:1.2rem}.product:not(.product--small) .thumbnail__badge .icon-3d-model{width:1.4rem;height:1.4rem}}.thumbnail-list__item{position:relative}.thumbnail-list__item:before{content:"";display:block;padding-bottom:100%}.product:not(.featured-product) .product__view-details{display:none}.product__view-details{display:block;text-decoration:none}.product__view-details:hover{text-decoration:underline;text-underline-offset:.3rem}.product__view-details .icon{-ms-flex-negative:0;flex-shrink:0;width:1.2rem;margin-left:1.2rem}.product__inventory{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.product__inventory .svg-wrapper,.product__inventory svg{width:15px;height:15px}.product--no-media .product__inventory{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product__inventory.visibility-hidden:empty{display:block}.product__inventory.visibility-hidden:empty:after{content:"#"}.product__inventory .icon-inventory-status circle:first-of-type{opacity:.3}.icon-with-text{--icon-size: calc(var(--font-heading-scale) * 3rem);--icon-spacing: calc(var(--font-heading-scale) * 1rem)}.icon-with-text--horizontal{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem}.icon-with-text--vertical{--icon-size: calc(var(--font-heading-scale) * 2rem)}.icon-with-text .svg-wrapper{width:var(--icon-size);height:var(--icon-size);fill:rgb(var(--color-foreground))}.icon-with-text--horizontal .svg-wrapper,.icon-with-text--horizontal img{margin-bottom:var(--icon-spacing)}.icon-with-text--vertical .svg-wrapper{min-width:var(--icon-size);min-height:var(--icon-size);margin-right:var(--icon-spacing)}.icon-with-text img{width:var(--icon-size);height:var(--icon-size);-o-object-fit:contain;object-fit:contain}.icon-with-text--vertical img{margin-right:var(--icon-spacing)}.icon-with-text--horizontal .h4{padding-top:calc(var(--icon-size) + var(--icon-spacing));text-align:center}.icon-with-text--horizontal .svg-wrapper+.h4,.icon-with-text--horizontal img+.h4,.icon-with-text--horizontal.icon-with-text--text-only .h4{padding-top:0}.icon-with-text__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.icon-with-text--horizontal .icon-with-text__item{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:33%}.icon-with-text--vertical .icon-with-text__item{margin-bottom:1.2rem}.icon-with-text--vertical .icon-with-text__item span{font-size:14px;line-height:20px}.product__sku.visibility-hidden:after{content:"#"}.product-media-container{--aspect-ratio: var(--preview-ratio);--ratio-percent: calc(1 / var(--aspect-ratio) * 100%);position:relative;width:100%;max-width:calc(100% - var(--media-border-width) * 2)}.product-media-container.constrain-height{--viewport-offset: 400px;--constrained-min-height: 300px;--constrained-height: max(var(--constrained-min-height), calc(100vh - var(--viewport-offset)));margin-right:auto;margin-left:auto}.product-media-container .media{padding-top:var(--ratio-percent)}.product-media-container.constrain-height .media{padding-top:min(var(--constrained-height),var(--ratio-percent))}@media screen and (max-width: 749px){.product-media-container.media-fit-cover{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;align-self:stretch}.product-media-container.media-fit-cover .media{position:initial}}@media screen and (min-width: 750px){.product-media-container{max-width:100%}.product-media-container:not(.media-type-image){--aspect-ratio: var(--ratio)}.product-media-container.constrain-height{--viewport-offset: 170px;--constrained-min-height: 500px}.product-media-container.media-fit-cover,.product-media-container.media-fit-cover .product__modal-opener,.product-media-container.media-fit-cover .media{height:100%}.product-media-container.media-fit-cover .deferred-media__poster img{-o-object-fit:cover;object-fit:cover;width:100%}}.product-media-container .product__modal-opener{display:block;position:relative}@media screen and (min-width: 750px){.product-media-container .product__modal-opener:not(.product__modal-opener--image){display:none}}.recipient-form{--recipient-checkbox-margin-top: .64rem;display:block;position:relative;max-width:44rem;margin-bottom:2.5rem}.recipient-form-field-label{margin:.6rem 0}.recipient-form-field-label--space-between{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.recipient-checkbox{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:inherit;font-size:1.6rem;word-break:break-word;cursor:pointer}.recipient-form>input[type=checkbox]{position:absolute;z-index:-1;top:0;left:0;width:1.6rem;height:1.6rem;margin:var(--recipient-checkbox-margin-top) 0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.recipient-fields__field{margin:0 0 2rem}.recipient-fields .field__label{max-width:calc(100% - 3.5rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recipient-checkbox>svg{-ms-flex-negative:0;flex-shrink:0;margin-top:var(--recipient-checkbox-margin-top);margin-right:1.2rem}.recipient-form .icon-checkmark{visibility:hidden;position:absolute;z-index:5;top:.4rem;left:.28rem;width:10px;height:9px}.recipient-form>input[type=checkbox]:checked+label .icon-checkmark{visibility:visible}.js .recipient-fields{display:none}.recipient-fields hr{margin:1.6rem auto}.recipient-form>input[type=checkbox]:checked~.recipient-fields{display:block;-webkit-animation:animateMenuOpen var(--duration-default) ease;animation:animateMenuOpen var(--duration-default) ease}.recipient-form>input[type=checkbox]:not(:checked,:disabled)~.recipient-fields,.recipient-email-label{display:none}.js .recipient-email-label.required{display:inline}.recipient-form ul{padding-left:4.4rem;line-height:calc(1 + .6 / var(--font-body-scale));text-align:left}.recipient-form ul a{display:inline}.recipient-form .error-message:first-letter{text-transform:capitalize}@media screen and (forced-colors: active){.recipient-fields>hr{border-top:.1rem solid rgb(var(--color-background))}.recipient-checkbox>svg{border:.1rem solid rgb(var(--color-background));background-color:inherit}.recipient-form>input[type=checkbox]:checked+label .icon-checkmark{border:none}}.product__subheading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.8rem;color:rgba(var(--color-foreground),.75);font-size:1.4rem;gap:1rem}@media (min-width: 768px){.product__subheading{margin-top:1.6rem}}.product__subheading span{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.4rem}.product__subheading span+span:not(.product__subheading--yuka):before{content:"\2022";margin-right:1rem}.product__subheading--yuka{margin-left:auto}.product__subheading .icon-yuka{width:3.2rem;height:3.2rem;fill:rgb(var(--color-foreground))}.product-price{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1.6rem}.product-price>*{width:100%}.product-price .badge{margin-left:auto;padding:4px 8px;background:rgb(var(--color-foreground));color:rgb(var(--color-background-lighten));white-space:nowrap}.product-price .price__regular .price-item--regular,.product-price .price__sale .price-item--sale{font-size:24px;font-weight:700;line-height:32px}.product-price .price .price-item{margin-right:.8rem}.product-price .product-reviews{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 100%;flex:1 0 100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:rgb(var(--color-foreground));font-size:14px;font-style:normal;font-weight:400;letter-spacing:.14px;line-height:20px;text-decoration:none;cursor:pointer;gap:8px}@media (min-width: 768px){.product-price .product-reviews{-webkit-box-flex:1;-ms-flex:auto;flex:auto}}.product-price .product-reviews:hover{color:rgb(var(--color-foreground))}.product-price .product-reviews__note span:first-child:after{content:"\2022";margin-inline:.4rem}.product-price .product-reviews__stars{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2px}.product-price .product-reviews__stars .svg-wrapper{width:16px;height:15.216px}@media (min-width: 768px){.product-price .badge{display:none}}.product-details{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:8px}.product-block-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:4px 8px;border-radius:4px;background:rgb(var(--color-background-contrast));gap:8px}.product-block-details svg{width:14px;height:14px}.product-block-details .product-block-details__list{-webkit-box-flex:0;-ms-flex:0 1 auto;flex:0 1 auto;font-size:12px;font-style:normal;font-weight:600;letter-spacing:.48px;line-height:16px;text-transform:uppercase}.product-benefits{margin-bottom:2.4rem}.product-benefits .h5{margin-bottom:1.6rem}.product-benefits__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.6rem}.product-benefits__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:12px 8px;border-radius:4px;background:var(--background);color:var(--color);font-size:14px;font-style:normal;font-weight:600;letter-spacing:.56px;line-height:20px;text-transform:uppercase;gap:8px}@media (min-width: 768px){.product-benefits__item{padding:12px}}.product-block__buy-buttons quantity-input{width:auto}.product-block__buy-buttons .quantity__button{width:auto;height:100%}.product-block__buy-buttons .quantity__button[name=minus]{padding:6px}@media (min-width: 768px){.product-block__buy-buttons .quantity__button[name=minus]{padding:16px 8px 16px 16px}}.product-block__buy-buttons .quantity__button[name=plus]{padding:6px}@media (min-width: 768px){.product-block__buy-buttons .quantity__button[name=plus]{padding:16px 16px 16px 8px}}.product-block__buy-buttons .quantity__button .svg-wrapper{width:2rem;height:2rem}.product-block__buy-buttons .quantity__input{width:32px}.product-block__buy-buttons .quantity:after{-webkit-box-shadow:0 0 0 var(--inputs-border-width) rgb(var(--color-border));box-shadow:0 0 0 var(--inputs-border-width) rgb(var(--color-border))}.product-block__buy-buttons quantity-input input{outline:0;background-color:transparent!important;-webkit-box-shadow:none;box-shadow:none}.product-block__buy-buttons .product-form__submit{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:16px 24px;gap:16px}.product-block__buy-buttons .product-form__submit span{font-size:16px;font-weight:700;line-height:24px}.product-block__buy-buttons .product-form__submit .product-form__submit-icon{display:-webkit-box;display:-ms-flexbox;display:flex;width:20px;height:20px}.product-block__buy-buttons .product-form__submit [data-product-price]:before{content:"\2022";margin-right:.8rem}.product-block__buy-buttons .product-form__submit [data-product-compare-price]{opacity:.7}.product-block__buy-buttons .product-form__submit-short{display:none}@media (min-width: 768px) and (max-width: 1439px){.product-block__buy-buttons .product-form__submit-short{display:inline}}@media (min-width: 768px) and (max-width: 1439px){.product-block__buy-buttons .product-form__submit-long{display:none}}.product__info-wrapper{overflow:hidden}.product-products-slider{overflow:visible}@media (max-width: 767px){.product-products-slider{padding-bottom:42px}}.product-products-slider__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1.6rem;gap:1.6rem}.product-products-slider__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.6rem}@media (max-width: 767px){.product-products-slider__actions{position:absolute;bottom:0;white-space:nowrap}}.product-products-slider__actions>*{position:relative;top:initial;right:initial;bottom:initial;left:initial}.product-products-slider__actions .swiper-button-prev,.product-products-slider__actions .swiper-button-next{display:grid;width:24px;min-width:initial;height:24px;margin-top:0;place-content:center}.product-products-slider__actions .swiper-button-prev svg,.product-products-slider__actions .swiper-button-next svg{width:24px;min-width:initial;height:24px;min-height:initial}.product-products-slider .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;width:calc(100% - 3.2rem);height:auto;margin-right:1.6rem}@media (min-width: 768px){.product-products-slider .swiper-slide{width:calc(80% - 1.6rem)}}.product-complementary .card.card--horizontal{background:rgb(var(--color-background-lighten))}.product-informations-slider .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.6rem}@media (min-width: 768px){.product-informations-slider .swiper-slide{gap:.8rem}}.product-informations-slider .swiper-slide svg,.product-informations-slider .swiper-slide img{-ms-flex-negative:0;flex-shrink:0;width:24px;min-width:24px;height:24px;min-height:24px;aspect-ratio:1/1;-o-object-fit:contain;object-fit:contain}.product-informations-slider__icon{height:24px;padding-top:8px}.product-informations-slider__texts{padding-right:50px}.product-informations-slider__texts p{margin-block:0;line-height:1.2}.product-informations-slider__texts p:first-child{margin-bottom:4px}.product-informations-slider .swiper-pagination{right:0;left:initial;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.product__title{margin-bottom:0}.product__title+.product__text{margin-top:0;margin-bottom:1.6rem}@media (min-width: 768px){.template-product #chat-button{bottom:93px!important}.template-product #chat-window{bottom:155px!important}}.product-replacement-popup{display:none;position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1.6rem}.product-replacement-popup.is-open{display:-webkit-box;display:-ms-flexbox;display:flex}.product-replacement-popup__overlay{position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background-color:#00000080;cursor:pointer}.product-replacement-popup__content{position:relative;z-index:2;width:100%;max-width:480px;max-height:90vh;padding:2.4rem;overflow-y:auto;border-radius:12px;background-color:rgb(var(--color-background));-webkit-box-shadow:0 4px 24px rgba(0,0,0,.15);box-shadow:0 4px 24px #00000026}@media (min-width: 768px){.product-replacement-popup__content{padding:3.2rem}}.product-replacement-popup__close{display:-webkit-box;display:-ms-flexbox;display:flex;position:absolute;top:1.2rem;right:1.2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:3.2rem;height:3.2rem;padding:0;-webkit-transition:background-color .2s ease;transition:background-color .2s ease;border:none;border-radius:50%;background-color:rgb(var(--color-background-contrast));cursor:pointer}.product-replacement-popup__close:hover{background-color:rgb(var(--color-background-darken))}.product-replacement-popup__close svg{width:1.6rem;height:1.6rem}.product-replacement-popup__header{margin-bottom:2.4rem;text-align:center}.product-replacement-popup__title{margin:0 0 .8rem;color:rgb(var(--color-foreground));font-size:2rem;font-weight:700;line-height:1.3}@media (min-width: 768px){.product-replacement-popup__title{font-size:2.4rem}}.product-replacement-popup__text{margin:0;color:rgba(var(--color-foreground),.75);font-size:1.4rem;line-height:1.5}.product-replacement-popup__product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.6rem;border-radius:8px;background-color:rgb(var(--color-background-contrast));gap:1.6rem}@media (min-width: 768px){.product-replacement-popup__product{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:2rem}}.product-replacement-popup__image-link{display:block;-ms-flex-negative:0;flex-shrink:0;width:120px;height:120px;overflow:hidden;border-radius:8px;background-color:rgb(var(--color-background))}@media (min-width: 768px){.product-replacement-popup__image-link{width:140px;height:140px}}.product-replacement-popup__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-replacement-popup__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.2rem;text-align:center}@media (min-width: 768px){.product-replacement-popup__details{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}}.product-replacement-popup__product-title{margin:0;font-size:1.6rem;font-weight:600;line-height:1.4}.product-replacement-popup__product-title a{color:rgb(var(--color-foreground));text-decoration:none}.product-replacement-popup__product-title a:hover{text-decoration:underline}.product-replacement-popup__prices{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.2rem}@media (min-width: 768px){.product-replacement-popup__prices{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.product-replacement-popup__price-ht,.product-replacement-popup__price-ttc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:.4rem}.product-replacement-popup__price-ht .product-replacement-popup__price-amount{color:rgb(var(--color-foreground));font-size:1.8rem;font-weight:700}.product-replacement-popup__price-ttc .product-replacement-popup__price-amount{color:rgba(var(--color-foreground),.75);font-size:1.4rem;font-weight:500}.product-replacement-popup__price-label{color:rgba(var(--color-foreground),.6);font-size:1.2rem;font-weight:500;text-transform:uppercase}.product-replacement-popup__cta{width:100%;margin-top:.4rem}@media (min-width: 768px){.product-replacement-popup__cta{width:auto}}.product-replacement-banner{margin-bottom:1.6rem}.product-replacement-banner__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.6rem}.product-replacement-banner__text-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.4rem}.product-replacement-banner__title{margin:0;color:rgb(var(--color-foreground));font-size:1.6rem;font-weight:700;line-height:1.4}.product-replacement-banner__text{margin:0;color:rgba(var(--color-foreground),.75);font-size:1.4rem;line-height:1.5}.product-replacement-banner__product{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:1.2rem;background-color:rgb(var(--color-background-contrast));gap:1.2rem}.product-replacement-banner__image-link{display:block;-ms-flex-negative:0;flex-shrink:0;width:80px;height:80px;overflow:hidden;background-color:rgb(var(--color-background))}@media (min-width: 768px){.product-replacement-banner__image-link{width:100px;height:100px}}.product-replacement-banner__image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-replacement-banner__details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.8rem}.product-replacement-banner__product-title{margin:0;font-size:1.4rem;font-weight:600;line-height:1.4}.product-replacement-banner__product-title a{color:rgb(var(--color-foreground));text-decoration:none}.product-replacement-banner__product-title a:hover{text-decoration:underline}.product-replacement-banner__prices{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.8rem}.product-replacement-banner__price-ht{color:rgb(var(--color-foreground));font-size:1.4rem;font-weight:700}.product-replacement-banner__price-ttc{color:rgba(var(--color-foreground),.6);font-size:1.2rem;font-weight:500}.product-replacement-banner__cta{-ms-flex-item-align:start;align-self:flex-start;padding:.8rem 1.2rem;font-size:1.2rem}
/*# sourceMappingURL=/cdn/shop/t/7/assets/section-main-product.css.map */
