:root{--color-primary: #ff007f;--color-primary-hover: #e00070;--color-secondary: #000080;--color-accent: #7e22ce;--color-bg: #f1f5f9;--color-card-bg: rgba(255, 255, 255, .85);--color-text-main: #0f172a;--color-text-sub: #64748b;--font-body: "Inter", system-ui, -apple-system, sans-serif;--font-heading: "Outfit", "Inter", system-ui, sans-serif;--radius-sm: 10px;--radius-md: 16px;--radius-lg: 24px;--radius-full: 9999px;--liquid-glass-bg: linear-gradient(135deg, rgba(255, 255, 255, .94) 0%, rgba(255, 240, 248, .88) 50%, rgba(240, 244, 255, .94) 100%);--glass-border: 1px solid rgba(255, 255, 255, .6);--glass-border-liquid: 1px solid rgba(255, 0, 127, .18);--glass-blur: blur(24px) saturate(200%);--clay-shadow-card: 12px 12px 24px rgba(0, 0, 0, .05), -12px -12px 24px rgba(255, 255, 255, .9), inset 2px 2px 4px rgba(255, 255, 255, .9), inset -2px -2px 4px rgba(0, 0, 0, .03);--clay-shadow-btn: 6px 6px 14px rgba(255, 0, 127, .3), -6px -6px 14px rgba(255, 255, 255, .8), inset 2px 2px 4px rgba(255, 255, 255, .5), inset -2px -2px 4px rgba(0, 0, 0, .2);--clay-shadow-badge: 4px 4px 10px rgba(0, 0, 0, .06), -4px -4px 10px rgba(255, 255, 255, .9)}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;max-width:100vw;overflow-x:hidden;font-family:var(--font-body);background:linear-gradient(135deg,#f8fafc,#edf2f7,#f1f5f9);color:var(--color-text-main);line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;touch-action:pan-x pan-y}a{color:inherit;text-decoration:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 16px}.header-fixed-wrap{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:9990!important;box-shadow:0 10px 30px #ff007f14}.main-content-offset{padding-top:124px}@media (max-width: 900px){.header-fixed-wrap{box-shadow:0 4px 14px #0000000a!important}.main-content-offset{padding-top:96px!important;transition:padding-top .25s ease}.main-content-offset.no-subnav{padding-top:96px!important}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:800;font-size:.9rem;padding:12px 24px;border-radius:var(--radius-lg);border:none;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1)}.btn-primary{background:linear-gradient(135deg,#ff007f,#e00070);color:#fff;box-shadow:var(--clay-shadow-btn)}.btn-primary:hover{transform:translateY(-3px) scale(1.02);box-shadow:8px 8px 18px #ff007f66,-8px -8px 18px #ffffffe6}.btn-secondary{background:linear-gradient(135deg,navy,#1e1b4b);color:#fff;box-shadow:6px 6px 14px #0000804d,-6px -6px 14px #fffc}.btn-secondary:hover{transform:translateY(-3px) scale(1.02)}.desktop-header{background:var(--liquid-glass-bg)!important;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border-bottom:var(--glass-border-liquid)!important;box-shadow:0 4px 20px #0000000a,inset 0 1px #ffffffe6}.banner-16-9-wrap{position:relative;width:100%;aspect-ratio:16 / 9;max-height:380px;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--clay-shadow-card);border:var(--glass-border)}.banner-16-9-wrap img{width:100%;height:100%;object-fit:cover}.grid-brands-compact{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}@media (max-width: 1024px){.grid-brands-compact{grid-template-columns:repeat(4,1fr);gap:12px}}@media (max-width: 640px){.grid-brands-compact{grid-template-columns:repeat(3,1fr);gap:10px}}@media (max-width: 480px){.grid-brands-compact{grid-template-columns:repeat(2,1fr);gap:8px}}.brand-card-compact{background:#fff;border:1px solid #e2e8f0;border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column;text-decoration:none;box-shadow:var(--shadow-sm);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.brand-card-compact:hover{transform:translateY(-3px);box-shadow:var(--shadow-card);border-color:#ff007f}.brand-card-compact-img-wrap{position:relative;height:75px;display:grid;place-items:center;background:#fff;padding:10px}.brand-card-compact-img-wrap img{max-width:85%;max-height:85%;object-fit:contain}.brand-card-compact-body{padding:8px 10px;background:#f8fafc;border-top:1px solid #f1f5f9;display:flex;flex-direction:column;gap:2px}.grid-4-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}@media (max-width: 1024px){.grid-4-cards{grid-template-columns:repeat(3,1fr);gap:16px}}@media (max-width: 768px){.grid-4-cards{grid-template-columns:repeat(2,1fr);gap:14px}}@media (max-width: 480px){.grid-4-cards{grid-template-columns:repeat(2,1fr);gap:12px}}.product-card{background:#ffffffe0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.7);border-radius:var(--radius-lg);overflow:hidden;display:flex;flex-direction:column;box-shadow:var(--clay-shadow-card);transition:all .3s cubic-bezier(.4,0,.2,1)}.product-card:hover{transform:translateY(-6px);box-shadow:16px 16px 32px #00000014,-16px -16px 32px #fffffff2}.product-card-img-wrap{position:relative;height:240px;overflow:hidden;display:block}.product-card-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.product-card:hover .product-card-img-wrap img{transform:scale(1.05)}.product-card-body{padding:18px;flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:12px}.product-card-brand-row{display:flex;align-items:center;justify-content:space-between;font-size:.8rem;color:#64748b;margin-bottom:4px}.product-card-title{font-size:.92rem;line-height:1.35;color:#0f172a;font-weight:800;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto}.product-card-price-box{display:flex;align-items:baseline;gap:4px}.product-card-current-price{font-size:1.15rem;font-weight:900;color:#0f172a}.product-card-original-price{font-size:.78rem;color:#94a3b8;text-decoration:line-through}.product-card-add-btn{padding:10px 18px;font-size:.82rem;border-radius:var(--radius-full);display:flex;align-items:center;justify-content:center;gap:6px;white-space:nowrap;box-shadow:var(--clay-shadow-btn)}@media (max-width: 640px){.product-card-img-wrap{height:170px}.product-card-body{padding:12px;gap:8px}.product-card-brand-row{font-size:.72rem}.product-card-title{font-size:.78rem;line-height:1.25;-webkit-line-clamp:2}.product-card-footer{flex-direction:column;align-items:stretch;gap:8px}.product-card-current-price{font-size:.95rem}.product-card-original-price{font-size:.7rem}.product-card-add-btn{width:100%;padding:8px 12px;font-size:.72rem;border-radius:var(--radius-md)}}.sub-navbar{background:linear-gradient(135deg,#f81290,#e00078)!important;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);color:#fff!important;display:flex;align-items:center;gap:24px;padding:0 16px;height:44px;font-size:.85rem;font-weight:800;overflow-x:auto;white-space:nowrap;scrollbar-width:none;box-shadow:0 4px 16px #f8129059;border-top:1px solid rgba(255,255,255,.2)}.sub-navbar::-webkit-scrollbar{display:none}.sub-nav-item{display:flex;align-items:center;gap:6px;color:#fff!important;cursor:pointer;transition:all .2s ease;flex-shrink:0;opacity:.95}.sub-nav-item:hover{color:#fff!important;opacity:1;transform:translateY(-1px)}.nav-item-link{position:relative;height:100%;display:flex;align-items:center;padding:0 14px;font-size:.88rem;font-weight:800;letter-spacing:.5px;color:#282c3f;cursor:pointer}.nav-item-link:hover,.nav-item-link.active{color:var(--active-color, #ff007f)}.nav-item-link.active:after,.nav-item-link:hover:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background-color:var(--active-color, #ff007f)}.mega-menu-dropdown{position:absolute;top:80px;left:0;right:0;background:var(--liquid-glass-bg)!important;backdrop-filter:var(--glass-blur);-webkit-backdrop-filter:var(--glass-blur);border-top:var(--glass-border-liquid);box-shadow:0 20px 40px #ff007f1f;z-index:90;padding:30px 40px;display:flex;justify-content:center}.mega-menu-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:30px;max-width:1280px;width:100%}.mega-col-group{display:flex;flex-direction:column;gap:10px}.mega-menu-title{font-size:.85rem;font-weight:800;text-transform:uppercase;color:var(--title-color, #ff007f);margin-bottom:6px}.mega-menu-list{list-style:none;display:flex;flex-direction:column;gap:8px}.mega-menu-list li a{font-size:.82rem;color:#535766;transition:all .15s ease}.mega-menu-list li a:hover{color:#282c3f;font-weight:700;padding-left:2px}@keyframes marqueeLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marqueeRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.animate-marquee-left{display:flex;width:max-content;animation:marqueeLeft 25s linear infinite}.animate-marquee-left:hover{animation-play-state:paused}.animate-marquee-right{display:flex;width:max-content;animation:marqueeRight 25s linear infinite}.animate-marquee-right:hover{animation-play-state:paused}.sidebar-overlay{position:fixed!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:#0a0e27a6!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;z-index:999999!important;display:flex!important}.sidebar-drawer{width:340px!important;max-width:85vw!important;height:100%!important;background:#fff!important;box-shadow:16px 0 48px #0000004d!important;display:flex!important;flex-direction:column!important;overflow-y:auto!important;z-index:999999!important}.mobile-top-header,.mobile-app-bottom-nav{display:none!important}@media (max-width: 900px){.desktop-header{display:none!important}.mobile-top-header{display:block!important;background:#fff!important;border-bottom:1px solid #f1f5f9;padding:8px 12px 10px;box-shadow:0 2px 8px #0000000a;position:sticky;top:0;z-index:1000}.sub-navbar{display:none!important}.mobile-app-header-container{display:flex;flex-direction:column;gap:8px;width:100%}.mobile-location-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;height:32px}.mobile-header-brand-logo{display:flex;align-items:center;flex-shrink:0;text-decoration:none}.mobile-location-pill{display:flex;align-items:center;justify-content:flex-end;gap:5px;cursor:pointer;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-size:.78rem;color:#1e293b;max-width:58%;background:#f8fafc;padding:4px 10px;border-radius:9999px;border:1px solid #e2e8f0;transition:all .2s ease}.mobile-location-pill:active{background:#f1f5f9}.mobile-location-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:600}.mobile-wallet-pill{display:flex;align-items:center;gap:6px;background:#f0fdf4;border:1px solid #bbf7d0;color:#166534;padding:3px 8px;border-radius:9999px;cursor:pointer;flex-shrink:0;box-shadow:0 1px 4px #16653414}.wallet-icon-circle{width:18px;height:18px;background:#dcfce7;border-radius:50%;display:grid;place-items:center}.mobile-search-actions-row{display:flex;align-items:center;gap:10px;width:100%}.mobile-search-bar{display:flex;align-items:center;flex:1;background:#fff;border:1.5px solid #e2e8f0;border-radius:9999px;padding:6px 10px;box-shadow:0 1px 4px #0000000a;min-width:0}.mobile-search-input{flex:1;border:none;outline:none;background:transparent;font-size:.86rem;color:#0f172a;min-width:0;padding:0 4px}.mobile-search-input::placeholder{color:#94a3b8}.mobile-search-tools{display:flex;align-items:center;gap:6px;flex-shrink:0}.mobile-tool-btn{background:none;border:none;padding:4px;display:grid;place-items:center;cursor:pointer}.mobile-header-actions{display:flex;align-items:center;gap:12px;flex-shrink:0}.mobile-action-link{color:#1e293b;text-decoration:none;display:grid;place-items:center;padding:2px}.bell-badge-dot{position:absolute;top:0;right:1px;width:7px;height:7px;background:#ef4444;border-radius:50%;border:1.5px solid #fff}.mobile-badge-count{position:absolute;top:-5px;right:-7px;background:#ff007f;color:#fff;font-size:.62rem;font-weight:800;width:16px;height:16px;border-radius:50%;display:grid;place-items:center;border:1.5px solid #fff}.mobile-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0a0e2799;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:99999;display:grid;place-items:center;padding:20px;animation:fadeIn .15s ease-out}.mobile-modal-card{background:#fff;border-radius:16px;width:100%;max-width:360px;box-shadow:0 20px 40px #0003;overflow:hidden;animation:slideUp .2s ease-out}.mobile-modal-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #f1f5f9}.mobile-modal-close{background:none;border:none;color:#64748b;cursor:pointer;padding:4px;display:grid;place-items:center}.mobile-app-bottom-nav{display:flex!important;position:fixed;bottom:0;left:0;right:0;background:#fff!important;border-top:1px solid #e2e8f0;box-shadow:0 -4px 16px #0000000f;justify-content:space-around;align-items:center;height:56px;z-index:1000;padding:0 4px;padding-bottom:env(safe-area-inset-bottom,0px)}.mobile-nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;text-decoration:none;flex:1;height:100%;position:relative}.mobile-nav-item.active:before{content:"";position:absolute;top:0;left:25%;right:25%;height:3px;background:#ff007f;border-radius:0 0 4px 4px}.mobile-nav-icon-wrap{display:grid;place-items:center;height:24px}.mobile-nav-label{font-size:.68rem;font-weight:700;letter-spacing:-.2px}.mobile-bag-badge{position:absolute;top:-4px;right:-8px;background:#ef4444;color:#fff;font-size:.62rem;font-weight:800;min-width:15px;height:15px;border-radius:9999px;display:grid;place-items:center;padding:0 3px;border:1.5px solid #fff}body{padding-bottom:60px}.floating-app-download-wrap{bottom:72px!important;right:16px!important}}.floating-app-download-wrap{position:fixed;bottom:20px;right:24px;z-index:9998}.mobile-only-home{display:none!important}.desktop-only-home{display:block!important}@media (max-width: 900px){.desktop-only-home{display:none!important}.mobile-only-home{display:block!important;background:#f8fafc}.mobile-home-container{display:flex;flex-direction:column;width:100%;overflow:visible}.mobile-dept-tabs-strip{display:flex;align-items:center;background:#fff!important;padding:6px 12px;border-bottom:1.5px solid #f1f5f9;gap:6px;position:relative;width:100%;z-index:995;box-shadow:0 2px 6px #00000005;transition:box-shadow .2s ease}.mobile-dept-tabs-strip.is-fixed{position:fixed!important;top:96px!important;left:0!important;right:0!important;width:100%!important;z-index:995!important;box-shadow:0 4px 14px #0000000f!important}.mobile-dept-tabs-spacer{height:48px;width:100%;flex-shrink:0}.mobile-dept-tab-btn{flex:1;padding:8px 4px;border-radius:9999px;border:1.5px solid transparent;background:transparent;color:#334155;font-size:.8rem;font-weight:800;cursor:pointer;text-align:center;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.mobile-dept-tab-btn.active{background:#fff!important;border:1.5px solid #ff007f!important;color:#0f172a!important;box-shadow:0 2px 8px #ff007f1f}.mobile-dept-grid-btn{width:34px;height:34px;border-radius:50%;background:#f1f5f9;display:grid;place-items:center;text-decoration:none;flex-shrink:0;transition:background .15s ease}.mobile-dept-grid-btn:hover{background:#e2e8f0}.mobile-stories-wrapper{background:#fff;padding:14px 0 10px;border-bottom:1px solid #f1f5f9;position:relative;z-index:1;margin-top:0}.mobile-stories-scroll{display:flex;gap:16px;overflow-x:auto;padding:0 16px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.mobile-stories-scroll::-webkit-scrollbar{display:none}.mobile-story-card{display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none;flex-shrink:0;width:64px}.mobile-story-avatar-wrap{width:58px;height:58px;border-radius:50%;padding:2px;background:#e2e8f0;display:grid;place-items:center;overflow:hidden;transition:transform .2s}.mobile-story-avatar-wrap.highlight{background:linear-gradient(135deg,#ff007f,#ec4899)}.mobile-story-img{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#fff}.mobile-story-name{font-size:.72rem;font-weight:700;color:#334155;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.mobile-story-name.highlight{color:#ff007f}.mobile-age-chips-wrap{display:flex;gap:8px;overflow-x:auto;padding:10px 16px;background:#fff;border-bottom:1px solid #f1f5f9}.mobile-age-chips-wrap::-webkit-scrollbar{display:none}.mobile-age-chip{padding:6px 14px;border-radius:9999px;border:1px solid #e2e8f0;background:#f8fafc;font-size:.76rem;font-weight:700;color:#475569;white-space:nowrap;cursor:pointer}.mobile-age-chip.active{background:#fff0f6;border-color:#ff007f;color:#ff007f}.mobile-hero-frame-wrap{padding:12px 14px;background:#f8fafc}.mobile-hero-sparkle-container{position:relative;border-radius:20px;padding:8px;background:linear-gradient(135deg,#e0f2fe,#dbeafe,#eff6ff);box-shadow:0 8px 24px #0000000f}.hero-sparkle{position:absolute;font-size:1.1rem;z-index:10;filter:drop-shadow(0 2px 4px rgba(234,179,8,.6));animation:sparklePulse 2s infinite ease-in-out}.hero-sparkle.top-left{top:-4px;left:-2px}.hero-sparkle.top-right{top:-4px;right:-2px}.hero-sparkle.bottom-left{bottom:-4px;left:-2px}.hero-sparkle.bottom-right{bottom:-4px;right:-2px}@keyframes sparklePulse{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(1.2);opacity:1}}.mobile-hero-banner-inner{display:block;position:relative;height:380px;border-radius:16px;overflow:hidden;text-decoration:none}.mobile-hero-img{width:100%;height:100%;object-fit:cover;object-position:top center}.mobile-hero-gradient-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(10,14,39,.88) 0%,rgba(10,14,39,.25) 50%,transparent 100%)}.mobile-hero-content{position:absolute;bottom:16px;left:16px;right:16px;color:#fff;display:flex;flex-direction:column;align-items:center;text-align:center}.mobile-hero-badge{background:#ff007f;color:#fff;font-size:.65rem;font-weight:900;letter-spacing:1px;padding:3px 8px;border-radius:4px;text-transform:uppercase;margin-bottom:6px}.mobile-hero-title{font-size:1.6rem;font-weight:900;margin:0 0 4px;color:#fff;line-height:1.15;font-family:var(--font-heading);text-shadow:0 2px 8px rgba(0,0,0,.5)}.mobile-hero-sub{font-size:.85rem;color:#f1f5f9;margin:0 0 10px;font-weight:600}.mobile-hero-brand-pill{background:#fffffff2;color:#0f172a;padding:6px 16px;border-radius:9999px;font-size:.78rem;font-weight:800;box-shadow:0 4px 12px #0003}.mobile-hero-dots{display:flex;justify-content:center;gap:6px;margin-top:10px}.mobile-dot{width:6px;height:6px;border-radius:50%;background:#cbd5e1;transition:all .2s}.mobile-dot.active{width:18px;border-radius:9999px;background:#ff007f}.mobile-powered-strip{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:10px;font-size:.72rem;color:#64748b;font-weight:700;letter-spacing:.5px}.powered-label{color:#94a3b8}.powered-brands{display:flex;align-items:center;gap:8px}.powered-brand-item{color:#0f172a;font-weight:800;display:inline-flex;align-items:center;gap:2px}.powered-sep{color:#cbd5e1;margin-left:6px}.mobile-offer-banner-strip{background:#fff;margin:8px 14px;padding:10px 14px;border-radius:12px;border:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;gap:12px;box-shadow:0 2px 6px #00000005}.bank-logos-group{display:flex;align-items:center;gap:6px}.bank-pill{padding:3px 8px;border-radius:4px;font-size:.7rem;font-weight:900}.bank-pill.hsbc{background:#fee2e2;color:#b91c1c}.bank-pill.yesbank{background:#dbeafe;color:#1e40af}.offer-text-group{text-align:right}.offer-headline{font-size:.78rem;font-weight:800;color:#0f172a}.offer-subline{font-size:.66rem;color:#64748b}.mobile-paylater-card{background:#fff;margin:4px 14px 12px;padding:12px 14px;border-radius:12px;border:1px solid #fed7aa;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#fffaf5,#fff)}.paylater-badge{background:#f59e0b;color:#fff;font-weight:900;font-size:.64rem;padding:4px 6px;border-radius:4px;line-height:1;text-align:center}.paylater-btn{background:#0f172a;color:#fff;border:none;padding:6px 10px;border-radius:6px;font-size:.72rem;font-weight:800;display:flex;align-items:center;gap:2px;cursor:pointer}.mobile-deals-section{padding:0 14px 20px}.mobile-deals-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px}.deal-card{border-radius:16px;padding:20px 14px;text-decoration:none;display:flex;flex-direction:column;justify-content:space-between;min-height:130px;position:relative;box-shadow:0 6px 18px #00000014}.deal-card.half-price-card{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.deal-card.mega-drop-card{background:linear-gradient(135deg,#0284c7,#0369a1);color:#fff}.deal-card-text{display:flex;flex-direction:column}.deal-title-bold{font-size:1.4rem;font-weight:900;line-height:1;letter-spacing:-.5px;color:#fff}.deal-title-outline{font-size:1.4rem;font-weight:900;line-height:1;letter-spacing:-.5px;color:#fde047}.deal-drop-badge{background:#ef4444;color:#fff;font-size:.65rem;font-weight:900;padding:2px 6px;border-radius:4px;align-self:flex-start;margin-bottom:4px}.deal-tag-pill{background:#fffffff2;color:#1e3a8a;font-size:.72rem;font-weight:800;padding:4px 10px;border-radius:9999px;align-self:flex-start;margin-top:12px}.deal-tag-pill.green{color:#065f46}.mobile-budget-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.budget-tag-badge{background:#fde047;color:#0f172a;font-size:.72rem;font-weight:900;padding:2px 6px;border-radius:4px}.mobile-budget-scroll{display:flex;gap:12px;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px}.mobile-budget-scroll::-webkit-scrollbar{display:none}.budget-deal-item{display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none;flex-shrink:0;width:82px}.budget-item-img-wrap{width:82px;height:94px;border-radius:12px;background:#fff;border:1px solid #e2e8f0;position:relative;overflow:hidden;display:grid;place-items:center}.budget-item-img{width:100%;height:100%;object-fit:cover}.budget-price-tag{position:absolute;bottom:4px;left:4px;right:4px;background:#0f172ad9;color:#fff;font-size:.65rem;font-weight:800;padding:2px;border-radius:4px;text-align:center}.budget-item-title{font-size:.72rem;font-weight:700;color:#334155;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.mobile-floating-reel-btn{position:fixed;bottom:74px;right:18px;width:46px;height:46px;border-radius:50%;background:#0f172a;border:2.5px solid #ffffff;box-shadow:0 8px 20px #00000059;display:grid;place-items:center;z-index:998;cursor:pointer;transition:transform .2s}.mobile-floating-reel-btn:active{transform:scale(.92)}.mobile-reel-modal-card{background:#0a0e27;border-radius:20px;width:100%;max-width:340px;overflow:hidden;position:relative;box-shadow:0 25px 50px -12px #00000080}.reel-modal-close-btn{position:absolute;top:12px;right:12px;background:#00000080;border:none;color:#fff;width:32px;height:32px;border-radius:50%;display:grid;place-items:center;z-index:20;cursor:pointer}.reel-video-wrap{position:relative;height:460px}.reel-video{width:100%;height:100%;object-fit:cover}.reel-overlay-content{position:absolute;bottom:0;left:0;right:0;padding:20px 16px 16px;background:linear-gradient(to top,rgba(10,14,39,.95) 0%,rgba(10,14,39,.6) 60%,transparent 100%)}.reel-brand-tag{background:#ff007f;color:#fff;font-size:.65rem;font-weight:800;padding:2px 6px;border-radius:4px;text-transform:uppercase}.reel-product-title{color:#fff;font-size:.95rem;font-weight:800;margin:6px 0 0;line-height:1.3}.mobile-categories-wrapper{display:block!important;width:100%}.desktop-categories-wrapper{display:none!important}.mobile-categories-top-bar{display:flex;align-items:center;justify-content:space-between;height:38px;width:100%}.mobile-categories-split-view{display:flex;flex-direction:row;height:calc(100vh - 114px);height:calc(100dvh - 114px);overflow:hidden;background:#fff;position:relative}.mobile-cat-left-rail{width:80px;height:100%;overflow-y:auto;background:#f8fafc;border-right:1px solid #e2e8f0;flex-shrink:0;display:flex;flex-direction:column;padding:8px 0 80px;-ms-overflow-style:none;scrollbar-width:none}.mobile-cat-left-rail::-webkit-scrollbar{display:none}.cat-rail-item{width:100%;background:none;border:none;padding:10px 4px;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;text-align:center;position:relative;transition:background .15s ease}.cat-rail-item.active{background:#fff}.cat-rail-item.active:before{content:"";position:absolute;left:0;top:6px;bottom:6px;width:3.5px;background:#ff007f;border-radius:0 4px 4px 0}.cat-rail-img-wrap{width:48px;height:48px;border-radius:12px;overflow:hidden;background:#f1f5f9;display:grid;place-items:center;border:1.5px solid transparent;transition:all .2s ease}.cat-rail-img-wrap.active-border{border-color:#ff007f;background:#fff0f7;box-shadow:0 2px 8px #ff007f33}.cat-rail-img{width:100%;height:100%;object-fit:cover}.cat-rail-label{font-size:10.5px;font-weight:500;color:#475569;line-height:1.2;white-space:pre-line;word-break:break-word}.cat-rail-label.active-text{color:#ff007f;font-weight:700}.mobile-cat-right-content{flex:1;height:100%;overflow-y:auto;background:#fff;padding:10px 10px 90px;-ms-overflow-style:none;scrollbar-width:none}.mobile-cat-right-content::-webkit-scrollbar{display:none}.cat-sub-pills-row{display:flex;gap:8px;overflow-x:auto;padding-bottom:8px;-ms-overflow-style:none;scrollbar-width:none}.cat-sub-pills-row::-webkit-scrollbar{display:none}.cat-sub-pill{display:flex;align-items:center;gap:6px;padding:4px 12px 4px 4px;border-radius:9999px;border:1px solid #e2e8f0;background:#f8fafc;font-size:11px;font-weight:600;color:#334155;white-space:nowrap;cursor:pointer;flex-shrink:0;position:relative;transition:all .2s ease}.cat-sub-pill.active{border-color:#ff007f;background:#fff0f7;color:#ff007f}.cat-sub-pill-thumb{width:24px;height:24px;border-radius:50%;object-fit:cover}.pill-active-notch{position:absolute;bottom:-7px;left:50%;transform:translate(-50%);width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid #ff007f}.cat-circular-chips-row{display:flex;gap:12px;overflow-x:auto;padding:10px 2px 14px;-ms-overflow-style:none;scrollbar-width:none}.cat-circular-chips-row::-webkit-scrollbar{display:none}.cat-circle-chip-item{background:none;border:none;display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;flex-shrink:0}.cat-circle-avatar{width:52px;height:52px;border-radius:50%;overflow:hidden;border:1.5px solid #e2e8f0;background:#f1f5f9;padding:2px;transition:border-color .2s ease}.cat-circle-avatar.active-ring{border-color:#ff007f}.cat-circle-img{width:100%;height:100%;object-fit:cover;border-radius:50%}.cat-circle-label{font-size:11px;font-weight:500;color:#475569;transition:color .2s ease}.cat-circle-label.active-label{color:#ff007f;font-weight:700}.cat-products-2col-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:6px}.cat-product-card{background:#fff;border-radius:10px;overflow:hidden;display:flex;flex-direction:column}.cat-card-image-wrap{position:relative;width:100%;aspect-ratio:3 / 4;border-radius:10px;overflow:hidden;background:#f1f5f9;cursor:pointer}.cat-card-image{width:100%;height:100%;object-fit:cover}.cat-card-heart-btn{position:absolute;top:6px;right:6px;background:#ffffffd9;border:none;border-radius:50%;width:28px;height:28px;display:grid;place-items:center;cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:0 1px 4px #0000001a}.cat-rating-pill{position:absolute;bottom:8px;left:8px;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:4px;padding:2px 6px;display:flex;align-items:center;gap:3px;font-size:10.5px;font-weight:700;color:#0f172a;box-shadow:0 1px 4px #0000001f}.cat-ad-badge{position:absolute;bottom:8px;left:8px;background:#0000008c;color:#fff;border-radius:3px;padding:1px 4px;font-size:9px;font-weight:700;letter-spacing:.5px}.cat-quick-add-btn{position:absolute;bottom:8px;right:8px;width:32px;height:32px;border-radius:50%;background:#fff;border:1.5px solid #ff007f;display:grid;place-items:center;cursor:pointer;box-shadow:0 2px 8px #ff007f40;transition:transform .15s ease}.cat-quick-add-btn:active{transform:scale(.92)}.cat-card-meta{padding:6px 2px 0}.cat-card-brand{font-size:11.5px;font-weight:800;color:#0a0e27;text-transform:uppercase;margin:0 0 2px;letter-spacing:.3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cat-card-title{font-size:10.5px;color:#64748b;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cat-card-pricing{display:flex;align-items:baseline;gap:5px;flex-wrap:wrap}.cat-card-orig{font-size:10px;color:#94a3b8;text-decoration:line-through}.cat-card-curr{font-size:12px;font-weight:800;color:#0a0e27}.cat-card-disc{font-size:10px;font-weight:800;color:#ea580c}.mobile-floating-sort-filter-bar{position:fixed;bottom:68px;left:50%;transform:translate(-50%);z-index:1050;background:#fff;border-radius:9999px;box-shadow:0 6px 22px #0000002e;border:1px solid #e2e8f0;display:flex;align-items:center;padding:6px 18px;gap:16px}.sort-filter-btn{background:none;border:none;display:flex;align-items:center;gap:6px;cursor:pointer;color:#0a0e27}.sort-filter-divider{width:1px;height:18px;background:#e2e8f0}.filter-active-dot{position:absolute;top:-3px;right:-4px;width:6px;height:6px;border-radius:50%;background:#ff007f}.mobile-bottom-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:2000;display:flex;align-items:flex-end}.mobile-bottom-modal-sheet{background:#fff;width:100%;border-radius:20px 20px 0 0;padding-bottom:24px;animation:slideUpSheet .25s cubic-bezier(.16,1,.3,1)}@keyframes slideUpSheet{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-handle{width:36px;height:4px;background:#cbd5e1;border-radius:9999px;margin:10px auto 4px}.sheet-header{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-bottom:1px solid #f1f5f9}.sheet-title{font-size:.95rem;font-weight:800;letter-spacing:.5px;color:#0a0e27}.sheet-close-btn{background:none;border:none;cursor:pointer;color:#64748b;padding:4px}.sheet-options-list{display:flex;flex-direction:column}.sheet-option-item{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border:none;background:none;border-bottom:1px solid #f8fafc;font-size:.9rem;font-weight:500;color:#1e293b;cursor:pointer;text-align:left}.sheet-option-item.active{font-weight:700;color:#ff007f;background:#fff0f7}.cart-page-grid{display:flex;flex-direction:column;gap:16px;padding-bottom:70px}.cart-items-column{display:flex;flex-direction:column;gap:12px}.cart-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:12px;display:flex;gap:12px;box-shadow:0 1px 4px #00000005;align-items:flex-start}.cart-item-image{width:82px;height:110px;object-fit:cover;border-radius:8px;flex-shrink:0;background:#f1f5f9}.mobile-cart-address-strip{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:12px 14px;margin-bottom:12px;gap:10px}.cart-coupon-banner{display:flex;align-items:center;justify-content:space-between;background:#fff1f6;border:1px dashed #f472b6;border-radius:12px;padding:10px 14px;margin-bottom:14px;gap:10px}.mobile-sticky-checkout-bar{display:flex;align-items:center;justify-content:space-between;position:fixed;bottom:58px;left:0;right:0;background:#fff;border-top:1px solid #e2e8f0;padding:10px 16px;z-index:990;box-shadow:0 -4px 16px #00000014}.wishlist-cards-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.step-desc{display:none}}.mobile-categories-wrapper{display:none}.desktop-categories-wrapper{display:block}.cart-page-grid{display:grid;grid-template-columns:1fr 380px;gap:28px}.cart-items-column{display:flex;flex-direction:column;gap:16px}.cart-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px;display:flex;gap:16px;box-shadow:var(--shadow-card);align-items:flex-start}.cart-item-image{width:90px;height:120px;object-fit:cover;border-radius:10px;flex-shrink:0;background:#f1f5f9}.mobile-cart-address-strip{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px 18px;margin-bottom:16px;gap:12px}.cart-coupon-banner{display:flex;align-items:center;justify-content:space-between;background:#fff1f6;border:1px dashed #f472b6;border-radius:14px;padding:12px 18px;margin-bottom:20px;gap:12px}.mobile-sticky-checkout-bar{display:none}.wishlist-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.wishlist-product-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 2px 8px #00000008}.wishlist-card-img-wrap{position:relative;width:100%;aspect-ratio:3 / 4;overflow:hidden;background:#f1f5f9}.wishlist-card-img{width:100%;height:100%;object-fit:cover}.wishlist-card-remove-btn{position:absolute;top:8px;right:8px;width:30px;height:30px;border-radius:50%;background:#ffffffe6;border:none;display:grid;place-items:center;cursor:pointer;box-shadow:0 1px 4px #00000026}.wishlist-rating-pill{position:absolute;bottom:8px;left:8px;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:4px;padding:2px 6px;display:flex;align-items:center;gap:3px;font-size:10px;font-weight:700;color:#0f172a}.wishlist-card-body{padding:12px;flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:10px}.wishlist-card-brand{font-size:10.5px;font-weight:800;color:#0a0e27;text-transform:uppercase;display:block}.wishlist-card-title{font-size:11.5px;line-height:1.3;color:#475569;margin:2px 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wishlist-card-pricing{display:flex;align-items:baseline;gap:6px;flex-wrap:wrap}.wishlist-card-curr{font-size:13px;font-weight:800;color:#0a0e27}.wishlist-card-orig{font-size:10.5px;color:#94a3b8;text-decoration:line-through}.wishlist-card-disc{font-size:10px;font-weight:800;color:#ea580c}.wishlist-move-bag-btn{width:100%;padding:9px;border-radius:9999px;background:#fff0f7;border:1.5px solid #ff007f;color:#ff007f;font-size:11px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:6px;cursor:pointer;transition:all .2s ease}.wishlist-move-bag-btn:hover{background:#ff007f;color:#fff}.orders-filter-tabs{display:flex;gap:8px;overflow-x:auto;padding-bottom:14px;scrollbar-width:none}.orders-filter-tabs::-webkit-scrollbar{display:none}.orders-filter-tab{padding:8px 16px;border-radius:9999px;border:1px solid #e2e8f0;background:#fff;color:#475569;font-size:.8rem;font-weight:700;white-space:nowrap;cursor:pointer;transition:all .2s ease}.orders-filter-tab.active{border-color:#ff007f;background:#fff0f7;color:#ff007f}.order-tracking-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:18px;box-shadow:0 2px 8px #00000008;display:flex;flex-direction:column;gap:14px}.order-card-header{display:flex;justify-content:space-between;align-items:flex-start;padding-bottom:12px;border-bottom:1px solid #f1f5f9}.order-otp-banner{background:#fff0f6;border:1.5px dashed #ff007f;border-radius:12px;padding:10px 14px;display:flex;align-items:center;justify-content:space-between;gap:10px}.order-otp-copy-btn{background:#fff;border:1px solid #ff007f;border-radius:6px;padding:4px 10px;display:flex;align-items:center;gap:4px;font-size:.72rem;font-weight:800;color:#ff007f;cursor:pointer;flex-shrink:0}.order-progress-tracker{position:relative;display:flex;justify-content:space-between;padding:10px 0;margin:6px 0}.progress-track-line{position:absolute;top:22px;left:24px;right:24px;height:3px;background:#e2e8f0;z-index:1}.progress-fill-line{height:100%;background:#ff007f;transition:width .3s ease}.progress-step-item{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;max-width:80px}.step-dot{width:24px;height:24px;border-radius:50%;background:#fff;border:2px solid #cbd5e1;display:grid;place-items:center;font-size:10px;font-weight:800;color:#64748b;margin-bottom:4px}.step-dot.completed{background:#ff007f;border-color:#ff007f;color:#fff}.step-dot.current{border-color:#ff007f;color:#ff007f;box-shadow:0 0 0 3px #ff007f33}.step-label{font-size:11px;font-weight:600;color:#64748b}.step-label.completed-text{color:#0a0e27;font-weight:700}.step-desc{font-size:9.5px;color:#94a3b8;margin-top:2px}.order-items-list{display:flex;flex-direction:column;gap:8px;background:#f8fafc;border-radius:10px;padding:10px 12px}.order-item-row{display:flex;align-items:center;gap:10px}.order-item-thumb{width:36px;height:44px;object-fit:cover;border-radius:6px;flex-shrink:0}.order-card-footer{display:flex;align-items:center;justify-content:space-between;border-top:1px solid #f1f5f9;padding-top:12px;flex-wrap:wrap;gap:10px}.order-action-btn{display:flex;align-items:center;gap:4px;border:1px solid #cbd5e1;background:#fff;border-radius:6px;padding:6px 12px;font-size:.76rem;font-weight:700;color:#334155;cursor:pointer}
