.shop-row{display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(1,1fr)}@media(min-width:768px)and (max-width:991px){.shop-row{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:992px){.shop-row{grid-template-columns:repeat(3,1fr)}}.product-block{padding:clamp(35px,10.8748221906px + .0753911807*100vw,88px) 0 clamp(56px,41.4338549075px + .0455192034*100vw,88px);background-color:var(--card-background)}@media screen and (min-width:1024px){.product-block{padding:88px 0}}.product-block-row{display:flex;flex-direction:column;row-gap:40px;transition:opacity .3s}.product-block--loading .product-block-row{opacity:0}@media screen and (min-width:992px){.product-block-row{flex-direction:row;align-items:center;margin:0 -15px}}.product-block-col:first-child{text-align:center}@media screen and (min-width:992px){.product-block-col{width:50%;padding:0 15px}}@media screen and (max-width:767px){.product-block-col .site-title{font-size:24px}}.product-block-col:first-child:hover .product-arrows{opacity:1}.product--loading{min-height:100vh}.product-arrows{width:24px;height:24px;border:0;background:transparent;transition:opacity .3s,color .3s;flex-shrink:0;position:absolute;top:50%;z-index:5;padding:0;transform:translate3d(0,-50%,0)}.product-arrows:first-of-type{left:0}.product-arrows svg{max-width:100%;max-height:100%;height:auto;flex-shrink:0}.product-arrows:not(:disabled){color:var(--black)}@media(hover:hover){.product-arrows:not(:disabled):hover{color:var(--brand-color)}}.product-arrows:last-of-type{right:0}.product-arrows:last-of-type svg{transform:scaleX(-1)}.product-activeimage{display:inline-flex;justify-content:center;align-items:center;height:clamp(240px,173.2339791356px + .2086438152*100vw,380px);margin-bottom:24px;position:relative;padding:0 35px}@media screen and (min-width:992px){.product-activeimage{height:380px;width:100%;max-width:500px}}.product-activeimage img{width:auto;max-height:100%}.product__description-image{display:block;border-radius:24px;width:100%;object-fit:cover}@media screen and (min-width:768px){.product__description-image{height:100%}}.product-variants{display:flex;flex-wrap:wrap;gap:12px;padding:24px 0 0}@media screen and (min-width:1024px){.product-variants{padding:40px 0 0}}.product-variants+.product-mini-description{padding:24px 0 0}@media screen and (min-width:768px){.product-variants+.product-mini-description{padding:40px 0 0}}.product-variant-toggle{border-radius:8px;border:1px solid var(--default-text-color);font-size:16px;font-weight:400;padding:0 15px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s,color .3s,border-color .3s}@media screen and (min-width:768px){.product-variant-toggle{font-size:18px;height:44px;padding:0 24px}}.product-variant-toggle-active{background:var(--brand-color);color:#fff;border-color:transparent}.product-card{background-color:var(--card-background);border-radius:14px;text-align:center;display:flex;flex-direction:column;justify-content:space-between;flex-grow:1;padding:24px;gap:30px}@media screen and (min-width:768px){.product-card{text-align:left}}@media screen and (min-width:1024px){.product-card{gap:56px}}@media screen and (min-width:1280px){.product-card{padding:40px 30px}}.product-card__title{font-size:24px;font-style:normal;font-weight:600;line-height:1.1666666667;margin:0}.product-card__title a{color:var(--default-text-color)}.product-card img{mix-blend-mode:multiply;height:120px;object-fit:contain}@media screen and (min-width:768px){.product-card img{width:auto;height:200px}}.product-card__bottom{display:flex;justify-content:space-between;align-items:center;gap:20px;flex-direction:column}@media screen and (min-width:768px){.product-card__bottom{flex-direction:row;gap:10px}}.product-card__price{font-size:24px;line-height:1;font-weight:600}@media screen and (min-width:1280px){.product-card__price{font-size:32px}}.product-card__soon{font-size:24px;line-height:1;font-weight:600}@media(min-width:1024px)and (max-width:1279px){.product-card__soon{font-size:20px}}.product-card .button{width:100%;min-height:42px}@media screen and (min-width:580px){.product-card .button{width:auto}}@media(min-width:1024px)and (max-width:1279px){.product-card .button{min-width:120px}}.product-description,.product-mini-description{font-size:clamp(18px,17.0909090909px + .0028409091*100vw,20px);font-weight:400;line-height:1.4;margin-bottom:0}@media screen and (min-width:1024px){.product-description,.product-mini-description{font-size:20px}}.product-description a,.product-mini-description a{color:var(--brand-color);display:inline-block}.product-description a:after,.product-mini-description a:after{content:"";width:0;height:1px;display:block;background:var(--brand-color);transition:.3s}.product-description a:hover:after,.product-mini-description a:hover:after{width:100%}.product-description p:last-of-type,.product-mini-description p:last-of-type{margin-bottom:0}.product-description+.product-mini-description{padding-top:20px}.product-price{font-size:24px;font-weight:600;line-height:1;margin:-5px 0 16px}.product-tabs-content{display:grid;grid-gap:40px;gap:40px;grid-template-columns:repeat(1,1fr)}@media screen and (min-width:768px){.product-tabs-content{grid-template-columns:repeat(2,1fr)}}.product-tabs-buttons{display:flex;align-items:center;margin-bottom:56px}.product-tabs-buttons .tab{font-size:24px;color:var(--gray-text);line-height:1;cursor:pointer;transition:opacity .3s ease-in;font-weight:400}@media screen and (min-width:992px){.product-tabs-buttons .tab{font-size:32px}}.product-tabs-buttons .tab-active{font-weight:600;color:inherit}.product-tabs-buttons em{width:3px;height:46px;background:var(--brand-color);margin:0 30px}@media screen and (min-width:992px){.product-tabs-buttons em{margin:0 64px}}.product__tech-information{flex:1 1}.product__tech-information table{margin-bottom:0;width:100%;max-width:914px}.product__tech-information table tr{border:none}.product__tech-information table tr:not(:last-child){border-bottom:1px solid var(--input-border)}.product__tech-information table tr td{font-size:16px;line-height:1.2;border:none;padding:16px}@media screen and (min-width:768px){.product__tech-information table tr td{padding:20px;font-size:18px}}.product__tech-information table tr td p{margin-bottom:0}.product__tech-information table tr td:first-child{font-size:18px;width:40%;font-weight:600;padding-left:0}@media screen and (min-width:768px){.product__tech-information table tr td:first-child{font-size:20px}}.product__tech-information table tr td:last-child{padding-right:0}.product__tech-information table+p br{display:none}.product-tab-image{width:100%}@media(min-width:768px)and (max-width:1023px){.product-tab-image{width:45%}}@media screen and (min-width:1024px){.product-tab-image{width:384px}}.product-tab-image img{border-radius:24px;object-fit:cover;height:312px}@media(min-width:768px)and (max-width:1023px){.product-tab-image img{width:100%}}@media screen and (min-width:992px){.product-tab-image img{width:384px}}.product-tab-box{display:flex;flex-direction:column}@media screen and (min-width:768px){.product-tab-box{flex-direction:row}}.product-tab-box:last-of-type{padding-top:40px}@media screen and (min-width:768px){.product-tab-box{position:absolute;opacity:0;visibility:hidden;transition:opacity .3s}.product-tab-box:last-of-type{padding:0}.product-tab-box.is-active{opacity:1;position:relative;visibility:visible}}.product-tab-box .site-txt{flex:1 1}@media screen and (min-width:1024px){.product-tab-box .site-txt{margin-left:90px}}.mobile-tabs{padding:56px 0}.mobile-tabs .site-txt{padding-bottom:40px}.tab-title{margin-bottom:24px}.tab-image{width:100%;margin-bottom:32px}@media screen and (min-width:768px){.tab-image{margin:0}}.quantity-box{display:flex;gap:24px;padding:24px 0 10px;flex-direction:row;align-items:flex-start}@media screen and (min-width:768px){.quantity-box{gap:32px;padding:40px 0}}.quantity-box .button{flex:1 1}.quantity-box .button:not(.button--sm){min-width:inherit}@media screen and (min-width:600px){.quantity-box .button:not(.button--sm){flex:none;min-width:162px}}.thumbnail-group{flex-direction:row;white-space:nowrap;overflow-y:scroll;scroll-snap-type:x mandatory;scroll-behavior:smooth;margin:0 -24px;padding:1px 24px 0;scroll-padding-left:24px;-webkit-overflow-scrolling:touch;-ms-overflow-style:none;scrollbar-width:none;gap:24px;display:flex}@media screen and (min-width:768px){.thumbnail-group{justify-content:center}}.thumbnail-group::-webkit-scrollbar{height:.4rem;width:.4rem;display:none}@media screen and (min-width:768px){.thumbnail-group{margin:0;padding:0}}.thumbnail-item{border-radius:8px;border:1px solid var(--default-text-color);cursor:pointer;opacity:.3;width:82px;height:82px;overflow:auto;display:flex;align-items:center;justify-content:center;flex-shrink:0;scroll-snap-align:start;transition:background-color .3s,border-color .3s;transition:all .3s ease-in}.thumbnail-item-active{opacity:1}.inner-mb-0 p,.inner-mb-0 span{margin-bottom:0}@media screen and (max-width:767px){.site-section--recommendations{padding-bottom:65px}.site-section--recommendations .site-title{font-size:24px;margin-bottom:0}.site-section--recommendations .features__title{margin-bottom:24px}}