.product-card{display:flex;flex-direction:column;background:var(--surface);border:2px solid var(--border);border-radius:1rem;overflow:hidden;transition:all .3s ease;text-decoration:none;color:inherit;box-shadow:var(--shadow);cursor:pointer}.product-card:hover{box-shadow:0 8px 24px #0ea5a433;transform:translateY(-6px);border-color:var(--primary);background:var(--surface)}.product-image{position:relative;width:100%;height:110px;background:var(--light);overflow:hidden;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--border)}.product-card-wishlist{position:absolute;top:.5rem;right:.5rem;background:#fff;box-shadow:0 2px 8px #00000026;z-index:10}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0009;display:flex;flex-direction:column;gap:.5rem;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:5}.product-card:hover .product-overlay{opacity:1;pointer-events:auto}@media (hover: none){.product-overlay{opacity:1;pointer-events:none;background:none;justify-content:flex-end;padding-bottom:.5rem}.product-overlay .view-details-btn{background:var(--primary);color:var(--secondary);text-decoration:none;font-weight:700;padding:.35rem .85rem;border-radius:999px;opacity:1;box-shadow:0 2px 8px #02061773}.product-card.out-of-stock .product-overlay{background:#0009;justify-content:center;padding-bottom:0}}.product-card:focus-visible{outline:2px solid var(--primary);outline-offset:2px}.product-card:active{transform:translateY(-2px)}.quick-add-btn{background:var(--primary);color:var(--on-primary);border:none;padding:.75rem 1.5rem;border-radius:.5rem;font-size:var(--fs-base);font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #3b82f666;white-space:nowrap}.quick-add-btn:hover{transform:scale(1.05);box-shadow:0 6px 16px #3b82f680}.quick-add-btn:active{transform:scale(.98)}.view-details-btn{color:#fff;font-size:var(--fs-sm);font-weight:500;text-decoration:underline;opacity:.9;cursor:pointer}.out-of-stock-label{background:#ef4444f2;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;font-size:var(--fs-base);font-weight:600}.product-card.out-of-stock{opacity:.7;pointer-events:none}.product-badge{position:absolute;top:.75rem;right:.75rem;padding:.4rem .75rem;border-radius:.35rem;font-size:var(--fs-xs);font-weight:700;text-transform:uppercase;color:#fff;z-index:10;letter-spacing:.5px;box-shadow:0 2px 8px #00000040}.product-badge-best-seller{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 4px 12px #ef444466}.product-badge-popular{background:linear-gradient(135deg,#f59e0b,#d97706);box-shadow:0 4px 12px #f59e0b66}.product-badge-hot-deal{background:linear-gradient(135deg,#c2410c,#9a3412);box-shadow:0 4px 12px #c2410c66}.product-badge-super-deal{background:linear-gradient(135deg,#d61355,#a00d47);box-shadow:0 4px 12px #d6135566}.product-badge-crazy-deal{background:linear-gradient(135deg,#8b0000,#600);box-shadow:0 4px 12px #8b000066}.product-badge-fantastic-deal{background:linear-gradient(135deg,gold,#ffc700);color:#333;box-shadow:0 4px 12px #ffd70066}.product-badge-custom{background:linear-gradient(135deg,#0f766e,#115e59);box-shadow:0 4px 12px #6366f166}.product-badge--inline{position:static;display:inline-block;vertical-align:middle;margin:0 0 0 .75rem}.discount-tag{position:absolute;top:.75rem;left:.75rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;padding:.4rem .75rem;border-radius:.35rem;font-size:var(--fs-xs);font-weight:700;z-index:10;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #ef44444d}.product-info{flex:1;padding:1rem;display:flex;flex-direction:column;gap:.5rem}.product-info .provider{font-size:var(--fs-sm);color:#111827;margin-bottom:0;font-weight:700;text-transform:capitalize;background:linear-gradient(135deg,#8b5cf6,#a855f7);display:inline-block;padding:.4rem .85rem;border-radius:.5rem;box-shadow:0 2px 6px #8b5cf640}.product-info h3{font-size:var(--fs-base);margin-bottom:.35rem;line-height:1.35;min-height:1.35em;color:var(--text)!important;font-weight:700}.product-info .category{display:inline-block;background:linear-gradient(135deg,#3b82f61f,#8b5cf61f);color:#3b82f6;padding:.25rem .6rem;border-radius:.5rem;font-size:var(--fs-xs);margin-bottom:.75rem;width:fit-content;font-weight:600;border:1px solid rgba(59,130,246,.2)}.product-footer{margin-top:auto;padding-top:1rem;border-top:1px solid var(--border)}.instant-topup{display:inline-block;font-size:var(--fs-xs);color:var(--text-light);font-weight:500;text-transform:uppercase;letter-spacing:.3px;margin-top:.25rem;opacity:.8;font-style:italic}.price-section{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem}.price{font-weight:800;font-size:var(--fs-lg);color:var(--primary);letter-spacing:-.5px}.product-card .original-price{font-size:var(--fs-sm);color:var(--text-light);text-decoration:line-through;opacity:1}.price-per-unit{display:block;font-size:var(--fs-xs);color:var(--text-light);font-weight:600;margin-top:.1rem}
