.deals-section{padding:24px 0 0}.deals-section .section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;padding:0 20px}.deals-section h2{font-size:1.8rem;color:var(--text-primary);margin:0;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.deals-scroll-container{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding:0;margin:0;scrollbar-width:none}.deals-scroll-container::-webkit-scrollbar{display:none}.deals-list{display:flex;gap:16px;padding:0 20px;margin:0;min-width:min-content}.deals-list .product-card{flex:0 0 min(280px,calc((100vw - 40px)/ 2.5));max-width:280px;min-width:190px;background:#fff;border:1px solid #e8e8e8;border-radius:12px;overflow:hidden;transition:.3s;position:relative;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,.06);text-decoration:none;color:inherit;cursor:pointer}@media (min-width:1024px){.deals-list .product-card{flex:0 0 220px;width:220px;height:414px;max-width:220px;min-width:220px}}.deals-list .product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-4px);border-color:rgba(255,122,26,.2)}.deals-list .product-card.out-of-stock{opacity:.6;pointer-events:none}.featured-section{padding:10px 0 0}.featured-section .section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding:0 20px}.featured-section h2{font-size:1.8rem;color:var(--text-primary);margin:0;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.featured-scroller{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;padding:0;margin:0;scrollbar-width:none}.featured-scroller::-webkit-scrollbar{display:none}.featured-grid{display:flex;gap:14px;padding:0 20px 12px;margin:0;min-width:min-content;scroll-snap-type:x mandatory}.featured-card{position:relative;border-radius:14px;padding:12px;flex:0 0 260px;width:260px;height:140px;scroll-snap-align:start;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s,box-shadow .3s;cursor:pointer}.featured-card::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle,rgba(255,255,255,.12) 1px,transparent 1px);background-size:8px 8px;pointer-events:none}@media (min-width:800px){.featured-card{height:160px}}.featured-card.out-of-stock{opacity:.5;pointer-events:none}.featured-card>.stock-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.68);color:#fff;font-size:.95rem;font-weight:700;border-radius:inherit;text-transform:uppercase;letter-spacing:.4px;z-index:4}.featured-image{position:absolute;right:5px;bottom:20px;width:80px;height:80px;z-index:1}.featured-image img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 12px rgba(0,0,0,.2))}.featured-badge{display:inline-flex;align-items:center;gap:3px;background:rgba(255,255,255,.95);color:#2d5016;font-size:.62rem;font-weight:700;padding:3px 8px;border-radius:5px;margin-bottom:8px;width:fit-content;box-shadow:0 2px 6px rgba(0,0,0,.1);position:relative;z-index:2}.featured-details{position:relative;z-index:2;display:flex;flex-direction:column;gap:1px;max-width:55%;flex:1}.featured-name{font-size:.82rem;font-weight:700;color:#fff;line-height:1.15;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 1px 2px rgba(0,0,0,.15)}.featured-weight{font-size:.68rem;color:rgba(255,255,255,.85);margin-top:1px}.featured-price-row{display:flex;align-items:baseline;gap:5px;margin-top:2px}.featured-price{font-size:.95rem;font-weight:800;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.2)}.featured-mrp{font-size:.68rem;color:rgba(255,255,255,.7);text-decoration:line-through}.featured-action{margin-top:4px;position:relative;z-index:2;max-width:80%}.featured-add-btn{width:100%;border:none;background:#fff;color:var(--primary);border-radius:16px;padding:7px 14px;font-weight:700;font-size:.75rem;cursor:pointer;transition:.3s;box-shadow:0 3px 10px rgba(0,0,0,.15)}@media (hover:hover){.featured-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 8px 24px rgba(0,0,0,.2)}.featured-add-btn:hover{transform:scale(1.05);box-shadow:0 6px 18px rgba(0,0,0,.2)}}.featured-add-btn:active{transform:scale(.96)}.featured-action .quantity-control{padding:4px 8px;background:#fff;border-radius:16px;display:flex;align-items:center;gap:6px;justify-content:center;box-shadow:0 3px 10px rgba(0,0,0,.15)}.featured-action .qty-btn{width:24px;height:24px;border-radius:50%;border:none;background:var(--accent);color:#fff;font-size:1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.2s}.featured-action .qty-btn:hover{transform:scale(1.1)}.featured-action .qty-display{color:var(--accent);font-weight:700;font-size:.85rem;letter-spacing:.3px;user-select:none;min-width:20px;text-align:center}@media (max-width:768px){.featured-grid{gap:12px;padding:0 16px 10px}.featured-card{flex:0 0 260px;width:260px;height:160px;padding:10px}.featured-image{width:120px;height:120px}.featured-name{font-size:.78rem}.featured-add-btn{padding:9px 12px;font-size:.72rem}}.top-selling-section{padding:24px 0}.top-selling-section .section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding:0 20px}.top-selling-section h2{font-size:1.8rem;color:var(--text-primary);margin:0;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.deals-list .product-card{display:flex;flex-direction:column}.deals-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin:0 20px;align-items:stretch}@media (min-width:1024px){.deals-grid{grid-template-columns:repeat(auto-fill,220px);justify-content:start}.deals-grid .product-card{width:220px;height:414px}}.deals-grid .product-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;overflow:hidden;transition:.3s;position:relative;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(0,0,0,.06);text-decoration:none;color:inherit}.deals-grid .product-card.out-of-stock{opacity:.6;pointer-events:none}.deals-grid .badges-container,.deals-list .badges-container{position:absolute;top:8px;right:8px;z-index:10;display:flex;flex-direction:column;align-items:flex-end;gap:10px;max-width:calc(100% - 16px)}.deals-grid .product-banner,.deals-list .product-banner{padding:4px 8px;border-radius:6px;font-size:.65rem;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 6px rgba(0,0,0,.2)}.deals-grid .product-banner.supersaver,.deals-list .product-banner.supersaver{background:linear-gradient(135deg,#8b4513 0,sienna 100%)}.deals-grid .product-banner.buy-combo,.deals-grid .product-banner.buy-discount,.deals-grid .product-banner.buy1get1,.deals-list .product-banner.buy-combo,.deals-list .product-banner.buy-discount,.deals-list .product-banner.buy1get1{background:linear-gradient(135deg,#c41e3a 0,#e63946 100%)}.deals-grid .discount-badge,.deals-list .discount-badge{position:relative;background:#c41e3a;color:#fff;padding:4px 8px;border-radius:6px;font-size:.65rem;font-weight:800;z-index:9}.deals-grid .product-image,.deals-list .product-image{position:relative;overflow:hidden;background:#f8f8f8;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.deals-grid .product-image img,.deals-list .product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s}.deals-grid .product-card:hover .product-image img,.deals-list .product-card:hover .product-image img{transform:scale(1.05)}.deals-grid .stock-overlay,.deals-list .stock-overlay{position:absolute;inset:0;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:700;font-size:1.1rem;z-index:8}.deals-grid .product-info,.deals-list .product-info{padding:14px;display:flex;flex-direction:column;flex:1}.deals-grid .product-name,.deals-list .product-name{font-size:.95rem;font-weight:600;margin:0 0 2px;line-height:1.4;color:var(--text-primary);min-height:2.8em;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.deals-grid .product-weight,.deals-list .product-weight{font-size:.8rem;color:var(--text-secondary);margin:0 0 6px;line-height:1.3}.deals-grid .product-pricing,.deals-list .product-pricing{margin:0 0 12px}.deals-grid .price-section,.deals-list .price-section{display:flex;align-items:baseline;flex-wrap:wrap;gap:4px 8px}.deals-grid .current-price,.deals-list .current-price{font-size:1.3rem;font-weight:800;color:var(--primary)}.deals-grid .original-price,.deals-list .original-price{font-size:.9rem;color:var(--text-secondary);text-decoration:line-through}.deals-grid .btn-add,.deals-list .btn-add{background:var(--accent);color:#fff;border:none;padding:10px 14px;border-radius:8px;font-weight:700;font-size:.85rem;cursor:pointer;transition:.3s;margin-top:auto;text-transform:uppercase;letter-spacing:.4px;width:100%;text-align:center;display:flex;align-items:center;justify-content:center;font-family:Poppins,Arial,sans-serif}@media (hover:hover){.deals-grid .product-card:hover{box-shadow:0 8px 24px rgba(0,0,0,.12);transform:translateY(-4px);border-color:rgba(255,122,26,.2)}.deals-grid .btn-add:hover,.deals-list .btn-add:hover{background:var(--accent-light);transform:scale(1.02);box-shadow:0 4px 12px rgba(255,122,26,.3)}}.deals-grid .btn-add:active,.deals-list .btn-add:active{transform:scale(.98)}.deals-grid .btn-add.disabled,.deals-list .btn-add.disabled{background:#ccc;cursor:not-allowed;opacity:.5}