.product-card{min-width:0;overflow:hidden;background:#fff;border:1px solid #f3dfe5;border-radius:18px;box-shadow:0 4px 16px rgba(90,43,57,.045);transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .28s ease,transform .28s ease,opacity .2s ease}@media(hover:hover){.product-card:hover{transform:translateY(-3px);border-color:rgba(255,79,115,.24);box-shadow:0 16px 36px rgba(102,53,68,.13)}}.product-card__media{height:245px;position:relative;overflow:hidden;background:linear-gradient(145deg,#fff,#fff9fa)}.product-card__image-link{position:absolute;inset:27px 8px 8px}.product-card__image-link .product-card__sprite{width:100%;height:100%;display:block;background-image:url(/assets/home/product-sprite.png);background-repeat:no-repeat;background-size:500% 100%;transition:transform .28s ease}@media(hover:hover){.product-card:hover .product-card__sprite{transform:scale(1.035)}}.product-card__discount{position:absolute;z-index:2;top:10px;left:10px;padding:5px 9px;color:#fff;border-radius:999px;background:#ff4f73;font-size:13px;font-weight:900}.product-card__cart,.product-card__favorite{position:absolute;z-index:3;display:grid;place-items:center;border:1px solid rgba(0,0,0,0);border-radius:50%;transition:color .2s ease,background-color .2s ease,border-color .2s ease,box-shadow .28s ease,transform .28s ease,opacity .2s ease}.product-card__favorite{width:34px;height:34px;top:11px;right:10px;color:#77727a;background:#fff;box-shadow:0 4px 12px rgba(72,43,52,.08)}.product-card__favorite:hover{color:#ff4f73;border-color:rgba(255,79,115,.2);background:#fff1f4}.product-card__cart{width:40px;height:40px;right:12px;bottom:13px;color:#ff4f73;background:#fff1f4}.product-card__cart:hover{color:#fff;background:#ff4f73;box-shadow:0 8px 18px rgba(255,79,115,.24)}.product-card__body{padding:12px 14px 17px}.product-card h3{min-height:42px;margin:0 0 8px;display:-webkit-box;overflow:hidden;color:#333238;font-size:15px;font-weight:700;line-height:1.45;-webkit-box-orient:vertical;-webkit-line-clamp:2;transition:color .2s ease}.product-card a:hover h3{color:#ff4f73}.product-card__rating{min-height:18px;display:flex;align-items:center;gap:3px;margin-bottom:8px;color:#f5a623;font-size:12px}.product-card__rating small{color:#989398}.product-card__price{display:flex;align-items:baseline;gap:10px;white-space:nowrap}.product-card__price strong{color:#ff4f73;font-size:18px;font-weight:900}.product-card__price del{color:#a6a2a5;font-size:13px}@media(max-width:1199.98px){.product-card__media{height:220px}}