.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}}.wishlist_page__xc4aK{background:#f5f5f7;padding:50px 0 90px;min-height:72vh}.wishlist_tableWrap__RqCun{width:100%;background:#fff;border:1px solid #e4e8f0;border-radius:12px;overflow:hidden}.wishlist_table__r_ATm{width:100%;border-collapse:collapse;table-layout:fixed}.wishlist_headCell__XOaET{text-align:left;padding:22px 16px;border-bottom:1px solid #e4e8f0;color:#111827;font-size:13px;line-height:1.2;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.wishlist_productHead__R4sTv{width:44%;padding-left:22px}.wishlist_removeHead__px6CY{width:64px}.wishlist_row__qhEnn{border-bottom:1px solid #eceff4}.wishlist_row__qhEnn:last-child{border-bottom:0}.wishlist_cell__O1NZg{padding:16px;color:#1f2937;font-size:13px;line-height:1.35;vertical-align:middle}.wishlist_productCell__rkmKm{padding-left:22px;display:flex;align-items:center;gap:16px}.wishlist_productImageLink__nI04o{width:62px;height:62px;border-radius:10px;border:1px solid #edf0f5;background:#fff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.wishlist_productImage__GCbzR{width:52px;height:52px;-o-object-fit:contain;object-fit:contain}.wishlist_productName__Ws8NV{color:#111827;font-size:12px;line-height:1.28;font-weight:400;text-decoration:none}.wishlist_productName__Ws8NV:hover{color:#5b40d9}.wishlist_priceWrap__VzGBu{display:inline-flex;align-items:baseline;gap:8px;flex-wrap:wrap}.wishlist_oldPrice__x9RNk{color:#111827;font-size:12px;line-height:1;text-decoration:line-through}.wishlist_currentPrice__p0MCo{color:#111827;font-size:12px;line-height:1;font-weight:400}.wishlist_stockIn__XBqL0{color:#111827;font-size:12px;line-height:1.2}.wishlist_stockOut__3ltit{color:#dc2626;font-size:12px;line-height:1.2;font-weight:500}.wishlist_dash__tQz9Y{color:#98a2b3;font-size:12px}.wishlist_addToCartBtn__FNtr1{border:0;min-height:42px;min-width:118px;border-radius:11px;padding:0 16px;background:#5b40d9;color:#fff;font-size:12px;line-height:1;font-weight:700;transition:background-color .2s ease}.wishlist_addToCartBtn__FNtr1:hover:not(:disabled){background:#5036c7}.wishlist_addToCartBtn__FNtr1:disabled{cursor:not-allowed;background:#cfd5e6}.wishlist_removeCell__xbSmW{text-align:center}.wishlist_removeBtn__vbj0G{width:32px;height:32px;border-radius:9px;border:1px solid #ccd3df;color:#677489;background:#fff;display:inline-flex;align-items:center;justify-content:center;transition:border-color .2s ease,color .2s ease}.wishlist_removeBtn__vbj0G:hover{border-color:#9ba6ba;color:#111827}.wishlist_emptyState__KqSEL{min-height:520px;border:1px solid #e4e8f0;border-radius:12px;background:#fff;display:grid;place-items:center}.wishlist_emptyInner__8Zq1W{text-align:center}.wishlist_emptyIconWrap__NW_7x{display:flex;justify-content:center;margin-bottom:26px}.wishlist_emptyIcon__fd1IZ{width:108px;height:108px;color:#030b22}.wishlist_emptyTitle__9Q10U{margin:0 0 24px;color:#ef4444;font-size:16px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:.005em}.wishlist_returnButton__NJrRJ{display:inline-flex;align-items:center;justify-content:center;min-height:44px;border-radius:10px;padding:0 24px;background:#1f2937;color:#fff;font-size:12px;line-height:1;font-weight:600;text-decoration:none;transition:background-color .2s ease}.wishlist_returnButton__NJrRJ:hover{background:#111827}.wishlist_errorState__44a7X{padding:40px;text-align:center}.wishlist_errorState__44a7X,.wishlist_loadingTable__1RVsm{border:1px solid #e4e8f0;border-radius:12px;background:#fff}.wishlist_loadingTable__1RVsm{overflow:hidden}.wishlist_loadingRow__FEOER{display:grid;grid-template-columns:minmax(220px,2.8fr) 1fr 1fr .8fr .95fr 56px;gap:14px;align-items:center;min-height:102px;padding:0 16px;border-bottom:1px solid #edf0f5}.wishlist_loadingRow__FEOER:last-child{border-bottom:0}.wishlist_loadingProductCell__V3Dl_{display:flex;align-items:center;gap:14px}.wishlist_loadingButton__AUP0f,.wishlist_loadingDate__Wsf_j,.wishlist_loadingPrice__e__zW,.wishlist_loadingRemove__I8yfb,.wishlist_loadingStock__BVHIL,.wishlist_loadingText___YOqn,.wishlist_loadingThumb__jyXqr{display:inline-block;border-radius:8px;background:linear-gradient(90deg,#eef2f8 25%,#f7f9fc 37%,#eef2f8 63%);background-size:400% 100%;animation:wishlist_shimmer__mv9Ba 1.2s ease-in-out infinite}.wishlist_loadingThumb__jyXqr{width:56px;height:56px}.wishlist_loadingText___YOqn{width:60%;height:16px}.wishlist_loadingDate__Wsf_j,.wishlist_loadingPrice__e__zW,.wishlist_loadingStock__BVHIL{width:80%;height:14px}.wishlist_loadingButton__AUP0f{width:116px;height:44px}.wishlist_loadingRemove__I8yfb{width:30px;height:30px}.wishlist_mobileList__0W_oe{display:none}.wishlist_mobileCard__9B3Vt{background:#fff;border:1px solid #e4e8f0;border-radius:12px;padding:14px}.wishlist_mobileTop__DlaIi{display:grid;grid-template-columns:82px 1fr;gap:12px}.wishlist_mobileImageLink__ao5Qn{width:82px;height:82px;border-radius:10px;border:1px solid #edf0f5;display:flex;align-items:center;justify-content:center}.wishlist_mobileImage__5jAz1{width:70px;height:70px;-o-object-fit:contain;object-fit:contain}.wishlist_mobileMeta__Jgyo1{display:flex;flex-direction:column;gap:6px}.wishlist_mobileName__UJpHD{color:#111827;text-decoration:none;font-size:13px;line-height:1.35;font-weight:500}.wishlist_mobileDate__WyJsH{color:#667085;font-size:11px;line-height:1.25}.wishlist_mobilePriceWrap__pRUNF{display:inline-flex;align-items:baseline;gap:8px;flex-wrap:wrap}.wishlist_mobileActions__yxX8O{margin-top:12px;display:flex;align-items:center;justify-content:space-between;gap:10px}.wishlist_unavailableNote__phh_M{margin-top:14px;border:1px dashed #d4dbe8;border-radius:12px;background:#fff;padding:12px;color:#52607a;font-size:13px}.wishlist_unavailableActions__5nTPR{margin-top:8px;display:flex;flex-wrap:wrap;gap:8px}.wishlist_unavailableRemoveBtn__QAnz1{border:1px solid #cfd6e5;border-radius:999px;background:#fff;color:#4b5565;font-size:11px;line-height:1;font-weight:600;text-transform:uppercase;padding:8px 12px}.wishlist_footerActions__b_fID{margin-top:14px;display:flex;align-items:center;justify-content:space-between;gap:12px}.wishlist_clearBtn__1fhaS,.wishlist_itemsCount__aFu47{color:#6b7280;font-size:12px;line-height:1.2;text-transform:uppercase;letter-spacing:.06em;font-weight:600}.wishlist_clearBtn__1fhaS{border:0;background:transparent;text-decoration:underline}.wishlist_clearBtn__1fhaS:hover{color:#111827}@keyframes wishlist_shimmer__mv9Ba{0%{background-position:100% 0}to{background-position:-100% 0}}@media(max-width:1199px){.wishlist_cell__O1NZg,.wishlist_currentPrice__p0MCo,.wishlist_headCell__XOaET,.wishlist_oldPrice__x9RNk,.wishlist_productName__Ws8NV{font-size:12px}.wishlist_addToCartBtn__FNtr1{min-height:40px;min-width:106px;font-size:12px}.wishlist_returnButton__NJrRJ{font-size:12px}}@media(max-width:991px){.wishlist_tableWrap__RqCun{display:none}.wishlist_mobileList__0W_oe{display:grid;grid-template-columns:1fr;gap:12px}.wishlist_footerActions__b_fID{margin-top:10px}.wishlist_loadingRow__FEOER{grid-template-columns:minmax(200px,1fr) 80px;min-height:92px}.wishlist_loadingRow__FEOER>:nth-child(2),.wishlist_loadingRow__FEOER>:nth-child(3),.wishlist_loadingRow__FEOER>:nth-child(4),.wishlist_loadingRow__FEOER>:nth-child(5){display:none}}@media(max-width:767px){.wishlist_page__xc4aK{padding:28px 0 56px}.wishlist_emptyState__KqSEL{min-height:420px}.wishlist_emptyIcon__fd1IZ{width:80px;height:80px}.wishlist_emptyTitle__9Q10U{font-size:14px;margin-bottom:16px}.wishlist_returnButton__NJrRJ{min-height:42px;font-size:12px;padding:0 20px}}