@import "https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Space+Grotesk:wght@400;500;700&display=swap";:root{--font-base:"Space Grotesk", "Segoe UI", sans-serif;--font-display:"Bebas Neue", "Segoe UI", sans-serif}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{font-family:var(--font-base);color:#1f1a16}a{color:inherit}button,input{font:inherit}.storePage{color:#1f1a16;background:radial-gradient(circle at 90% 0,#e6731433,#0000 35%),radial-gradient(circle at 0 60%,#ffcd9440,#0000 40%),linear-gradient(#fdf8f1 0%,#f6eee5 45%,#efe2d3 100%);min-height:100vh}.storeTopbar{z-index:50;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fdf8f1d9;border-bottom:1px solid #1f1a161f;justify-content:space-between;align-items:center;gap:16px;min-height:96px;padding:22px 24px;display:flex;position:sticky;top:0}.storeBrand{align-items:center;text-decoration:none;display:inline-flex}.storeBrand img{width:clamp(108px,10vw,156px);height:auto;display:block}.storeNav{text-transform:uppercase;letter-spacing:.08em;gap:18px;font-size:12px;font-weight:700;display:flex}.storeNav a{color:#5a3a27;text-decoration:none}.storeTopbar__cart{color:#fff2de;background:#2f2017;border:1px solid #2f2017;border-radius:999px;padding:10px 14px;font-size:13px;font-weight:700}main{gap:22px;width:min(1180px,100% - 28px);margin:24px auto 0;display:grid}.hero{grid-template-columns:1.2fr .8fr;gap:16px;display:grid}.hero__content{color:#fff4e7;background:linear-gradient(145deg,#221710 0%,#4c2713 55%,#7f3718 100%);border-radius:28px;padding:34px;box-shadow:0 20px 46px -20px #481a0899}.hero__eyebrow{text-transform:uppercase;letter-spacing:.16em;color:#ffdcb0e6;margin:0 0 10px;font-size:11px}.hero h1{text-transform:uppercase;margin:0;font-size:clamp(34px,4vw,56px);line-height:.94}.hero__text{color:#ffeed8e6;max-width:55ch;margin:16px 0 26px}.cta{text-transform:uppercase;letter-spacing:.1em;color:#2f2017;background:#ffcc8f;border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:13px 18px;font-size:12px;font-weight:800;text-decoration:none;display:inline-flex}.hero__statCard{background:#fff9f2;border:1px solid #6f422224;border-radius:28px;align-content:center;gap:6px;padding:28px;display:grid}.hero__statCard strong{color:#2f2017;font-size:34px;line-height:1}.hero__statCard span{color:#6d4d38;margin-bottom:8px;font-weight:600}.catalog{background:#fffbf5d9;border:1px solid #4a2c191f;border-radius:28px;padding:26px}.catalog__head h2,.checkoutBand h2,.cartPanel h2{text-transform:uppercase;margin:0;font-size:clamp(24px,2.3vw,36px);line-height:.96}.catalog__head p{color:#75533f;margin:10px 0 0}.catalog__controls{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:16px;margin-top:22px;display:flex}.chips{flex-wrap:wrap;gap:8px;display:flex}.chip{color:#35251c;cursor:pointer;background:#fff;border:1px solid #2f201733;border-radius:999px;padding:9px 12px;font-weight:700}.chip--active{color:#fff2de;background:#2f2017;border-color:#2f2017}.searchField{gap:8px;min-width:260px;display:grid}.searchField span{text-transform:uppercase;letter-spacing:.1em;color:#765746;font-size:11px;font-weight:800}.searchField input{background:#fff;border:1px solid #2f201733;border-radius:12px;padding:11px 14px;font-size:15px}.productsGrid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:20px;display:grid}.productCard{background:#fff;border:1px solid #2f20171a;border-radius:18px;overflow:hidden}.productCard__media{aspect-ratio:4/5;position:relative}.productCard__media img{object-fit:cover;width:100%;height:100%}.productCard__label{color:#ffdfb6;text-transform:uppercase;letter-spacing:.08em;background:#140d09e0;border-radius:999px;padding:6px 10px;font-size:11px;font-weight:800;position:absolute;top:10px;left:10px}.productCard__body{padding:14px}.productCard__category{text-transform:uppercase;letter-spacing:.12em;color:#84624d;margin:0 0 8px;font-size:11px;font-weight:700}.productCard h3{margin:0;font-size:19px}.productCard__bottom{justify-content:space-between;align-items:center;gap:10px;margin-top:12px;display:flex}.productCard__bottom strong{color:#351f13}.productCard__bottom button{text-transform:uppercase;color:#fff0dd;cursor:pointer;background:#2f2017;border:1px solid #2f2017;border-radius:999px;padding:9px 14px;font-size:11px;font-weight:800}.checkoutBand{background:linear-gradient(135deg,#ffe0bc 0%,#ffc588 42%,#f9b066 100%);border-radius:26px;justify-content:space-between;align-items:center;gap:20px;padding:26px;display:flex}.checkoutBand p{color:#5b321a;margin:8px 0 0}.cta--ghost{background:0 0;border-color:#2f20177a}.cartPanel{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff9eff7;border:1px solid #2f201729;border-radius:24px;width:min(360px,100% - 32px);padding:20px;position:fixed;bottom:16px;right:16px;box-shadow:0 22px 44px -28px #00000080}.cartPanel__empty{color:#856352;margin:8px 0 14px}.cartPanel ul{gap:10px;max-height:200px;margin:10px 0;padding:0;list-style:none;display:grid;overflow:auto}.cartPanel li{border-bottom:1px solid #2f20171f;justify-content:space-between;gap:12px;padding-bottom:8px;display:flex}.cartPanel li strong{font-size:14px}.cartPanel li p{color:#725745;margin:3px 0 0;font-size:13px}.cartPanel li button{color:#7f4f30;cursor:pointer;background:0 0;border:0;font-weight:700}.cartPanel__total{justify-content:space-between;align-items:center;margin-top:10px;display:flex}.cartPanel__checkout{text-transform:uppercase;letter-spacing:.09em;color:#ffeed8;cursor:pointer;background:#2f2017;border:0;border-radius:999px;width:100%;margin-top:12px;padding:12px;font-weight:800}.storeFooter{text-align:center;color:#6a4b37;margin-top:80px;padding:34px 20px;font-weight:600}.chatWidget{z-index:80;gap:10px;display:grid;position:fixed;bottom:16px;left:16px}.chatWidget__toggle{letter-spacing:.08em;text-transform:uppercase;color:#ffeed8;cursor:pointer;background:#2f2017;border:0;border-radius:999px;justify-self:start;padding:11px 16px;font-size:12px;font-weight:800}.chatWidget__panel{background:#fff9effa;border:1px solid #2f20172b;border-radius:22px;width:min(420px,100vw - 24px);overflow:hidden;box-shadow:0 22px 44px -28px #00000080}.chatWidget__panel header{border-bottom:1px solid #2f20171f;padding:14px 14px 10px}.chatWidget__panel h2{margin:0;font-size:20px}.chatWidget__panel p{color:#6d4d38;margin:6px 0 0;font-size:13px}.chatWidget__messages{gap:10px;max-height:300px;padding:12px;display:grid;overflow:auto}.chatBubble{color:#3a271b;background:#fff;border:1px solid #2f20171f;border-radius:14px 14px 14px 2px;max-width:92%;padding:10px 12px;font-size:14px;line-height:1.4}.chatBubble--user{color:#ffeed8;background:#2f2017;border-color:#2f2017;border-radius:14px 14px 2px;margin-left:auto}.chatWidget__typing{color:#735440;margin:0;font-size:12px}.chatWidget__form{border-top:1px solid #2f20171f;grid-template-columns:1fr auto;gap:8px;padding:10px;display:grid}.chatWidget__form input{background:#fff;border:1px solid #2f201733;border-radius:10px;padding:10px 12px}.chatWidget__form button{color:#ffeed8;cursor:pointer;background:#2f2017;border:0;border-radius:10px;padding:10px 13px;font-weight:800}.chatWidget__form button:disabled{opacity:.6;cursor:not-allowed}@media (width<=980px){.storeNav{display:none}.hero{grid-template-columns:1fr}.productsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}.cartPanel,.chatWidget{width:min(1180px,100% - 28px);margin:0 auto 24px;position:static}.chatWidget__panel{width:100%}}@media (width<=640px){.storeTopbar{min-height:82px;padding:16px 14px}.storeBrand{max-width:116px}main{width:calc(100% - 16px);margin-top:12px}.hero__content,.catalog,.checkoutBand{border-radius:18px;padding:18px}.productsGrid{grid-template-columns:1fr}.checkoutBand{flex-direction:column;align-items:flex-start}}
