:root{--bg:#f6f0ff;--surface:#fff;--surface2:#f3eaff;--text:#1b1026;--muted:#5b4b6b;--purple:#4b1f6f;--purple2:#6b2aa3;--gold:#c59a3b;--border:#1b10261f;--shadow:0 10px 30px #1b10261a;--radius:18px}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:radial-gradient(1200px 700px at 70% -10%,#6b2aa32e,transparent 60%),radial-gradient(900px 600px at 10% 10%,#c59a3b1a,transparent 55%),var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(1100px,100% - 32px);margin:0 auto}.topbar{z-index:50;background:var(--bg);border-bottom:1px solid var(--border);position:sticky;top:0}.topbarInner{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;display:flex}.brand{align-items:center;gap:12px;min-width:220px;display:flex}.logoBox{border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;padding:0;display:flex;overflow:hidden}.brandTitle{font-weight:800}.brandSub{color:var(--muted);font-size:12px}.topActions{gap:10px;display:flex}.btn{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:999px;padding:12px 16px}.btnPrimary{background:linear-gradient(135deg,var(--purple),var(--purple2));color:#fff;border:none}.btnGold{background:linear-gradient(135deg,var(--gold),#d7b25e);color:#2b1a05;border:none}.hero{padding:26px 0 10px}.card{border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow);background:#ffffffbf}.heroWrap{padding:22px}.heroActions{flex-wrap:wrap;gap:10px;display:flex}.productGrid{grid-template-columns:repeat(3,1fr);gap:14px;margin-top:14px;display:grid}@media (max-width:950px){.productGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.productGrid{grid-template-columns:1fr}}.productsHeader{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.filterRow{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.select{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:12px;padding:10px 12px;font-size:14px}.search{border:1px solid var(--border);background:var(--surface);border-radius:12px;min-width:220px;padding:10px 12px;font-size:14px}@media (max-width:520px){.brand{min-width:0}.topActions{grid-template-columns:1fr 1fr;gap:10px;width:100%;display:grid}.topActions .btn{text-align:center;width:100%}.heroActions{grid-template-columns:1fr;gap:10px;display:grid}.productsHeader{flex-direction:column;align-items:flex-start}.filterRow{flex-direction:column;width:100%}.select,.search{width:100%}}.drawerOverlay{z-index:10000;pointer-events:auto;background:#00000059;justify-content:flex-end;display:flex;position:fixed;inset:0}.drawer{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-left:1px solid var(--border);background:#ffffffeb;flex-direction:column;gap:12px;width:min(460px,100%);height:100%;padding:16px;display:flex}.drawerTop{justify-content:space-between;align-items:center;gap:10px;display:flex}.drawerList{flex-direction:column;gap:10px;padding-right:4px;display:flex;overflow:auto}.cartItem{border:1px solid var(--border);background:#ffffffd9;border-radius:16px;align-items:center;gap:10px;padding:10px;display:flex}.cartThumb{border:1px solid var(--border);background:linear-gradient(135deg,#4b1f6f1a,#c59a3b1a);border-radius:14px;flex:none;justify-content:center;align-items:center;width:64px;height:64px;display:flex;overflow:hidden}.cartMeta{flex:auto}.qty{align-items:center;gap:8px;display:flex}.qtyBtn{border:1px solid var(--border);background:var(--surface);cursor:pointer;border-radius:12px;width:34px;height:34px}.row{justify-content:space-between;align-items:center;gap:10px;display:flex}.footer{padding:22px 0 40px}.footerCard{border:1px solid var(--border);border-radius:calc(var(--radius) + 6px);box-shadow:var(--shadow);background:#ffffffb8;padding:16px}.footerTop{border-bottom:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding-bottom:12px;display:flex}.footerBrand{align-items:center;gap:12px;min-width:240px;display:flex}.footerLogo{border:1px solid var(--border);background:#ffffffe6;border-radius:14px;width:44px;height:44px;overflow:hidden}.footerTitle{letter-spacing:.2px;font-weight:900}.footerSub{color:var(--muted);margin-top:2px;font-size:13px}.footerSocial{flex-wrap:wrap;gap:10px;display:flex}.socialBtn{border:1px solid var(--border);color:var(--text);background:#ffffffe6;border-radius:999px;align-items:center;gap:10px;padding:10px 12px;font-size:14px;font-weight:800;line-height:1;display:inline-flex}.socialBtnPrimary{background:linear-gradient(135deg,var(--purple),var(--purple2));color:#fff;border-color:#6b2aa359}.socialIcon{width:34px;height:34px;color:var(--text);background:#ffffffbf;border:1px solid #1b10261a;border-radius:999px;flex:none;justify-content:center;align-items:center;display:flex}.socialIcon svg{display:block}.socialIconPrimary{color:#fff;background:#ffffff2e;border-color:#ffffff38}.footerGrid2{grid-template-columns:repeat(3,1fr);gap:12px;padding-top:12px;display:grid}.footerBlock{border:1px solid var(--border);background:#ffffffb3;border-radius:16px;padding:12px}.footerLabel{color:var(--muted);margin-bottom:6px;font-size:12px;font-weight:800}.footerText{color:var(--text);font-weight:700;line-height:1.3}.footerBottom{border-top:1px solid var(--border);flex-wrap:wrap;justify-content:space-between;gap:10px;margin-top:12px;padding-top:12px;display:flex}.footerNote{color:var(--muted);font-weight:700}.footerCopy{color:var(--muted);font-weight:800}@media (max-width:900px){.footerGrid2{grid-template-columns:1fr}}.bump{animation:.28s ease-out bump}@keyframes bump{0%{transform:scale(1)}35%{transform:scale(1.06)}to{transform:scale(1)}}.toastAdd{z-index:9000;border:1px solid var(--border);color:var(--text);text-align:center;background:#ffffffeb;border-radius:999px;max-width:calc(100% - 32px);padding:12px 14px;font-weight:800;animation:.18s ease-out toastIn;position:fixed;bottom:110px;left:50%;transform:translate(-50%);box-shadow:0 16px 34px #1b10262e}@keyframes toastIn{0%{opacity:0;transform:translate(-50%)translateY(8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}@media (max-width:520px){.toastAdd{bottom:130px}}.waFloat{z-index:20000;background:#25d366;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;padding:0;font-size:0;line-height:0;display:flex;position:fixed;bottom:16px;right:16px;box-shadow:0 12px 24px #00000040}.waFloat svg{display:block}.waDot{background:#25d366;border-radius:999px;width:10px;height:10px;box-shadow:0 0 0 6px #25d3662e}@media (max-width:520px){.footerBottom{text-align:center;flex-direction:column;align-items:center}.footerNote,.footerCopy{text-align:center;width:100%}}.productCard{padding:18px 16px 16px}.cartItem{align-items:flex-start}.cartMeta{min-width:0}.cartItem>div:last-child{white-space:nowrap;text-align:right;margin-left:auto}.orderNotice{border:1px solid var(--border);text-align:center;background:#4b1f6f0f;border-radius:14px;margin-top:14px;padding:12px 14px;font-weight:800}.drawer{-webkit-backdrop-filter:none;backdrop-filter:none;background:#fffffff7}
