:root{--bg:#f6f0ff;--surface:#fff;--surface2:#f3eaff;--text:#1b1026;--muted:#5b4b6b;--purple:#4b1f6f;--purple2:#6b2aa3;--gold:#c59a3b;--border:rgba(27,16,38,.12);--shadow:0 10px 30px rgba(27,16,38,.1);--radius:18px}*{box-sizing:border-box}body,html{padding:0;margin:0}body{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;background:radial-gradient(1200px 700px at 70% -10%,rgba(107,42,163,.18),transparent 60%),radial-gradient(900px 600px at 10% 10%,rgba(197,154,59,.1),transparent 55%),var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}button{font:inherit}.container{width:min(1100px,calc(100% - 32px));margin:0 auto}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:50;background:var(--bg);border-bottom:1px solid var(--border)}.topbarInner{justify-content:space-between;padding:12px 0;flex-wrap:wrap}.brand,.topbarInner{display:flex;align-items:center;gap:12px}.brand{min-width:220px}.logoBox{width:70px;height:70px;border-radius:50%;padding:0;display:flex;align-items:center;justify-content:center;overflow:hidden}.brandTitle{font-weight:800}.brandSub{font-size:12px;color:var(--muted)}.topActions{display:flex;gap:10px}.btn{border:1px solid var(--border);background:var(--surface);border-radius:999px;padding:12px 16px;cursor:pointer}.btnPrimary{background:linear-gradient(135deg,var(--purple),var(--purple2));color:#fff;border:none}.btnGold{background:linear-gradient(135deg,var(--gold),#d7b25e);border:none;color:#2b1a05}.hero{padding:26px 0 10px}.card{background:hsla(0,0%,100%,.75);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow)}.heroWrap{padding:22px}.heroActions{display:flex;gap:10px;flex-wrap:wrap}.productGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:14px}@media (max-width:950px){.productGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:620px){.productGrid{grid-template-columns:1fr}}.productsHeader{align-items:flex-end;justify-content:space-between;gap:12px}.filterRow,.productsHeader{display:flex;flex-wrap:wrap}.filterRow{gap:10px;align-items:center}.select{color:var(--text)}.search,.select{border:1px solid var(--border);background:var(--surface);padding:10px 12px;border-radius:12px;font-size:14px}.search{min-width:220px}@media (max-width:520px){.brand{min-width:0}.topActions{width:100%;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.topActions .btn{width:100%;text-align:center}.heroActions{display:grid;grid-template-columns:1fr;grid-gap:10px;gap:10px}.productsHeader{flex-direction:column;align-items:flex-start}.filterRow{width:100%;flex-direction:column}.search,.select{width:100%}}.drawerOverlay{position:fixed;inset:0;background:rgba(0,0,0,.35);z-index:10000;display:flex;justify-content:flex-end;pointer-events:auto}.drawer{width:min(460px,100%);height:100%;background:hsla(0,0%,100%,.92);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-left:1px solid var(--border);padding:16px;display:flex;flex-direction:column;gap:12px}.drawerTop{display:flex;justify-content:space-between;align-items:center;gap:10px}.drawerList{display:flex;flex-direction:column;gap:10px;overflow:auto;padding-right:4px}.cartItem{border:1px solid var(--border);border-radius:16px;padding:10px;background:hsla(0,0%,100%,.85);gap:10px}.cartItem,.cartThumb{display:flex;align-items:center}.cartThumb{width:64px;height:64px;border-radius:14px;border:1px solid var(--border);overflow:hidden;background:linear-gradient(135deg,rgba(75,31,111,.1),rgba(197,154,59,.1));justify-content:center;flex:0 0 auto}.cartMeta{flex:1 1 auto}.qty{display:flex;align-items:center;gap:8px}.qtyBtn{width:34px;height:34px;border-radius:12px;border:1px solid var(--border);background:var(--surface);cursor:pointer}.row{display:flex;justify-content:space-between;align-items:center;gap:10px}.footer{padding:22px 0 40px}.footerCard{background:hsla(0,0%,100%,.72);border:1px solid var(--border);border-radius:calc(var(--radius) + 6px);box-shadow:var(--shadow);padding:16px}.footerTop{justify-content:space-between;flex-wrap:wrap;padding-bottom:12px;border-bottom:1px solid var(--border)}.footerBrand,.footerTop{display:flex;align-items:center;gap:12px}.footerBrand{min-width:240px}.footerLogo{width:44px;height:44px;border-radius:14px;overflow:hidden;background:hsla(0,0%,100%,.9);border:1px solid var(--border)}.footerTitle{font-weight:900;letter-spacing:.2px}.footerSub{color:var(--muted);font-size:13px;margin-top:2px}.footerSocial{display:flex;gap:10px;flex-wrap:wrap}.socialBtn{display:inline-flex;align-items:center;gap:10px;padding:10px 12px;border-radius:999px;border:1px solid var(--border);background:hsla(0,0%,100%,.9);color:var(--text);font-weight:800;font-size:14px;line-height:1}.socialBtnPrimary{background:linear-gradient(135deg,var(--purple),var(--purple2));color:#fff;border-color:rgba(107,42,163,.35)}.socialIcon{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(27,16,38,.1);background:hsla(0,0%,100%,.75);color:var(--text);flex:0 0 auto}.socialIcon svg{display:block}.socialIconPrimary{background:hsla(0,0%,100%,.18);border-color:hsla(0,0%,100%,.22);color:#fff}.footerGrid2{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px;padding-top:12px}.footerBlock{border:1px solid var(--border);border-radius:16px;background:hsla(0,0%,100%,.7);padding:12px;transition:.2s;cursor:pointer}.footerBlock:hover{transform:scale(1.02);box-shadow:0 10px 25px rgba(0,0,0,.08)}.footerLabel{color:var(--muted);font-size:12px;font-weight:800;margin-bottom:6px}.footerText{color:var(--text);font-weight:700;line-height:1.3}.footerBottom{display:flex;justify-content:space-between;gap:10px;flex-wrap:wrap;padding-top:12px;margin-top:12px;border-top:1px solid var(--border)}.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:bump .28s ease-out}@keyframes bump{0%{transform:scale(1)}35%{transform:scale(1.06)}to{transform:scale(1)}}.toastAdd{position:fixed;left:50%;bottom:110px;transform:translateX(-50%);z-index:9000;padding:12px 14px;border-radius:999px;background:hsla(0,0%,100%,.92);border:1px solid var(--border);box-shadow:0 16px 34px rgba(27,16,38,.18);font-weight:800;color:var(--text);animation:toastIn .18s ease-out;max-width:calc(100% - 32px);text-align:center}@keyframes toastIn{0%{transform:translateX(-50%) translateY(8px);opacity:0}to{transform:translateX(-50%) translateY(0);opacity:1}}@media (max-width:520px){.toastAdd{bottom:130px}}.waFloat{position:fixed;right:16px;bottom:16px;width:56px;height:56px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;padding:0;line-height:0;font-size:0;box-shadow:0 12px 24px rgba(0,0,0,.25);z-index:20000}.waFloat svg{display:block}.waDot{width:10px;height:10px;border-radius:999px;background:#25d366;box-shadow:0 0 0 6px rgba(37,211,102,.18)}@media (max-width:520px){.footerBottom{flex-direction:column;align-items:center;text-align:center}.footerCopy,.footerNote{width:100%;text-align:center}}.productCard{padding:18px 16px 16px;transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}.productCard:hover{transform:translateY(-3px);box-shadow:0 16px 36px rgba(27,16,38,.14);border-color:rgba(107,42,163,.18)}.productImg{position:relative;width:100%;aspect-ratio:3/2;border-radius:24px;padding:6px;overflow:hidden;background:linear-gradient(135deg,hsla(0,0%,100%,.95),rgba(243,234,255,.98)),linear-gradient(135deg,rgba(75,31,111,.12),rgba(197,154,59,.18));border:1px solid rgba(75,31,111,.1);box-shadow:inset 0 1px 0 hsla(0,0%,100%,.85),0 10px 26px rgba(27,16,38,.1);margin-bottom:12px;display:flex;align-items:center;justify-content:center}.productImg:before{inset:5px;border-radius:18px;border:1px solid rgba(197,154,59,.4)}.productImg:after,.productImg:before{content:"";position:absolute;pointer-events:none}.productImg:after{inset:0;background:radial-gradient(circle at top right,rgba(197,154,59,.18),transparent 38%)}.productImg img{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:16px;display:block;border:1px solid hsla(0,0%,100%,.85);background:#fff}.cartItem{align-items:flex-start}.cartMeta{min-width:0}.cartItem>div:last-child{white-space:nowrap;margin-left:auto;text-align:right}.orderNotice{margin-top:14px;padding:12px 14px;border-radius:14px;background:rgba(75,31,111,.06);border:1px solid var(--border);font-weight:800;text-align:center}.drawer{background:hsla(0,0%,100%,.97);-webkit-backdrop-filter:none;backdrop-filter:none}.productName{font-weight:800;font-size:16px;margin-top:6px;margin-bottom:6px;line-height:1.25}.productPlaceholder{width:100%;height:100%;font-weight:800;font-size:18px;color:var(--muted);border-radius:16px;background:linear-gradient(135deg,rgba(75,31,111,.06),rgba(197,154,59,.1))}.contactModalOverlay,.productPlaceholder{display:flex;align-items:center;justify-content:center}.contactModalOverlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:30000}.contactModal{background:#fff;border-radius:16px;padding:16px;width:min(320px,90%);box-shadow:0 20px 40px rgba(0,0,0,.2);display:flex;flex-direction:column;gap:12px}.contactHeader{display:flex;justify-content:space-between;align-items:center}.contactActions{display:flex;flex-direction:column;gap:10px}.customSelectBtn{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;text-align:left}.customSelectMenu{position:absolute;left:0;right:0;top:calc(100% + 6px);z-index:40;display:flex;flex-direction:column;gap:6px;padding:6px;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:0 16px 30px rgba(27,16,38,.14)}.customSelectOption{width:100%;border:0;background:transparent;border-radius:10px;padding:10px 12px;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left}.customSelectOption:hover{background:rgba(75,31,111,.06)}.customSelectOption.active{background:rgba(75,31,111,.1);font-weight:800}