:root{--border:#e0e0e0;--text:#1a1a1a;--text-muted:#6b6b6b;--accent:#0a6d3c;--accent-dark:#084f2b;--danger:#b3261e;--bg:#fff;--bg-muted:#f5f6f5}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Arial,sans-serif;color:var(--text);background:var(--bg);line-height:1.4}a{color:inherit;text-decoration:none}.site-header{border-bottom:1px solid var(--border);background:var(--bg);position:-webkit-sticky;position:sticky;top:0;z-index:10}.site-header-inner{max-width:1200px;margin:0 auto;padding:12px 16px;display:flex;align-items:center;gap:24px;flex-wrap:wrap}.logo{font-size:20px;font-weight:700;color:var(--accent-dark)}.search-form{display:flex;flex:1 1;min-width:200px;max-width:480px}.search-form input{flex:1 1;padding:8px 12px;border:1px solid var(--border);border-right:none;border-radius:4px 0 0 4px;font-size:14px}.search-form button{padding:8px 16px;border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:0 4px 4px 0;cursor:pointer;font-size:14px}.site-main{max-width:1200px;margin:0 auto;padding:24px 16px;min-height:60vh}.site-footer{border-top:1px solid var(--border);padding:24px 16px;text-align:center}.breadcrumbs,.site-footer{color:var(--text-muted);font-size:14px}.breadcrumbs{margin-bottom:16px}.breadcrumbs a:hover{text-decoration:underline}h1{font-size:24px;margin:0 0 16px}.analogs-section{margin-top:40px;border-top:1px solid var(--border);padding-top:24px}.analogs-section h2{font-size:20px;margin:0 0 16px}.category-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:12px;gap:12px;margin-top:16px}.category-grid a{display:block;padding:16px;border:1px solid var(--border);border-radius:6px;background:var(--bg-muted)}.category-grid a:hover{border-color:var(--accent)}.category-count{color:var(--text-muted);font-size:13px}.subcategory-list{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0}.subcategory-list a{padding:6px 12px;border:1px solid var(--border);border-radius:16px;font-size:14px}.subcategory-list a:hover{border-color:var(--accent)}.sort-bar{display:flex;align-items:center;gap:16px;flex-wrap:wrap;margin-bottom:16px;font-size:14px}.sort-bar a{color:var(--text-muted)}.sort-bar a.sort-active{color:var(--accent-dark);font-weight:600}.filters{display:flex;align-items:end;gap:16px;flex-wrap:wrap;padding:16px;margin-bottom:16px;background:var(--bg-muted);border-radius:6px;font-size:14px}.filters label{display:flex;flex-direction:column;gap:4px;color:var(--text-muted)}.filters label.filters-checkbox{flex-direction:row;align-items:center;gap:6px}.filters input[type=number],.filters select{padding:6px 8px;border:1px solid var(--border);border-radius:4px;font-size:14px;width:110px}.filters button{padding:7px 16px;border:1px solid var(--accent);background:var(--accent);color:#fff;border-radius:4px;cursor:pointer;font-size:14px}.filters a{color:var(--text-muted);text-decoration:underline}.results-total{margin-left:auto;color:var(--text-muted)}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:16px;gap:16px}.product-card{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:6px;padding:12px;gap:6px}.product-card:hover{border-color:var(--accent)}.product-card-image{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:var(--bg-muted);border-radius:4px;overflow:hidden}.product-card-image img{max-width:100%;max-height:100%;object-fit:contain}.product-card-noimage{color:var(--text-muted);font-size:13px}.product-card-name{font-size:14px;flex:1 1}.price{display:flex;align-items:baseline;gap:8px}.price-current{font-weight:700;font-size:16px}.price-old{color:var(--text-muted);text-decoration:line-through;font-size:13px}.stock{font-size:12px;font-weight:600}.stock.in-stock{color:var(--accent)}.stock.to-order{color:#a06b00}.pagination{display:flex;align-items:center;gap:16px;justify-content:center;margin:24px 0;font-size:14px}.pagination a{color:var(--accent-dark);font-weight:600}.empty-state,.pagination-disabled{color:var(--text-muted)}.empty-state{padding:32px 0;text-align:center}.product-detail{display:grid;grid-template-columns:minmax(280px,400px) 1fr;grid-gap:32px;gap:32px}@media (max-width:700px){.product-detail{grid-template-columns:1fr}}.product-images-main{aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:var(--bg-muted);border-radius:6px;overflow:hidden}.product-images-main img{max-width:100%;max-height:100%;object-fit:contain}.product-images-thumbs{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.product-images-thumbs img{width:64px;height:64px;object-fit:contain;border:1px solid var(--border);border-radius:4px;background:var(--bg-muted)}.product-detail h1{font-size:22px}.product-meta{color:var(--text-muted);font-size:14px;margin-bottom:8px}.product-detail .price{margin:16px 0;font-size:20px}.product-detail .price-current{font-size:26px}.product-description{margin-top:24px;line-height:1.6}.product-properties{margin-top:24px;border-collapse:collapse;width:100%;font-size:14px}.product-properties td{padding:6px 8px;border-bottom:1px solid var(--border)}.product-properties td:first-child{color:var(--text-muted);width:40%}.product-categories{margin-top:16px;font-size:13px;color:var(--text-muted)}