:root{--background:#fff;--foreground:#16181d;--card:#fff;--card-foreground:#16181d;--popover:#fff;--popover-foreground:#16181d;--primary:#013f41;--primary-foreground:#fff;--secondary:#f1f9f9;--secondary-foreground:#229186;--muted:#f3f5f7;--muted-foreground:#637083;--accent:#ffa033;--accent-foreground:#fff;--header-accent:#3fd;--destructive:#ef4343;--destructive-foreground:#fff;--border:#e0e5eb;--input:#e0e5eb;--ring:#2ec2b3;--radius:.75rem;--teal:#2ec2b3;--teal-dark:#229186;--teal-light:#d9f2f0;--orange:#f97015;--orange-light:#fff0e6;--green:#21c45d;--green-light:#d2f9e0;--purple:#8c47d1;--purple-light:#f2ebfa;--pink:#e23670;--pink-light:#fce8ef;--blue:#0080ff;--blue-light:#e6f2ff;--yellow:#e7b008;--yellow-light:#fff9e6;--gradient-hero:linear-gradient(135deg,#ebfafa 0%,#e0f5f3 100%);--gradient-teal:linear-gradient(135deg,#2ec2b3 0%,#229186 100%);--gradient-orange:linear-gradient(135deg,#f97015 0%,#f2460d 100%);--gradient-reward:linear-gradient(135deg,#229186 0%,#206060 100%);--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #00000014,0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #00000014,0 4px 6px -4px #0000000d;--shadow-card:0 2px 8px #0000000f;--shadow-hover:0 8px 25px #0000001f;--sidebar-background:#fafafa;--sidebar-foreground:#3f3f46;--sidebar-primary:#18181b;--sidebar-primary-foreground:#fafafa;--sidebar-accent:#f4f4f5;--sidebar-accent-foreground:#18181b;--sidebar-border:#e5e7eb;--sidebar-ring:#3b82f6;--font-sans:"Open Sans",ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;--font-serif:"Crimson Text",ui-serif,Georgia,Cambria,Times New Roman,Times,serif;--font-mono:"Roboto Mono",ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.product-card{background-color:var(--card);border-radius:.75rem;padding:.75rem;transition:transform .25s,box-shadow .25s;overflow:hidden}.product-card:hover{transform:translateY(-3px);box-shadow:0 10px 22px #0000001f}.product-card .image-wrap{aspect-ratio:1;background-color:#f7f8fc;border-radius:.75rem;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.product-card .image-wrap .main-image{object-fit:contain;width:100%;height:100%;transition:transform .3s}.product-card:hover .image-wrap .main-image{transform:scale(1.05)}.product-card .discount-chip{color:#fff;letter-spacing:.02em;z-index:2;background:#bf1f26;border-radius:999px;padding:.24rem .55rem;font-size:.68rem;font-weight:700;position:absolute;top:.5rem;left:.5rem}.product-card .favorite-btn{cursor:pointer;z-index:2;background:#fff;border:1px solid #6954ff33;border-radius:999px;place-items:center;width:2rem;height:2rem;transition:all .2s;display:grid;position:absolute;top:.5rem;right:.5rem}.product-card .favorite-btn:hover{background:#fff2f5;border-color:#ff3860}.product-card .favorite-btn.favorited{background:#ffebee;border-color:#ff3860}.product-card .favorite-btn .heart-icon{width:1rem;height:1rem}.product-card .thumbs-row{gap:.35rem;margin-top:.75rem;display:flex}.product-card .thumb-cell{background:#fff;border:1px solid #e6e8f0;border-radius:.5rem;width:2.1rem;height:2.1rem;overflow:hidden}.product-card .thumb-cell img{object-fit:cover;width:100%;height:100%}.product-card .thumb-more{color:#3b4b7d;background:#f2f4fb;border:1px solid #e6e8f0;border-radius:.5rem;justify-content:center;align-items:center;min-width:2.1rem;height:2.1rem;font-size:.7rem;font-weight:700;display:flex}.product-card .product-info{margin-top:.7rem}.product-card .category-label{color:#858f9f;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.2rem;font-size:.64rem}.product-card .product-title{color:var(--foreground);max-height:2.6rem;margin-bottom:.35rem;font-size:.95rem;font-weight:700;line-height:1.25rem;text-decoration:none;display:block;overflow:hidden}.product-card .price-row{align-items:center;gap:.45rem;display:flex}.product-card .selling-price{color:#1f2b3a;font-size:1.1rem;font-weight:700}.product-card .mrp-price{color:#8f97a6;font-size:.8rem;text-decoration:line-through}.product-card .discount-text{color:#20a34a;font-size:.7rem;font-weight:700}.product-card .action-row{margin-top:.75rem}.product-card .qty-control{border:1px solid #d9e0ec;border-radius:.62rem;justify-content:center;align-items:center;gap:.25rem;padding:.2rem;display:flex}.product-card .qty-btn{color:#333;cursor:pointer;background:#f7f8fc;border:none;border-radius:.4rem;width:1.6rem;height:1.6rem;font-size:1rem;font-weight:700}.product-card .qty-count{text-align:center;width:1.5rem;font-weight:700}.product-card .out-of-stock{color:#d32f2f;font-weight:700}.product-card .add-to-cart-btn{border-radius:.6rem;justify-content:center;align-items:center;gap:.35rem;height:2.2rem;font-weight:700;display:flex}
