:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--bg:#f6f3ef;--card:#fff;--text:#191919;--muted:#777;--border:#e8dfd4;--accent:#191919;--soft:#f0e8de}*{box-sizing:border-box}body{color:var(--text);background:var(--bg);margin:0;font-family:Inter,Arial,sans-serif}a{color:inherit;text-decoration:none}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.container{width:min(1240px,100vw - 32px);margin:0 auto}.header{border-bottom:1px solid var(--border);background:#f6f3eff0}.header-inner{align-items:center;gap:18px;padding:18px 0;display:flex}.logo{letter-spacing:.02em;white-space:nowrap;font-size:20px;font-weight:800}.search{flex:1;gap:8px;display:flex}.search input{border:1px solid var(--border);width:100%;font:inherit;background:#fff;border-radius:999px;padding:12px 16px}.button{background:var(--accent);color:#fff;font:inherit;cursor:pointer;white-space:nowrap;border:0;border-radius:999px;justify-content:center;align-items:center;padding:11px 16px;text-decoration:none;display:inline-flex}.button.secondary{background:var(--soft);color:var(--text)}.nav{white-space:nowrap;align-items:center;gap:12px;font-size:14px;display:flex}.hero{padding:42px 0 24px}.hero h1{margin:0 0 12px;font-size:clamp(32px,5vw,56px);line-height:1.02}.hero p{color:var(--muted);max-width:700px;margin:0;font-size:18px}.section{padding:22px 0}.section-title{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px;display:flex}.section-title h2,h1.page-title{margin:0;font-size:28px}.grid-categories{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.category-card{background:var(--card);border:1px solid var(--border);border-radius:18px;flex-direction:column;justify-content:space-between;min-height:128px;padding:18px;display:flex;box-shadow:0 1px 2px #00000008}.category-card:hover,.product-card:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0000000f}.muted{color:var(--muted)}.layout{grid-template-columns:260px 1fr;align-items:start;gap:22px;display:grid}.sidebar{background:var(--card);border:1px solid var(--border);border-radius:18px;padding:16px;position:sticky;top:12px}.side-title{margin-bottom:12px;font-weight:700}.side-link{border-bottom:1px solid #f0ebe4;justify-content:space-between;gap:12px;padding:9px 0;font-size:14px;display:flex}.side-sub{padding-left:12px;font-size:13px}.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.product-card{background:var(--card);border:1px solid var(--border);border-radius:18px;transition:all .15s;overflow:hidden;box-shadow:0 1px 2px #00000008}.product-image{aspect-ratio:3/4;background:#eee;place-items:center;display:grid;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;display:block}.product-body{padding:14px}.brand-name{text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:700}.product-title{min-height:38px;margin:6px 0 10px;font-size:15px;line-height:1.25}.price{font-size:17px;font-weight:800}.price-row{flex-wrap:wrap;align-items:baseline;gap:8px;display:flex}.old-price{color:var(--muted);font-size:13px;text-decoration:line-through}.discount-badge{color:#fff;background:#191919;border-radius:999px;padding:6px 9px;font-size:12px;font-weight:800;position:absolute;top:10px;left:10px}.discount-badge-static{position:static}.product-actions{gap:8px;margin-top:12px;display:grid}.product-add-form{display:grid}.filters-bar{background:var(--card);border:1px solid var(--border);border-radius:18px;align-items:center;gap:10px;margin-bottom:16px;padding:14px;display:flex}.filters-bar input{border:1px solid var(--border);font:inherit;border-radius:999px;flex:1;padding:11px 14px}.catalog-filters{gap:10px;display:grid}.filter-divider{border:0;border-top:1px solid #f0ebe4;margin:14px 0}.filter-label{text-transform:uppercase;letter-spacing:.04em;color:var(--muted);margin-top:6px;font-size:12px;font-weight:800;display:block}.filter-input{border:1px solid var(--border);width:100%;color:var(--text);font:inherit;background:#fff;border-radius:12px;padding:10px 12px}.filter-scroll{gap:2px;max-height:220px;padding-right:4px;display:grid;overflow:auto}.small-scroll{max-height:160px}.check-row{border-bottom:1px solid #f7f1ea;grid-template-columns:auto 1fr auto;align-items:center;gap:8px;padding:7px 0;font-size:14px;display:grid}.check-row small{color:var(--muted);font-size:12px}.check-row input{width:16px;height:16px;accent-color:var(--accent)}.filter-standalone{border-bottom:0;margin-top:2px}.price-filter-grid{grid-template-columns:1fr 1fr;gap:8px;display:grid}.filter-button{width:100%;margin-top:2px}.active-filter-line{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;font-size:14px;display:flex}.empty-card{background:var(--card);border:1px solid var(--border);border-radius:18px;grid-column:1/-1;padding:18px}.breadcrumbs{color:var(--muted);flex-wrap:wrap;gap:8px;margin:16px 0;font-size:14px;display:flex}.product-page{grid-template-columns:minmax(0,560px) 1fr;align-items:start;gap:28px;display:grid}.gallery{gap:12px;display:grid}.main-photo{border:1px solid var(--border);aspect-ratio:3/4;background:#eee;border-radius:20px;place-items:center;display:grid;overflow:hidden}.main-photo img{object-fit:cover;width:100%;height:100%}.thumbs{grid-template-columns:repeat(5,1fr);gap:10px;display:grid}.thumbs img{aspect-ratio:1;object-fit:cover;border:1px solid var(--border);background:#eee;border-radius:12px;width:100%}.product-info{background:var(--card);border:1px solid var(--border);border-radius:20px;padding:22px}.product-info h1{margin:0 0 12px;font-size:34px;line-height:1.1}.meta{grid-template-columns:140px 1fr;gap:8px 14px;margin:18px 0;font-size:14px;display:grid}.description{white-space:pre-line;line-height:1.65}.how-to{background:var(--soft);border-radius:16px;margin-top:20px;padding:16px;line-height:1.6}.product-purchase-actions{margin-top:20px}.static-page-card{max-width:820px}.static-section-heading{margin-top:22px}.static-actions{margin-top:20px}.pagination{margin-top:22px}.pagination nav{flex-wrap:wrap;gap:8px;display:flex}.footer{border-top:1px solid var(--border);color:var(--muted);margin-top:48px;padding:28px 0;font-size:14px}@media (width<=1020px){.grid-categories,.product-grid{grid-template-columns:repeat(3,1fr)}.layout{grid-template-columns:1fr}.sidebar{position:static}}@media (width<=720px){.header-inner{flex-wrap:wrap}.search{flex-basis:100%;order:3}.grid-categories{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr);gap:10px}.product-page{grid-template-columns:1fr}.nav{justify-content:space-between;width:100%}.product-info h1{font-size:28px}}
