.product-template__container{display:flex;flex-direction:column;gap:20px}.product-template__gallery{display:flex;flex-direction:column-reverse;gap:10px}.product-template__thumbs:not(.swiper-initialized){overflow:hidden}.product-template__thumbs:not(.swiper-initialized) .product-template__thumbs-wrapper{display:flex;flex-direction:row;overflow:scroll;gap:12px}.product-template__thumbs:not(.swiper-initialized) .product-template__thumbs-slide{aspect-ratio:1 / 1;flex-shrink:0}.product-template__swiper:not(.swiper-initialized){overflow:hidden;aspect-ratio:unset;position:relative}.product-template__swiper:not(.swiper-initialized) .product-template__swiper-wrapper{overflow:scroll;display:flex;gap:12px;height:100%}.product-template__swiper:not(.swiper-initialized) .product-template__slide{width:100%;height:auto;flex-shrink:0}.product-template__swiper:not(.swiper-initialized) .product-template__swiper-next,.product-template__swiper:not(.swiper-initialized) .product-template__swiper-prev{display:none}.product-template__swiper{aspect-ratio:1/1}.product-template__thumbs-slide.swiper-slide{cursor:pointer}.product-template__slide-image,.product-template__thumbs-image{display:block;width:100%;height:100%;object-fit:cover}.product-template__heading{margin:0;font-size:34px}.product-template__compare-price{margin:0;text-decoration:line-through;font-size:20px;opacity:.6}.product-template__price{margin:0;font-size:24px}.product-template__pice-block{display:flex;gap:20px}.product-template__price-wrapper{display:flex;column-gap:8px;row-gap:4px;align-items:center;flex-wrap:wrap;margin-bottom:6px}.product-template__discount-wrapper{display:flex;gap:10px}.product-template__discount-text,.product-template__discount{margin:0;font-size:16px}.product-template__discount{padding:2px;color:#fff;background-color:#40734b}.product-template__trust-list{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-top:20px}.product-template__trust-item{display:flex;align-items:center;gap:4px}.product-template__trust-icon{width:22px;height:22px}.product-template__trust-text{margin:0;font-size:10px;line-height:140%}.product-template__add-to-cart{margin-top:24px}.product-template__cart-form{display:block}.product-template__cart-layout{display:grid;grid-template-columns:11rem 1fr;gap:10px;align-items:start}.product-template__cart-left,.product-template__cart-right{display:flex;flex-direction:column}.product-template__cart-left{padding-top:4px;align-items:center;gap:10px}.product-template__quantity{width:100%;height:fit-content}.product-template__quantity:after{border-radius:0}.product-template__quantity .quantity__button .svg-wrapper{width:1.4rem}.product-template__quantity .quantity__button[name=minus]{border-right:1px solid rgb(var(--color-foreground));width:3rem}.product-template__quantity .quantity__button[name=plus]{border-left:1px solid rgb(var(--color-foreground));width:3rem}.product-template__quantity-label{font-size:14px;line-height:1.2}.product-template__quantity-input{pointer-events:none;width:100%;min-height:44px;padding:10px 12px}.product-template__add-button{padding:18px 0;border-radius:0}.product-template__add-button:after,.product-template__add-button:before{border-radius:0}.product-template__inventory{display:flex;align-items:center;gap:.7rem;margin:0;font-size:1.6rem;font-weight:500;color:#000}.product-template__inventory .svg-wrapper,.product-template__inventory svg{width:15px;height:15px}.product-template__inventory.visibility-hidden:empty{display:block}.product-template__inventory.visibility-hidden:empty:after{content:"#"}.product-template__inventory .icon-inventory-status circle:first-of-type{opacity:.3}.product-template__payment .list-payment{justify-content:flex-start}.product-template__payment .list-payment__item{padding:.1rem}.product-template__payment .list-payment__item .icon{width:28px;height:20px}.product-template__collapsible{margin-top:2rem;border-bottom:1px solid rgba(var(--color-foreground),.12)}.product-template__collapsible+.product-template__collapsible{margin-top:0;border-top:0}.product-template__collapsible-summary{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;padding:1.6rem 0;cursor:pointer;list-style:none}.product-template__collapsible-summary::-webkit-details-marker{display:none}.product-template__collapsible-title{margin:0;font-size:1.6rem;line-height:1.3;text-transform:uppercase}.product-template__collapsible-icon{display:inline-flex;align-items:center;justify-content:center;width:1.8rem;height:1.8rem;font-size:2rem;line-height:1;flex-shrink:0}.product-template__collapsible-icon--minus{display:none}.product-template__collapsible details[open] .product-template__collapsible-icon--plus{display:none}.product-template__collapsible details[open] .product-template__collapsible-icon--minus{display:inline-flex}.product-template__collapsible-content{padding:0 0 1.6rem}.product-template__collapsible-content>*:first-child{margin-top:0}.product-template__collapsible-content>*:last-child{margin-bottom:0}.product-template__swiper-next.swiper-button-next:after,.product-template__swiper-prev.swiper-button-prev:after{content:unset}.product-template__swiper-next>svg,.product-template__swiper-prev>svg{width:4rem;color:rgba(var(--color-foreground))}.product-template__swiper-prev>svg{rotate:180deg}.product-template__badge-wrapper{position:absolute;top:10px;left:10px;z-index:10;display:flex;gap:5px;flex-wrap:wrap}.product-template__badge{font-size:14px;padding:2px}@media screen and (min-width:999px){.product-template__container{flex-direction:row;gap:20px}.product-template__gallery{position:sticky;top:10px;max-height:525px}.product-template__price-wrapper{margin-top:6px}}@media screen and (min-width:750px){.product-template__gallery{flex-direction:row;flex-basis:60%;gap:30px}.product-template__thumbs{flex-basis:15%}.product-template__thumbs:not(.swiper-initialized) .product-template__thumbs-wrapper{flex-direction:column}.product-template__thumbs:not(.swiper-initialized) .product-template__thumbs-slide{flex-shrink:1}.product-template__thumbs-slide.swiper-slide{height:calc(20% - 10px)}.product-template__swiper{flex-basis:85%}.product-template__info{flex-basis:40%}.product-template__heading{font-size:40px}.product-template__price-wrapper{column-gap:14px}.product-template__compare-price{font-size:24px}.product-template__price{font-size:28px}.product-template__discount-text,.product-template__discount{font-size:20px}.product-template__trust-list{margin-top:34px}.product-template__trust-item{gap:8px}.product-template__trust-icon{width:30px;height:30px}.product-template__trust-text{font-size:12px}.product-template__cart-right{gap:10px}.product-template__payment .list-payment__item .icon{width:38px;height:24px}.product-template__payment .list-payment__item{padding:.5rem}.product-template__badge-wrapper{gap:10px}.product-template__badge{font-size:18px;padding:4px 2px}}@media screen and (max-width:749px){.product-template__thumbs{width:100%}.product-template__thumbs-slide.swiper-slide{width:calc(20% - 10px)}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/section-product-template.css.map */
