.home-page-container{padding-bottom:100px;background-color:var(--bg-primary,#f4f7f6);min-height:100vh;transition:background-color .35s ease}.pulse-dot{width:8px;height:8px;border-radius:50%;box-shadow:0 0 0 0 rgba(16,185,129,.7);animation:pulseAnimation 1.6s infinite}@keyframes pulseAnimation{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(16,185,129,.7)}70%{transform:scale(1);box-shadow:0 0 0 6px rgba(16,185,129,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(16,185,129,0)}}.add-cart-btn{background:var(--accent-gradient,linear-gradient(135deg,#10b981,#059669));color:#fff;border:none;padding:8px 18px;border-radius:22px;font-size:13px;font-weight:800;cursor:pointer;box-shadow:0 3px 10px rgba(16,185,129,.25);transition:all .25s ease;display:inline-flex;align-items:center;gap:6px}.add-cart-btn:hover{transform:translateY(-2px);box-shadow:var(--shadow-glow,0 6px 18px rgba(16,185,129,.4))}.qty-controls-group{display:inline-flex;background:var(--accent-gradient,linear-gradient(135deg,#10b981,#059669));border-radius:22px;overflow:hidden;box-shadow:0 3px 10px rgba(16,185,129,.3)}.qty-btn,.qty-controls-group{align-items:center;color:#fff}.qty-btn{background:transparent;border:none;width:30px;height:30px;display:flex;justify-content:center;cursor:pointer;font-weight:900;font-size:14px;transition:background .2s}.qty-btn:hover{background:rgba(0,0,0,.18)}.qty-val-display{font-size:13px;font-weight:900;padding:0 8px;min-width:22px;text-align:center}.store-hero-section{position:relative;margin-bottom:28px}.store-banner-wrapper{border-radius:24px;overflow:hidden;box-shadow:var(--shadow-lg);background:var(--bg-surface,#fff);border:1px solid var(--border-accent,rgba(16,185,129,.3));position:relative}.banner-slide-container{position:relative;width:100%;height:300px;overflow:hidden;background:#0f172a}.banner-hero-img{width:100%;height:100%;object-fit:cover;transition:transform .7s ease}.banner-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.15),rgba(0,0,0,.8));display:flex;align-items:flex-end;padding:28px}.hero-overlay-content{color:#fff;z-index:2;width:100%}.hero-store-title{font-size:32px;font-weight:900;margin:0 0 8px;color:#fff}.store-quick-info-bar{background:var(--bg-glass-card,hsla(0,0%,100%,.95));backdrop-filter:blur(12px);border:1px solid var(--border-color,#e2e8f0);border-radius:20px;padding:18px 24px;margin-top:-36px;position:relative;z-index:10;box-shadow:var(--shadow-lg);flex-wrap:wrap;justify-content:space-between}.store-branding-meta,.store-quick-info-bar{display:flex;align-items:center;gap:16px}.store-avatar-img{width:64px;height:64px;border-radius:18px;object-fit:cover;border:3px solid var(--bg-surface,#fff);box-shadow:var(--shadow-md);background:#fff}.store-name-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.store-name-text{font-size:20px;font-weight:900;color:var(--text-primary,#0f172a);margin:0}.verified-badge{gap:4px;background:var(--accent-light,#ecfdf5);color:var(--accent-primary,#10b981);border:1px solid var(--border-accent);padding:3px 10px;border-radius:14px;font-size:11px}.store-status-pill,.verified-badge{display:inline-flex;align-items:center;font-weight:800}.store-status-pill{gap:6px;padding:4px 12px;border-radius:20px;font-size:12px}.store-status-pill.open{background:var(--badge-open-bg,#10b981);color:#fff}.store-status-pill.closed{background:var(--badge-closed-bg,#ef4444);color:#fff}.store-quick-actions{display:flex;align-items:center;gap:12px}.action-pill-btn{display:inline-flex;align-items:center;gap:8px;background:var(--bg-card,#fff);color:var(--text-primary,#0f172a);border:1.5px solid var(--border-color,#e2e8f0);padding:10px 18px;border-radius:24px;font-size:13px;font-weight:700;cursor:pointer;transition:all .25s ease;text-decoration:none;box-shadow:var(--shadow-sm)}.action-pill-btn:hover{background:var(--accent-light,#ecfdf5);border-color:var(--accent-primary,#10b981);color:var(--accent-primary,#10b981);transform:translateY(-2px)}.search-filter-section{position:sticky;top:65px;z-index:900;background:var(--bg-glass,hsla(0,0%,100%,.92));backdrop-filter:blur(12px);padding:14px 0;border-bottom:1px solid var(--border-color,#e2e8f0);margin-bottom:28px}.store-search-box{position:relative;display:flex;align-items:center}.store-search-input{width:100%;height:50px;padding:10px 18px 10px 48px;background:var(--bg-card,#fff);border:1.5px solid var(--border-color,#e2e8f0);border-radius:26px;font-size:14px;font-weight:600;color:var(--text-primary,#0f172a);outline:none;box-shadow:var(--shadow-sm)}.search-input-icon{left:18px;font-size:20px}.search-clear-btn,.search-input-icon{position:absolute;color:var(--text-muted,#64748b)}.search-clear-btn{right:16px;background:transparent;border:none;cursor:pointer}.category-pills-scroll{display:flex;gap:12px;overflow-x:auto;padding:6px 2px;scrollbar-width:none}.category-pills-scroll::-webkit-scrollbar{display:none}.cat-pill-chip{display:flex;align-items:center;gap:10px;padding:8px 18px 8px 10px;background:var(--bg-card,#fff);border:1.5px solid var(--border-color,#e2e8f0);border-radius:32px;cursor:pointer;white-space:nowrap;transition:all .25s ease}.cat-pill-chip.active{background:var(--accent-gradient,linear-gradient(135deg,#10b981,#059669));color:#fff;border-color:transparent;box-shadow:var(--shadow-glow)}.cat-chip-img{width:32px;height:32px;border-radius:50%;object-fit:cover}.cat-chip-title{font-size:14px;font-weight:700}.cat-chip-count{font-size:11px;font-weight:800;background:rgba(0,0,0,.12);padding:2px 8px;border-radius:12px}.product-grid-row{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch}.store-product-card{background:var(--bg-card,#fff);border:1.5px solid var(--border-color,#e2e8f0);border-radius:20px;padding:14px;position:relative;display:flex;flex-direction:column;justify-content:space-between;height:100%;transition:all .35s ease;box-shadow:var(--shadow-sm)}.product-img-box{width:100%;height:160px;border-radius:14px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer;margin-bottom:12px}.product-thumb-img{max-width:100%;max-height:100%;object-fit:contain}.stock-overlay-badge{position:absolute;inset:0;background:rgba(15,23,42,.72);backdrop-filter:blur(3px);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:900}.product-info-block{flex-grow:1;display:flex;flex-direction:column}.product-name-text{font-size:14px;font-weight:700;color:var(--text-primary,#0f172a);margin:0 0 6px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:38px;line-height:1.35}.product-pack-tag{display:inline-block;font-weight:700;color:var(--text-muted,#64748b);background:var(--border-light,#f1f5f9)}.product-offer-tag,.product-pack-tag{font-size:11px;padding:3px 8px;border-radius:8px;margin-bottom:8px;width:fit-content}.product-offer-tag{font-weight:800;color:var(--accent-primary,#10b981);background:var(--accent-light,#ecfdf5);display:inline-flex;align-items:center;gap:4px}.product-bottom-row{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:10px;border-top:1px dashed var(--border-color,#e2e8f0)}.product-price-val{font-size:17px;font-weight:900;color:var(--text-primary,#0f172a)}.express-sidebar{background:var(--bg-card,#fff);border:1.5px solid var(--border-color,#e2e8f0);border-radius:20px;padding:16px;position:sticky;top:80px;box-shadow:var(--shadow-sm)}.express-sidebar-title{font-size:15px;font-weight:900;color:var(--text-primary,#0f172a);padding-bottom:12px;border-bottom:1px solid var(--border-color,#e2e8f0);margin-bottom:12px}.express-cat-list{display:flex;flex-direction:column;gap:6px}.express-cat-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-radius:12px;cursor:pointer;font-size:14px;font-weight:700;color:var(--text-secondary,#475569)}.express-cat-item.active{background:var(--accent-gradient);color:#fff}.express-product-list{display:flex;flex-direction:column;gap:14px}.express-product-row{background:var(--bg-card,#fff);border:1.5px solid var(--border-color,#e2e8f0);border-radius:18px;padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:var(--shadow-sm)}.express-thumb{width:64px;height:64px;border-radius:12px;object-fit:contain;background:#fff;border:1px solid var(--border-color,#e2e8f0);padding:4px}.luxury-hero-banner{height:360px;border-radius:28px;background-size:cover;background-position:50%;position:relative;overflow:hidden;box-shadow:var(--shadow-lg);margin-bottom:36px}.luxury-hero-glass{position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,23,42,.45),rgba(15,23,42,.9));display:flex;flex-direction:column;justify-content:center;padding:48px;color:#fff}.luxury-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch}.luxury-card{background:var(--bg-card,#fff);border:1.5px solid var(--border-color,#e2e8f0);border-radius:24px;overflow:hidden;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;justify-content:space-between;height:100%}.luxury-card-img-wrap{height:240px;width:100%;background:#fff;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:16px}.luxury-card-img{max-width:100%;max-height:100%;object-fit:contain}.restaurant-menu-block{background:var(--bg-card,#fff);border:1.5px solid var(--border-color,#e2e8f0);border-radius:24px;padding:28px;margin-bottom:28px}.menu-cat-title{font-size:22px;font-weight:900;color:var(--accent-primary,#10b981);border-bottom:2px solid var(--border-color,#e2e8f0);padding-bottom:12px;margin-bottom:24px;display:flex;align-items:center;gap:12px}.restaurant-item-card{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border:1.5px solid var(--border-color,#e2e8f0);border-radius:18px;margin-bottom:16px;background:var(--bg-surface,#fff)}.supermarket-hero-card{background:var(--accent-gradient);border-radius:24px;padding:32px;color:#fff;margin-bottom:24px}.supermarket-dept-card{background:var(--bg-card);border:1.5px solid var(--border-color);border-radius:20px;padding:20px;text-align:center;cursor:pointer}.supermarket-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;align-items:stretch}.fashion-cover-banner{height:380px;border-radius:30px;background:linear-gradient(135deg,#0f172a,#334155);color:#fff;padding:40px;display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:32px}.fashion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;align-items:stretch}.fashion-card-img-wrap{height:290px;width:100%;background:#fff;position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.tech-banner-box{background:#0b1329;border:2px solid #06b6d4;border-radius:24px;padding:32px;color:#fff;margin-bottom:28px}.tech-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;align-items:stretch}.farm-header-card{background:linear-gradient(135deg,#065f46,#047857);border-radius:26px;padding:36px;color:#fff;margin-bottom:28px}.organic-card{background:#fff;border:2px solid #a7f3d0;border-radius:22px;padding:18px;display:flex;flex-direction:column;justify-content:space-between;height:100%}.cyber-header-matrix{background:#090d16;border:2px solid #06b6d4;border-radius:24px;padding:36px;color:#fff;margin-bottom:28px}.cyber-card{background:#0f172a;border:1.5px solid #06b6d4;border-radius:22px;padding:18px;color:#f8fafc;display:flex;flex-direction:column;justify-content:space-between;height:100%}.cyber-price{color:#06b6d4;font-size:20px;font-weight:900}.store-trust-section{margin-top:40px;margin-bottom:28px}.trust-card{background:var(--bg-card,#fff);border:1.5px solid var(--border-color,#e2e8f0);border-radius:20px;padding:20px;gap:16px;box-shadow:var(--shadow-sm)}.trust-card,.trust-icon-box{display:flex;align-items:center}.trust-icon-box{width:48px;height:48px;border-radius:14px;background:var(--accent-light,#ecfdf5);color:var(--accent-primary,#10b981);justify-content:center;font-size:24px;flex-shrink:0}.trust-title{font-size:15px;font-weight:800;color:var(--text-primary,#0f172a);margin:0 0 2px}.trust-desc{font-size:12px;color:var(--text-muted,#64748b);margin:0}@media (max-width:991px){.banner-slide-container{height:240px}.hero-store-title{font-size:26px}.product-grid-row,.supermarket-grid,.tech-grid{grid-template-columns:repeat(3,1fr);gap:14px}.fashion-grid,.luxury-grid{grid-template-columns:repeat(2,1fr);gap:18px}}@media (max-width:576px){.home-page-container{padding-bottom:80px}.banner-slide-container{height:180px}.banner-hero-overlay{padding:16px}.hero-store-title{font-size:20px;margin-bottom:4px}.hero-store-sub{font-size:12px}.store-quick-info-bar{margin-top:-20px;padding:14px;border-radius:16px;flex-direction:column;align-items:flex-start;gap:12px}.store-branding-meta{gap:12px}.store-avatar-img{width:48px;height:48px;border-radius:12px}.store-name-text{font-size:16px}.store-quick-actions{width:100%;display:flex;gap:8px}.action-pill-btn{flex:1;justify-content:center;padding:8px 12px;font-size:12px}.search-filter-section{top:56px;padding:10px 0;margin-bottom:18px}.store-search-input{height:44px;padding-left:42px;font-size:13px}.search-input-icon{left:14px;font-size:16px}.cat-pill-chip{padding:6px 14px 6px 8px;font-size:12px}.cat-chip-img{width:26px;height:26px}.cat-chip-title{font-size:12px}.product-grid-row,.supermarket-grid,.tech-grid{grid-template-columns:repeat(2,1fr);gap:10px}.store-product-card{padding:10px;border-radius:16px}.product-img-box{height:130px;border-radius:10px;margin-bottom:8px}.product-name-text{font-size:13px;height:36px;margin-bottom:4px}.product-price-val{font-size:15px}.add-cart-btn{padding:6px 12px;font-size:11px}.qty-btn{width:26px;height:26px;font-size:12px}.fashion-grid,.luxury-grid{grid-template-columns:1fr;gap:16px}.fashion-cover-banner,.luxury-hero-banner{height:260px;padding:24px;border-radius:20px}.luxury-card-img-wrap{height:200px}.fashion-card-img-wrap{height:240px}.express-product-row,.restaurant-item-card{padding:12px;border-radius:14px;flex-wrap:wrap;gap:10px}.express-thumb{width:50px;height:50px}.store-trust-section{margin-top:24px}.trust-card{padding:14px;border-radius:14px;gap:12px}.trust-icon-box{width:40px;height:40px;font-size:20px;border-radius:10px}.trust-title{font-size:13px}.trust-desc{font-size:11px}}