:root{--brand:#6f2d2b;--accent:#f47a2d;--ink:#201a18;--muted:#766d69;--bg:#fbf8f4;--card:#fff;--line:#eadfd8;--shadow:0 14px 40px rgba(62,31,23,.09);--r:24px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:"Anek Gujarati",ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink)}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}.topbar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;gap:14px;align-items:center;padding:10px 14px;background:rgba(251,248,244,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(234,223,216,.75)}.brand{display:flex;gap:10px;align-items:center;min-width:0}.logo{width:48px;height:48px;border-radius:50%;object-fit:cover;border:1px solid var(--line);background:#fff}.brand h1{font-size:14px;line-height:1.15;margin:0;max-width:180px}.brand p{font-size:11px;color:var(--muted);margin:3px 0 0}.top-actions{display:flex;gap:7px;flex:0 0 auto}.iconbtn{position:relative;width:38px;height:38px;border-radius:13px;border:1px solid var(--line);background:#fff;color:var(--brand);font-weight:800}.iconbtn span{position:absolute;top:-6px;right:-5px;background:var(--accent);color:#fff;border-radius:99px;font-size:9px;min-width:17px;height:17px;display:grid;place-items:center;padding:0 4px}main{max-width:1180px;margin:auto;padding:12px 14px 50px}.hero{border-radius:28px;overflow:hidden;background:linear-gradient(135deg,#fff2e8,#f7e6de);box-shadow:var(--shadow);min-height:190px}.hero img.poster{width:100%;aspect-ratio:16/7;object-fit:cover}.hero-fallback{min-height:210px;display:flex;align-items:center;justify-content:space-between;padding:26px;gap:18px;background:radial-gradient(circle at 90% 15%,rgba(244,122,45,.23),transparent 34%),linear-gradient(135deg,#fff,#fbefe6)}.hero-fallback span{font-size:12px;color:var(--accent);font-weight:800;letter-spacing:.08em;text-transform:uppercase}.hero-fallback h2{font-size:28px;line-height:1.02;margin:8px 0;color:var(--brand);max-width:460px}.hero-fallback p{font-size:13px;line-height:1.5;color:var(--muted);max-width:500px}.hero-fallback img{width:105px;height:105px;border-radius:50%;object-fit:cover;background:white;box-shadow:0 10px 30px rgba(111,45,43,.14)}.search-wrap{position:sticky;top:69px;z-index:15;padding:12px 0;background:linear-gradient(var(--bg) 70%,transparent)}.searchbox{display:flex;align-items:center;gap:9px;padding:8px 8px 8px 14px;border:1px solid var(--line);background:#fff;border-radius:18px;box-shadow:0 8px 24px rgba(62,31,23,.06)}.searchbox input{border:0;outline:0;min-width:0;flex:1;padding:8px 0;background:transparent}.searchbox button{border:0;background:var(--brand);color:#fff;border-radius:13px;padding:9px 13px}.section-title{display:flex;justify-content:space-between;align-items:end;margin:20px 2px 10px}.section-title small{color:var(--accent);text-transform:uppercase;letter-spacing:.12em;font-weight:800}.section-title h2{margin:3px 0 0;font-size:21px}.section-title span{font-size:12px;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.category-card{display:flex;align-items:center;gap:11px;padding:12px;border:1px solid var(--line);background:#fff;border-radius:20px;min-height:92px;text-align:left}.category-card img{width:60px;height:60px;border-radius:50%;object-fit:cover;background:#f6ece6}.category-card strong{display:block;font-size:13px}.category-card small{display:block;color:var(--muted);font-size:11px;margin-top:4px}.product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:11px}.product-card{border:1px solid var(--line);background:#fff;border-radius:21px;overflow:hidden;box-shadow:0 6px 22px rgba(62,31,23,.04)}.photo-wrap{position:relative;aspect-ratio:1/1;background:#f8f4f1}.photo-wrap img{width:100%;height:100%;object-fit:cover}.wish{position:absolute;right:8px;top:8px;width:34px;height:34px;border-radius:50%;border:0;background:rgba(255,255,255,.9);color:var(--brand);font-size:18px}.wish.active{background:var(--brand);color:#fff}.product-info{padding:11px}.product-info .meta{font-size:10px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.product-info h3{font-size:13px;margin:5px 0 7px;line-height:1.25}.price{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.price strong{font-size:15px}.price del{font-size:11px;color:#9c918c}.discount{font-size:9px;color:#fff;background:var(--accent);border-radius:7px;padding:3px 5px}.viewbtn{margin-top:10px;width:100%;border:1px solid var(--line);background:#fff;border-radius:12px;padding:9px;color:var(--brand);font-weight:700;font-size:12px}.loadmore{display:block;margin:18px auto 0;padding:11px 18px;border-radius:13px;border:1px solid var(--line);background:#fff}.empty{padding:30px;text-align:center;color:var(--muted)}.connect{margin-top:30px;padding:20px;border:1px solid var(--line);background:#fff;border-radius:24px}.connect h2{font-size:18px;margin:0 0 12px}.social-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px}.social-grid a{display:flex;flex-direction:column;gap:5px;align-items:center;text-decoration:none;color:var(--ink);padding:11px;border:1px solid var(--line);border-radius:14px;font-size:11px}.social-grid b{font-size:18px;color:var(--brand)}footer{max-width:1180px;margin:auto;padding:18px 14px 34px;display:flex;gap:12px;align-items:center;color:var(--muted)}footer img{width:45px;height:45px;border-radius:50%}footer strong,footer span,footer small{display:block}footer strong{font-size:13px;color:var(--ink)}footer span,footer small{font-size:10px;margin-top:2px}.drawer,.modal{position:fixed;inset:0;z-index:60;background:rgba(31,21,18,.45);display:none}.drawer.open,.modal.open{display:block}.drawer-card{position:absolute;left:0;right:0;bottom:0;background:#fff;border-radius:26px 26px 0 0;padding:18px;max-height:78vh;overflow:auto}.drawer-card.tall{max-height:88vh}.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head h3{margin:0}.close,.modal-close{border:0;background:#f5efeb;border-radius:50%;width:36px;height:36px;font-size:22px}.drawer-actions{display:grid;grid-template-columns:1fr 1.3fr;gap:8px;position:sticky;bottom:-18px;background:#fff;padding:12px 0 4px}.primary,.secondary{border-radius:14px;padding:12px;border:1px solid var(--line);font-weight:700}.primary{background:var(--brand);color:#fff}.secondary{background:#fff}.filter-group{margin-top:16px}.filter-group label{font-size:11px;color:var(--muted);display:block;margin-bottom:7px}.filter-group select{width:100%;padding:11px;border:1px solid var(--line);border-radius:12px;background:#fff}.modal{overflow:auto;padding:0}.modal-card{min-height:100%;background:var(--bg);max-width:760px;margin:auto;position:relative}.modal-close{position:fixed;top:14px;right:14px;z-index:75}.gallery-main{height:52vh;min-height:330px;background:#fff;display:grid;place-items:center;overflow:hidden}.gallery-main img{width:100%;height:100%;object-fit:contain}.thumbs{display:flex;gap:8px;overflow:auto;padding:10px 14px}.thumbs img{width:58px;height:58px;object-fit:cover;border-radius:11px;border:2px solid transparent}.thumbs img.active{border-color:var(--brand)}.detail-body{padding:14px}.detail-body h2{margin:4px 0 8px}.detail-meta{font-size:12px;color:var(--muted)}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:14px 0}.detail-item{background:#fff;border:1px solid var(--line);padding:10px;border-radius:12px}.detail-item small{display:block;color:var(--muted);font-size:10px}.detail-item strong{font-size:12px}.whatsapp{display:block;text-align:center;text-decoration:none;background:#1d8f51;color:#fff;padding:13px;border-radius:14px;font-weight:800}.selection-row{display:grid;grid-template-columns:54px 1fr auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.selection-row img{width:54px;height:54px;object-fit:cover;border-radius:12px}.selection-row button{border:0;background:transparent;color:#a33}.skeleton{background:linear-gradient(90deg,#f2ece8,#fbf7f4,#f2ece8);background-size:200% 100%;animation:sh 1.2s infinite}@keyframes sh{to{background-position:-200% 0}}@media(min-width:700px){.brand h1{font-size:16px;max-width:none}.category-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(4,1fr)}.social-grid{grid-template-columns:repeat(6,1fr)}.hero-fallback{padding:36px}.hero-fallback h2{font-size:42px}}@media(min-width:1050px){main{padding-top:18px}.category-grid{grid-template-columns:repeat(6,1fr)}.product-grid{grid-template-columns:repeat(6,1fr)}}

/* Krishna menu edition */
body{font-family:"Anek Gujarati",ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif!important}
.hero{position:relative;border:1px solid rgba(111,45,43,.08)}
.hero-fallback{min-height:220px;position:relative;isolation:isolate;background:radial-gradient(circle at 88% 15%,rgba(244,122,45,.18),transparent 31%),radial-gradient(circle at 7% 90%,rgba(111,45,43,.08),transparent 30%),linear-gradient(135deg,#fffdfb,#fbefe6)}
.hero-fallback:after{content:"";position:absolute;inset:15px;border:1px solid rgba(111,45,43,.10);border-radius:21px;pointer-events:none;z-index:-1}
.hero-copy{min-width:0}.hero-copy .eyebrow{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border:1px solid rgba(244,122,45,.22);border-radius:999px;background:rgba(255,255,255,.72);font-size:10px;letter-spacing:.12em}
.hero-fallback h2{font-size:29px;line-height:1.14;letter-spacing:-.02em;margin-top:12px}.hero-fallback p{font-size:13px;color:#6f2d2b;font-weight:650;margin:8px 0 0}.hero-pills{display:flex;flex-wrap:wrap;gap:6px;margin-top:15px}.hero-pills b{font-size:9px;font-weight:700;color:var(--muted);background:#fff;border:1px solid var(--line);border-radius:999px;padding:6px 8px}.hero-logo-wrap{flex:0 0 auto;padding:8px;border-radius:50%;background:rgba(255,255,255,.8);box-shadow:0 16px 40px rgba(111,45,43,.12)}.hero-logo-wrap img{width:98px;height:98px;border-radius:50%;object-fit:cover;box-shadow:none}
.section-title small{font-size:9px}.section-title h2{letter-spacing:-.02em}.category-grid{align-items:stretch}.category-card{position:relative;overflow:hidden;align-items:flex-start;min-height:122px;padding:13px;transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease}.category-card:after{content:"";position:absolute;width:68px;height:68px;border-radius:50%;right:-28px;bottom:-32px;background:rgba(244,122,45,.06)}.category-card:hover{transform:translateY(-1px);box-shadow:0 10px 28px rgba(62,31,23,.07)}.category-card.active{border-color:rgba(111,45,43,.42);box-shadow:0 0 0 2px rgba(111,45,43,.07),0 10px 28px rgba(62,31,23,.06)}.category-card img{width:58px;height:58px;flex:0 0 58px}.category-card span{min-width:0;padding-top:1px}.category-card em{display:block;font-style:normal;color:var(--accent);font-size:8.5px;line-height:1.25;margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:125px}.category-card strong{font-size:13px;line-height:1.25}.category-card small{font-size:10px}.category-all{background:linear-gradient(145deg,#fff,#fbf1e9)}.category-all strong{color:var(--brand)}
.product-card{transition:transform .18s ease,box-shadow .18s ease}.product-card:hover{transform:translateY(-1px);box-shadow:0 12px 28px rgba(62,31,23,.08)}.photo-wrap{overflow:hidden}.placeholder-photo img{object-fit:cover;filter:saturate(.92)}.category-ribbon{position:absolute;left:8px;bottom:8px;max-width:calc(100% - 16px);padding:5px 7px;border-radius:999px;background:rgba(255,255,255,.9);backdrop-filter:blur(6px);font-size:8px;font-weight:750;color:var(--brand);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;border:1px solid rgba(111,45,43,.08)}.product-info h3{font-size:14px;min-height:35px}.viewbtn{background:#fffaf7;border-color:#ead8ce}.product-skeleton{aspect-ratio:1/1.32;border-radius:21px;border:1px solid var(--line)}
.searchbox{transition:border-color .18s ease,box-shadow .18s ease}.searchbox:focus-within{border-color:rgba(111,45,43,.35);box-shadow:0 10px 28px rgba(111,45,43,.08)}
@media(max-width:390px){.hero-fallback{padding:22px 18px}.hero-fallback h2{font-size:25px}.hero-logo-wrap img{width:82px;height:82px}.category-card{min-height:116px;padding:11px;gap:9px}.category-card img{width:52px;height:52px;flex-basis:52px}.category-card em{max-width:105px}.top-actions{gap:5px}.iconbtn{width:36px;height:36px}}
@media(min-width:700px){.category-card{min-height:112px}.hero-logo-wrap img{width:120px;height:120px}.hero-fallback h2{font-size:43px}}

/* Anek Gujarati + bilingual catalogue */
html,body,button,input,select,textarea{font-family:"Anek Gujarati",ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif!important}
.product-info h3{font-weight:650}.english-name{margin:-3px 0 7px;color:var(--muted);font-size:10.5px;line-height:1.25;font-weight:500;letter-spacing:.01em}.detail-english{margin:-4px 0 10px;color:var(--muted);font-size:13px;font-weight:500}.search-lang{flex:0 0 auto;font-size:9px;font-weight:750;letter-spacing:.04em;color:var(--brand);background:#fbf0e9;border:1px solid rgba(111,45,43,.12);border-radius:999px;padding:4px 7px;white-space:nowrap}.searchbox input::placeholder{color:#9a8f89;opacity:1}.selection-row .en{display:block;color:var(--muted);font-size:10px;margin-top:2px}
.home-logo{display:block;flex:0 0 auto;border-radius:50%;text-decoration:none;touch-action:manipulation}.home-logo:focus-visible{outline:3px solid rgba(244,122,45,.35);outline-offset:3px}.product-card{cursor:pointer;touch-action:manipulation}.product-card:focus-visible{outline:3px solid rgba(111,45,43,.22);outline-offset:2px}.product-card:active{transform:scale(.992)}

/* Mobile UX: prevent accidental word selection / Chrome Tap-to-Search on catalogue UI.
   Search/form fields remain selectable/editable. */
html, body, #app, .topbar, main, footer, .hero, .hero *, .section-title, .section-title *,
.category-grid, .category-card, .category-card *, .product-grid, .product-card, .product-card *,
.connect, .connect *, .drawer, .drawer *, .modal, .modal * {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

input, textarea, [contenteditable="true"] {
  -webkit-user-select: text !important;
  user-select: text !important;
  -webkit-touch-callout: default;
}

button, a, .category-card, .product-card, .iconbtn, .viewbtn, .wish {
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
}


/* Product gallery slider + fullscreen zoom viewer */
#productsSection{scroll-margin-top:148px}.gallery-main{position:relative;touch-action:pan-y;cursor:zoom-in}.gallery-main>img{pointer-events:none}.gallery-counter{position:absolute;left:12px;bottom:12px;z-index:3;padding:6px 9px;border-radius:999px;background:rgba(32,26,24,.72);color:#fff;font-size:10px;font-weight:700;backdrop-filter:blur(8px)}.gallery-expand{position:absolute;right:12px;top:12px;z-index:4;width:40px;height:40px;border:0;border-radius:13px;background:rgba(255,255,255,.92);color:var(--brand);font-size:19px;font-weight:800;box-shadow:0 5px 18px rgba(0,0,0,.08)}.gallery-nav{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:42px;height:48px;border:0;border-radius:15px;background:rgba(255,255,255,.9);color:var(--brand);font-size:32px;line-height:1;box-shadow:0 7px 20px rgba(0,0,0,.08)}.gallery-prev{left:10px}.gallery-next{right:10px}.thumbs{scroll-snap-type:x proximity}.thumbs img{cursor:pointer;scroll-snap-align:center;flex:0 0 58px}.thumbs img.active{border-color:var(--brand);box-shadow:0 0 0 2px rgba(111,45,43,.08)}
.image-viewer{position:fixed;inset:0;z-index:120;background:#080706;display:none;overflow:hidden;color:#fff}.image-viewer.open{display:block}.image-viewer-top{position:absolute;z-index:125;top:0;left:0;right:0;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;padding:max(12px,env(safe-area-inset-top)) 14px 12px;background:linear-gradient(rgba(0,0,0,.72),rgba(0,0,0,0))}.viewer-btn{border:1px solid rgba(255,255,255,.16);background:rgba(255,255,255,.11);color:#fff;border-radius:12px;min-width:42px;height:42px;padding:0 11px;font-weight:800;font-size:20px;backdrop-filter:blur(10px)}.viewer-close{font-size:28px}.viewer-counter{text-align:center;font-size:12px;font-weight:700;letter-spacing:.04em}.viewer-tools{display:flex;gap:6px}.viewer-reset{font-size:11px;min-width:58px}.image-viewer-stage{position:absolute;inset:0;display:grid;place-items:center;overflow:hidden;touch-action:none;cursor:grab}.image-viewer-stage:active{cursor:grabbing}.image-viewer-stage img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transform-origin:center center;will-change:transform;user-select:none;-webkit-user-drag:none;pointer-events:none}.viewer-arrow{position:absolute;z-index:124;top:50%;transform:translateY(-50%);width:50px;height:64px;border:0;border-radius:16px;background:rgba(255,255,255,.1);color:#fff;font-size:44px;line-height:1;backdrop-filter:blur(8px)}.viewer-prev{left:12px}.viewer-next{right:12px}.viewer-hint{position:absolute;z-index:124;left:50%;bottom:max(18px,env(safe-area-inset-bottom));transform:translateX(-50%);padding:7px 11px;border-radius:999px;background:rgba(0,0,0,.48);font-size:10px;color:rgba(255,255,255,.82);white-space:nowrap}.scanera-credit{max-width:1180px;margin:-12px auto 0;padding:0 14px 30px;text-align:center;color:#8b7b74;font-size:11px;font-weight:600}.scanera-credit span{padding:0 5px;color:#c6b7ae}.scanera-credit a{color:var(--brand);text-decoration:none;font-weight:800}.scanera-credit a:active{text-decoration:underline}
@media(max-width:600px){.gallery-nav{width:38px;height:44px;font-size:28px}.viewer-arrow{width:42px;height:58px;font-size:38px}.viewer-tools{gap:4px}.viewer-btn{min-width:38px;height:38px;padding:0 8px}.viewer-reset{min-width:50px}.viewer-hint{font-size:9px}}
