.product-page{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.product-container{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:1.5rem}.slider-spacer{width:100%;height:15px;background-color:rgb(var(--color-button));border-bottom:1px solid rgb(var(--color-foreground))}.product-gallery{width:50%;flex:1;position:relative}.gallery-main{width:100%;overflow:hidden;border:1px solid rgb(var(--color-foreground));border-radius:14px}.product-sticky{position:sticky;top:calc(var(--header-height, 91px) + 24px);border:1px solid rgb(var(--color-foreground));border-radius:14px;width:calc(100% - 80px);margin-left:auto}.product-age{font-size:var(--fluid-20-28);color:rgb(var(--color-foreground));padding:0 5px;width:clamp(100px,100%,200px);height:clamp(100px,100%,200px);background-color:rgb(var(--color-button));position:absolute;display:flex;flex-direction:column;align-items:center;justify-content:center;left:clamp(-3rem,-20%,-6rem);bottom:clamp(4rem,20%,8rem);z-index:100;border-radius:0%;clip-path:polygon(30% 0%,70% 0%,100% 30%,100% 70%,70% 100%,30% 100%,0% 70%,0% 30%)}.age-num{font-size:var(--fluid-40-56)}.main-image-container{width:100%}.product-image-slider{position:relative;width:100%;overflow:hidden;display:block}.slider-track{aspect-ratio:1}.product-image-slider .slider-controls{position:relative;width:100%;display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;z-index:10;pointer-events:none;border-top:1px solid rgb(var(--color-foreground));background-color:rgb(var(--color-button))}.product-image-slider .slider-controls button{pointer-events:all;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .3s ease;width:auto;height:50px;position:relative}.product-image-slider .slider-controls button img{width:100%;height:100%;object-fit:contain}.product-image-slider .slider-controls button:hover{opacity:.8}.product-image-slider .slider-controls button.is-disabled{opacity:.3;cursor:not-allowed}.product-image-slider .slider-track{display:flex;width:100%;gap:0}.product-image-slider .slider-track[data-slider-track]{transition:transform .3s ease}.product-image-slider .media-wrapper{flex-shrink:0;width:100%}.main-image{width:100%;height:100%;object-fit:cover;transition:opacity .2s ease}.video-container{position:relative;width:100%;height:100%;overflow:hidden}.main-video{width:100%;height:100%;object-fit:cover;display:block;background-color:rgb(var(--color-button),.3)}.overlay-play{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000001a;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2;transition:opacity .3s ease;opacity:1}.overlay-play.hidden{opacity:0;pointer-events:none}.overlay-play svg{width:60px;height:60px;transition:transform .2s ease}.overlay-play path{fill:rgb(var(--color-button))}.overlay-play:hover svg{transform:scale(1.1)}.gallery-main .media-wrapper{position:relative;width:100%;height:100%;flex-shrink:0}.gallery-main .media-wrapper:before{position:absolute;content:"";background-color:rgb(var(--color-button),.3);top:0;right:0;bottom:0;left:0;z-index:-1;pointer-events:none}.product-info-container{width:50%;background-color:rgb(var(--color-background));overflow:hidden;border-radius:30px;padding:2rem 2rem .5rem}.product-info{width:100%;position:relative}.product-info-content{position:relative;display:flex;padding:0 1.5rem;flex-direction:column}.product-info-row{display:flex;flex-direction:column;align-items:center;gap:.5rem}.product-collections{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;letter-spacing:.2px;gap:.2rem}.product-collections a{color:rgb(var(--color-foreground));font-size:var(--fluid-16-20)}.product-collections .svg_wrapper{width:20px;height:20px}.product-collections svg path{stroke:rgb(var(--color-foreground))}.product-info-row--badges{margin-top:.5rem}.product-info-row--description{margin-top:1rem}.rtl .product-info-row--description{text-align:right}.product-info-row--quantity-cart{display:flex;flex-direction:row;align-items:center;gap:.5rem;margin-top:1.5rem;height:55px}.product-info-row--buy-now{margin-top:1.4rem}.product-header{margin-bottom:0}.product-badges-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.product-badge{display:flex;align-items:center;gap:.5rem;width:100%;letter-spacing:.2px;padding:.4rem .5rem .4rem 1rem;background-color:rgba(var(--color-foreground),.05);border-radius:20px;text-align:center;margin-top:2rem}.rtl .product-badge{flex-direction:row-reverse}.product-badge .badge-icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px;color:rgb(var(--color-foreground))}.product-badge .badge-icon svg{width:100%;height:100%}.product-badge .badge-text{font-size:var(--fluid-12-14);font-weight:500}.product-title{font-size:clamp(4.1875rem,2.4212rem + 2.8261vw,5.8125rem);line-height:1.2;margin-bottom:.2rem;color:rgb(var(--color-background));display:flex;gap:10px}.rtl .product-title{font-family:OMNES Arabic,Cairo,sans-serif;font-weight:600}.product-pricing{display:flex;width:100%;justify-content:center;align-items:center;flex-wrap:wrap;gap:3rem;height:55px;word-spacing:-2px;margin-top:.5rem;position:relative;overflow:visible}.pricing-bg{position:absolute;background:rgb(var(--color-foreground));height:8px;width:100%;left:0;top:50%;transform:translateY(-50%);z-index:0;content:""}.pricing-bg:before,.pricing-bg:after{content:"";position:absolute;background-color:rgb(var(--color-foreground));height:2px;width:100%;left:0}.pricing-bg:before{top:-8px}.pricing-bg:after{bottom:-8px}.current-price,.compare-price{font-size:clamp(1.75rem,.9348rem + 1.3043vw,2.5rem);position:relative;z-index:1;height:100%;padding:10px 16px;display:flex;border:1px solid rgb(var(--color-foreground));box-shadow:1px 1px 1px rgb(var(--color-foreground));align-items:center;background-color:rgb(var(--color-background));overflow:visible}.top-triangle,.top-triangle:after,.bottom-triangle,.bottom-triangle:after{position:absolute;border-right:7px solid transparent;border-left:7px solid transparent;left:50%;width:0;height:0;transform:translate(-50%)}.top-triangle{top:-1px;border-top:6px solid rgb(var(--color-foreground));z-index:2}.top-triangle:after{content:"";top:-6px;border-top:5px solid rgb(var(--color-background));z-index:3}.bottom-triangle{bottom:-2px;border-bottom:6px solid rgb(var(--color-foreground));z-index:2}.bottom-triangle:after{content:"";bottom:-7px;border-bottom:5px solid rgb(var(--color-background));z-index:3}.left-circle{position:absolute;left:0;height:80%;width:20px;z-index:1;transform:translate(-19px);border-radius:40px 0 0 40px;background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));border-right:none}.right-circle{position:absolute;right:0;height:80%;width:20px;z-index:1;transform:translate(19px);border-radius:0 40px 40px 0;background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));border-left:none;box-shadow:1px 1px 1px rgb(var(--color-foreground))}.left-circle:before,.right-circle:before{content:"";position:absolute;width:6px;height:6px;border-radius:8px;background:linear-gradient(to bottom,rgb(var(--color-foreground)),rgb(var(--color-background)));top:50%;left:50%;transform:translate(-50%,-50%)}.compare-price{color:rgba(var(--color-foreground),.6)}.line-through{position:absolute;width:100%;height:5px;background-color:rgba(var(--color-foreground),.6);top:50%;left:0}.current-price.discounted{color:#d02116}.variant-selector{margin-top:1.5rem;display:flex;flex-direction:column-reverse;gap:.7rem}.variant-option{border:none;display:flex;align-items:center;gap:10px;padding:5px;overflow:hidden}.rtl .variant-option legend{justify-content:flex-end}.variant-option legend{display:flex;margin-bottom:.3rem;font-size:var(--fluid-14-16);width:100%;gap:10px;align-items:center}.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;width:100%}.rtl .option-values{justify-content:flex-end}.option-value{border:1px solid rgba(var(--color-foreground),1);color:rgb(var(--color-foreground));cursor:pointer;transition:all .2s ease;position:relative;min-width:40px;padding:0 10px;min-height:40px;border-radius:4px;display:flex;align-items:center;justify-content:center;font-size:var(--fluid-12-14);overflow:hidden}.option-value.selected{color:rgb(var(--color-background));border-color:transparent;background-color:rgb(var(--color-foreground))}.option-value:disabled:after{content:"";position:absolute;top:50%;left:0;right:0;height:1px;background:currentColor;transform:rotate(-45deg)}.quantity-selector{display:flex;align-items:center;justify-content:center;border:1px solid rgba(var(--color-foreground),.1);width:fit-content;height:100%}.quantity-btn{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground));padding:0 12px;transition:opacity .2s ease;font-size:1.2rem;line-height:1;height:100%}.quantity-btn:hover{opacity:.7}.quantity-btn:active{opacity:.5}.quantity-btn:before{content:"";display:block;width:12px;height:2px;background:currentColor}.quantity-btn.plus:after{content:"";display:block;width:2px;height:12px;background:currentColor;position:absolute}.visually-hidden{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.buy-now-warn{display:none;color:#f44336;font-weight:500;height:100%;position:relative;align-content:center;font-size:var(--fluid-12-14);width:100%;text-align:center}.buy-now-minimum-message{display:none;position:absolute;bottom:100%;left:0;width:100%;color:rgb(var(--color-foreground));font-weight:500;font-size:13px;text-align:center;padding:.6rem .5rem;margin-bottom:.25rem;background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));border-radius:4px;animation:slideDown .3s ease;z-index:10;line-height:1.3;box-shadow:0 2px 4px #0000001a}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.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}.quantity-input{width:50px;min-width:50px;text-align:center;border:none;font-size:1rem;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;background-color:transparent;padding:0 4px;color:rgb(var(--color-foreground));height:100%}.quantity-btn.plus{position:relative}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.product-page .product__badge{position:relative;top:0;left:0;z-index:1;padding:0 .5rem;line-height:2;align-self:stretch;border-radius:.25rem;font-size:.75rem;font-weight:700;color:rgb(var(--color-foreground))}.product-page .product-form,.product-form__buttons,.product-page .product-form .form{height:100%;flex:1}.add-to-cart-btn,.buy-now-btn{width:100%;height:100%;border:none;font-size:20px;cursor:pointer;color:rgb(var(--color-foreground))}.buy-now-placeholder{position:relative;height:55px;width:100%}.buy-now-btn.hidden{display:none}.buy-now-btn{background:rgb(var(--color-button-text));color:rgb(var(--color-foreground))}.add-to-cart-btn{border:1px solid rgb(var(--color-foreground));color:rgb(var(--color-foreground));background:transparent}.add-to-cart-btn:disabled{background:rgba(var(--color-foreground),.2);cursor:not-allowed}.buy-now-btn:disabled{border-color:rgba(var(--color-foreground),.2);cursor:not-allowed}.add-to-quantity{display:flex;align-items:center;flex:0 0 auto;gap:10px;margin:0;height:100%}@media (max-width: 999px){.product-container{flex-direction:column;padding:0}.product-info-container{width:100%;padding:0 0 2rem}.product-gallery,.product-info{max-width:100%}.product-age{font-size:var(--fluid-14-16);padding:0 5px;width:80px;height:80px;bottom:5rem;left:.2rem}.age-num{font-size:var(--fluid-16-20)}.product-image-slider .slider-controls{padding:0 .5rem}.product-image-slider .slider-controls button{padding:.3rem 0}.product-title{font-size:var(--fluid-32-40)}.product-pricing{gap:2rem;height:45px}.pricing-bg{height:5px}.pricing-bg:before,.pricing-bg:after{height:1px}.current-price,.compare-price{font-size:var(--fluid-16-20);padding:6px 8px}.top-triangle,.top-triangle:after,.bottom-triangle,.bottom-triangle:after{border-right:4px solid transparent;border-left:4px solid transparent}.top-triangle{top:-1px;border-top:4px solid rgb(var(--color-foreground));z-index:2}.top-triangle:after{top:-5px;border-top:3px solid rgb(var(--color-background))}.bottom-triangle{bottom:-2px;border-bottom:4px solid rgb(var(--color-foreground));z-index:2}.bottom-triangle:after{bottom:-5px;border-bottom:4px solid rgb(var(--color-background))}.left-circle{height:75%;width:14px;transform:translate(-13px)}.right-circle{height:75%;width:14px;transform:translate(14px)}.left-circle:before,.right-circle:before{width:4px;height:4px}.line-through{height:3px}.option-value{padding:0 8px;font-size:var(--fluid-11-13);min-height:30px}.variant-option legend{font-size:var(--fluid-12-14)}.quantity-arrow{width:18px;height:18px}.hex-cylinder-container{perspective:800px;width:100px;height:45px;margin:0}.hex-value{font-size:var(--fluid-12-14)}.hex-face-position-0{width:100px;height:14px;transform:translate(-50%,-50%) translateY(0) rotateX(90deg) translateZ(10px);z-index:0;border:1px solid rgb(var(--color-foreground))}.hex-face-position-1{width:100px;height:14px;transform:translate(-50%,-50%) translateY(-8px) rotateX(45deg) translateZ(10px);border:1px solid rgb(var(--color-foreground))}.hex-face-position-2{width:100px;height:20px;transform:translate(-50%,-50%) translateY(0) rotateX(0) translateZ(0);border:1px solid rgb(var(--color-foreground))}.hex-face-position-3{width:100px;height:14px;transform:translate(-50%,-50%) translateY(8px) rotateX(-45deg) translateZ(10px);border:1px solid rgb(var(--color-foreground))}.hex-face-position-4{width:100px;height:14px;transform:translate(-50%,-50%) translateY(0) rotateX(-90deg) translateZ(10px);border:1px solid rgb(var(--color-foreground))}}.product-description{font-size:var(--fluid-14-16);line-height:1.6;letter-spacing:.2px;margin-top:.4rem;color:rgb(var(--color-foreground));margin-bottom:.5rem}.rtl .product-description{direction:rtl}.product-description .description-content{display:inline}.product-description .read-more-btn,.product-description .show-less-btn{background:transparent;border:none;color:rgb(var(--color-foreground));cursor:pointer;text-decoration:underline;text-underline-offset:2px;text-transform:uppercase;font-size:var(--fluid-12-14);display:inline;padding:0}.product-description .read-more-btn:hover,.product-description .show-less-btn:hover{opacity:.8}@media (max-width: 999px){.product-gallery{width:100%;max-width:100%;position:relative}.slider-spacer{border:none;height:0}.gallery-main{border:none;width:100%;border-radius:0}.product-sticky{width:100%;position:relative;top:0;border:none;border-radius:0}.gallery-main .main-image,.gallery-main .main-video{display:block;width:100%;height:100%;object-fit:cover;flex-shrink:0;position:relative}.gallery-main .video-container{width:100%;height:100%}.overlay-play svg{width:50px;height:50px}.product-description{font-size:13px}.buy-now-placeholder,.product-info-row--quantity-cart{height:38px}.buy-now-minimum-message{font-size:10px;padding:.3rem .4rem;margin-bottom:.2rem}.quantity-input{width:35px;font-size:1rem}.quantity-arrow{width:24px;height:24px}.product-collections{display:none}.quantity-arrows-vertical{gap:2px}.add-to-cart-btn,.buy-now-btn{font-size:var(--fluid-12-14)}.product-badges-grid{grid-template-columns:repeat(2,1fr);gap:.5rem;margin-top:1rem}.product-badge{margin-top:0;padding:.3rem .2rem .3rem .5rem;gap:.3rem}.product-badge .badge-text{font-size:var(--fluid-11-13);font-weight:400}.product-badge .badge-icon{width:14px;height:14px}}.hero-counter{letter-spacing:.1em;text-transform:uppercase;line-height:.9;color:rgba(var(--color-background));display:inline-flex;align-items:baseline;gap:30px;pointer-events:none}.hero-counter [data-slider-counter-current]{font-size:var(--fluid-36-48);position:relative}.hero-counter [data-slider-counter-current]:after{width:5px;height:45px;background-color:rgba(var(--color-background));content:"";position:absolute;bottom:0;right:0;box-shadow:2px 2px #000;transform:translate(18px) rotate(30deg)}.hero-counter [data-slider-counter-total]{font-size:var(--fluid-20-28)}@media screen and (max-width: 999px){.hero-counter{bottom:1rem;right:1rem}.hero-counter [data-slider-counter-current]{font-size:var(--fluid-24-32)}.hero-counter [data-slider-counter-total]{font-size:16px}.hero-counter [data-slider-counter-current]:after{width:4px;height:30px;background-color:rgba(var(--color-background));content:"";position:absolute;bottom:0;right:0;box-shadow:2px 2px #000;transform:translate(18px) rotate(30deg)}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product.css.map */
