@layer base{sa-shop-product.sa-shop-product{--items-per-row: 4;--card-gap: 16px;--card-bg: #ffffff;--card-border: 1px solid rgba(0, 0, 0, .08);--card-radius: 8px;--img-height: 280px;--swatch-size: 12px;--swatch-gap: 8px;--btn-buy-width: 65px;--btn-buy-height: 35px;--btn-buy-radius: 6px;display:block;overflow-x:hidden;max-width:100%;contain:layout paint}}@layer components{.sa-shop-product .cs-section-header{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:40px}.sa-shop-product .section-heading h2,.sa-shop-product .section-heading h3{font-size:clamp(28px,2.778vw,40px);line-height:1.2;font-weight:400;margin:0}.sa-shop-product .section-sub-heading{font-size:clamp(16px,1.389vw,20px);line-height:1.5;max-width:clamp(500px,53.472vw,770px);margin:0 auto}.sa-shop-product__track{display:grid;grid-template-columns:repeat(var(--items-per-row),1fr);gap:var(--card-gap);max-width:100%}.sa-shop-product__card{background:var(--card-bg);border:var(--card-border);border-radius:var(--card-radius);display:flex;flex-direction:column;overflow:hidden}.sa-shop-product__img-area{position:relative;height:var(--img-height);flex-shrink:0;overflow:hidden}.sa-shop-product__img-area .product-img{position:absolute;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;text-decoration:none}.sa-shop-product__img-area .product-img.active{display:flex}.sa-shop-product__img-area .product-img .sa-shop-product__img{max-width:60%;max-height:80%;width:auto;height:auto;object-fit:contain;display:block;pointer-events:none;transform:translateY(-18px)}.sa-shop-product__swatches{position:absolute;bottom:12px;left:0;right:0;display:flex;align-items:center;justify-content:center;gap:var(--swatch-gap);list-style:none!important;margin:0!important;padding:0!important;z-index:1}.sa-shop-product__swatches .option-item{width:var(--swatch-size);height:var(--swatch-size);border-radius:50%;background-color:var(--swatch-bg-color, #ccc);cursor:pointer;flex-shrink:0;list-style:none!important;margin:0!important;padding:0!important;box-shadow:0 0 0 0 transparent,inset 0 0 .5px #0000002e;transition:box-shadow .2s ease;position:relative}.sa-shop-product__swatches .option-item:hover{box-shadow:0 0 0 2px var(--card-bg),0 0 0 3.5px #00000073}.sa-shop-product__swatches .option-item.active{box-shadow:0 0 0 2px var(--card-bg),0 0 0 3.5px #000}.sa-shop-product__swatches .option-item:after{content:attr(data-value);position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%) translateY(4px);background:#1a1a1a;color:#fff;font-size:11px;line-height:1.3;padding:3px 8px;border-radius:4px;white-space:nowrap;pointer-events:none;opacity:0;transition:opacity .15s ease,transform .15s ease;z-index:10}.sa-shop-product__swatches .option-item:before{content:"";position:absolute;bottom:calc(100% + 4px);left:50%;transform:translate(-50%) translateY(4px);border:4px solid transparent;border-top-color:#1a1a1a;pointer-events:none;opacity:0;transition:opacity .15s ease,transform .15s ease;z-index:10}.sa-shop-product__swatches .option-item:hover:after,.sa-shop-product__swatches .option-item:hover:before{opacity:1;transform:translate(-50%) translateY(0)}.sa-shop-product__info{padding:24px 16px 12px;flex-shrink:0;text-align:center}.sa-shop-product__name{font-size:20px;font-weight:400;line-height:1.2;color:#000;margin:0 0 8px}.sa-shop-product__tagline{font-size:16px;line-height:1.4;margin:0;position:relative}.sa-shop-product__tagline.sa-shop-product__tagline--clamped{max-height:4.2em;overflow:hidden}.sa-shop-product__tagline-more{display:none}.sa-shop-product__tagline--clamped .sa-shop-product__tagline-more{display:inline;position:absolute;right:0;bottom:0;border:none;background:linear-gradient(to right,transparent,var(--card-bg) 40%);padding:0 0 0 2em;cursor:pointer;font-size:inherit;line-height:inherit;color:#999;text-decoration:underline}.sa-shop-product__tagline--expanded{max-height:none;overflow:visible}.sa-shop-product__tagline--expanded .sa-shop-product__tagline-more{display:none}.sa-shop-product__price-block{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;padding:24px 16px;margin-top:auto}.sa-shop-product__price-lines{display:flex;flex-direction:column;gap:2px;font-weight:400;min-width:0}.sa-shop-product__price-line1{font-size:14px;font-weight:400;line-height:1.2;color:#000}.sa-shop-product__price-line2{font-size:14px;line-height:1.2}.sa-shop-product__btn-buy{display:inline-flex;align-items:center;justify-content:center;width:var(--btn-buy-width);height:var(--btn-buy-height);padding:0;background:var(--sa-shop-product-buy-bg);color:#000;border-radius:var(--btn-buy-radius);font-size:16px;font-weight:400;text-decoration:none;flex-shrink:0;transition:opacity .2s ease}.sa-shop-product__btn-buy:hover{opacity:.9}.sa-shop-product__btn-buy.sa-shop-product__btn-buy--disabled{opacity:.5;pointer-events:none}.sa-shop-product__controls{display:none}.sa-shop-product__cta{margin-top:72px;display:flex;justify-content:center}.sa-shop-product__cta-btn{display:inline-flex;align-items:center;justify-content:center;padding:8px 24px;background:var(--sa-shop-product-cta-bg);color:#fff;border-radius:6px;font-size:16px;font-weight:400;text-decoration:none;transition:opacity .2s ease}.sa-shop-product__cta-btn:hover{opacity:.9}}@layer utilities{@media(max-width:768px){sa-shop-product.sa-shop-product{--card-gap: 10px;--img-height: 180px;--swatch-size: 10px;--btn-buy-width: 50px;--btn-buy-height: 27px}.sa-shop-product .cs-section-header{align-items:flex-start;margin-bottom:24px}.sa-shop-product .section-sub-heading{max-width:100%}.sa-shop-product__track{display:flex;grid-template-columns:unset;gap:var(--card-gap);overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-x:contain}.sa-shop-product__track::-webkit-scrollbar{display:none}.sa-shop-product__card{flex:0 0 calc(50% - var(--card-gap) / 2);min-width:0;scroll-snap-align:start}.sa-shop-product__info{padding:12px 12px 10px}.sa-shop-product__price-block{padding:10px 12px 14px;gap:4px}.sa-shop-product__controls{display:flex;align-items:center;justify-content:flex-end;width:50%;margin-left:auto;margin-top:48px;gap:10px}.sa-shop-product__ctrl-btn{display:inline-flex;align-items:center;justify-content:center;background:transparent;border:none;padding:0;cursor:pointer;transition:opacity .3s ease;flex-shrink:0}.sa-shop-product__ctrl-btn svg{width:6px;height:11px;color:#000;display:block;transition:color .3s ease}.sa-shop-product__ctrl-btn:hover svg{color:#61f88e}.sa-shop-product__ctrl-btn:disabled{opacity:.3;cursor:not-allowed}.sa-shop-product__progress{flex:1;height:1px;background:#0009;position:relative;border-radius:1px;overflow:hidden}.sa-shop-product__progress-bar{position:absolute;left:0;top:0;height:100%;background:#61f88e;border-radius:2px;width:0%;transition:width .1s linear}.sa-shop-product__cta{margin-top:48px}}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/sa-shop-product.css.map */
