.sk-product{display:flex;flex-direction:column;align-items:center;width:100%}.sk-product__media{width:calc(100% + 2rem);max-width:none;margin:0 -1rem 2rem}.sk-product__media .product__media-list.grid{display:flex!important;flex-wrap:nowrap!important;overflow:hidden!important;margin-bottom:0!important}.sk-product__media .product__media-item.grid__item{width:100%!important;max-width:100%!important;flex:0 0 100%!important}.sk-product__media .product__media-item.grid__item:not(.is-active){display:none!important}.sk-product__media--single .product__media-list{display:block!important}.sk-product__media--hidden{display:none!important}.sk-media-carousel{position:relative;border-radius:8px;overflow:hidden}.sk-media-carousel .sk-slider__arrows{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:flex;justify-content:space-between;padding:0 .5rem;pointer-events:none;z-index:2}.sk-media-carousel .sk-slider__arrow{pointer-events:auto;background:rgba(var(--color-background),.85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.sk-media-carousel .sk-slider__dots{margin-top:.8rem}.sk-media-carousel__item{width:100%}.sk-media-carousel__img{width:100%;height:auto;display:block}.sk-media-carousel__item video,.sk-media-carousel__item iframe{width:100%;aspect-ratio:16 / 9;display:block}.sk-product__info{width:100%;margin:0 auto;padding:0 1.5rem}.sk-product .sk-product__info .product__info-container{max-width:none!important;width:100%!important;margin:0 auto!important}.sk-product__info .product__title h1,.sk-product__info .product__title h2{text-align:center}.sk-product__title-group{display:flex;flex-direction:column;align-items:center}.sk-product__supertitle{display:inline-flex;align-items:center;margin:0 0 .8rem;padding:.35rem 1rem;border-radius:9999px;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-weight:600;letter-spacing:.08rem;line-height:1.3;text-transform:uppercase;text-align:center}.sk-product__subtitle{margin:.4rem 0 0;line-height:1.4;color:rgba(var(--color-foreground),.65);text-align:center}.sk-product__info .rating-wrapper{display:flex;justify-content:center}.sk-product__info .price{text-align:center;width:100%}.sk-product__info .product__tax,.sk-product__info .installment{text-align:center}.sk-product__info .product-form__buttons{margin-left:auto;margin-right:auto}.sk-product__block-spacer{width:100%;display:block!important}.sk-product__sticky-bar{position:fixed;bottom:0;left:0;right:0;z-index:90;background:rgba(var(--color-background),.95);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top:1px solid rgba(var(--color-foreground),.08);padding:1rem 1.5rem;transform:translateZ(0);color:rgb(var(--color-foreground))}.sk-product__sticky-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;max-width:var(--page-width, 120rem);margin:0 auto}.sk-product__sticky-thumb{flex-shrink:0;width:44px;height:44px;border-radius:6px;overflow:hidden;border:1px solid rgba(var(--color-foreground),.1)}.sk-product__sticky-thumb img{width:100%;height:100%;object-fit:cover}.sk-product__sticky-price{flex-shrink:0;min-width:0;display:flex;flex-wrap:nowrap;align-items:center;gap:.6rem}.sk-product__sticky-price .price{margin:0;display:inline-block;width:auto;flex-shrink:0}.sk-product__sticky-price .price__container{flex-wrap:nowrap}.sk-product__sticky-buttons{flex:1;min-width:0;max-width:320px}.sk-product__sticky-buttons .product-form{margin:0}.sk-product__sticky-buttons .product-form__error-message-wrapper{display:none}.sk-product__sticky-buttons .product-form__buttons{display:flex;gap:.5rem;flex-wrap:nowrap;margin:0}.sk-product__sticky-buttons .product-form__submit{flex:1;min-width:0;min-height:unset!important;padding:.6rem 1rem!important;margin-bottom:0!important;font-size:1.4rem;white-space:nowrap}.sk-product__sticky-buttons .shopify-payment-button{flex:1;min-width:0}.sk-product__sticky-buttons .shopify-payment-button__button{min-height:unset!important;padding:.6rem 1rem!important;font-size:1.4rem!important}.sk-product__sticky-buttons .shopify-payment-button__more-options{display:none!important}.sk-product__sticky-price .price__container{margin-bottom:0!important}.sk-product__sticky-discount{display:inline-flex;align-items:center;justify-content:center;padding:.3rem .7rem;border-radius:9999px;font-size:1.1rem;font-weight:700;letter-spacing:.04rem;line-height:1;white-space:nowrap;flex-shrink:0;background:rgb(var(--color-button))!important;color:rgb(var(--color-button-text))!important}.sk-product__spacer{height:80px}.sk-features{width:100%;margin:2rem 0}.sk-features--tabs{display:grid;grid-template-columns:1fr 1fr;gap:2rem}.sk-features__image-col{position:relative;aspect-ratio:1;overflow:hidden;border-radius:8px;background:rgba(var(--color-foreground),.04)}.sk-features__image{position:absolute;top:0;right:0;bottom:0;left:0;display:none}.sk-features__image.is-active{display:flex;align-items:center;justify-content:center}.sk-features__image img,.sk-features__image video{width:100%;height:100%;object-fit:cover}.sk-features__tabs-col{display:flex;flex-direction:column;gap:0}.sk-features__tab{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem;width:100%;padding:1rem 1.2rem;border:none;border-left:3px solid transparent;background:none;cursor:pointer;text-align:left;transition:border-color .2s,background-color .2s;font-family:inherit}.sk-features__tab:hover{background:rgba(var(--color-foreground),.04)}.sk-features__tab.is-active{border-left-color:rgba(var(--color-foreground),1);background:rgba(var(--color-foreground),.06)}.sk-features__tab-title{font-size:1.5rem;font-weight:600;line-height:1.3;color:rgb(var(--color-foreground))}.sk-features__tab-desc{font-size:1.2rem;line-height:1.4;color:rgba(var(--color-foreground),.65)}.sk-features__content{display:none;padding:0 1.2rem 1rem}.sk-features__content.is-active{display:block}.sk-features__content .rte{font-size:1.3rem;line-height:1.5;color:rgba(var(--color-foreground),.8)}.sk-features__tab--has-icon{flex-direction:row;align-items:center;gap:1rem}.sk-features__tab-icon{flex-shrink:0;width:40px;height:40px}.sk-features__tab-icon img{width:100%;height:100%;object-fit:contain}.sk-features__tab-text{display:flex;flex-direction:column;align-items:flex-start;gap:.2rem}.sk-features__card-icon{display:block;width:36px;height:36px;flex-shrink:0}.sk-features__card-icon img{width:100%;height:100%;object-fit:contain}.sk-features__card-image video{width:100%;height:100%;object-fit:cover;display:block}.sk-features__vid{width:100%;height:100%;object-fit:cover}.sk-features--tabs.sk-features--no-img{grid-template-columns:1fr}.sk-features__card{display:flex;flex-direction:column;height:100%;border-radius:8px;overflow:hidden;background:rgba(var(--color-background),1);color:rgb(var(--color-foreground))}.sk-features__card-image{aspect-ratio:4 / 3;overflow:hidden;background:rgba(var(--color-foreground),.06)}.sk-features__card-image img{width:100%;height:100%;object-fit:cover;display:block}.sk-features__card-body{padding:1.2rem 1.4rem 1.6rem;display:flex;flex-direction:column;gap:.6rem}.sk-features__card-title{font-size:1.5rem;font-weight:600;line-height:1.3;margin:0;color:rgba(var(--color-foreground),1)}.sk-features__card-desc{font-size:1.3rem;line-height:1.4;margin:0;color:rgba(var(--color-foreground),.65)}.sk-features__card-content.rte{font-size:1.3rem;line-height:1.5;color:rgba(var(--color-foreground),.75)}.sk-features__hero-card{background:rgba(var(--color-background),1);color:rgb(var(--color-foreground))}.sk-features__hero-card-title{color:rgba(var(--color-foreground),1)}.sk-features__hero-card-desc{color:rgba(var(--color-foreground),.7)}.sk-features__hero-card-content.rte{font-size:1.3rem;line-height:1.5;color:rgba(var(--color-foreground),.75)}.sk-features--grid{display:grid;grid-template-columns:repeat(var(--sk-feat-cols-m, 1),1fr);gap:24px}@media screen and (min-width:750px){.sk-features--grid{grid-template-columns:repeat(var(--sk-feat-cols-t, 2),1fr)}}@media screen and (min-width:990px){.sk-features--grid{grid-template-columns:repeat(var(--sk-feat-cols-d, 3),1fr)}}.sk-features--carousel{position:relative}.sk-features--carousel .sk-slider__arrows{display:flex;justify-content:center;gap:.5rem;margin-top:1.2rem}.sk-features--carousel.sk-slider--arrows-overlay,.sk-features__hero-slider.sk-slider--arrows-overlay{padding-left:calc(var(--sk-arrow-size) / 2 + .5rem);padding-right:calc(var(--sk-arrow-size) / 2 + .5rem)}.sk-features--hero{display:flex;flex-direction:column;gap:1.6rem}.sk-features__hero-images{position:relative;width:100%;aspect-ratio:4 / 3;overflow:hidden;border-radius:8px;background:rgba(var(--color-foreground),.04)}.sk-features__hero-img{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .45s ease;pointer-events:none}.sk-features__hero-img.is-active{opacity:1;pointer-events:auto}.sk-features__hero-img img,.sk-features__hero-img video{width:100%;height:100%;object-fit:cover;display:block}.sk-features__hero-slider{position:relative}.sk-features__hero-slider .sk-slider__arrows{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.sk-features__hero-card{padding:1.4rem 1.6rem;border-radius:8px;height:100%;display:flex;flex-direction:column;gap:.5rem}.sk-accordion{width:100%;border:1px solid rgba(var(--color-foreground),.1);border-radius:8px;overflow:hidden;background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.sk-accordion__header{display:flex;align-items:center;justify-content:space-between;padding:1.2rem 1.4rem;margin:0;cursor:pointer;font-size:1.5rem;font-weight:600;color:rgb(var(--color-foreground));list-style:none;background:rgba(var(--color-foreground),.03)}.sk-accordion__header::-webkit-details-marker{display:none}.sk-accordion__chevron{transition:transform .25s ease;flex-shrink:0;margin-left:auto}.sk-accordion[open] .sk-accordion__chevron{transform:rotate(180deg)}.sk-accordion__body{padding:0 1.4rem 1.2rem}.sk-specs__row{display:flex;justify-content:space-between;align-items:baseline;padding:.7rem 0;border-bottom:1px solid rgba(var(--color-foreground),.06);gap:1rem}.sk-specs__row:last-child{border-bottom:none}.sk-specs__label{font-size:1.3rem;font-weight:500;color:rgba(var(--color-foreground),.7);flex-shrink:0}.sk-specs__value{font-size:1.3rem;font-weight:500;color:rgb(var(--color-foreground));text-align:right}.sk-accordion__body .rte{font-size:1.3rem;line-height:1.6;color:rgba(var(--color-foreground),.85)}.sk-items__row{padding:.6rem 0;border-bottom:1px solid rgba(var(--color-foreground),.06);font-size:1.3rem;color:rgb(var(--color-foreground))}.sk-items__row:last-child{border-bottom:none}.sk-faq{display:flex;flex-direction:column;gap:.6rem;width:100%}.sk-faq__heading{font-size:1.6rem;font-weight:600;margin:0 0 .4rem;text-align:center;color:rgb(var(--color-foreground))}.sk-faq__desc{font-size:1.3rem;line-height:1.6;margin:0;color:rgba(var(--color-foreground),.8)}.sk-included__heading{font-size:1.6rem;font-weight:600;margin:0 0 1rem;text-align:center;color:rgb(var(--color-foreground))}.sk-included{position:relative}.sk-included .sk-slider__arrows{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.sk-included__card{display:flex;flex-direction:column;align-items:center;text-align:center;border-radius:8px;overflow:hidden;height:100%;background:rgba(var(--color-background),1);color:rgb(var(--color-foreground))}.sk-included__image{width:100%;aspect-ratio:1;overflow:hidden;background:rgba(var(--color-foreground),.04)}.sk-included__image img{width:100%;height:100%;object-fit:cover;display:block}.sk-included__title{font-size:1.3rem;font-weight:500;line-height:1.3;margin:0;padding:.8rem .6rem;color:rgba(var(--color-foreground),1)}@media screen and (max-width:749px){.sk-product__info{padding:0 1rem}.sk-product__sticky-bar{padding:.8rem 1rem}.sk-product__sticky-inner{gap:.75rem}.sk-product__sticky-thumb{width:36px;height:36px}.sk-product__sticky-price .price--large .price-item{font-size:1.4rem}.sk-product__sticky-buttons .shopify-payment-button{display:none}.sk-features--tabs{grid-template-columns:1fr;gap:1.5rem}.sk-features__image-col{max-height:300px}}@media screen and (min-width:750px){.sk-product__info{padding:0}.sk-product__media{width:100%;max-width:var(--sk-media-max-w, 100%);margin-left:auto;margin-right:auto}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/section-sk-main-product.css.map */
