:root{
  --bg:#f6f6f4;--surface:#fff;--surface2:#fbfbfa;--text:#171717;--muted:#6c6c6c;--line:#e6e5e2;
  --accent:#d71920;--accent-dark:#a80e14;--black:#111;--radius:22px;--shadow:0 18px 50px rgba(16,16,16,.08);
  --safe-b:env(safe-area-inset-bottom,0px)
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{cursor:pointer}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.hidden{display:none!important}.muted{color:var(--muted)}.eyebrow{font-size:11px;letter-spacing:.14em;text-transform:uppercase;font-weight:800;color:var(--muted)}
.shell{width:min(1180px,100%);margin:0 auto;padding:0 16px 92px}.sticky-header{position:sticky;top:0;z-index:30;background:rgba(246,246,244,.92);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,.05)}.header-inner{width:min(1180px,100%);margin:auto;display:flex;align-items:center;gap:12px;padding:10px 16px}.brand{display:flex;align-items:center;gap:10px;min-width:0;flex:1}.brand-logo{width:74px;height:42px;object-fit:contain;border-radius:10px;background:#fff;padding:3px;border:1px solid var(--line)}.brand-copy{min-width:0}.brand-name{font-size:14px;font-weight:850;line-height:1.2;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.brand-sub{font-size:10px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.header-actions{display:flex;align-items:center;gap:7px}.icon-btn{width:42px;height:42px;border-radius:14px;border:1px solid var(--line);background:#fff;display:grid;place-items:center;box-shadow:0 5px 20px rgba(0,0,0,.03);position:relative}.icon-btn svg{width:19px;height:19px}.badge{position:absolute;right:-3px;top:-4px;background:var(--accent);color:#fff;min-width:18px;height:18px;border-radius:999px;display:grid;place-items:center;font-size:10px;font-weight:900;padding:0 4px}
.poster{margin:16px 0 18px;border-radius:28px;overflow:hidden;background:#111;min-height:172px;position:relative;box-shadow:var(--shadow)}.poster img{width:100%;aspect-ratio:16/7;object-fit:cover}.poster-fallback{min-height:190px;padding:26px;display:flex;align-items:flex-end;background:radial-gradient(circle at 88% 8%,rgba(215,25,32,.45),transparent 34%),linear-gradient(135deg,#090909,#242424);color:#fff}.poster-fallback img{width:132px;height:auto;filter:none;background:#fff;border-radius:12px;padding:8px;margin-bottom:18px}.poster-title{font-size:30px;line-height:1.05;font-weight:900;letter-spacing:-.035em;max-width:500px}.poster-sub{font-size:13px;color:#d4d4d4;max-width:520px;margin-top:8px;line-height:1.5}
.search-row{display:flex;gap:10px;position:relative;margin-bottom:20px}.searchbox{flex:1;position:relative}.searchbox input{width:100%;height:52px;border-radius:18px;border:1px solid var(--line);background:#fff;padding:0 48px 0 44px;outline:none;box-shadow:0 8px 28px rgba(0,0,0,.035);font-size:14px}.searchbox input:focus{border-color:#bbb;box-shadow:0 0 0 4px rgba(0,0,0,.04)}.searchbox .lead{position:absolute;left:15px;top:50%;transform:translateY(-50%);width:18px;color:var(--muted)}.clear-search{position:absolute;right:10px;top:50%;transform:translateY(-50%);border:0;background:#f0f0ef;width:30px;height:30px;border-radius:50%;display:grid;place-items:center;color:#777}.filter-btn{height:52px;min-width:52px;border:1px solid var(--line);background:#fff;border-radius:18px;padding:0 15px;display:flex;gap:8px;align-items:center;font-weight:750}.filter-btn svg{width:18px}.active-dot{width:7px;height:7px;border-radius:50%;background:var(--accent)}
.section-head{display:flex;align-items:end;justify-content:space-between;gap:12px;margin:24px 0 12px}.section-title{font-size:20px;font-weight:900;letter-spacing:-.025em}.section-meta{font-size:12px;color:var(--muted)}.category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.category-card{border:1px solid var(--line);background:#fff;border-radius:22px;padding:15px;text-align:left;display:flex;flex-direction:column;align-items:flex-start;min-width:0;transition:.2s transform,.2s box-shadow}.category-card:active{transform:scale(.985)}.category-cover{width:88px;height:88px;border-radius:50%;overflow:hidden;background:#f2f2f2;margin-bottom:13px;border:1px solid #ededed}.category-cover img{width:100%;height:100%;object-fit:cover}.category-name{font-weight:850;font-size:14px;line-height:1.2}.category-count{font-size:11px;color:var(--muted);margin-top:4px}.category-desc{font-size:11px;color:var(--muted);margin-top:6px;line-height:1.4;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}
.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.product-card{background:#fff;border:1px solid var(--line);border-radius:20px;overflow:hidden;position:relative;min-width:0}.product-image-wrap{aspect-ratio:1/1;background:#f3f3f1;position:relative;overflow:hidden}.product-image-wrap img{width:100%;height:100%;object-fit:contain}.heart{position:absolute;right:9px;top:9px;width:36px;height:36px;border-radius:50%;border:0;background:rgba(255,255,255,.92);box-shadow:0 6px 18px rgba(0,0,0,.08);display:grid;place-items:center}.heart svg{width:19px}.heart.on{background:#111;color:#fff}.product-body{padding:12px}.product-name{font-size:14px;font-weight:850;line-height:1.3;min-height:36px;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.product-meta{font-size:10px;color:var(--muted);margin-top:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.price-row{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:10px}.price{font-size:15px;font-weight:900}.mrp{font-size:11px;text-decoration:line-through;color:#8a8a8a}.off{font-size:10px;font-weight:900;color:var(--accent)}.view-btn{width:100%;height:36px;border:0;border-radius:12px;background:#f1f1ef;font-size:12px;font-weight:800;margin-top:10px}.status-pill{position:absolute;left:9px;top:9px;background:#fff;border:1px solid #e6e6e6;border-radius:999px;padding:5px 8px;font-size:9px;font-weight:900}.status-pill.out{color:#8d1318}.load-more{display:flex;justify-content:center;margin:22px 0}.primary,.secondary,.danger,.ghost{border:0;border-radius:15px;min-height:44px;padding:0 17px;font-weight:850}.primary{background:#111;color:#fff}.secondary{background:#fff;border:1px solid var(--line)}.danger{background:#fff1f1;color:#a51218;border:1px solid #f2cece}.ghost{background:transparent;border:1px solid var(--line)}
.empty{padding:34px 20px;border:1px dashed #d7d6d3;border-radius:22px;text-align:center;background:rgba(255,255,255,.55)}.empty strong{display:block;font-size:16px;margin-bottom:5px}.skeleton{background:linear-gradient(90deg,#eee 25%,#f6f6f6 37%,#eee 63%);background-size:400% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{0%{background-position:100% 0}100%{background-position:0 0}}
.connect{margin-top:34px;padding:22px;border-radius:24px;background:#151515;color:#fff}.connect-title{font-size:20px;font-weight:900}.connect-links{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:14px}.social-btn{background:#232323;border:1px solid #333;border-radius:15px;padding:12px 6px;text-align:center;font-size:11px;font-weight:700;min-height:72px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:7px}.social-btn svg{width:20px;height:20px}.footer{text-align:center;padding:34px 14px 8px;color:var(--muted);font-size:11px}.footer img{width:96px;margin:0 auto 9px;background:#fff;padding:4px;border-radius:8px}.footer strong{display:block;color:var(--text);font-size:12px;margin-bottom:3px}
.bottom-sheet,.modal{position:fixed;inset:0;z-index:80;display:none}.bottom-sheet.open,.modal.open{display:block}.scrim{position:absolute;inset:0;background:rgba(0,0,0,.48);backdrop-filter:blur(4px)}.sheet{position:absolute;left:0;right:0;bottom:0;background:#fff;border-radius:26px 26px 0 0;padding:17px 16px calc(16px + var(--safe-b));max-height:84vh;overflow:auto;box-shadow:0 -20px 60px rgba(0,0,0,.22)}.grabber{width:42px;height:4px;border-radius:9px;background:#d5d5d5;margin:0 auto 16px}.sheet-title{font-size:20px;font-weight:900}.sheet-actions{display:grid;grid-template-columns:1fr 1.3fr;gap:9px;position:sticky;bottom:-17px;background:#fff;padding:12px 0 0}.field{margin-top:14px}.field label{display:block;font-size:11px;color:var(--muted);font-weight:800;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:#fff;min-height:44px;padding:10px 12px;outline:none}.field textarea{min-height:90px;resize:vertical}.check-row{display:flex;gap:10px;align-items:center;margin-top:12px;font-size:13px}.check-row input{width:18px;height:18px}
.product-modal-card{position:absolute;inset:0;background:var(--bg);overflow:auto}.detail-header{position:sticky;top:0;z-index:4;display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:rgba(246,246,244,.93);backdrop-filter:blur(18px);border-bottom:1px solid rgba(0,0,0,.05)}.detail-header .icon-btn{background:#fff}.detail-content{width:min(860px,100%);margin:auto;padding:10px 16px 110px}.gallery-stage{position:relative;background:#fff;border:1px solid var(--line);border-radius:24px;overflow:hidden;aspect-ratio:1/1;touch-action:pan-y}.gallery-stage img{width:100%;height:100%;object-fit:contain;user-select:none}.gallery-counter{position:absolute;right:10px;bottom:10px;padding:6px 9px;border-radius:999px;background:rgba(0,0,0,.72);color:#fff;font-size:10px;font-weight:800}.gallery-nav{position:absolute;inset:0;display:flex;justify-content:space-between;align-items:center;pointer-events:none}.gallery-nav button{pointer-events:auto;margin:8px;width:38px;height:38px;border:0;border-radius:50%;background:rgba(255,255,255,.9);box-shadow:0 5px 18px rgba(0,0,0,.1)}.thumbs{display:flex;gap:8px;overflow:auto;padding:10px 2px}.thumb{width:62px;height:62px;border-radius:13px;border:2px solid transparent;background:#fff;padding:3px;flex:0 0 auto}.thumb.active{border-color:#111}.thumb img{width:100%;height:100%;object-fit:contain;border-radius:9px}.detail-title{font-size:24px;font-weight:950;line-height:1.15;letter-spacing:-.03em;margin-top:12px}.detail-code{font-size:11px;color:var(--muted);margin-top:5px}.detail-price{font-size:22px;font-weight:950;margin-top:15px}.detail-info{margin-top:16px;border-top:1px solid var(--line)}.info-row{display:flex;justify-content:space-between;gap:18px;padding:12px 0;border-bottom:1px solid var(--line);font-size:12px}.info-row span:first-child{color:var(--muted)}.info-row strong{text-align:right}.detail-desc{font-size:13px;line-height:1.65;color:#3d3d3d;margin-top:18px;white-space:pre-wrap}.detail-bottom{position:fixed;left:0;right:0;bottom:0;z-index:6;background:rgba(255,255,255,.94);backdrop-filter:blur(16px);padding:10px 14px calc(10px + var(--safe-b));border-top:1px solid var(--line);display:grid;grid-template-columns:52px 1fr;gap:9px}.detail-bottom .heart{position:static;width:52px;height:48px;border-radius:15px;border:1px solid var(--line);box-shadow:none}.whatsapp{background:#111;color:#fff;border:0;border-radius:15px;font-weight:900}
.fullscreen{position:fixed;inset:0;z-index:120;background:#090909;display:none;touch-action:none}.fullscreen.open{display:block}.fullscreen img{position:absolute;left:50%;top:50%;max-width:none;max-height:none;transform:translate(-50%,-50%) scale(1);transform-origin:center;user-select:none;touch-action:none}.fs-top{position:absolute;left:0;right:0;top:0;padding:12px;display:flex;justify-content:space-between;z-index:4;color:#fff}.fs-top button{background:rgba(255,255,255,.12);color:#fff;border:1px solid rgba(255,255,255,.22);width:42px;height:42px;border-radius:14px}.fs-controls{position:absolute;left:50%;transform:translateX(-50%);bottom:calc(18px + var(--safe-b));z-index:4;display:flex;gap:8px}.fs-controls button{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.12);color:#fff;border-radius:12px;height:40px;min-width:48px;padding:0 12px}
.selection-list{display:grid;gap:10px;margin-top:14px}.selection-item{display:grid;grid-template-columns:64px 1fr 36px;gap:10px;align-items:center;border:1px solid var(--line);padding:8px;border-radius:15px}.selection-item img{width:64px;height:64px;object-fit:contain;background:#f4f4f4;border-radius:11px}.selection-item strong{font-size:12px;display:block}.selection-item small{font-size:10px;color:var(--muted)}.selection-item button{width:34px;height:34px;border:0;border-radius:10px;background:#f1f1ef}
.toast{position:fixed;left:50%;bottom:calc(90px + var(--safe-b));transform:translate(-50%,20px);background:#111;color:#fff;padding:10px 14px;border-radius:999px;font-size:12px;font-weight:750;z-index:200;opacity:0;pointer-events:none;transition:.25s}.toast.show{opacity:1;transform:translate(-50%,0)}
.iOS-help{padding:12px;border-radius:15px;background:#f5f5f3;font-size:12px;line-height:1.5;margin-top:12px}
@media(min-width:700px){.shell{padding-left:24px;padding-right:24px}.header-inner{padding-left:24px;padding-right:24px}.brand-logo{width:96px;height:48px}.brand-name{font-size:15px}.poster{margin-top:24px}.poster-fallback{min-height:310px;padding:38px}.poster-title{font-size:48px}.category-grid{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(3,1fr);gap:16px}.connect-links{grid-template-columns:repeat(7,1fr)}.detail-bottom{left:50%;right:auto;width:min(860px,100%);transform:translateX(-50%);border-left:1px solid var(--line);border-right:1px solid var(--line)}}
@media(min-width:1040px){.product-grid{grid-template-columns:repeat(4,1fr)}}
