.product-page{padding:var(--header-height, 90px) 0 30px;background:rgb(var(--color-background));color:rgb(var(--color-foreground));position:relative;z-index:8}.product-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:clamp(2rem,-.1739rem + 3.4783vw,4rem)}.product-gallery{width:50%;flex:1}.gallery-featured{width:100%;aspect-ratio:1 / 1;overflow:hidden;position:relative}.gallery-featured img{width:100%;height:100%;object-fit:cover;cursor:pointer}.gallery-thumbnails{width:100%;margin-top:1rem;overflow:hidden}.gallery-thumbnails-slider{cursor:grab;-webkit-user-select:none;user-select:none}.gallery-thumbnails-slider:active{cursor:grabbing}.gallery-thumbnails-track{display:flex;gap:1rem;flex-wrap:nowrap;transition:transform .3s ease}.gallery-thumbnail-item{flex:0 0 calc(25% - .75rem);aspect-ratio:1 / 1;overflow:hidden;position:relative;pointer-events:auto}.gallery-thumbnail-item img{width:100%;height:100%;object-fit:cover;pointer-events:auto}.product-info-container{width:50%}.product-info-sticky{position:sticky;width:100%;top:0;height:auto;left:0}.product-info{width:100%;position:relative;padding-top:2rem}@media(max-width:750px){.product-info{padding-right:1rem}}.product-info-content{position:relative}.rtl .product-info{direction:rtl}.product-header{margin-bottom:1.5rem}.product-title{font-size:1.6rem;line-height:1.2;font-weight:400;letter-spacing:.3px;margin:0}.rtl .product-subtitle{direction:rtl;font-weight:700;font-size:clamp(2.4rem,-.2087rem + 4.1739vw,4.8rem);margin-bottom:3rem}.product-subtitle{font-size:clamp(1.5rem,-.5652rem + 3.3043vw,3.4rem);line-height:1;font-weight:500;margin-bottom:1.5rem}.product-rating{margin-bottom:1.5rem}.product-rating .card-product__stars svg{width:32px;height:32px}.product-form-wrapper{margin-bottom:2rem}.product-form-wrapper .product-actions-wrapper{position:relative}.product-form-wrapper .product-actions{position:relative;display:flex;align-items:center;border:2px solid rgb(var(--color-button));border-radius:99px;overflow:hidden}.rtl .product-actions{flex-direction:row-reverse}.product-form-wrapper .add-to-cart{background-color:rgb(var(--color-button));color:rgb(var(--color-foreground));display:block;padding-inline:3rem;padding-block:12px;font-size:1.3rem;font-weight:500;border-radius:99px;border:none;cursor:pointer}.product-form-wrapper .product-quantity_selector{height:100%;display:flex;align-items:center;padding-inline:1rem 1.75rem}.rtl .product-form-wrapper .product-quantity_selector{padding-inline:1.75rem 1rem}.product-form-wrapper .quantity-up,.product-form-wrapper .quantity-down{width:16px;height:22px;position:relative;display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer}.product-form-wrapper .quantity-up:after,.product-form-wrapper .quantity-down:after{width:10px;height:3px;background-color:rgb(var(--color-foreground));content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-form-wrapper .quantity-up:before{position:absolute;content:"";left:50%;top:50%;transform:translate(-50%,-50%);background-color:rgb(var(--color-foreground));width:3px;height:10px}.product-form-wrapper .quantity-input{display:flex;align-items:center;justify-content:center;height:100%;font-size:1.3rem;background-color:transparent;color:rgb(var(--color-foreground));max-width:20px;line-height:1;min-width:20px}.product-form-wrapper .product-pricing{display:flex;flex-direction:row;gap:8px;line-height:1.1;font-weight:500;word-spacing:-2px;align-items:end;justify-content:flex-end}.rtl .product-form-wrapper .product-pricing{flex-direction:row-reverse}.product-form-wrapper .product--pricing{display:flex;flex-direction:column;gap:0}.product-form-wrapper .product-price{display:flex;align-items:center;text-align:center;gap:10px;font-size:clamp(1.3rem,.9739rem + .5217vw,1.6rem);color:rgb(var(--color-foreground))}.product-form-wrapper .product-compare-at{position:relative;font-size:clamp(1rem,.6739rem + .5217vw,1.3rem);margin:0 auto;width:fit-content;color:rgb(var(--color-button-text));overflow:hidden}.product-form-wrapper .product-compare-at:after{position:absolute;transform:translate(-50%,-50%) rotate(8deg);left:50%;top:50%;content:"";width:100%;height:3px;background-color:rgb(var(--color-background))}.product-form-wrapper .product-savings{display:block;margin-bottom:2px;font-size:clamp(1rem,.6739rem + .5217vw,1.3rem);color:rgb(var(--color-button-text))}.variant-selector{margin-top:2rem;margin-bottom:2rem;display:flex;flex-direction:column;gap:2rem}.rtl .variant-selector{align-items:end}.variant-option{border:none;display:flex;flex-direction:column;gap:10px;padding:5px;overflow:hidden}.rtl .variant-option{align-items:flex-end}.variant-option legend{display:flex;margin-bottom:1rem;font-size:1.2rem;font-weight:700;width:100%;gap:10px;align-items:center}.rtl .variant-option legend{flex-direction:row-reverse;text-align:right}.rtl .variant-option legend span{direction:rtl;text-align:right}.variant-option button{display:inline-block;border:none;background-color:transparent;text-decoration:underline;color:rgb(var(--color-foreground));cursor:pointer}.selected-value{font-weight:600;color:rgb(var(--color-button))}.option-values{display:flex;flex-wrap:wrap;gap:.7rem;margin-left:10px}.rtl .option-values{flex-direction:row-reverse;margin-left:0;margin-right:10px}.option-value{border:1px solid rgba(var(--color-foreground),1);color:rgb(var(--color-foreground));border-radius:4px;cursor:pointer;transition:all .2s ease;position:relative;min-width:50px;padding:0 15px;min-height:50px;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:700;overflow:hidden}.option-value[style*=--swatch]{border:none;min-width:28px;min-height:28px;padding:0;width:28px;height:28px;border-radius:50%;background:var(--swatch);background-position:var(--focal-point, center);background-size:100% 100%;background-repeat:no-repeat}.option-value[style*=--swatch]:hover{box-shadow:0 0 0 2px rgb(var(--color-background)),0 0 0 3px rgb(var(--color-foreground),.2)}.option-value.selected{color:rgb(var(--color-background));border-color:transparent;background-color:rgb(var(--color-foreground))}.option-value.selected[style*=--swatch]{background-color:var(--swatch);box-shadow:0 0 0 2px rgb(var(--color-background)),0 0 0 3px rgb(var(--color-foreground),.8)}.option-value:disabled:after,.product-page input[type=radio].disabled+label:after{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:currentColor;transform:rotate(-45deg);transform-origin:center;mix-blend-mode:difference;opacity:1;pointer-events:none}.product-description{margin-top:3rem}.description-title{font-size:1.5rem;font-weight:400;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid rgb(var(--color-foreground))}.description-content{font-size:1.5rem;line-height:1.6;margin-top:2rem;color:rgb(var(--color-foreground))}@media(max-width:999px){.product-container{flex-direction:column;gap:0;overflow:hidden}.product-gallery{width:100%;max-width:100%}.product-info-container{width:100%}.product-info{padding-top:2rem;max-width:500px}.product-info-content{padding-top:0}.product-info-sticky{position:relative;top:0}.product-header{margin-bottom:.75rem}.product-title{font-size:clamp(1rem,.2286rem + 3.4286vw,1.3rem)}.rtl .product-subtitle{font-size:clamp(1.85rem,-.3357rem + 9.7143vw,2.7rem)}.product-subtitle{margin-bottom:.75rem;font-size:clamp(1.17rem,-.3214rem + 6.6286vw,1.75rem)}.product-form-wrapper .add-to-cart{padding-inline:clamp(2rem,.7143rem + 5.7143vw,2.5rem);padding-block:.6rem;font-size:1.1rem}.rtl .product-form-wrapper .product-quantity_selector{padding-inline:clamp(1rem,-.2857rem + 5.7143vw,1.5rem) clamp(.5rem,-.1429rem + 2.8571vw,.75rem)}.product-form-wrapper .product-quantity_selector{padding-inline:clamp(.5rem,-.1429rem + 2.8571vw,.75rem) clamp(1rem,-.2857rem + 5.7143vw,1.5rem)}.product-form-wrapper .quantity-up,.product-form-wrapper .quantity-down{width:9px;height:15px}.product-form-wrapper .quantity-up:after,.product-form-wrapper .quantity-down:after{width:8px;height:2px}.product-form-wrapper .quantity-up:before{width:2px;height:8px}.product-form-wrapper .quantity-input{font-size:1rem;max-width:20px}.product-form-wrapper .product-pricing{gap:2px;white-space:nowrap}.product-form-wrapper .product--pricing{gap:2px}.product-form-wrapper .product-price{gap:8px;font-size:clamp(1.2rem,.4286rem + 3.4286vw,1.5rem)}.product-form-wrapper .product-compare-at{margin:0;font-size:clamp(1rem,.2286rem + 3.4286vw,1.3rem)}.product-form-wrapper .product-savings{margin-bottom:1px;font-size:clamp(1rem,.2286rem + 3.4286vw,1.3rem)}.description-title,.description-content{font-size:clamp(1rem,.2286rem + 3.4286vw,1.3rem)}.description-content{margin-top:1rem}.option-value{padding:0 12px;font-size:var(--fluid-12-14)}.variant-option legend{font-size:var(--fluid-16-20)}.product-rating{margin-bottom:.75rem}.product-rating .card-product__stars svg{width:24px;height:24px}.gallery-thumbnails{margin-top:.4rem}.gallery-thumbnails-track{gap:.4rem}.gallery-thumbnail-item{flex:0 0 calc(25% - .75rem)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product.css.map */
