.product-card{display:flex;flex-direction:column;height:100%}.product-card__media-wrapper{position:relative}.product-card__media{display:flex}.product-card__media img,.product-card__media svg{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;border-radius:8px}.product-card__tags{display:flex;gap:8px;flex-wrap:wrap;position:absolute;width:fit-content;max-width:100%;top:0;left:0;padding:10px;z-index:1}.product-card__tag{padding:5px 10px;white-space:nowrap;font-weight:500;font-size:10px;line-height:120%;letter-spacing:.02em;border-radius:4px;background-color:var(--graphite);color:var(--white-100)}.product-card__add{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:var(--white-100);border-radius:100px;position:absolute;bottom:10px;right:10px;cursor:pointer;transition:color .3s}.product-card__add svg{width:24px;height:24px}.product-card__add .icon-loading{position:absolute}.loading .product-card__add .icon:not(.icon-loading){color:transparent}.product-card__content{padding:16px 0 0}.product-card__reviews{display:flex;align-items:center;gap:8px;margin:0 0 8px;color:var(--black-60);font-weight:500}.product-card__reviews strong{color:var(--black-100);font-weight:500}.product-card__reviews svg{width:84px;height:auto}.product-card__title{display:block;text-decoration:none;font-weight:500}.product-card__description{margin:0 0 8px}.product-card__price{display:flex;align-items:center;flex-wrap:wrap;gap:5px;font-weight:500}.product-card__price-compare{color:var(--black-40);position:relative;font-weight:400}.product-card__price-compare:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) rotate(-17deg);width:110%;height:1px;background-color:var(--error-color);display:block;z-index:1}.product-card__price-savings{display:flex;padding:5px 10px;border-radius:4px;background-color:var(--gold-light-100);color:var(--black-100);font-weight:500;font-size:10px;line-height:120%;letter-spacing:.02em;text-transform:uppercase;margin-left:5px}@media screen and (max-width:749px){.product-card--small .product-card__tags{padding:8px}.product-card--small .product-card__tag{padding:3px 8px}.product-card--small .product-card__add{bottom:8px;right:8px}.product-card--small .product-card__content{padding:12px 0 0}.product-card--small .product-card__description{font-size:12px}.product-card--small .product-card__price{gap:4px}.product-card--small .product-card__price-compare{font-size:12px}.product-card--small .product-card__price-savings{padding:4px;font-size:9px;margin-left:0}}
/*# sourceMappingURL=/cdn/shop/t/65/assets/product-card.css.map */
