.grocery-product-card{position:relative;display:flex;flex-direction:column;min-height:100%;border:1px solid #e5e7eb;border-radius:14px;background:#fff;overflow:hidden;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.grocery-product-card:hover{transform:translateY(-3px);border-color:#d8dde5;box-shadow:0 16px 34px rgba(15,23,42,.08)}.grocery-product-card__media-wrap{position:relative;padding:14px 14px 8px}.grocery-product-card__discount-badge{top:14px;left:14px;min-height:26px;padding:0 10px;border-radius:10px;background:#e03131;color:#fff;font-size:11px;line-height:1;font-weight:700}.grocery-product-card__discount-badge,.grocery-product-card__wishlist{position:absolute;z-index:4;display:inline-flex;align-items:center;justify-content:center}.grocery-product-card__wishlist{top:12px;right:12px;width:34px;height:34px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#111827;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.grocery-product-card__wishlist:hover{color:#6d28d9;border-color:#ddd6fe;background:#f5f3ff}.grocery-product-card__hover-actions{position:absolute;z-index:4;top:56px;right:12px;display:flex;flex-direction:column;gap:8px;opacity:0;pointer-events:none;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease}.grocery-product-card:hover .grocery-product-card__hover-actions{opacity:1;pointer-events:auto;transform:translateY(0)}.grocery-product-card__icon-btn{width:32px;height:32px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;color:#111827;display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease,border-color .2s ease,background-color .2s ease}.grocery-product-card__icon-btn:hover{color:#6d28d9;border-color:#ddd6fe;background:#f5f3ff}.grocery-product-card__image-link{width:100%;aspect-ratio:1/1;border-radius:12px;background:#f8fafc;display:flex;align-items:center;justify-content:center;overflow:hidden}.grocery-product-card__image{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;transition:transform .28s ease}.grocery-product-card:hover .grocery-product-card__image{transform:scale(1.03)}.grocery-product-card__body{flex:1 1 auto;display:flex;flex-direction:column;gap:8px;padding:0 14px 14px}.grocery-product-card__label{align-self:flex-start;min-height:24px;padding:0 9px;border-radius:999px;font-size:10px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;letter-spacing:.01em}.grocery-product-card__label--organic{background:#dcf7d4;color:#216c31}.grocery-product-card__label--sale{background:#d8f0ff;color:#0d81b1}.grocery-product-card__label--neutral{background:#eef2ff;color:#4338ca}.grocery-product-card__title{color:#111827;text-decoration:none;font-size:12px;line-height:1.28;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:32px}.grocery-product-card__title:hover{color:#4c1d95}.grocery-product-card__price-row{min-height:28px;display:flex;align-items:baseline;flex-wrap:wrap;gap:8px}.grocery-product-card__price-current{color:#df2f2f;font-size:clamp(1.15rem,1.02rem + .22vw,1.32rem);line-height:1.1;font-weight:700}.grocery-product-card__price-old{color:#6b7280;text-decoration:line-through;font-size:clamp(.96rem,.88rem + .12vw,1.03rem);line-height:1.15;font-weight:500}.grocery-product-card__cta{margin-top:auto;min-height:44px;border-radius:999px;border:1px solid #6d28d9;background:#fff;color:#5b21b6;padding:0 16px;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;font-size:12px;line-height:1;font-weight:600;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.grocery-product-card__cta:hover:not(:disabled){background:#6d28d9;color:#fff;border-color:#6d28d9}.grocery-product-card__cta.is-disabled,.grocery-product-card__cta:disabled{cursor:not-allowed;opacity:.65;color:#6b7280;border-color:#d1d5db}.grocery-product-card--compact .grocery-product-card__title{font-size:11px;min-height:30px}.grocery-product-card--compact .grocery-product-card__price-current{font-size:clamp(1.06rem,.94rem + .18vw,1.2rem)}.grocery-product-card--compact .grocery-product-card__price-old{font-size:clamp(.9rem,.84rem + .1vw,.98rem)}.grocery-product-card--carousel,.grocery-product-card--listing{border-radius:0}.grocery-product-card--carousel .grocery-product-card__title{font-size:13px;min-height:32px}.grocery-product-card--carousel .grocery-product-card__price-current{font-size:clamp(1.15rem,1.02rem + .22vw,1.32rem)}.grocery-product-card--carousel:hover,.grocery-product-card--listing:hover{transform:none;box-shadow:none}.grocery-product-card.is-skeleton{pointer-events:none}.grocery-product-card__skeleton-image{width:100%;aspect-ratio:1/1;border-radius:12px}.grocery-product-card__skeleton-image,.grocery-product-card__skeleton-line{background:linear-gradient(90deg,#edf0f5 20%,#e5e9f1 50%,#edf0f5 80%);background-size:220% 100%;animation:groceryCardPulse 1.5s infinite}.grocery-product-card__skeleton-line{height:16px;border-radius:999px}.grocery-product-card__skeleton-line--sm{width:34%}.grocery-product-card__skeleton-line--md{width:58%}.grocery-product-card__skeleton-line--price{width:44%;height:22px}.grocery-product-card__skeleton-button{margin-top:auto;min-height:50px;border-radius:999px;background:linear-gradient(90deg,#edf0f5 20%,#e5e9f1 50%,#edf0f5 80%);background-size:220% 100%;animation:groceryCardPulse 1.5s infinite}.grocery-product-card-empty{border:1px dashed #d1d5db;border-radius:14px;padding:28px;text-align:center;font-size:14px;color:#667085}.grocery-quick-view{position:relative;padding:20px}.grocery-quick-view__close{position:absolute;top:16px;right:16px;width:30px;height:30px;border-radius:999px;border:1px solid #e5e7eb;background:#fff;display:inline-flex;align-items:center;justify-content:center}.grocery-quick-view__grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.grocery-quick-view__media{border:1px solid #f1f5f9;border-radius:14px;background:#f8fafc;padding:10px}.grocery-quick-view__image{width:100%;max-height:360px;-o-object-fit:contain;object-fit:contain}.grocery-quick-view__content{display:flex;flex-direction:column;gap:12px}.grocery-quick-view__title{margin:0;color:#111827;font-size:24px;line-height:1.3}.grocery-quick-view__price{margin:0;color:#df2f2f;font-size:28px;font-weight:700}.grocery-quick-view__description{margin:0;color:#4b5563;font-size:14px;line-height:1.5}.grocery-quick-view__actions{margin-top:auto;display:flex;align-items:center;gap:12px}.grocery-quick-view__add,.grocery-quick-view__details{min-height:42px;padding:0 16px;border-radius:999px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.grocery-quick-view__details{border:1px solid #d1d5db;color:#111827}.grocery-quick-view__add{border:1px solid #6d28d9;background:#6d28d9;color:#fff}@keyframes groceryCardPulse{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:1024px){.grocery-product-card__title{font-size:11px;min-height:30px}.grocery-product-card__price-current{font-size:clamp(1.08rem,.96rem + .2vw,1.24rem)}.grocery-product-card__price-old{font-size:clamp(.88rem,.82rem + .1vw,.96rem)}}@media(max-width:768px){.grocery-product-card__media-wrap{padding:12px 12px 6px}.grocery-product-card__body{padding:0 12px 12px}.grocery-product-card__title{font-size:11px;min-height:30px}.grocery-product-card__cta{min-height:40px;font-size:11px}.grocery-product-card__hover-actions{opacity:1;pointer-events:auto;transform:none}.grocery-quick-view{padding:16px}.grocery-quick-view__grid{grid-template-columns:1fr;gap:16px}}