.product-card{background:#1c3330;border:1px solid hsla(0,0%,100%,.05);border-radius:12px;box-shadow:0 8px 30px rgba(0,0,0,.18);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease;display:flex;flex-direction:column;height:100%;overflow:hidden;transition:transform .2s ease,border-color .2s ease}.product-card:hover:not(.product-card--unavailable){background:#22403c;transform:translateY(-4px);border-color:rgba(248,166,54,.08);box-shadow:0 12px 36px rgba(0,0,0,.22)}.product-card--unavailable{opacity:.75}.product-card--sold-out .product-card__image-wrap img{opacity:.72;filter:saturate(.85)}.product-card__link{display:flex;flex:1 1;flex-direction:column;min-height:0;height:100%;text-decoration:none;color:inherit}.product-card__image-wrap{position:relative;flex-shrink:0;aspect-ratio:3/2;overflow:hidden}.product-card__image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-card__image-wrap img{transform:scale(1.05)}.product-card__badge{font-family:var(--font-display,"Chakra Petch"),Rajdhani,Segoe UI,sans-serif;font-weight:600;letter-spacing:.04em;position:absolute;top:.75rem;left:.75rem;padding:.25rem .6rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:#dd0084;color:#fff;border-radius:4px}.product-card__badge--sold-out{background:rgba(248,166,54,.92);color:#172b29}.product-card__body{display:flex;flex-direction:column;flex:1 1;gap:.5rem;padding:1rem 1.1rem 1.15rem}.product-card__header{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem}.product-card__name{margin:0;font-family:var(--font-display,"Chakra Petch"),Rajdhani,Segoe UI,sans-serif;font-weight:600;font-size:1.35rem;line-height:1.1;letter-spacing:.03em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__price{flex-shrink:0;font-weight:700;color:#f8a636;white-space:nowrap}.product-card__desc{margin:0;font-size:.875rem;color:hsla(0,0%,100%,.72);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card__status{margin:0;font-size:.75rem;color:#0ca7f7}.product-card__status--off{color:hsla(0,0%,100%,.45)}.product-card__footer{display:flex;flex-direction:column;gap:.35rem;margin-top:auto;padding-top:.5rem}.product-card__cta{font-size:.8rem;font-weight:600;color:#0ca7f7}.product-card:hover .product-card__cta{color:#f8a636}.product-card__foodora{display:block;flex-shrink:0;margin:0;padding:.65rem 1rem;border-top:1px solid hsla(0,0%,100%,.05);font-size:.8rem;font-weight:600;text-align:center;text-decoration:none;color:#0ca7f7;background:rgba(12,167,247,.06);transition:color .2s ease,background .2s ease}.product-card__foodora:hover{color:#f8a636;background:rgba(248,166,54,.08)}