.product-page{box-sizing:border-box;position:relative;background-color:rgb(var(--color-background));padding-top:4rem}.product-page input[type=radio]{appearance:none;-webkit-appearance:none}.product-form{margin-top:25px}.product-page__background{display:block;position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;margin-top:4rem}.product-page__background-img{width:100%;height:100%;object-fit:cover;transition:opacity .3s ease-out;opacity:1}.product-page__background-video{width:100%;height:100%;position:relative}.product-page__background-video video{width:100%;height:100%;object-fit:cover}.product-page__background-video.fadeIn video{opacity:0;transition:opacity .8s ease-out}.product-page__background-img.fadeIn{opacity:0}.product-page__container{z-index:1;background-color:rgb(var(--product-background),.85);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;padding:3rem 0 4rem;min-height:600px;position:relative}.product-page__content{background-color:transparent;display:flex;flex-direction:column-reverse;gap:2%;contain:layout}.product__info-wrapper{width:100%;z-index:2;min-height:400px}.product__info-top{background-color:rgb(var(--color-background));border-radius:24px;padding:2rem 1.5rem;box-shadow:0 0 15px 6px #00000003,0 0 10px 4px #00000003,0 8px 4px 4px #00000005}.product-header h2{font-size:var(--fluid-28-36);margin-top:.75rem}.product__subtitle{margin-top:.75rem;font-size:12px;color:rgb(var(--color-foreground),.8);font-weight:500;letter-spacing:.3px}.product__path{font-size:12px;color:rgb(var(--color-foreground),.8);font-weight:500;display:flex;gap:5px;align-items:center}.product__path a{transition:color .3s ease}.product__path a:hover{color:rgb(var(--color-foreground))}.product__shipping{margin-top:1.25rem;font-size:14px;font-weight:500}.product__shipping-text{display:flex;align-items:center;justify-content:center;gap:5px}.product-purchase{margin-top:1.5rem;display:flex;flex-direction:column;gap:15px}.product-purchase.four{flex-direction:row;flex-wrap:wrap;gap:2%}.product-purchase.four .option-image{width:auto;height:50px;margin-bottom:10px}.product-purchase.four .subs-group-title{margin-bottom:12px}.product-purchase.four .subs-group-fieldset{height:100%;position:relative}.product-purchase.four .subs-group-fieldset:before{position:absolute;content:"";left:20px;top:20px;width:20px;height:20px;border-radius:20px;border:1px solid rgb(var(--color-foreground),.4)}.product-purchase.four .subs-group-fieldset:after{position:absolute;content:"";left:23px;top:23px;width:14px;height:14px;border-radius:20px;background-color:rgb(var(--color-button));opacity:0}.product-purchase.four fieldset:has([checked=true]):after{opacity:1}.product-purchase.four fieldset:has([checked=true]):before{border-color:rgb(var(--color-foreground))}.product-purchase.four .one-time-purchase{flex:0 0 49%;margin-top:10px}.product-purchase.four .subs-group-label{flex-direction:column;padding:20px 10px 36px;font-size:clamp(.875rem,.671rem + .326vw,1.063rem);text-align:center;gap:0}.product-purchase.four .subs-price{flex-direction:row;width:100%;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap;margin-top:auto;letter-spacing:.1px}@media (max-width: 400px){.product-purchase.four .subs-price{flex-direction:column}}.product-purchase.four .save-discount{position:absolute;bottom:0;width:100%;left:0;background-color:rgb(var(--color-button));text-align:center;color:rgb(var(--color-background));padding:2px 0;border-radius:0 0 8px 8px}.product-purchase.four .product__price{color:#ff2929;font-size:clamp(1.125rem,.785rem + .543vw,1.438rem)}.product-purchase.four .product__compare-price{color:rgb(var(--color-foreground));font-size:clamp(.813rem,.541rem + .435vw,1.063rem);margin-top:0}.product-purchase.four .one-time-purchase.most_popular:before{right:50%;transform:translate(50%)}.product-purchase.four .one-time-purchase.most_popular:after{right:50%;transform:translate(50%)}@media (max-width: 500px){.product-purchase.four .one-time-purchase.most_popular:before{font-size:9px;text-align:center;padding:5px 10px;width:115px}.product-purchase.four .one-time-purchase.most_popular:after{width:130px;height:11px}}.one-time-purchase{border:none;position:relative}.one-time-purchase.most_popular:before{position:absolute;content:"MOST POPULAR";font-size:13px;text-align:center;padding:5px 10px;width:150px;right:30px;top:-10px;font-weight:700;white-space:nowrap;border-radius:0 0 12px 12px;height:auto;background-color:rgb(var(--color-button),.6);color:rgb(var(--color-background));z-index:2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.product-purchase.unavailable .one-time-purchase.most_popular:before{background-color:#999999b3}.one-time-purchase.most_popular:after{position:absolute;content:"";right:20px;width:170px;height:11px;background-color:rgb(var(--color-button));z-index:1;top:-10px;clip-path:polygon(0% 100%,6.25% 0%,93.75% 0%,100% 100%,0% 100%)}.product-purchase.unavailable .one-time-purchase.most_popular:after{background-color:#999}.subs-group-fieldset{border-radius:12px;border:3px solid rgb(var(--color-button),.4);background-color:rgb(var(--color-button),.2);pointer-events:all}.product-purchase.unavailable .subs-group-fieldset{border-color:#999999b3;pointer-events:none;background-color:transparent}.subs-radio__container{width:22px;height:22px}.subs-radio__container svg{width:100%;height:100%}fieldset:has([checked=true]){border:3px solid rgb(var(--color-button),1);background-color:rgb(var(--color-button),0)}fieldset:has([checked=true]) .subs-group-label svg circle:first-child{stroke:rgb(var(--color-button))!important}fieldset:has([checked=true]) .subs-group-label svg .subs-radio{fill:rgb(var(--color-button))!important}.subs-radio__container svg .subs-radio--small{fill:rgb(var(--color-background))}.subs-group-input{appearance:none;-webkit-appearance:none;width:0;height:0;position:absolute;opacity:0}.subs-group-label{display:flex;align-items:center;color:rgb(var(--color-foreground));height:100%;gap:16px;font-weight:600;font-size:var(--fluid-14-16);letter-spacing:.5px;padding:16px;box-shadow:0 0 8px 4px rgb(var(--color-foreground),.04);border-radius:12px;cursor:pointer;line-height:1.5;overflow:hidden}.save-discount{font-size:var(--fluid-12-14);color:rgb(var(--color-foreground),.5);margin-top:5px}.subs-price{font-size:var(--fluid-14-16);margin-left:auto;display:flex;flex-direction:column;align-items:center;white-space:nowrap}@media (max-width: 1200px){.subs-group-label,.subs-price{font-size:13px}}.product__compare-price{color:rgb(var(--color-foreground),1);text-decoration:line-through;font-size:14px;margin-top:5px;color:#ff2929}.product-purchase.unavailable .subs-group-label,.product-purchase.unavailable .save-discount,.product-purchase.unavailable .product__compare-price{color:#999}.product__info-bottom{margin-top:1.5rem;padding:0}.product__meta{margin-top:1.5rem}@media (max-width: 999px){.product-page__container{padding:0 0 2rem;min-height:800px}.main-media{border-radius:0}.product-page__content{gap:0;min-height:800px}.product__info-top{border-radius:0 0 24px 24px;padding:3rem 5rem;box-shadow:none}.gallery-main{min-height:100vw}}.product__gallery{width:100%;z-index:1;position:relative}.gallery-main{width:100%;aspect-ratio:1 / 1;min-height:400px;user-select:none;-webkit-user-select:none;touch-action:pan-y;position:sticky;top:80px}.gallery-main.dragging{cursor:grabbing}.gallery-main.dragging .main-media-wrapper{pointer-events:none}.main-media-container{position:absolute;top:0;left:0;height:100%;width:100%;display:flex;gap:1rem;transition:transform .5s ease-out;will-change:transform}.video-container{width:100%;height:100%;position:relative;border-radius:24px;overflow:hidden}.product-video{width:100%;height:100%;object-fit:cover;transition:all .5s ease}.video-container.fadeOut .product-video{opacity:0;pointer-events:none}.main-media-wrapper{width:100%;aspect-ratio:1 / 1;min-height:0;flex-shrink:0;opacity:1;position:relative;transition:opacity .3s ease-out}.main-media{width:100%;height:100%;object-fit:cover;border-radius:24px;pointer-events:all;display:block}.main-media-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-color:#00000008;border-radius:24px;z-index:-1}.main-media-wrapper.fadeOut{opacity:0;pointer-events:none}.slider-container{width:100%;position:absolute;bottom:0;right:0}.slider-btns-holder{display:flex;justify-content:end;width:100%;padding:0 10px 20px}.slider-btns{display:flex;gap:5px}.slider-bullets{display:none;justify-content:center;align-items:center;gap:5px;padding:5px}.option-image{width:40px;height:auto}.product-purchase.unavailable .option-image{filter:grayscale(100%)}@media (max-width: 999px){.slider-bullet{width:6px;height:6px;border-radius:8px;background-color:rgba(var(--color-foreground),.3);transition:all .3s ease-out}.slider-bullet.active{width:24px;background-color:rgb(var(--color-foreground))}.product-page__container{overflow:hidden}.gallery-main{position:relative;top:0}}.slider-btns .slider-nav{width:40px;height:40px;background-color:rgb(var(--color-background));box-shadow:0 0 3px 2px rgb(var(--color-foreground),.05);border-radius:50%;display:flex;align-items:center;justify-content:center}.slider-btns .slider-nav:disabled{opacity:.3;background-color:rgb(var(--product-background),.5)}.slider-btns .slider-nav.prev{transform:rotate(180deg)}.slider-btns .slider-nav:active{opacity:.8}@media (max-width: 999px){.video-container{border-radius:0}.main-media-container{gap:0;transition:transform .5s ease-out}.main-media{border-radius:0}.video-container.fadeOut .product-video{opacity:0;pointer-events:none;transform:none}.main-media-wrapper.fadeOut{transform:none}.product-page__background{display:none}.product__shipping{font-size:12px}.slider-btns-holder{justify-content:center}.slider-btns{display:none}.slider-bullets{display:flex}.product__info-bottom{padding:1.5rem 5rem;margin-top:0}.product__badges{gap:6px}.product__badge-text{font-size:12px}.option-image{width:25px;height:auto}}@media (max-width: 450px){.subs-group-label{font-size:14px}}.product-rating{margin-top:.75rem;cursor:pointer}@media (min-width: 1000px){.product-page__content{flex-direction:row;min-height:600px}.product__info-wrapper{width:48%}.product__gallery{width:52%}}@media (min-width: 1450px){.product__info-wrapper{width:36%}.product__gallery{width:40%}}@media (max-width: 768px){.product__info-top,.product__info-bottom{padding:1.5rem}}.rtl .product__path,.rtl .subs-group-label{flex-direction:row-reverse;text-align:right}.rtl .product__path-angle{display:block;transform:rotate(180deg)}.rtl .product-header h2,.rtl .product__subtitle-text{text-align:right}.rtl .subs-price{margin-right:auto;margin-left:0}.product-page-quick-add{position:fixed;left:50%;transform:translate(-50%);top:1rem;z-index:50;opacity:0}.product__shipping-text{animation:dance 2s linear infinite;transform:translateY(0)}@keyframes dance{0%{transform:translateY(0)}10%{transform:translateY(5px)}20%{transform:translateY(-5px)}30%{transform:translateY(5px)}40%{transform:translateY(-5px)}50%{transform:translateY(5px)}60%{transform:translateY(0)}to{transform:translateY(0)}}.product-page .stock-error--pg{display:none;text-align:center;color:#ff2929;font-weight:700;font-size:14px;margin-top:1rem}.low__stock{margin-top:1rem;border-radius:20px;max-width:100%;font-weight:500;color:rgb(var(--color-foreground))}.low__stock--message{font-size:var(--fluid-14-16);margin-top:10px}.stock-progress-bar{flex:1;margin-top:.75rem;font-size:var(--fluid-14-16);color:rgb(var(--color-background));background-color:rgb(var(--color-background));border:1px solid rgb(var(--color-foreground));height:28px;position:relative;border-radius:20px;letter-spacing:.2px;overflow:hidden;background-color:#fff}.stock-progress-bar .stock-progress{position:absolute;left:0;top:0;height:100%;width:100%;background-color:#ff2929;overflow:visible}.stock-progress-bar .stock-progress:after{content:"";position:absolute;right:-13px;top:-50%;width:15px;z-index:2;height:200%;background-color:#ff2929;-webkit-clip-path:polygon(100% 100%,100% 0%,0% 0%,6.09% 8.33%,22.73% 16.67%,45.45% 25%,68.18% 33.33%,84.82% 41.67%,90.91% 50%,84.82% 58.33%,68.18% 66.67%,45.45% 75%,22.73% 83.33%,6.09% 91.67%,0% 100%);clip-path:polygon(100% 100%,100% 0%,0% 0%,6.09% 8.33%,22.73% 16.67%,45.45% 25%,68.18% 33.33%,84.82% 41.67%,90.91% 50%,84.82% 58.33%,68.18% 66.67%,45.45% 75%,22.73% 83.33%,6.09% 91.67%,0% 100%);animation:wave 2s ease-in-out infinite;will-change:clip-path,transform;pointer-events:none}@keyframes wave{0%{transform:translateY(0) rotate(180deg);-webkit-clip-path:polygon(100% 100%,100% 0%,0% 0%,6.09% 8.33%,22.73% 16.67%,45.45% 25%,68.18% 33.33%,84.82% 41.67%,90.91% 50%,84.82% 58.33%,68.18% 66.67%,45.45% 75%,22.73% 83.33%,6.09% 91.67%,0% 100%);clip-path:polygon(100% 100%,100% 0%,0% 0%,6.09% 8.33%,22.73% 16.67%,45.45% 25%,68.18% 33.33%,84.82% 41.67%,90.91% 50%,84.82% 58.33%,68.18% 66.67%,45.45% 75%,22.73% 83.33%,6.09% 91.67%,0% 100%)}50%{transform:translateY(-10px) rotate(180deg);-webkit-clip-path:polygon(100% 100%,100% 0%,90.91% 0%,84.82% 8.33%,68.18% 16.67%,45.45% 25%,22.73% 33.33%,6.09% 41.67%,0% 50%,6.09% 58.33%,22.73% 66.67%,45.45% 75%,68.18% 83.33%,84.82% 91.67%,90.91% 100%);clip-path:polygon(100% 100%,100% 0%,90.91% 0%,84.82% 8.33%,68.18% 16.67%,45.45% 25%,22.73% 33.33%,6.09% 41.67%,0% 50%,6.09% 58.33%,22.73% 66.67%,45.45% 75%,68.18% 83.33%,84.82% 91.67%,90.91% 100%)}to{transform:translateY(0) rotate(180deg);-webkit-clip-path:polygon(100% 100%,100% 0%,0% 0%,6.09% 8.33%,22.73% 16.67%,45.45% 25%,68.18% 33.33%,84.82% 41.67%,90.91% 50%,84.82% 58.33%,68.18% 66.67%,45.45% 75%,22.73% 83.33%,6.09% 91.67%,0% 100%);clip-path:polygon(100% 100%,100% 0%,0% 0%,6.09% 8.33%,22.73% 16.67%,45.45% 25%,68.18% 33.33%,84.82% 41.67%,90.91% 50%,84.82% 58.33%,68.18% 66.67%,45.45% 75%,22.73% 83.33%,6.09% 91.67%,0% 100%)}}.stock-progress-bar .low__stock--remaining{position:absolute;left:10px;top:0;display:flex;align-items:center;z-index:2;line-height:1;height:100%;color:rgb(var(--color-background))}.product__badges{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.product__badge{display:flex;flex-direction:column;align-items:center;border-left:1px solid rgb(var(--color-foreground),.05)}.product__badge-text{font-size:var(--fluid-10-12);color:rgb(var(--color-foreground));font-weight:700;padding:0 5px;text-align:center}.product__badge-img-container{width:100%;aspect-ratio:1 / .7;min-height:0;display:flex;align-items:center;position:relative}.product__badge-img{width:50%;max-width:120px;height:auto;margin:0 auto;display:block;object-fit:contain}@media (max-width: 999px){.product__badges{gap:6px}.product__badge-text{font-size:var(--fluid-10-12)}}.how-it-works{padding:6rem 0;z-index:10;overflow:hidden}.how-it-works__header{display:flex;align-items:center;justify-content:space-between}.rtl .how-it-works__header{flex-direction:row-reverse}.how-it-works__header h2{font-size:var(--fluid-28-64);width:58%}.rtl .how-it-works__header h2{text-align:right}.how-it-works-container{padding:0 1.5rem;position:relative;display:flex;justify-content:start}@media screen and (min-width: 1000px){.how-it-works-container{width:100%;padding:0 5rem}}@media screen and (min-width: 768px){.how-it-works-container{padding:0 5rem}}.video-grid{display:flex;margin-top:2.5rem;width:max-content;will-change:transform}.how-video-item{width:300px;margin-right:1rem;position:relative;border-radius:8px;overflow:hidden;flex-shrink:0;min-height:550px;aspect-ratio:300 / 550}.how-video-item__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:start;justify-content:space-between;flex-direction:column;padding:20px;mix-blend-mode:difference}.how-video-item__overlay .how-video-title{color:rgb(var(--color-foreground));border:1px solid rgb(var(--color-foreground));border-radius:20px;padding:.5rem 1rem;margin:0;font-size:var(--fluid-11-13);text-align:center;text-transform:uppercase}.how-video-item__overlay .how-video-index{font-size:var(--fluid-56-72);color:rgb(var(--color-foreground))}.how-video-item video{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.video-grid{-webkit-overflow-scrolling:touch;padding-bottom:20px}@media (max-width: 768px){.how-video-item{width:200px;margin-right:10px;min-height:300px;aspect-ratio:200 / 300}.low__stock--message{font-size:13px;margin-top:10px}}@media (max-width: 1000px){.how-it-works{padding:3rem 0}.how-it-works__header h2{width:100%}.rtl .watch_tutorial-btn{margin-left:auto}.rtl .how-it-works__header h2{text-align:right}.video-grid::-webkit-scrollbar{display:none}.how-video-item{scroll-snap-align:start}.no-transition{scroll-behavior:auto!important}}.how-it-works-video[data-loaded=true]{filter:none}.how-it-works-video{width:100%;height:100%;object-fit:cover;background-color:#0000000d;position:absolute;top:0;left:0}.how-it-works-poster{width:100%;height:100%;object-fit:cover;display:block;position:absolute;top:0;left:0;z-index:1;transition:opacity .3s ease}.how-it-works-video.quality-loaded~.how-it-works-poster,.how-video-item[data-video-loaded=true] .how-it-works-poster{opacity:0;pointer-events:none}.video-loader{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:none;z-index:10;align-items:center;justify-content:center}.video-loader-spinner{width:48px;height:48px;border:3px solid rgba(255,255,255,.3);border-top-color:rgb(var(--color-foreground));border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.how-video-item[data-video-status=loading] .video-loader{display:flex}.how-it-works-video{opacity:0;transition:opacity .3s ease}.how-it-works-video.quality-loaded{opacity:1}@media (max-width: 600px){.how-video-item__overlay{padding:12px}.how-video-item__overlay .how-video-title{font-size:9px;padding:.25rem .4rem}}.show-section{background:rgb(var(--color-background));color:rgb(var(--color-foreground));margin:0 auto;position:relative;padding:3rem 0;overflow:hidden}.show-section-heading{margin-block:20px 20px;position:relative;display:flex;align-items:start;gap:10;width:fit-content}.show__heading{font-size:var(--fluid-32-40);width:100%;letter-spacing:1px;font-weight:900}.show-right-arrow{width:178px;height:auto;aspect-ratio:1 / 1;position:absolute;right:0;transform:translate(100%,-20px) rotate(90deg)}.show-right-arrow img{width:100%;height:100%;object-fit:cover}.show-card{position:relative;scroll-snap-align:start;background-color:transparent;border:none;display:flex;flex-direction:column;gap:10px;align-items:center;overflow:hidden;font-size:14px;width:220px;flex:0 0 auto;padding:20px;height:fit-content;border-radius:18px}.show__title{font-weight:400;font-size:var(--fluid-14-16)}.image-wrapper{width:100%;aspect-ratio:1 / 1;display:flex;align-items:center;position:relative;overflow:hidden;cursor:pointer;margin-top:0}.show-image{width:100%;height:100%;object-fit:contain!important}.product-show .review-image{width:100%;height:auto}.show-container{display:flex;justify-content:flex-start;width:100%;overflow:hidden;margin-top:1rem}.show-slider{display:flex;flex-wrap:nowrap;user-select:none;-webkit-user-select:none;gap:15px;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:20px;scrollbar-width:none;will-change:transform;cursor:grab;width:max-content;position:relative}.show-slider::-webkit-scrollbar{display:none}.show-slider{cursor:grab;will-change:transform}.show-slider:active{cursor:grabbing}.show-slider *{user-select:none;-webkit-user-select:none}@media (max-width: 999px){.show__heading{font-size:var(--fluid-28-36)}.show-right-arrow{width:138px;transform:translate(100%,-20px) rotate(90deg)}.show-section-heading{margin-block:20px 10px}}@media (max-width: 600px){.show__heading{font-size:var(--fluid-24-32)}.show-right-arrow{width:120px;transform:translate(100%,-20px) rotate(90deg)}}@media (max-width: 450px){.show__heading{font-size:22px}.show-right-arrow{width:90px;transform:translate(100%,-10px) rotate(90deg)}}.product-faqs{padding:6rem 0}.product-faqs_row{display:flex;flex-wrap:wrap;width:100%}.rtl .product-faqs_row{flex-direction:row-reverse;text-align:right}.product-faqs_title{font-size:5rem;flex:0 0 auto;width:33.33%}.product-faqs_content{flex:0 0 auto;width:66.67%}@media (max-width: 768px){.product-faqs{padding:2rem 0}.product-faqs_row{flex-direction:column;gap:2rem}.rtl .product-faqs_row{flex-direction:column;text-align:right}.product-faqs_title{width:100%;font-size:3rem}.product-faqs_content{width:100%}}.product-benefits{padding:5rem 0}.benefits-grid{display:flex;flex-wrap:wrap;justify-content:space-between;row-gap:5rem;column-gap:1rem}.product__benefit{width:30%;border-top:1px solid rgb(var(--color-foreground),.1);padding-top:1.5rem}.product__benefit.large{width:60%}.product__benefit-title{font-size:clamp(1.25rem,1.45vw + .7rem,2rem);font-weight:700;letter-spacing:.1px}.rtl .product__benefit-title{text-align:right}.product__benefit-img-container{width:100%;aspect-ratio:1 / 1;min-height:0;margin-top:1.5rem;overflow:hidden;position:relative;border-radius:24px}.product__benefit-img{border-radius:24px;width:100%;height:100%;object-fit:cover;display:block}@media (max-width: 999px){.product-benefits{padding:3rem 0}.product__benefit,.product__benefit.large{width:100%}.benefits-grid{row-gap:2rem;column-gap:1rem}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/product.css.map */
