:root{--zqa-bg:#f5f6f8;--zqa-surface:#fff;--zqa-text:#111827;--zqa-muted:#6b7280;--zqa-line:#e5e7eb;--zqa-brand:var(--brand,#111827);--zqa-accent:var(--accent,#f59e0b);--zqa-radius:24px;--zqa-shadow:0 18px 45px rgba(15,23,42,.10)}
html{scroll-behavior:smooth}.zqa-app{min-height:100vh;background:var(--zqa-bg);color:var(--zqa-text);padding-bottom:92px;font-family:Alexandria,DM Sans,sans-serif}.zqa-app *{box-sizing:border-box}.zqa-topbar{position:sticky;top:0;z-index:50;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:14px 16px;background:rgba(255,255,255,.88);backdrop-filter:blur(18px);border-bottom:1px solid rgba(229,231,235,.8)}.zqa-brand-lockup{display:flex;align-items:center;gap:10px;min-width:0}.zqa-logo-wrap{width:42px;height:42px;border-radius:14px;background:linear-gradient(135deg,var(--zqa-brand),var(--zqa-accent));display:grid;place-items:center;color:white;font-weight:800;overflow:hidden;box-shadow:0 8px 20px rgba(15,23,42,.14)}.zqa-logo-wrap img{width:100%;height:100%;object-fit:cover}.zqa-brand-lockup>div:last-child{min-width:0}.zqa-brand-lockup strong,.zqa-brand-lockup small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.zqa-brand-lockup strong{font-size:14px}.zqa-brand-lockup small{font-size:11px;color:var(--zqa-muted);margin-top:2px}.zqa-top-actions{display:flex;gap:8px}.zqa-lang,.zqa-icon-btn{width:38px;height:38px;border-radius:12px;border:1px solid var(--zqa-line);background:#fff;color:var(--zqa-text);display:grid;place-items:center;text-decoration:none;font-weight:700}.zqa-announcement{display:flex;align-items:center;justify-content:center;gap:8px;padding:9px 14px;background:var(--zqa-brand);color:#fff;font-size:12px;font-weight:700}.zqa-announcement span{color:var(--zqa-accent);font-size:9px}.zqa-main{width:min(100%,1180px);margin:auto}.zqa-hero{position:relative;min-height:340px;overflow:hidden;margin:14px;border-radius:30px;background:linear-gradient(135deg,var(--zqa-brand),#0f172a);box-shadow:var(--zqa-shadow)}.zqa-hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.zqa-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(15,23,42,.12),rgba(15,23,42,.78))}.zqa-hero-content{position:absolute;inset:auto 0 0;padding:24px;color:#fff}.zqa-kicker{display:inline-flex;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.16);backdrop-filter:blur(12px);font-size:11px;font-weight:700}.zqa-hero h1{font-size:clamp(28px,8vw,56px);line-height:1.08;margin:12px 0 8px;max-width:760px}.zqa-hero p{margin:0;max-width:640px;color:rgba(255,255,255,.82);line-height:1.8;font-size:13px}.zqa-hero-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:15px}.zqa-hero-meta span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.13);font-size:11px}.zqa-search-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:0 14px 12px}.zqa-search{height:52px;border-radius:18px;background:var(--zqa-surface);display:flex;align-items:center;gap:10px;padding:0 15px;border:1px solid var(--zqa-line);box-shadow:0 10px 25px rgba(15,23,42,.06)}.zqa-search input{width:100%;border:0;outline:0;background:transparent;font:inherit;color:var(--zqa-text)}.zqa-cart-shortcut{width:52px;height:52px;border:0;border-radius:18px;background:var(--zqa-brand);color:#fff;position:relative}.zqa-cart-shortcut b{position:absolute;top:-5px;inset-inline-end:-5px;min-width:20px;height:20px;padding:0 5px;border-radius:99px;background:var(--zqa-accent);display:grid;place-items:center;font-size:10px}.zqa-category-rail{display:flex;gap:8px;overflow:auto;padding:0 14px 16px;scrollbar-width:none}.zqa-category-rail::-webkit-scrollbar,.zqa-featured-rail::-webkit-scrollbar{display:none}.zqa-category-rail .cat-chip{border:1px solid var(--zqa-line);background:var(--zqa-surface);color:var(--zqa-muted);padding:10px 14px;border-radius:999px;white-space:nowrap;font:inherit;font-size:12px;font-weight:700}.zqa-category-rail .cat-chip.active{background:var(--zqa-brand);border-color:var(--zqa-brand);color:#fff}.zqa-featured{padding:4px 0 18px}.zqa-section-title,.zqa-category-head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 14px 12px}.zqa-section-title>div,.zqa-category-head>div{display:flex;align-items:center;gap:9px}.zqa-section-title h2,.zqa-category-head h2{margin:0;font-size:18px}.zqa-section-title small,.zqa-category-head small{color:var(--zqa-muted);font-size:11px}.zqa-featured-rail{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,74vw);gap:12px;overflow:auto;padding:0 14px 6px;scroll-snap-type:x mandatory}.zqa-featured-card,.zqa-product-card{background:var(--zqa-surface);border:1px solid var(--zqa-line);border-radius:22px;overflow:hidden;box-shadow:0 10px 28px rgba(15,23,42,.06);cursor:pointer;scroll-snap-align:start}.zqa-card-media{position:relative;aspect-ratio:1.25/1;background:linear-gradient(135deg,#eef2f7,#e2e8f0);overflow:hidden;display:grid;place-items:center;font-size:42px;font-weight:800;color:var(--zqa-brand)}.zqa-card-media img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.zqa-product-card:hover .zqa-card-media img,.zqa-featured-card:hover .zqa-card-media img{transform:scale(1.04)}.zqa-card-media em{position:absolute;top:10px;inset-inline-start:10px;padding:6px 9px;border-radius:999px;background:var(--zqa-accent);color:#111;font-size:10px;font-style:normal;font-weight:800}.zqa-card-body{padding:13px}.zqa-card-body h3{font-size:14px;margin:0 0 5px}.zqa-card-body p{font-size:11px;line-height:1.6;color:var(--zqa-muted);margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.zqa-card-body>div:last-child,.zqa-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:12px}.zqa-card-body strong{font-size:13px}.zqa-card-body del{display:block;color:var(--zqa-muted);font-size:10px}.zqa-card-body button{width:34px;height:34px;border-radius:12px;border:0;background:var(--zqa-brand);color:#fff;font-size:20px}.zqa-catalog{padding-bottom:12px}.zqa-category-section{padding:14px 0 20px}.zqa-category-desc{padding:0 14px;margin:-5px 0 12px;color:var(--zqa-muted);font-size:12px}.zqa-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;padding:0 14px}.zqa-contact-card{margin:12px 14px 18px;padding:20px;border-radius:26px;background:linear-gradient(135deg,var(--zqa-brand),#111827);color:#fff}.zqa-contact-card span{font-size:11px;color:rgba(255,255,255,.72)}.zqa-contact-card h2{margin:6px 0 16px;font-size:20px}.zqa-contact-actions{display:flex;flex-wrap:wrap;gap:8px}.zqa-contact-actions a{color:#fff;text-decoration:none;padding:9px 12px;border:1px solid rgba(255,255,255,.2);border-radius:12px;font-size:11px;font-weight:700;background:rgba(255,255,255,.08)}.zqa-bottom-nav{position:fixed;z-index:80;bottom:10px;left:50%;transform:translateX(-50%);width:min(calc(100% - 20px),520px);display:flex;align-items:center;justify-content:space-around;gap:6px;padding:8px;border:1px solid rgba(229,231,235,.85);border-radius:22px;background:rgba(255,255,255,.92);backdrop-filter:blur(20px);box-shadow:0 18px 42px rgba(15,23,42,.18)}.zqa-bottom-nav a,.zqa-bottom-nav button{position:relative;flex:1;border:0;background:transparent;color:var(--zqa-muted);text-decoration:none;display:flex;flex-direction:column;align-items:center;gap:2px;font:inherit}.zqa-bottom-nav span{font-size:18px}.zqa-bottom-nav small{font-size:9px}.zqa-bottom-nav b{position:absolute;top:-2px;inset-inline-end:13px;background:var(--zqa-accent);color:#111;min-width:18px;height:18px;border-radius:99px;display:grid;place-items:center;font-size:9px}
/* Theme personalities */
.zqa-theme-impact{--zqa-bg:#0b0b0d;--zqa-surface:#17171b;--zqa-text:#fff;--zqa-muted:#a1a1aa;--zqa-line:#2b2b31;--zqa-radius:20px}.zqa-theme-impact .zqa-topbar{background:rgba(11,11,13,.9)}.zqa-theme-impact .zqa-topbar,.zqa-theme-impact .zqa-lang,.zqa-theme-impact .zqa-icon-btn{color:#fff;border-color:#2b2b31;background:#17171b}.zqa-theme-impact .zqa-hero{min-height:390px}.zqa-theme-impact .zqa-hero-overlay{background:linear-gradient(180deg,rgba(0,0,0,.05),rgba(0,0,0,.92))}.zqa-theme-impact .zqa-section-title h2:after{content:' HOT';color:var(--zqa-accent);font-size:11px}.zqa-theme-journal{--zqa-bg:#f5efe6;--zqa-surface:#fffaf2;--zqa-text:#2f241d;--zqa-muted:#7a6a5f;--zqa-line:#eadfce}.zqa-theme-journal .zqa-hero{border-radius:34px;min-height:420px}.zqa-theme-journal .zqa-hero h1{font-family:'Cormorant Garamond',serif;font-size:46px;font-weight:700}.zqa-theme-journal .zqa-product-card{border-radius:28px}.zqa-theme-catalog{--zqa-bg:#f2f5f3;--zqa-surface:#fff;--zqa-text:#10251b;--zqa-muted:#607066;--zqa-line:#dde6e0}.zqa-theme-catalog .zqa-hero{min-height:250px}.zqa-theme-catalog .zqa-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.zqa-theme-catalog .zqa-product-card{border-radius:16px}.zqa-theme-catalog .zqa-card-body{padding:10px}.zqa-theme-atelier{--zqa-bg:#fff4f7;--zqa-surface:#fff;--zqa-text:#3f2231;--zqa-muted:#896b79;--zqa-line:#f1dce5}.zqa-theme-atelier .zqa-hero{border-radius:38px}.zqa-theme-atelier .zqa-card-media em{background:#fff;color:#8d3e68}.zqa-theme-morning{--zqa-bg:#fff8ec;--zqa-surface:#fffdf8;--zqa-text:#3c2a19;--zqa-muted:#7b6856;--zqa-line:#efe1ca}.zqa-theme-pop{--zqa-bg:#f7fff2;--zqa-surface:#fff;--zqa-text:#17311d;--zqa-muted:#628267;--zqa-line:#dcefdc}.zqa-theme-pop .zqa-hero{background:linear-gradient(135deg,var(--zqa-brand),var(--zqa-accent));transform:rotate(-.4deg)}.zqa-theme-coast{--zqa-bg:#eef8fb;--zqa-surface:#fff;--zqa-text:#0c3440;--zqa-muted:#5a7a84;--zqa-line:#d7e9ef}.zqa-theme-coast .zqa-hero{border-radius:16px 36px 16px 36px}.zqa-theme-builder{--zqa-bg:#f6f7fb;--zqa-surface:#fff;--zqa-text:#111827;--zqa-muted:#6b7280;--zqa-line:#e5e7eb}
/* Saved display modes */
.zq-products-compact-grid .zqa-product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.zq-products-simple-list .zqa-product-grid{grid-template-columns:1fr}.zq-products-simple-list .zqa-product-card{display:grid;grid-template-columns:112px 1fr}.zq-products-simple-list .zqa-card-media{aspect-ratio:auto;height:100%}.zq-products-slider .zqa-product-grid{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(220px,74vw);overflow:auto;scroll-snap-type:x mandatory}.zq-products-slider .zqa-product-card{scroll-snap-align:start}
@media(min-width:700px){.zqa-main{padding:0 18px}.zqa-hero{margin:20px 0;min-height:460px}.zqa-search-row,.zqa-category-rail,.zqa-section-title,.zqa-category-head,.zqa-category-desc,.zqa-product-grid{padding-inline:0}.zqa-featured-rail{padding-inline:0;grid-auto-columns:minmax(270px,31%)}.zqa-product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.zqa-contact-card{margin-inline:0}.zqa-catalog{display:grid;gap:4px}.zqa-bottom-nav{display:none}.zqa-app{padding-bottom:32px}.zqa-theme-catalog .zqa-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(min-width:1024px){.zqa-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.zqa-theme-editorial .zqa-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.zqa-theme-catalog .zqa-product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}
