:root{--brand:#8859f3;--brand-dark:#7041e8;--brand-deep:#6033d5;--brand-soft:#f5f0ff;--text:#27232d;--muted:#77717f;--surface:#fff;--surface-soft:#faf9fc;--border:#e7e2ed;--green:#258454;--max-width:1180px;--font:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-width:0;font-family:var(--font);color:var(--text);-webkit-font-smoothing:antialiased;background:#f8f7fa;margin:0}img{max-width:100%}button,input{font:inherit}a{color:inherit}.promo-bar{color:#fff;background:var(--brand);text-align:center;width:100%;padding:8px 16px;font-size:12px;line-height:1.5}.promo-code{color:var(--brand-deep);background:#fff;border-radius:999px;margin-left:3px;padding:1px 7px;font-weight:800;display:inline-block}.site-header{z-index:50;-webkit-backdrop-filter:blur(14px);background:#fffffff7;border-bottom:1px solid #e7e2ed;width:100%;position:sticky;top:0;box-shadow:0 1px 8px #241c3408}.header-inner{width:min(var(--max-width), calc(100% - 32px));justify-content:space-between;align-items:center;gap:16px;min-height:78px;margin-inline:auto;display:flex}.brand{align-items:center;gap:12px;min-width:0;text-decoration:none;display:flex}.brand-logo{object-fit:cover;border-radius:13px;flex:none;width:48px;height:48px;display:block}.brand-name{color:#27232d;text-overflow:ellipsis;white-space:nowrap;font-size:17px;font-weight:800;line-height:1.2;overflow:hidden}.cart-button{color:#27232d;background:#fff;border:1px solid #e7e2ed;border-radius:14px;place-items:center;width:48px;min-width:48px;height:48px;padding:0;text-decoration:none;transition:border-color .15s,background .15s;display:grid;position:relative}.cart-button:hover{background:#faf9fc;border-color:#d8cfdf}.cart-button svg{width:21px;height:21px}.cart-count{color:#fff;background:#8859f3;border:2px solid #fff;border-radius:999px;place-items:center;min-width:19px;height:19px;padding:0 5px;font-size:9px;font-weight:800;display:none;position:absolute;top:-5px;right:-5px}.cart-count.show{display:grid}.main{width:min(var(--max-width), calc(100% - 28px));margin-inline:auto;padding-bottom:60px}.hero{text-align:center;padding:44px 0 38px}.hero-eyebrow{color:var(--brand-deep);align-items:center;gap:7px;margin-bottom:13px;font-size:12px;font-weight:750;display:inline-flex}.hero-dot{background:var(--brand);border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #8859f31a}.hero-title{letter-spacing:-.045em;max-width:720px;margin:0 auto;font-size:clamp(30px,7vw,52px);font-weight:850;line-height:1.12}.hero-description{max-width:610px;color:var(--muted);margin:15px auto 0;font-size:14px;line-height:1.7}.hero-button{color:#fff;background:var(--brand);border-radius:12px;justify-content:center;align-items:center;min-height:46px;margin-top:22px;padding:11px 20px;font-size:13px;font-weight:750;text-decoration:none;display:inline-flex;box-shadow:0 8px 22px #8859f330}.products-section{padding-top:8px}.section-head{justify-content:space-between;align-items:flex-end;gap:14px;margin-bottom:18px;display:flex}.section-title{letter-spacing:-.025em;margin:0;font-size:22px;font-weight:820;line-height:1.3}.section-subtitle{color:var(--muted);margin-top:4px;font-size:12px}.product-count{color:var(--muted);white-space:nowrap;font-size:12px}.loading-box{border:1px solid var(--border);text-align:center;background:#fff;border-radius:18px;padding:34px 20px}.loading-spinner{border:3px solid #eee8f8;border-top-color:var(--brand);border-radius:50%;width:28px;height:28px;margin:0 auto 13px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-text{color:var(--muted);font-size:13px}.products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:11px;display:grid}.product-card{border:1px solid var(--border);min-width:0;color:inherit;background:#fff;border-radius:15px;flex-direction:column;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;overflow:hidden}.product-image{aspect-ratio:1;background:#fff;width:100%;position:relative;overflow:hidden}.product-image img{object-fit:contain;width:100%;height:100%;transition:transform .25s;display:block}.product-stock{color:var(--green);background:#fffffff0;border-radius:999px;padding:4px 8px;font-size:9px;font-weight:750;position:absolute;top:9px;left:9px;box-shadow:0 2px 8px #1e18260f}.product-stock.out{color:#b04747}.product-body{flex-direction:column;flex:1;min-width:0;padding:12px;display:flex}.product-type{color:var(--brand-deep);margin-bottom:6px;font-size:9.5px;font-weight:750}.product-name{-webkit-line-clamp:2;min-height:41px;color:var(--text);-webkit-box-orient:vertical;margin:0;font-size:13px;font-weight:760;line-height:1.45;display:-webkit-box;overflow:hidden}.product-description{color:var(--muted);margin-top:7px;font-size:11.5px;line-height:1.55;display:none}.product-bottom{margin-top:auto;padding-top:13px}.product-price-label{color:var(--muted);margin-bottom:1px;font-size:9px}.product-price{color:var(--brand-deep);letter-spacing:-.02em;font-size:17px;font-weight:820;line-height:1.25}.product-link{color:var(--brand-deep);justify-content:space-between;align-items:center;margin-top:11px;font-size:10px;font-weight:750;display:flex}.state-box{border:1px solid var(--border);text-align:center;background:#fff;border-radius:17px;grid-column:1/-1;padding:30px 20px}.state-title{font-size:15px;font-weight:750}.state-copy{color:var(--muted);margin-top:4px;font-size:12px;line-height:1.55}.discount-section{background:linear-gradient(135deg,#faf7ff,#f3edff);border:1px solid #dbcdfc;border-radius:18px;align-items:center;gap:14px;margin-top:38px;padding:22px 20px;display:flex}.discount-icon{color:#fff;background:var(--brand);border-radius:14px;flex:none;place-items:center;width:49px;height:49px;font-size:14px;font-weight:850;display:grid}.discount-title{color:var(--brand-deep);margin:0;font-size:15px;font-weight:800}.discount-copy{color:#716779;margin-top:3px;font-size:11.5px;line-height:1.55}.discount-code{color:var(--brand-deep);background:#e9dfff;border-radius:999px;padding:1px 7px;font-weight:800;display:inline-block}.site-footer{border-top:1px solid var(--border);text-align:center;margin-top:42px;padding:28px 16px}.footer-brand{font-size:14px;font-weight:800}.footer-copy{max-width:500px;color:var(--muted);margin:5px auto 0;font-size:11px;line-height:1.6}.footer-copyright{color:#aaa4b1;margin-top:12px;font-size:10px}@media (width>=600px){.promo-bar{font-size:13px}.header-inner{min-height:72px}.brand-name{font-size:17px}.nav-link{display:block}.hero{padding:60px 0 50px}.hero-description{font-size:15px}.products-grid{gap:16px}.product-card{border-radius:17px}.product-body{padding:16px}.product-name{min-height:46px;font-size:15px}.product-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.product-price{font-size:20px}.product-link{font-size:11px}.discount-section{padding:25px 26px}}@media (width>=900px){.header-inner{min-height:76px;padding-left:70px;padding-right:70px}.main{padding-left:70px;padding-right:70px}.hero{padding:72px 0 58px}.products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.section-title{font-size:25px}.product-card:hover{border-color:#d7caee;transform:translateY(-4px);box-shadow:0 14px 35px #241c3414}.product-card:hover .product-image img{transform:scale(1.025)}.discount-section{margin-top:44px}}
