.announcement-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;display:flex;align-items:center;justify-content:center}.announcement-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);backdrop-filter:blur(4px)}.announcement-container{position:relative;max-width:600px;width:90%;background:#fff;border-radius:16px;box-shadow:0 20px 60px rgba(0,0,0,.3);overflow:hidden}.announcement-close{position:absolute;top:12px;right:12px;width:36px;height:36px;background:rgba(255,255,255,.9);border:none;border-radius:50%;font-size:24px;line-height:1;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;color:#333;transition:.2s;box-shadow:0 2px 8px rgba(0,0,0,.15)}.announcement-close:hover{background:#fff;transform:scale(1.1);color:#c41e3a}.announcement-content{display:flex;flex-direction:column}.announcement-image{width:100%;height:auto;max-height:400px;object-fit:cover;display:block}.announcement-text{padding:24px;font-size:1rem;line-height:1.6;color:var(--text-primary);text-align:center}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideUp{from{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@media (max-width:720px){.announcement-container{width:95%;max-width:none}.announcement-image{max-height:300px}.announcement-text{padding:20px 16px;font-size:.95rem}.announcement-close{width:32px;height:32px;font-size:20px}}@media (max-width:420px){.announcement-image{max-height:250px}.announcement-text{padding:16px 12px;font-size:.9rem}}:root{--primary:#2D5016;--primary-light:#3D6B1F;--accent:#FF7A1A;--accent-light:#FFB84D;--success:#27AE60;--neutral-dark:#1a1a1a;--neutral-light:#f8f8f8;--text-primary:#1a1a1a;--text-secondary:#666;--border-light:#e8e8e8}body,html{height:100%;margin:0;padding:0;box-sizing:border-box;width:100%;overflow-x:hidden}*{box-sizing:border-box}body{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.hero{background:linear-gradient(135deg,#f5f5f5 0,#e8f4f8 50%,#e0f2fe 100%);color:var(--text-primary);padding:24px 0 30px;border-radius:0;position:relative;overflow:visible}.hero::before{content:"";position:absolute;top:-30%;right:5%;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(173,216,230,.3) 0,transparent 70%);pointer-events:none}.hero::after{content:"";position:absolute;bottom:-20%;left:-10%;width:400px;height:400px;border-radius:50%;background:radial-gradient(circle,rgba(200,230,201,.2) 0,transparent 70%);pointer-events:none}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center;position:relative;z-index:2;margin-top:28px}.hero-left{max-width:600px}.hero-left h1,.tagline{display:none}.hero-search{margin:0;position:relative;z-index:2}.search-container{position:relative;max-width:100%;display:flex;align-items:center}.search-icon{position:absolute;left:16px;color:#999;pointer-events:none;flex-shrink:0}.search-input{width:100%;padding:14px 52px 14px 48px;font-size:.95rem;border:2px solid #e0e0e0;border-radius:28px;background:#fff;color:var(--text-primary);outline:0;transition:.3s;font-family:Poppins,sans-serif;box-shadow:0 2px 8px rgba(0,0,0,.05)}.search-input:focus{background:#fff;border-color:#b3d9ff;box-shadow:0 4px 16px rgba(173,216,230,.3)}.search-input::placeholder{color:#bbb}.search-btn{position:absolute;right:6px;top:50%;transform:translateY(-50%);background:var(--accent);color:#fff;border:none;border-radius:50%;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.3s;flex-shrink:0}.search-btn:hover{background:#e66910;transform:translateY(-50%) scale(1.05)}.search-results{display:none;position:absolute;top:calc(100% + 8px);left:0;right:0;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.15);max-height:400px;overflow-y:auto;z-index:1000}.search-results.active{display:block}.hero-promo{margin-top:20px;display:flex;gap:12px;align-items:center;min-height:48px}.promo-content{display:flex;align-items:center;gap:12px}.promo-content img{width:40px;height:40px;object-fit:cover;border-radius:4px}.promo-badge{display:inline-block;background:var(--accent);color:#fff;padding:10px 18px;border-radius:24px;font-weight:700;font-size:.95rem;letter-spacing:.3px;text-align:center}.hero-right{position:relative;height:300px;display:flex;align-items:center;justify-content:center}.hero-illustration{width:100%;height:100%;background:linear-gradient(135deg,rgba(135,206,235,.2) 0,rgba(200,230,201,.2) 100%);border-radius:24px;position:relative;overflow:hidden}.hero-illustration::after{content:'';display:block;left:50%;width:120px;height:120px;background:url('../assets/vlsm_logo.png') center center/contain no-repeat;opacity:.12;transform:translate(-50%,-50%);pointer-events:none;z-index:1;content:"";position:absolute;top:50%;right:20px;transform:translateY(-50%);font-size:80px;opacity:.3;animation:3s ease-in-out infinite float}@keyframes float{0%,100%{transform:translateY(-50%) translateX(0)}50%{transform:translateY(-50%) translateX(10px)}}.hero-indicators{display:flex;justify-content:center;gap:8px;margin-top:24px;position:relative;z-index:2}.indicator{width:8px;height:8px;border-radius:50%;background:#d0d0d0;cursor:pointer;transition:.3s}.indicator.active{background:var(--accent);width:24px;border-radius:4px}.indicator:hover{background:#999}.search-result-item{display:flex;justify-content:space-between;align-items:center;padding:16px;margin:8px 0;background:#fff;border-radius:12px;border:1px solid #f0f0f0;cursor:pointer;transition:.2s;box-shadow:0 2px 8px rgba(0,0,0,.06)}.search-result-item:hover{background:#fafafa;border-color:#d4d4d4;box-shadow:0 4px 12px rgba(0,0,0,.08);transform:translateY(-1px)}.search-result-item:last-child{margin-bottom:0}.search-result-info{flex:1;min-width:0}.search-result-name{font-weight:600;color:var(--text-primary);font-size:.95rem;margin-bottom:6px;line-height:1.4;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.search-result-meta{font-size:.8rem;color:var(--text-secondary);display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-top:4px}.search-result-price{text-align:right;margin-left:16px;flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:2px}.search-result-mrp{font-size:.8rem;color:#999;text-decoration:line-through;font-weight:400}.search-result-sale{font-size:1.1rem;font-weight:700;color:var(--primary)}.search-no-results{padding:24px;text-align:center;color:var(--text-secondary)}.search-loading{padding:24px;text-align:center;color:var(--text-secondary);font-style:italic}.search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#fff;z-index:9999;overflow-y:auto;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.search-overlay.active{opacity:1;visibility:visible}.search-overlay-header{position:sticky;top:0;background:#fff;border-bottom:2px solid var(--border-light);height:57px;display:flex;align-items:center;padding:0 16px;z-index:10;box-shadow:0 2px 8px rgba(0,0,0,.05)}.search-overlay-top{display:flex;gap:12px;align-items:center;width:100%}.overlay-search-input-wrapper{position:relative;display:flex;align-items:center;background:var(--surface);border:1px solid var(--border);border-radius:5px;padding:8px 12px 8px 36px;flex:1}.overlay-search-icon{position:absolute;left:12px;color:#8e8e93;pointer-events:none}.overlay-search-input{border:none;outline:0;background:0 0;width:100%;font-size:.95rem;color:var(--text-primary);font-family:Poppins,Arial,sans-serif}.overlay-search-input::placeholder{color:#8e8e93}.search-close-btn{flex-shrink:0;background:var(--surface);border:1px solid var(--border);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s;color:var(--text-secondary)}.search-close-btn:hover{background:var(--accent);color:#fff;border-color:var(--accent)}.search-overlay-body{padding:24px 0;min-height:calc(100vh - 100px)}.overlay-search-results{display:flex;flex-direction:column;gap:0;max-width:800px;margin:0 auto}.search-product-card{position:relative;background:#fff;border:1px solid #f0f0f0;border-radius:12px;padding:16px;transition:.3s;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.06)}@media (hover:hover){.search-product-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1);transform:translateY(-2px)}}.search-product-badges{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin-bottom:12px}.search-product-banner{padding:6px 12px;border-radius:6px;font-size:.75rem;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 6px rgba(0,0,0,.2)}.search-product-banner.supersaver{background:linear-gradient(135deg,#8b4513 0,sienna 100%)}.search-product-banner.buy1get1{background:linear-gradient(135deg,#c41e3a 0,#e63946 100%)}.search-product-name{font-weight:600;font-size:.95rem;color:var(--text-primary);margin-bottom:6px;margin-top:28px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.search-product-meta{font-size:.85rem;color:var(--text-secondary);margin-bottom:8px}.search-product-meta span{display:inline-block;margin-right:8px}.search-product-price-row{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.search-product-prices{display:flex;align-items:center;gap:8px}.search-product-mrp{font-size:.85rem;color:var(--text-secondary);text-decoration:line-through}.search-product-sale{font-size:1.15rem;font-weight:700;color:var(--primary)}.search-discount-badge{display:inline-block;background:#c41e3a;color:#fff;font-size:.7rem;font-weight:700;padding:3px 8px;border-radius:6px;margin-left:auto}.search-add-btn{background:var(--accent);color:#fff;border:none;border-radius:8px;padding:10px 20px;font-weight:600;font-size:.9rem;cursor:pointer;transition:.3s;font-family:Poppins,sans-serif}.search-add-btn:hover:not(:disabled){background:#e66910;transform:scale(1.05)}.search-add-btn:active:not(:disabled){transform:scale(.98)}.search-add-btn:disabled{background:#ccc;cursor:not-allowed;opacity:.6}.overlay-no-results{text-align:center;padding:60px 20px;color:var(--text-secondary)}.overlay-no-results svg{width:80px;height:80px;margin-bottom:16px;opacity:.3}.overlay-loading{text-align:center;padding:60px 20px;color:var(--text-secondary);font-style:italic}.hero-actions{margin-top:24px}.hero-features{display:flex;gap:16px;flex-wrap:wrap;align-items:center}.feature-item{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;border-radius:999px;background:rgba(255,255,255,.15);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);color:#fff;font-weight:600;font-size:.95rem;transition:.3s}.feature-item:hover{background:rgba(255,255,255,.25);transform:translateY(-2px)}.feature-icon{flex-shrink:0}.section{padding:60px 0}.recommendations-section{padding-top:20px;margin-top:10px;padding-bottom:20px;margin-bottom:20px}.recommendations-section .section-head{padding-left:10px;margin-bottom:20px!important}.recommendations-section .deals-scroll-container .deals-list{padding:0 10px}.section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:nowrap;gap:12px}.section-head h2{font-size:1.8rem;color:var(--text-primary);margin:0;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:1;min-width:0;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical}.view-all{color:var(--accent);text-decoration:none;font-weight:600;padding:8px 12px;border-radius:8px;transition:.3s;white-space:nowrap;flex-shrink:0}.view-all:hover{background:rgba(255,122,26,.1);color:var(--accent-light)}.categories{margin-top:0;padding:0 20px}#categorySection{padding-top:0}.categories-grid{display:grid;grid-template-rows:repeat(2,1fr);grid-auto-flow:column;grid-auto-columns:220px;gap:16px;align-items:stretch;width:fit-content;min-width:100%;margin-top:0}.category-card{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;padding:24px;border-radius:20px;background:linear-gradient(135deg,#87ceeb 0,#4da6ff 100%);background-repeat:no-repeat;background-position:center;background-size:contain;border:none;text-decoration:none;color:#fff;font-weight:700;font-size:1.1rem;transition:.3s cubic-bezier(.2, .9, .2, 1);position:relative;min-height:140px;max-width:220px;width:220px;overflow:hidden;text-align:left;line-height:1.2;word-wrap:break-word}.category-card::before{content:none}@media (min-width:1024px){.category-card::before{content:"";position:absolute;top:50%;right:20%;width:140px;height:140px;border-radius:50%;transform:translate(50%,-50%);z-index:0}}.category-card:nth-child(8n+1){background:linear-gradient(135deg,#87ceeb 0,#4da6ff 100%)}.category-card:nth-child(8n+2){background:linear-gradient(135deg,#90ee90 0,#32cd32 100%)}.category-card:nth-child(8n+3){background:linear-gradient(135deg,#ffb6c1 0,#ff69b4 100%)}.category-card:nth-child(8n+4){background:linear-gradient(135deg,gold 0,orange 100%)}.category-card:nth-child(8n+5){background:linear-gradient(135deg,plum 0,orchid 100%)}.category-card:nth-child(8n+6){background:linear-gradient(135deg,khaki 0,gold 100%)}.category-card:nth-child(8n+7){background:linear-gradient(135deg,#ffa07a 0,tomato 100%)}.category-card:nth-child(8n+8){background:linear-gradient(135deg,#87ceeb 0,#4682b4 100%)}.category-card>span{position:relative;z-index:1}.category-card:hover{transform:translateY(-12px) scale(1.02);box-shadow:0 20px 50px rgba(0,0,0,.18)}.category-card:focus{outline:2px solid var(--accent);outline-offset:4px}.order-status-section{padding:12px 0 24px}.order-status-section .section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 20px}.order-status-section .section-head h2{font-size:1.8rem;color:var(--text-primary);margin:0;font-weight:700}.refresh-status-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:0 0;border:none;border-radius:50%;color:var(--text-secondary);cursor:pointer;transition:.3s}.refresh-status-btn:hover{background:var(--neutral-light);color:var(--accent);transform:scale(1.1)}.refresh-status-btn:active{transform:scale(.9)}.refresh-status-btn.refreshing svg{animation:1s linear infinite rotate}@keyframes rotate{from{transform:rotate(0)}to{transform:rotate(360deg)}}.order-status-card{background:#fff;border-radius:16px;padding:16px;margin:0 20px;border:1px solid var(--border-light);box-shadow:0 2px 8px rgba(0,0,0,.06);transition:.3s}.order-status-card:hover{box-shadow:0 4px 16px rgba(0,0,0,.1)}.order-status-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid var(--border-light)}.order-invoice{font-size:.9rem;font-weight:600;color:var(--text-secondary)}.order-total{font-size:1.1rem;font-weight:700;color:var(--primary)}.order-status-body{display:flex;align-items:center;gap:12px}.status-current{flex:1;display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--neutral-light);border-radius:10px}.status-current-icon{font-size:1.5rem;flex-shrink:0}.status-current-text{flex:1}.status-current-label{font-size:.7rem;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-weight:600;margin-bottom:2px}.status-current-value{font-size:.95rem;font-weight:700;color:var(--text-primary)}.btn-track-order{padding:10px 16px;border-radius:10px;border:2px solid var(--accent);background:#fff;color:var(--accent);font-weight:600;cursor:pointer;transition:.3s;font-size:.85rem;white-space:nowrap}.btn-track-order:hover{background:var(--accent);color:#fff;transform:translateY(-1px)}@media (max-width:768px){.order-status-body{flex-direction:column}.btn-track-order{width:100%}}.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:700;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:160px;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:24px 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:700;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}.featured-card.out-of-stock{opacity:.5;pointer-events:none}.featured-image{position:absolute;right:-5px;bottom:5px;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:4px;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:95%;flex:1}.featured-name{font-size:.82rem;font-weight:700;color:#fff;line-height:1.15;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-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:50%}.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 240px;width:240px;height:140px;padding:10px}.featured-image{width:70px;height:70px}.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:700;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:cover;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}.product-image-carousel{position:relative;width:100%;height:100%;overflow:hidden}.product-image-carousel .carousel-track{display:flex;transition:transform .3s;height:100%}.product-image-carousel .carousel-slide{min-width:100%;height:100%;display:flex;align-items:center;justify-content:center}.product-image-carousel .carousel-slide img{width:100%;height:100%;object-fit:cover}.product-image-carousel .carousel-nav{position:absolute;top:50%;transform:translateY(-50%);background:rgba(255,255,255,.9);border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;opacity:0;transition:.3s;color:#333;font-size:16px;font-weight:700;box-shadow:0 2px 6px rgba(0,0,0,.15)}@media (hover:none){.product-image-carousel .carousel-nav{opacity:1}}.product-image-carousel .carousel-nav.prev{left:4px}.product-image-carousel .carousel-nav.next{right:4px}.product-image-carousel .carousel-indicators{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);display:flex;gap:4px;z-index:10}.product-image-carousel .carousel-indicator{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.5);border:none;cursor:pointer;transition:.3s}.product-image-carousel .carousel-indicator.active{background:#fff;width:16px;border-radius:3px}.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:4px 0 12px}.deals-grid .price-section,.deals-list .price-section{display:flex;align-items:baseline;gap:6px}.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)}.product-card:hover .carousel-nav{opacity:1}.product-image-carousel .carousel-nav:hover{background:#fff;box-shadow:0 3px 10px rgba(0,0,0,.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)}.seasonal-poster:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 10px 28px rgba(0,0,0,.22)}}.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}.about{background:linear-gradient(180deg,var(--neutral-light) 0,#fff 100%);padding:60px 0;border-radius:24px;margin:40px 0}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:start}.about-grid h2{font-size:1.8rem;color:var(--primary);margin:0 0 14px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.about-grid p{font-size:1rem;line-height:1.7;color:var(--text-secondary);margin:0}.about-grid h3{font-size:1.15rem;color:var(--text-primary);margin:0 0 16px;font-weight:700}.about-grid ul{list-style:none;padding:0;margin:0}.about-grid li{padding:10px 0 10px 28px;position:relative;color:var(--text-secondary);font-size:.95rem;line-height:1.6}.about-grid li::before{content:"✓";position:absolute;left:0;color:var(--success);font-weight:800;font-size:1.2rem}.site-footer{display:none;background:0 0;border-top:1px solid #eee;padding:0}.footer-grid{display:grid;grid-template-columns:1fr 300px 300px;gap:28px;align-items:start}.footer-grid>div{min-width:0}.footer-grid .brand strong{display:block;font-size:1.1rem;margin-bottom:8px;color:var(--accent-light)}.footer-grid p{margin:6px 0;color:rgba(255,255,255,.8);font-size:.95rem}.footer-grid h4{font-size:1rem;margin:0 0 12px;color:#fff;font-weight:700}.footer-links{display:flex;flex-direction:column;gap:10px}.footer-links a{color:rgba(255,255,255,.8);text-decoration:none;padding:8px 12px;border-radius:6px;transition:.3s;display:inline-block;position:relative}.footer-links a:hover{color:#fff;background:rgba(255,122,26,.2);padding-left:16px;padding-right:12px}.subscribe{display:flex;gap:10px;margin-top:12px;align-items:center}.subscribe input{flex:1;padding:10px 12px;border-radius:10px;border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.1);color:#fff;font-size:.9rem}.subscribe input::placeholder{color:rgba(255,255,255,.6)}.subscribe button{padding:10px 14px;border-radius:10px;border:0;background:var(--accent);color:#fff;font-weight:700;cursor:pointer;transition:.3s}.subscribe button:hover{background:var(--accent-light);transform:translateY(-2px)}.copyright{color:#222;background:0 0;font-size:13px;padding:18px 0 10px;margin:0;border-top:1px solid #eee;text-align:center;box-sizing:border-box}.category-section{padding:24px 0;margin:0 auto}.category-section .section-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;padding:0 20px}.category-section h2{font-size:1.8rem;color:var(--text-primary);margin:0;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.view-all-categories{color:var(--accent);text-decoration:none;font-weight:600;padding:8px 12px;border-radius:8px;transition:.3s;white-space:nowrap;flex-shrink:0}.view-all-categories:hover{background:rgba(255,122,26,.1);color:var(--accent-light)}.categories-scroll-container{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;padding:0;margin:0;width:100%;max-width:100%}.categories-scroll-container::-webkit-scrollbar{display:none}@media (max-width:980px){.hero-grid{grid-template-columns:1fr;margin-top:20px}.hero-right{height:250px}.categories-grid{grid-template-rows:repeat(2,1fr);grid-auto-flow:column;grid-auto-columns:180px;gap:12px;width:fit-content;min-width:100%}.category-card{width:180px;max-width:180px}.footer-grid{grid-template-columns:1fr 1fr}.about-grid{grid-template-columns:1fr}}@media (max-width:720px){.hero{padding:16px 16px 20px;margin-bottom:20px}.hero-grid{gap:20px;margin-top:16px}.hero-promo{margin-top:5px;min-height:64px}.hero-right{height:200px}.hero-illustration::after{font-size:60px}.search-input{padding:12px 44px 12px 40px;font-size:.9rem}.search-icon{left:12px;width:18px;height:18px}.search-btn{width:36px;height:36px}.promo-badge{padding:8px 14px;font-size:.85rem}.hero-features{gap:10px}.feature-item{padding:8px 10px;font-size:.8rem}.feature-icon{width:20px;height:20px}.section{padding:40px 0}.categories,.category-section .section-head{padding:0 20px}.about-grid h2,.cat-tiles-section .section-head h2,.category-section h2,.curated-section .section-head h2,.deals-section h2,.featured-section h2,.order-status-section .section-head h2,.seasonal-section .section-head h2,.section-head h2,.top-selling-section h2{font-size:1.4rem}.categories-grid{grid-template-rows:repeat(2,1fr);grid-auto-flow:column;grid-auto-columns:160px;gap:12px;width:fit-content;min-width:100%}.category-card{padding:28px 20px;min-height:150px;width:160px;max-width:160px;font-size:1.05rem;border-radius:18px}.footer-grid{grid-template-columns:1fr;gap:22px}.subscribe{flex-direction:column;align-items:stretch}.subscribe button{width:100%}}@media (max-width:420px){.hero{padding:12px 12px 16px;border-radius:0;margin-bottom:20px}.hero-grid{gap:20px;margin-top:12px}.hero-promo{margin-top:5px;min-height:64px}.hero-right{height:180px}.hero-illustration::after{font-size:50px;right:16px}.search-input{padding:12px 44px 12px 40px;font-size:.9rem}.search-icon{left:12px;width:18px;height:18px}.search-btn{width:36px;height:36px}.promo-badge{padding:8px 14px;font-size:.85rem}.hero-indicators{gap:6px;margin-top:16px}.indicator{width:6px;height:6px}.indicator.active{width:20px}.hero-features{gap:8px}.feature-item{padding:6px 8px;font-size:.7rem}.feature-icon{width:18px;height:18px}.categories{padding:0 20px}.category-section{padding:24px 0 0}.category-section .section-head{padding:0 20px}.categories-grid{grid-template-rows:repeat(2,1fr);grid-auto-flow:column;grid-auto-columns:140px;gap:10px;width:fit-content;min-width:100%}.category-card{padding:24px 18px;min-height:130px;width:140px;max-width:140px;font-size:.95rem;border-radius:16px}.category-main{font-size:1.1rem;margin-bottom:12px}.about-grid h2,.cat-tiles-section .section-head h2,.category-section h2,.curated-section .section-head h2,.deals-section h2,.featured-section h2,.order-status-section .section-head h2,.seasonal-section .section-head h2,.section-head h2,.top-selling-section h2{font-size:1.2rem}.deals-grid,.deals-list .product-card{border-radius:10px}.deals-grid .product-info,.deals-list .product-info{padding:10px}.deals-grid .product-name,.deals-list .product-name{font-size:.8rem;min-height:auto}.deals-grid .product-weight,.deals-list .product-weight{font-size:.75rem}.deals-grid .badges-container,.deals-list .badges-container{top:6px;right:6px;gap:8px}.deals-grid .discount-badge,.deals-grid .product-banner,.deals-list .discount-badge,.deals-list .product-banner{font-size:.55rem;padding:3px 6px}.deals-grid .current-price,.deals-list .current-price{font-size:1rem}.deals-grid .original-price,.deals-list .original-price{font-size:.6rem}.deals-grid .btn-add,.deals-list .btn-add{padding:8px 12px;font-size:.8rem}}@media (max-width:360px){.categories{padding:0 20px}.categories-grid{grid-template-rows:repeat(2,1fr);grid-auto-flow:column;grid-auto-columns:120px;gap:8px;width:fit-content;min-width:100%}.category-card{padding:12px 8px;min-height:100px;width:120px;max-width:120px;font-size:.75rem}.category-main{font-size:1rem;margin-bottom:10px}}.site-maintenance-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,#667eea 0,#764ba2 100%);display:flex;align-items:center;justify-content:center;z-index:9999;backdrop-filter:blur(2px)}.maintenance-content{text-align:center;color:#fff;max-width:500px;padding:40px 20px;animation:.5s ease-out slideUp}.maintenance-icon{margin-bottom:20px;animation:2s infinite bounce}.maintenance-logo{width:120px;height:auto;display:block;margin:0 auto}.maintenance-title{font-size:2.5rem;font-weight:700;margin-bottom:15px;text-shadow:0 2px 8px rgba(0,0,0,.2)}.maintenance-message{font-size:1.2rem;margin-bottom:40px;line-height:1.6;opacity:.95}.btn-maintenance-refresh{background:#fff;color:#667eea;border:none;padding:14px 32px;font-size:1.1rem;font-weight:600;border-radius:50px;cursor:pointer;display:inline-flex;align-items:center;gap:10px;transition:.3s;box-shadow:0 4px 15px rgba(0,0,0,.2)}.btn-maintenance-refresh:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px rgba(0,0,0,.3)}.btn-maintenance-refresh:disabled{opacity:.7;cursor:not-allowed}.maintenance-hint{font-size:.9rem;margin-top:30px;opacity:.8;font-style:italic}@keyframes bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes spin{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@media (max-width:768px){.maintenance-title{font-size:1.8rem}.maintenance-message{font-size:1rem}.maintenance-logo{width:90px}.btn-maintenance-refresh{padding:12px 24px;font-size:1rem}}.seasonal-section{padding:24px 0 0}.seasonal-section .section-head{display:flex;flex-direction:column;gap:2px;margin-bottom:14px;padding:0 20px}.seasonal-section .section-head h2{color:var(--text-primary);margin:0;font-weight:700}.seasonal-subtitle{font-size:.85rem;color:#666;font-weight:400}.seasonal-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;padding:0 20px 12px}.seasonal-poster{position:relative;padding:10px;display:flex;flex-direction:column;overflow:hidden;cursor:pointer;min-height:200px;transition:transform .3s,box-shadow .3s}.seasonal-poster:first-child{border-radius:10px 0 0}.seasonal-poster:nth-child(2){border-radius:0 10px 0 0}.seasonal-poster:nth-child(3){border-radius:0 0 0 10px}.seasonal-poster:nth-child(4){border-radius:0 0 10px}.seasonal-poster::before{content:'';position:absolute;top:-30%;right:-20%;width:140%;height:140%;background:radial-gradient(circle at 85% 30%,rgba(255,255,255,.08) 0,rgba(255,255,255,.08) 30%,transparent 30.5%),radial-gradient(circle at 90% 50%,rgba(255,255,255,.06) 0,rgba(255,255,255,.06) 25%,transparent 25.5%);pointer-events:none}.seasonal-poster::after{content:'';position:absolute;bottom:-40px;left:-30px;width:160px;height:160px;border-radius:50%;background:rgba(255,255,255,.06);pointer-events:none}.seasonal-poster.out-of-stock{opacity:.5;pointer-events:none}.seasonal-poster-img{position:absolute;bottom:4px;width:80px;height:80px;z-index:1;align-self:center}.seasonal-poster-img img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 14px rgba(0,0,0,.25))}.seasonal-poster-badge{display:inline-flex;align-items:center;gap:3px;background:rgba(255,255,255,.95);font-size:.6rem;font-weight:800;padding:3px 8px;border-radius:5px;width:fit-content;box-shadow:0 2px 6px rgba(0,0,0,.12);position:relative;z-index:2;letter-spacing:.3px}.seasonal-poster-badge.discount-green{color:#1b5e20}.seasonal-poster-badge.featured-gold{color:#e65100}.seasonal-poster-details{position:relative;z-index:2;display:flex;flex-direction:column;max-width:100%;flex:1;margin-top:4px}.seasonal-poster-name{font-size:.82rem;font-weight:700;color:#fff;line-height:1.8;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 1px 3px rgba(0,0,0,.15)}.seasonal-poster-weight{font-size:.85rem;color:rgba(255,255,255,.8)}.seasonal-poster-price-row{display:flex;align-items:baseline;gap:5px;margin-top:3px}.seasonal-poster-price{font-size:1.05rem;font-weight:800;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.2)}.seasonal-poster-mrp{font-size:.65rem;color:rgba(255,255,255,.65);text-decoration:line-through}.seasonal-poster-action{display:none;margin-top:35%;position:relative;z-index:3;max-width:40%}.seasonal-poster-add{width:100%;border:none;background:#fff;border-radius:20px;padding:7px 16px;font-weight:700;font-size:.75rem;cursor:pointer;transition:.2s;box-shadow:0 3px 10px rgba(0,0,0,.18);display:flex;align-items:center;justify-content:center;gap:3px}.seasonal-poster:first-child .seasonal-poster-add{color:#2e7d32}.seasonal-poster:nth-child(2) .seasonal-poster-add{color:#e64a19}.seasonal-poster:nth-child(3) .seasonal-poster-add{color:#3949ab}.seasonal-poster:nth-child(4) .seasonal-poster-add{color:#c2185b}@media (hover:hover){.seasonal-poster-add:hover{transform:scale(1.05);box-shadow:0 5px 16px rgba(0,0,0,.22)}}.seasonal-poster-add:active{transform:scale(.96)}.seasonal-poster-action .quantity-control{padding:4px 8px;background:#fff;border-radius:20px;display:flex;align-items:center;gap:8px;justify-content:center;box-shadow:0 3px 10px rgba(0,0,0,.18)}.seasonal-poster-action .qty-btn{width:26px;height:26px;border-radius:50%;border:none;background:var(--accent,#ff6b35);color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.15s}.seasonal-poster-action .qty-btn:active{transform:scale(.9)}.seasonal-poster-action .qty-display{color:var(--accent,#ff6b35);font-weight:800;font-size:.9rem;letter-spacing:.3px;user-select:none;min-width:20px;text-align:center}@media (min-width:500px){.seasonal-grid{gap:4px;padding:0 12px 16px}.seasonal-poster-img{width:120px;height:120px}}.curated-section{padding:24px 0 0}.curated-section .section-head{display:flex;flex-direction:column;gap:2px;margin-bottom:14px;padding:0 20px}.curated-section .section-head h2{color:var(--text-primary);margin:0;font-weight:700}.curated-subtitle{font-size:.85rem;color:#666;font-weight:400}.curated-scroller{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scroll-behavior:smooth;scrollbar-width:none;position:relative;scroll-snap-type:x mandatory;scroll-padding-left:20px}.curated-scroller::-webkit-scrollbar{display:none}.curated-scroll-track{display:flex;gap:20px;padding:0 20px}.curated-scroll-track::after{content:'';flex:0 0 1px;width:1px}.curated-pagination{display:flex;justify-content:center;align-items:center;gap:8px;padding:12px 0 4px}.curated-pagination .curated-dot{width:8px;height:8px;border-radius:50%;background:#ccc;border:none;padding:0;cursor:pointer;transition:.3s}.curated-pagination .curated-dot.active{background:var(--accent,#ff6b35);width:22px;border-radius:4px}.curated-poster{position:relative;padding:14px 16px 10px;display:flex;flex-direction:column;overflow:hidden;cursor:pointer;flex:0 0 calc(100vw - 40px);width:calc(100vw - 40px);min-height:170px;scroll-snap-align:start;scroll-snap-stop:always;border-radius:14px;transition:transform .3s,box-shadow .3s;box-sizing:border-box}.curated-poster::before{content:'';position:absolute;top:-30%;right:-20%;width:140%;height:140%;background:radial-gradient(circle at 85% 30%,rgba(255,255,255,.08) 0,rgba(255,255,255,.08) 30%,transparent 30.5%),radial-gradient(circle at 90% 50%,rgba(255,255,255,.06) 0,rgba(255,255,255,.06) 25%,transparent 25.5%);pointer-events:none}.curated-poster::after{content:'';position:absolute;bottom:-40px;left:-30px;width:160px;height:160px;border-radius:50%;background:rgba(255,255,255,.06);pointer-events:none}.curated-poster.out-of-stock{opacity:.5;pointer-events:none}.curated-poster-img{position:absolute;right:20px;bottom:15px;width:90px;height:90px;z-index:1}.curated-poster-img img{width:100%;height:100%;object-fit:contain;filter:drop-shadow(0 4px 14px rgba(0,0,0,.25))}.curated-poster-badge{display:inline-flex;align-items:center;gap:3px;background:rgba(255,255,255,.95);font-size:.6rem;font-weight:800;padding:3px 8px;border-radius:5px;width:fit-content;box-shadow:0 2px 6px rgba(0,0,0,.12);position:relative;z-index:2;letter-spacing:.3px}.curated-poster-badge.discount-green{color:#1b5e20}.curated-poster-badge.featured-gold{color:#e65100}.curated-poster-details{position:relative;z-index:2;display:flex;flex-direction:column;gap:2px;max-width:100%;flex:1;margin-top:8px}.curated-poster-name{font-size:.82rem;font-weight:700;color:#fff;line-height:1.2;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-shadow:0 1px 3px rgba(0,0,0,.15)}.curated-poster-weight{font-size:.65rem;color:rgba(255,255,255,.8)}.curated-poster-price-row{display:flex;align-items:baseline;gap:5px;margin-top:3px}.curated-poster-price{font-size:1.05rem;font-weight:800;color:#fff;text-shadow:0 1px 3px rgba(0,0,0,.2)}.curated-poster-mrp{font-size:.65rem;color:rgba(255,255,255,.65);text-decoration:line-through}.curated-poster-action{margin-top:15px;position:relative;z-index:3;max-width:60%}.curated-poster-add{width:62%;border:none;background:#fff;border-radius:20px;padding:10px 16px;font-weight:700;font-size:.75rem;cursor:pointer;transition:.2s;box-shadow:0 3px 10px rgba(0,0,0,.18);display:flex;align-items:center;justify-content:center;gap:3px}.curated-poster:first-child .curated-poster-add{color:#2e7d32}.curated-poster:nth-child(2) .curated-poster-add{color:#e64a19}.curated-poster:nth-child(3) .curated-poster-add{color:#3949ab}.curated-poster:nth-child(4) .curated-poster-add{color:#c2185b}.curated-poster:nth-child(5) .curated-poster-add{color:#00695c}.curated-poster:nth-child(6) .curated-poster-add{color:#d84315}.curated-poster:nth-child(7) .curated-poster-add{color:#6a1b9a}.curated-poster:nth-child(8) .curated-poster-add{color:#1565c0}@media (hover:hover){.curated-poster:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 10px 28px rgba(0,0,0,.22)}.curated-poster-add:hover{transform:scale(1.05);box-shadow:0 5px 16px rgba(0,0,0,.22)}}.curated-poster-add:active{transform:scale(.96)}.curated-poster-action .quantity-control{padding:4px 8px;background:#fff;border-radius:20px;display:flex;align-items:center;gap:8px;justify-content:center;box-shadow:0 3px 10px rgba(0,0,0,.18)}.curated-poster-action .qty-btn{width:26px;height:26px;border-radius:50%;border:none;background:var(--accent,#ff6b35);color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.15s}.curated-poster-action .qty-btn:active{transform:scale(.9)}.curated-poster-action .qty-display{color:var(--accent,#ff6b35);font-weight:800;font-size:.9rem;letter-spacing:.3px;user-select:none;min-width:20px;text-align:center}@media (min-width:500px){.curated-poster{min-height:180px}.curated-poster-img{width:100px;height:100px}}.cat-tiles-section{padding:24px 0 10px}.cat-tiles-section .section-head{display:flex;flex-direction:column;gap:2px;margin-bottom:14px;padding:0 20px}.cat-tiles-section .section-head h2{color:var(--text-primary);margin:0;font-weight:700}.cat-tiles-subtitle{font-size:.85rem;color:#666;font-weight:400}.category-tiles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:0 16px}.category-tile{display:flex;flex-direction:column;align-items:center;cursor:pointer;-webkit-tap-highlight-color:transparent;background:#faebd7;padding-bottom:10px;border-radius:10px}.category-tile-images{width:100%;aspect-ratio:1;display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:4px;padding:10px;border-radius:16px;box-sizing:border-box;position:relative;transition:transform .2s,box-shadow .2s}@media (hover:hover){.category-tile:hover .category-tile-images{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,0,0,.1)}}.category-tile:active .category-tile-images{transform:scale(.97)}.category-tile-img{width:100%;height:100%;object-fit:contain;border-radius:6px;background:#fff;padding:4px;box-sizing:border-box}.category-tile-empty{width:100%;height:100%;border-radius:6px;background:#e9ecef}.category-tile-more{position:absolute;bottom:8px;left:50%;transform:translateX(-50%);background:rgba(255,255,255,.92);color:#4b5563;font-size:.68rem;font-weight:700;padding:3px 10px;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.1);white-space:nowrap;z-index:2}.category-tile-name{margin-top:8px;font-size:.82rem;font-weight:700;color:var(--text-primary,#1a1a1a);text-align:center;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}@media (max-width:360px){.category-tiles-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:0 12px}}@media (min-width:500px){.category-tiles-grid{gap:16px;padding:0 20px}.category-tile-name{font-size:.9rem}}.about,.cat-tiles-section,.category-section,.curated-section,.deals-section,.featured-section,.order-status-section,.recommendations-section,.seasonal-section,.top-selling-section{max-width:1140px;margin-left:auto;margin-right:auto}.site-footer{max-width:1140px;margin:0 auto}@media (min-width:768px){.site-footer{display:block}.hero{padding-left:24px;padding-right:24px}.seasonal-grid{grid-template-columns:repeat(2,minmax(0,280px));justify-content:center}.category-tiles-grid{grid-template-columns:repeat(4,1fr)}.deals-section .section-head,.featured-section .section-head,.top-selling-section .section-head{padding:0 24px}.deals-list{padding-left:24px;padding-right:24px}.featured-scroller{overflow-x:visible;overflow-y:visible}.featured-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;padding:0 24px 12px;min-width:unset;scroll-snap-type:none}.featured-card{flex:unset;width:100%;scroll-snap-align:unset}.curated-scroller{overflow-x:visible;overflow-y:visible;scroll-snap-type:none}.curated-scroll-track{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.curated-scroll-track::after{display:none}.curated-poster{flex:unset;width:100%;min-height:180px;scroll-snap-align:unset;scroll-snap-stop:unset}.curated-pagination{display:none}.order-status-card{max-width:600px}}@media (min-width:1024px){.cat-tiles-section,.category-section,.curated-section,.deals-section,.featured-section,.order-status-section,.recommendations-section,.seasonal-section,.top-selling-section{padding-left:20px;padding-right:20px}.seasonal-grid{grid-template-columns:repeat(2,minmax(0,340px));gap:6px}.seasonal-poster{min-height:220px;max-height:300px}.featured-grid{grid-template-columns:repeat(3,1fr);gap:18px}.curated-scroll-track{grid-template-columns:repeat(2,1fr);gap:18px}.curated-poster{min-height:200px}.category-tiles-grid{grid-template-columns:repeat(4,1fr);gap:20px}.deals-grid{grid-template-columns:repeat(auto-fill,minmax(200px,220px));justify-content:center;gap:20px}.featured-card{width:100%;height:150px}.featured-image{width:90px;height:90px}.about-grid{grid-template-columns:1fr 1fr;gap:48px;max-width:1000px;margin:0 auto}.categories-grid{grid-auto-columns:200px}.footer-grid{grid-template-columns:1fr 250px 250px;gap:32px}.categories-scroll-container,.deals-scroll-container{scrollbar-width:thin;scrollbar-color:#d4d4d4 transparent}.categories-scroll-container::-webkit-scrollbar,.deals-scroll-container::-webkit-scrollbar{height:6px;display:block}.categories-scroll-container::-webkit-scrollbar-thumb,.deals-scroll-container::-webkit-scrollbar-thumb{background:#d4d4d4;border-radius:3px}.categories-scroll-container::-webkit-scrollbar-track,.deals-scroll-container::-webkit-scrollbar-track{background:0 0}}@media (min-width:1440px){.about,.cat-tiles-section,.category-section,.curated-section,.deals-section,.featured-section,.order-status-section,.recommendations-section,.seasonal-section,.site-footer,.top-selling-section{max-width:1280px}.category-tiles-grid{grid-template-columns:repeat(5,1fr)}.seasonal-grid{grid-template-columns:repeat(4,minmax(0,280px));gap:8px}.seasonal-poster:first-child,.seasonal-poster:nth-child(2),.seasonal-poster:nth-child(3),.seasonal-poster:nth-child(4){border-radius:14px}.featured-grid{grid-template-columns:repeat(4,1fr)}.curated-scroll-track{grid-template-columns:repeat(3,1fr)}.curated-poster{min-height:210px}.curated-poster-img{width:120px;height:120px}.deals-grid{grid-template-columns:repeat(auto-fill,minmax(200px,240px))}}