.product-card{background:#ffffffe6;border-radius:12px;box-shadow:0 4px 12px #0000000a;display:flex;flex-direction:column;height:100%;padding:8px 8px 12px}@media(min-width:640px){.product-card{padding:12px}}.product-card_lunch .product-card__content{margin:0 0 12px}.product-card__header{margin-bottom:8px;position:relative}@media(min-width:640px){.product-card__header{margin-bottom:12px}}.product-card__image{padding-bottom:100%;position:relative}.product-card__image>iframe,.product-card__image>img,.product-card__image>video{height:100%;left:0;-o-object-fit:contain;object-fit:contain;position:absolute;top:0;width:100%}.product-card__image:not(:has(img)){background:url(../img/logo.svg) 50%/62% no-repeat;opacity:.5}.product-card__favorite{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1c1d1e0d;border-radius:50%;display:inline-flex;height:36px;justify-content:center;position:absolute;right:0;top:0;width:36px}.product-card__favorite:hover{background:#2d7f441a}.product-card__favorite:active{background:#2d7f4433}.product-card__favorite.active{color:red}.product-card__favorite.active .iconify{opacity:1}.product-card__favorite.animate-on-click{animation:animate-liked .4s linear}.product-card__favorite .iconify{font-size:20px;opacity:.2}.product-card__content{margin:4px 0 8px}@media(min-width:640px){.product-card__content{margin:4px 0 6px}}.product-card__headline{align-items:flex-start;display:flex;gap:8px;justify-content:space-between}.product-card__title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:14px;font-weight:700;line-height:100%;max-height:42px;overflow:hidden;text-overflow:ellipsis;text-transform:uppercase}@media(min-width:640px){.product-card__title{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:18px;max-height:54px;overflow:hidden;text-overflow:ellipsis}}.product-card__descr{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:10px;line-height:120%;margin-top:4px;max-height:36px;overflow:hidden;text-overflow:ellipsis}@media(min-width:640px){.product-card__descr{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:12px;max-height:42px;overflow:hidden;text-overflow:ellipsis}}.product-card__weight{color:#1c1d1e66;font-size:10px;font-weight:600;line-height:14px;text-transform:uppercase}@media(min-width:640px){.product-card__weight{font-size:12px}}.product-card__footer{align-items:flex-end;display:flex;gap:8px;justify-content:space-between;margin-top:auto}.product-card-prices{font-size:12px;font-weight:600;line-height:14px}@media(min-width:640px){.product-card-prices{font-size:14px}}.product-card__price_discount{color:var(--primary-color)}.product-card__price-old{color:#1c1d1e66;margin-left:4px;text-decoration-line:line-through}.product-card__cart{align-items:center;background:#2d7f44;border-radius:50%;color:#8fff00;display:inline-flex;font-size:18px;height:36px;justify-content:center;min-width:36px;transition:transform .3s ease;width:36px}.product-card__cart:disabled{opacity:.5}.product-card__cart:not(:disabled):hover{transform:rotate(180deg)}
