.product-cards__heading{text-align:center;margin-bottom:3.2rem}.product-cards__grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center}.product-cards__grid>.product-card{flex:0 0 calc(33.33% - 1.34rem)}.product-cards__single{display:flex;justify-content:center}.product-cards__single .product-card{width:100%;max-width:440px}.product-card{background:#fff;border:1px solid rgba(var(--color-foreground),.08);border-radius:1.2rem;position:relative;display:flex;flex-direction:column;isolation:isolate}.product-card__image-wrapper{position:relative;aspect-ratio:1 / 1;background:#fff;overflow:hidden;border-radius:1.2rem 1.2rem 0 0;transition:background-color .25s ease}.product-card:hover .product-card__image-wrapper{background:#f9fafb}.product-card__image-wrapper img,.product-card__placeholder-svg{width:100%;height:100%;object-fit:contain;display:block;transition:transform .35s ease}.product-card:hover .product-card__image-wrapper img{transform:scale(1.05)}.product-card__badge{position:absolute;top:0;left:50%;transform:translate(-50%,-50%);z-index:3;background:linear-gradient(to right,#ff8200,#ffa547);color:#fff;font-size:1.2rem;font-weight:600;padding:.4rem 1.2rem;border-radius:5px;white-space:nowrap;line-height:1.4}.product-card__body{padding:1.6rem;display:flex;flex-direction:column;flex:1}.product-card__title{font-size:1.6rem;font-weight:700;margin:0 0 .8rem;line-height:1.3}.product-card__title a{text-decoration:none;color:inherit}.product-card__description{font-size:1.4rem;color:rgba(var(--color-foreground),.6);line-height:1.5;margin:0 0 1.6rem;flex:1}.product-card__swatches{--swatch-input--size: 1.8rem;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-bottom:1.2rem}.product-card__swatches .swatch{border:1px solid rgba(var(--color-foreground),.12);flex-shrink:0}.product-card__swatch-more{font-size:1.2rem;font-weight:600;color:rgba(var(--color-foreground),.55);line-height:1}.product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:auto}.product-card__prices{display:flex;align-items:baseline;gap:.8rem;flex-wrap:wrap}.product-card__price{font-size:1.8rem;font-weight:700;color:rgb(var(--color-foreground))}.product-card__compare-price{font-size:1.4rem;color:rgba(var(--color-foreground),.4);text-decoration:line-through}.product-card__add-btn{position:relative;width:4.4rem;height:4.4rem;min-width:4.4rem;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:transform .15s ease,opacity .15s ease}.product-card__add-btn:hover:not(:disabled){transform:scale(1.08)}.product-card__add-btn:disabled{opacity:.5;cursor:not-allowed}.product-card__btn-icon{display:flex;align-items:center;justify-content:center}.product-card__btn-icon svg,.product-card__btn-icon img{width:2rem;height:2rem;display:block}.product-card__btn-check{display:none;font-size:1.8rem;font-weight:700;line-height:1}.product-card__add-btn.is-loading{opacity:.7;cursor:wait}.product-card__add-btn.is-loading .product-card__btn-icon{animation:product-card-spin .8s linear infinite}.product-card__add-btn.is-added .product-card__btn-icon{display:none}.product-card__add-btn.is-added .product-card__btn-check{display:block}@keyframes product-card-spin{to{transform:rotate(360deg)}}@media screen and (max-width:749px){.product-card__description--hide-mobile{display:none}.product-card__title,.product-card__price{font-size:1.4rem}.product-card__compare-price{font-size:1.2rem}}@media screen and (max-width:989px){.product-cards__grid{gap:1.6rem}.product-cards__grid>.product-card{flex:0 0 calc(50% - .8rem)}}@media screen and (max-width:479px){.product-cards__grid{gap:1.2rem}.product-cards__grid>.product-card{flex:0 0 100%}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-product-cards.css.map */
