:root{--yellow:#ffd31c;--yellow-soft:#fff7c8;--green:#22ad3c;--navy:#0a1a28;--blue:#0c4c9b;--ink:#121820;--muted:#6d7480;--line:#e7e9ed;--surface:#fff;--bg:#f7f7f4;--radius:22px;--shadow:0 18px 55px rgba(12,27,39,.09);--safe-bottom:env(safe-area-inset-bottom,0px)}
[hidden]{display:none!important}
*{box-sizing:border-box}html{scroll-behavior:smooth;background:var(--bg)}body{margin:0;color:var(--ink);background:var(--bg);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.content-pad{width:min(1160px,100%);margin:auto;padding-left:18px;padding-right:18px}.topbar{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:9px max(14px,calc((100vw - 1160px)/2));background:rgba(247,247,244,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(10,26,40,.06)}.brand-lockup{display:flex;align-items:center;gap:10px;min-width:0}.brand-logo{width:46px;height:46px;border-radius:50%;object-fit:contain;background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.08);flex:0 0 auto}.brand-copy{min-width:0;display:grid;gap:2px}.brand-copy strong{font-size:15px;line-height:1.1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:155px}.brand-copy span{font-size:10px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.top-actions{display:flex;gap:4px}.icon-btn{width:40px;height:40px;border:0;background:transparent;border-radius:50%;display:grid;place-items:center;position:relative;color:var(--ink)}.icon-btn:hover{background:#fff}.icon-btn svg{width:20px;height:20px}.icon-btn b{position:absolute;right:0;top:1px;background:var(--navy);color:#fff;font-size:9px;min-width:16px;height:16px;border-radius:9px;padding:0 4px;display:grid;place-items:center;border:2px solid var(--bg)}.hero-wrap{width:min(1200px,100%);margin:auto;padding:14px 14px 0}.poster{position:relative;min-height:205px;overflow:hidden;border-radius:28px;box-shadow:var(--shadow);background:#fff;animation:heroReveal .55s cubic-bezier(.2,.8,.2,1) both}.poster.custom{background:#fff}.poster.custom>img{width:100%;height:auto;max-height:440px;object-fit:cover;display:block}.fallback-poster{display:flex;align-items:center;gap:18px;padding:26px 24px;background:linear-gradient(120deg,#fffbed,#fff 55%,#f1f8ee);isolation:isolate}.fallback-poster:after{content:"";position:absolute;inset:auto -50px -80px auto;width:240px;height:240px;border:42px solid rgba(255,211,28,.35);border-radius:50%;z-index:-1}.poster-glow{position:absolute;width:260px;height:260px;left:-100px;top:-120px;background:radial-gradient(circle,rgba(34,173,60,.18),transparent 68%);z-index:-1}.fallback-poster img{width:112px;height:112px;object-fit:contain;border-radius:50%;clip-path:circle(50% at 50% 50%);filter:drop-shadow(0 10px 18px rgba(0,0,0,.08))}.fallback-poster h1{font-size:clamp(24px,6vw,44px);line-height:1.03;margin:5px 0 8px;max-width:560px}.fallback-poster p{font-size:13px;line-height:1.6;color:var(--muted);margin:0;max-width:480px}.eyebrow,.kicker{font-size:10px;font-weight:800;letter-spacing:.14em;text-transform:uppercase;color:var(--green)}.search-section{display:grid;grid-template-columns:1fr auto;gap:10px;padding-top:18px}.searchbox{height:52px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);background:#fff;border-radius:17px;padding:0 13px;box-shadow:0 4px 18px rgba(10,26,40,.04)}.searchbox>span svg{width:20px;height:20px;color:#727985}.searchbox input{flex:1;min-width:0;border:0;outline:0;background:transparent;font-size:14px}.clear-btn{border:0;background:transparent;color:#858b94;font-size:24px;line-height:1;visibility:hidden}.clear-btn.show{visibility:visible}.filter-btn{height:52px;min-width:52px;border:1px solid var(--line);background:#fff;border-radius:17px;padding:0 14px;display:flex;align-items:center;gap:8px;font-size:13px;font-weight:750}.filter-btn svg{width:19px;height:19px}.filter-btn b{background:var(--navy);color:#fff;border-radius:10px;padding:2px 6px;font-size:10px}.category-section,.products-section{padding-top:26px}.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:14px}.section-head h2{margin:3px 0 0;font-size:21px;letter-spacing:-.025em}.text-btn{border:0;background:transparent;color:var(--blue);font-weight:700;font-size:12px;padding:8px}.muted{font-size:12px;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-card{display:flex;align-items:center;gap:11px;text-align:left;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;min-width:0;transition:transform .22s cubic-bezier(.2,.8,.2,1),box-shadow .22s ease,border-color .22s ease;animation:softReveal .38s ease both}.category-card:active{transform:scale(.985)}.category-card.active{border-color:rgba(34,173,60,.45);box-shadow:0 8px 24px rgba(34,173,60,.09)}.category-img{width:66px;height:66px;border-radius:50%;object-fit:cover;flex:0 0 auto;background:var(--yellow-soft)}.category-info{min-width:0}.category-info strong{display:block;font-size:13px;line-height:1.25}.category-info span{display:block;margin-top:5px;color:var(--muted);font-size:10px}.chips{display:flex;gap:7px;overflow:auto;padding:0 0 10px;scrollbar-width:none}.chips::-webkit-scrollbar{display:none}.chip{border:1px solid var(--line);background:#fff;border-radius:20px;padding:7px 10px;font-size:11px;white-space:nowrap}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{position:relative;background:#fff;border:1px solid rgba(10,26,40,.075);border-radius:20px;overflow:hidden;min-width:0;box-shadow:0 8px 26px rgba(10,26,40,.045);transition:transform .25s cubic-bezier(.2,.8,.2,1),box-shadow .25s ease,border-color .25s ease;animation:cardReveal .46s cubic-bezier(.2,.8,.2,1) both;animation-delay:min(calc(var(--i,0)*35ms),280ms);content-visibility:auto;contain-intrinsic-size:320px}.product-card:active{transform:scale(.985)}.product-photo{aspect-ratio:1/1;background:linear-gradient(145deg,#f2f3ef,#fafaf8);display:grid;place-items:center;overflow:hidden;position:relative}.product-photo img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.2,.8,.2,1),filter .3s ease}.product-photo .no-image{display:grid;place-items:center;color:#9aa0a7}.no-image svg{width:30px;height:30px}.shortlist-card{position:absolute;right:8px;top:8px;width:34px;height:34px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.92);box-shadow:0 4px 14px rgba(0,0,0,.08);z-index:2}.shortlist-card svg{width:17px;height:17px}.shortlist-card.active{color:#fff;background:var(--navy)}.product-info{padding:11px}.product-meta{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-info h3{font-size:13px;line-height:1.35;margin:5px 0 4px;min-height:35px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-code{font-size:10px;color:var(--muted)}.card-price{margin-top:7px;display:flex;align-items:baseline;gap:5px;flex-wrap:wrap}.offer{font-size:14px;font-weight:850}.mrp{text-decoration:line-through;color:#858b94;font-size:10px}.discount{font-size:9px;font-weight:800;color:var(--green);background:#eff8ef;padding:3px 5px;border-radius:7px}.view-link{margin-top:10px;width:100%;min-height:38px;border:0;background:#f2f5f2;border-radius:12px;padding:0 11px;display:flex;align-items:center;justify-content:space-between;font-size:10px;font-weight:850;color:var(--navy);letter-spacing:.01em;transition:background .2s ease,transform .2s ease}.view-link svg{width:14px;transition:transform .2s ease}.view-link:active{transform:scale(.98);background:#e9eee9}.empty-state{text-align:center;padding:52px 20px 20px}.empty-icon{width:62px;height:62px;border-radius:50%;margin:auto;background:#fff;display:grid;place-items:center;border:1px solid var(--line)}.empty-icon svg{width:28px}.empty-state h3{font-size:16px;margin:14px 0 5px}.empty-state p{font-size:12px;color:var(--muted);margin:0}.load-more{margin:22px auto 0;border:0;background:var(--navy);color:#fff;border-radius:999px;padding:12px 18px 12px 20px;font-size:11px;font-weight:850;display:flex;align-items:center;gap:10px;box-shadow:0 10px 24px rgba(10,26,40,.16);transition:transform .2s ease,box-shadow .2s ease}.load-more i{width:24px;height:24px;border-radius:50%;background:rgba(255,255,255,.12);display:grid;place-items:center;font-style:normal;font-size:13px}.load-more:active{transform:scale(.97)}.catalogue-loader{min-height:68px;margin:8px 0 0;display:flex;align-items:center;justify-content:center;gap:6px;color:var(--muted);font-size:10px}.catalogue-loader span{width:6px;height:6px;border-radius:50%;background:var(--navy);animation:loaderDot 1s ease-in-out infinite}.catalogue-loader span:nth-child(2){animation-delay:.12s}.catalogue-loader span:nth-child(3){animation-delay:.24s}.catalogue-loader b{margin-left:5px;font-weight:700}.skeleton{background:linear-gradient(90deg,#eeefed 25%,#f7f7f6 37%,#eeefed 63%);background-size:400% 100%;animation:shimmer 1.3s infinite}@keyframes shimmer{0%{background-position:100% 0}100%{background-position:-100% 0}}@keyframes loaderDot{0%,60%,100%{transform:translateY(0);opacity:.35}30%{transform:translateY(-4px);opacity:1}}@keyframes cardReveal{from{opacity:0;transform:translateY(10px) scale(.985)}to{opacity:1;transform:none}}.connect-section{padding-top:40px;padding-bottom:24px}.connect-card{padding:24px;border-radius:26px;background:var(--navy);color:#fff;overflow:hidden;position:relative}.connect-card:after{content:"";position:absolute;width:180px;height:180px;border:30px solid rgba(255,211,28,.16);border-radius:50%;right:-70px;top:-75px}.connect-card h2{margin:5px 0 18px;font-size:22px}.connect-card .kicker{color:var(--yellow)}.social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;position:relative;z-index:1}.social-link{min-height:76px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.06);border-radius:16px;text-decoration:none;color:#fff;display:grid;place-items:center;align-content:center;gap:7px;font-size:10px;font-weight:700}.social-link svg{width:21px;height:21px}.footer{display:flex;align-items:center;gap:10px;padding-top:12px;padding-bottom:calc(30px + var(--safe-bottom));border-top:1px solid var(--line)}.footer img{width:40px;height:40px;border-radius:50%;object-fit:contain}.footer div{min-width:0;display:grid}.footer strong{font-size:12px}.footer span{font-size:9px;color:var(--muted)}.footer small{margin-left:auto;font-size:9px;color:var(--muted)}.floating-selection{position:fixed;z-index:25;left:50%;transform:translateX(-50%);bottom:calc(14px + var(--safe-bottom));border:0;border-radius:18px;background:var(--navy);color:#fff;box-shadow:0 14px 38px rgba(10,26,40,.28);padding:12px 16px;display:flex;align-items:center;gap:9px;font-size:12px;font-weight:750}.floating-selection svg{width:17px;height:17px}.floating-selection span:last-child svg{width:13px}.sheet-modal{position:fixed;inset:0;z-index:70;visibility:hidden;opacity:0;transition:.2s ease}.sheet-modal.open{visibility:visible;opacity:1}.sheet-backdrop{position:absolute;inset:0;background:rgba(3,10,15,.55);backdrop-filter:blur(3px)}.bottom-sheet,.product-sheet{position:absolute;background:#fff;box-shadow:0 -20px 80px rgba(0,0,0,.18);transition:transform .27s cubic-bezier(.2,.8,.2,1)}.bottom-sheet{left:0;right:0;bottom:0;border-radius:26px 26px 0 0;max-height:88vh;overflow:auto;padding:10px 18px calc(18px + var(--safe-bottom));transform:translateY(105%)}.sheet-modal.open .bottom-sheet{transform:translateY(0)}.product-sheet{inset:0;overflow:auto;transform:translateY(20px) scale(.99)}.sheet-modal.open .product-sheet{transform:none}.sheet-handle{width:42px;height:4px;border-radius:4px;background:#d9dce0;margin:0 auto 10px}.product-sheet>.sheet-handle{display:none}.round-close{width:38px;height:38px;border:1px solid var(--line);background:rgba(255,255,255,.94);border-radius:50%;font-size:23px;line-height:1;display:grid;place-items:center}.product-sheet>.round-close{position:fixed;z-index:5;top:max(12px,env(safe-area-inset-top));right:12px}.gallery{position:relative;background:#f1f2ef;min-height:44vh;display:grid;place-items:center;overflow:hidden}.gallery-stage{width:100%;height:55vh;max-height:620px;display:flex;overflow:auto;scroll-snap-type:x mandatory;scrollbar-width:none}.gallery-stage::-webkit-scrollbar{display:none}.gallery-slide{min-width:100%;height:100%;scroll-snap-align:center;display:grid;place-items:center}.gallery-slide img{width:100%;height:100%;object-fit:contain;user-select:none}.gallery-empty{color:#91979e}.gallery-empty svg{width:50px;height:50px}.gallery-nav,.fs-nav{position:absolute;top:50%;transform:translateY(-50%);border:0;background:rgba(255,255,255,.9);width:38px;height:38px;border-radius:50%;font-size:27px;display:grid;place-items:center;box-shadow:0 6px 20px rgba(0,0,0,.12)}.gallery-nav.prev{left:10px}.gallery-nav.next{right:10px}.gallery-counter{position:absolute;bottom:11px;left:50%;transform:translateX(-50%);background:rgba(10,26,40,.82);color:#fff;padding:5px 9px;border-radius:12px;font-size:10px}.gallery-full{position:absolute;bottom:10px;right:10px;width:36px;height:36px;border:0;border-radius:50%;background:rgba(255,255,255,.92);display:grid;place-items:center}.gallery-full svg{width:17px}.thumbs{display:flex;gap:7px;overflow:auto;padding:10px 14px;background:#fff}.thumbs button{width:54px;height:54px;flex:0 0 auto;border:2px solid transparent;background:#f3f3f1;border-radius:10px;overflow:hidden;padding:0}.thumbs button.active{border-color:var(--navy)}.thumbs img{width:100%;height:100%;object-fit:cover}.product-detail-body{padding:14px 18px 30px}.detail-topline{display:flex;justify-content:space-between;align-items:center;gap:10px}.pill{display:inline-flex;border-radius:20px;padding:6px 9px;background:var(--yellow-soft);font-size:9px;font-weight:800}.shortlist-detail{border:1px solid var(--line);background:#fff;border-radius:20px;padding:7px 10px;font-size:10px;display:flex;align-items:center;gap:5px}.shortlist-detail.active{background:var(--navy);color:#fff;border-color:var(--navy)}.shortlist-detail svg{width:15px}.product-detail-body h1{font-size:25px;line-height:1.12;letter-spacing:-.03em;margin:12px 0 5px}.product-code{color:var(--muted);font-size:11px}.detail-price{margin:17px 0;display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.detail-price .offer{font-size:24px}.detail-price .mrp{font-size:13px}.detail-price .discount{font-size:10px}.spec-list{border-top:1px solid var(--line)}.spec-row{display:grid;grid-template-columns:110px 1fr;gap:12px;padding:11px 0;border-bottom:1px solid var(--line);font-size:12px}.spec-row span:first-child{color:var(--muted)}.spec-row span:last-child{font-weight:650}.description{font-size:13px;line-height:1.7;color:#4c535b;padding:15px 0}.detail-actions{display:grid;grid-template-columns:1fr auto;gap:8px;position:sticky;bottom:0;background:#fff;padding:8px 0 calc(8px + var(--safe-bottom))}.wa-primary,.primary-btn,.secondary-btn{border-radius:14px;min-height:48px;padding:0 15px;font-size:12px;font-weight:800;display:flex;align-items:center;justify-content:center;gap:7px}.wa-primary{border:0;background:#128c4a;color:#fff}.wa-primary svg{width:19px}.primary-btn{border:0;background:var(--navy);color:#fff}.secondary-btn{border:1px solid var(--line);background:#fff;color:var(--ink)}.secondary-btn svg{width:17px}.sheet-title{display:flex;justify-content:space-between;align-items:center;padding:2px 0 12px}.sheet-title h2{margin:3px 0 0;font-size:21px}.selection-list{display:grid;gap:9px;max-height:58vh;overflow:auto}.selection-item{display:grid;grid-template-columns:62px 1fr auto;gap:10px;align-items:center;border:1px solid var(--line);border-radius:15px;padding:8px}.selection-item img,.selection-placeholder{width:62px;height:62px;border-radius:10px;object-fit:cover;background:#f2f3f0;display:grid;place-items:center}.selection-item strong{font-size:12px;display:block}.selection-item span{font-size:10px;color:var(--muted)}.selection-item button{width:34px;height:34px;border:0;border-radius:50%;background:#f5f5f3;font-size:20px}.selection-footer{display:grid;grid-template-columns:auto 1fr;gap:8px;position:sticky;bottom:0;background:#fff;padding-top:12px}.filter-fields{display:grid;gap:13px;padding-bottom:8px}.filter-fields label{display:grid;gap:6px;font-size:11px;font-weight:750}.filter-fields select{width:100%;height:46px;border:1px solid var(--line);border-radius:13px;background:#fff;padding:0 11px;outline:none}.filter-fields .check-row{display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:13px;padding:13px}.check-row input{width:18px;height:18px}.fullscreen-gallery{position:fixed;inset:0;background:#050607;z-index:100;color:#fff;touch-action:none}.fs-top{position:absolute;z-index:4;left:0;right:0;top:0;padding:calc(12px + env(safe-area-inset-top)) 14px 12px;display:flex;justify-content:space-between;align-items:center;background:linear-gradient(#0009,transparent)}.fs-top button{width:40px;height:40px;border:0;border-radius:50%;font-size:25px;background:#ffffff18;color:#fff}.fs-stage{width:100%;height:100%;display:grid;place-items:center;overflow:hidden}.fs-stage img{max-width:100%;max-height:100%;object-fit:contain;transform-origin:center;will-change:transform;user-select:none;-webkit-user-drag:none}.fs-controls{position:absolute;z-index:4;bottom:calc(18px + var(--safe-bottom));left:50%;transform:translateX(-50%);display:flex;background:#ffffff18;backdrop-filter:blur(10px);border-radius:16px;overflow:hidden}.fs-controls button{height:43px;min-width:50px;border:0;border-right:1px solid #ffffff18;background:transparent;color:#fff;font-size:16px}.fs-controls button:nth-child(2){font-size:10px;min-width:62px}.fs-nav{background:#ffffff1c;color:#fff}.fs-nav.prev{left:10px}.fs-nav.next{right:10px}.toast{position:fixed;z-index:120;left:50%;bottom:calc(20px + var(--safe-bottom));transform:translate(-50%,20px);background:#111820;color:#fff;border-radius:13px;padding:10px 14px;font-size:11px;box-shadow:0 10px 30px #0003;opacity:0;pointer-events:none;transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}body.modal-open{overflow:hidden}

@media(hover:hover){.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 42px rgba(10,26,40,.09);border-color:rgba(10,26,40,.12)}.product-card:hover .product-photo img{transform:scale(1.035)}.product-card:hover .view-link{background:var(--navy);color:#fff}.product-card:hover .view-link svg{transform:translateX(2px)}.category-card:hover{transform:translateY(-2px);box-shadow:0 10px 26px rgba(10,26,40,.06)}}
@keyframes heroReveal{from{opacity:0;transform:translateY(8px) scale(.995)}to{opacity:1;transform:none}}@keyframes softReveal{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
@media(min-width:700px){.brand-copy strong{max-width:280px}.hero-wrap{padding-top:20px}.poster{min-height:320px}.fallback-poster{padding:45px 55px}.fallback-poster img{width:180px;height:180px}.category-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}.product-sheet{inset:5vh max(40px,calc((100vw - 1000px)/2));border-radius:28px;max-height:90vh;display:grid;grid-template-columns:1.1fr .9fr;overflow:hidden}.product-sheet>.sheet-handle{display:none}.gallery{min-height:90vh}.gallery-stage{height:90vh}.thumbs{position:absolute;left:14px;bottom:16px;max-width:48%;background:transparent;z-index:4}.product-detail-body{overflow:auto;padding:54px 28px 30px}.product-sheet>.round-close{position:absolute;top:12px;right:12px}.detail-actions{bottom:0}.selection-sheet,.filter-sheet{left:50%;right:auto;width:min(620px,100%);transform:translate(-50%,105%)}.sheet-modal.open .selection-sheet,.sheet-modal.open .filter-sheet{transform:translate(-50%,0)}}
@media(min-width:1024px){.product-grid{grid-template-columns:repeat(4,1fr)}.social-grid{grid-template-columns:repeat(6,1fr)}.category-card{padding:12px}}
@media(max-width:390px){.filter-btn span:nth-child(2){display:none}.filter-btn{padding:0;width:52px;justify-content:center}.fallback-poster{padding:22px 18px}.fallback-poster img{width:92px;height:92px}.fallback-poster p{font-size:11px}.category-img{width:58px;height:58px}.category-card{gap:8px}.category-info strong{font-size:12px}}
