.catalog-page{padding:40px 20px;text-align:center;background:linear-gradient(135deg,#f0f9ff,#fff7ed);min-height:100vh;font-family:Segoe UI,sans-serif}.navbar{min-height:72px;display:flex;align-items:center;justify-content:space-between;padding:8px 16px;background:linear-gradient(90deg,#0f172a,#1e3a8a);position:sticky;top:0;z-index:1000;flex-wrap:wrap;gap:8px}.nav-left{display:flex;align-items:center;gap:8px}.nav-right{display:flex;align-items:center;gap:12px}.nav-title{color:#facc15;font-weight:800;font-size:18px}.search-bar{flex:1;max-width:420px;min-width:180px;padding:8px 14px;border-radius:20px;border:none;outline:none}.cart-count{background:#ef4444;color:#fff;border-radius:50%;padding:2px 6px;font-size:11px;margin-left:6px}.logo-circle{width:48px;height:48px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;border:3px solid #facc15;box-shadow:0 4px 10px #00000040}.db-logo{width:34px;height:34px;object-fit:contain}.brand-title{font-size:48px;font-weight:800;color:#facc15;margin-bottom:10px}.tagline{display:flex;justify-content:center;gap:40px;font-size:18px;margin-bottom:25px;font-weight:600}.tag-item:nth-child(1){color:#facc15}.tag-item:nth-child(2){color:#3b82f6}.tag-item:nth-child(3){color:#10b981}.fancy-tabs{display:flex;justify-content:center;gap:20px;margin-bottom:35px;flex-wrap:wrap}.fancy-tabs button{background:#e2e8f0;color:#1e293b;border:none;padding:10px 18px;border-radius:20px;margin:0 6px;font-weight:600;cursor:pointer;transition:all .3s ease}.fancy-tabs button.active{background:linear-gradient(90deg,#facc15,#f97316);color:#000;box-shadow:0 4px 12px #0003}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:20px;max-width:900px;margin:auto}.category-card{background:#fff;padding:25px;border-radius:16px;cursor:pointer;transition:.25s;box-shadow:0 4px 10px #00000014}.category-card:hover{transform:translateY(-6px);box-shadow:0 10px 22px #0000002e}.category-card:active{transform:scale(.96)}.cat-icon{width:56px;height:56px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:26px;margin:0 auto 8px;background:linear-gradient(135deg,#facc15,#f97316);color:#fff;box-shadow:0 6px 14px #00000026}.product-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:20px;padding:20px}.product-card{background:#fff;padding:16px;border-radius:16px;box-shadow:0 6px 18px #00000014;transition:.2s;position:relative}.product-card:hover{transform:translateY(-5px)}.product-card img{width:100%;height:160px;object-fit:contain;margin-bottom:10px}.title{font-size:16px;font-weight:700;margin-bottom:8px}.mrp{text-decoration:line-through;color:#94a3b8;font-size:14px}.online{color:#3b82f6;font-size:14px}.db-badge{background:#facc15;padding:6px;border-radius:8px;margin-top:5px}.db-label{font-size:12px;font-weight:700}.db-value{font-size:18px;font-weight:800}.discount{color:#ef4444;font-weight:700;margin-bottom:8px}.whatsapp-btn{background:#25d366;color:#fff;border:none;padding:8px;width:100%;border-radius:8px;margin-bottom:6px;cursor:pointer;font-weight:600}.cart-btn{background:#3b82f6;color:#fff;border:none;padding:8px;width:100%;border-radius:8px;cursor:pointer;font-weight:600}.smart-cart-container{position:fixed;right:16px;bottom:16px;width:260px;background:#fff;border-radius:14px;padding:12px;box-shadow:0 8px 24px #0000002e;max-height:60vh;overflow-y:auto;z-index:9000;transition:transform .3s ease}.cart-header{display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.nav-left{width:100%;justify-content:center}.search-bar{width:100%;order:3}.nav-right{width:100%;justify-content:space-between}.brand-title{font-size:26px}.tagline{flex-direction:column;gap:4px;font-size:13px}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px;padding:10px}.product-card img{height:110px}.title{font-size:13px;min-height:34px}.whatsapp-btn,.cart-btn{font-size:12px;padding:8px}.smart-cart{width:92%;right:4%;bottom:10px}}@media (max-width: 480px){.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(1,1fr)}}@media (max-width: 768px){.category-grid{display:flex;overflow-x:auto;gap:12px;padding:10px}.category-card{min-width:140px;flex-shrink:0}}.tagline-single{text-align:center;font-size:13px;color:#64748b;margin-bottom:14px}.login-popup{width:280px;background:#fff;padding:20px;border-radius:12px;box-shadow:0 8px 25px #00000040;text-align:center}.login-popup input{width:100%;padding:8px;margin-bottom:10px}.login-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center}.login-overlay{z-index:999}
