: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}.material-symbols-outlined{font-family:Material Symbols Outlined;font-weight:400;font-style:normal;font-size:20px;line-height:1;letter-spacing:normal;text-transform:none;display:inline-block;white-space:nowrap;word-wrap:normal;direction:ltr;-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased}.dev-banner{background:#fff4dd;color:#7a4d00;border-bottom:1px solid #f0d9a6;text-align:center;font-size:13px;padding:8px 16px}.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}.search-icon-btn,.search-toggle-checkbox{display:none}.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}.category-layout{display:grid;grid-template-columns:240px 1fr;grid-gap:24px;gap:24px;align-items:start}@media (max-width:800px){.category-layout{grid-template-columns:1fr}}.filters{display:flex;flex-direction:column;gap:14px;padding:16px;background:var(--bg);border:1px solid var(--border);border-radius:6px;font-size:14px}.filters-title{display:flex;align-items:center;justify-content:space-between;padding-bottom:12px;border-bottom:1px solid var(--border)}.filters-title h2{font-size:16px;margin:0}.filters-title a{font-size:13px}.filters-title-actions{display:flex;align-items:center;gap:12px}.filters-mobile-close,.filters-mobile-toggle{display:none}.filters label{display:flex;flex-direction:column;gap:4px;color:var(--text-muted)}.filters label.filters-checkbox{flex-direction:row;align-items:flex-start;gap:8px}.filters label.filters-checkbox input{margin-top:3px}.filters-instock{border-top:1px solid var(--border);padding-top:14px}.filters-price-row{display:flex;gap:8px}.filters-price-row label{flex:1 1;min-width:0}.filters input[type=number],.filters select{padding:6px 8px;border:1px solid var(--border);border-radius:4px;font-size:14px;width:100%}.filters details{border-top:1px solid var(--border);padding-top:14px}.filters summary{cursor:pointer;font-weight:600;color:var(--text);margin-bottom:10px;list-style:none;display:flex;align-items:center;justify-content:space-between;gap:8px}.filters summary::-webkit-details-marker{display:none}.filters summary:after{content:"expand_more";font-family:Material Symbols Outlined;font-size:20px;flex-shrink:0;color:var(--text-muted)}.filters details[open] summary:after{content:"expand_less"}.filters-option-label{flex:1 1;min-width:0;overflow-wrap:break-word;color:var(--text)}.filters-option-count{flex-shrink:0;background:var(--bg-muted);color:var(--text-muted);font-size:12px;padding:1px 7px;border-radius:10px}.filters-show-more{display:block;margin-top:8px;padding:0;border:none;background:none;color:var(--accent-dark);font-size:13px;cursor:pointer;text-decoration:underline}.filters-options{display:flex;flex-direction:column;gap:8px}.filters-options .filters-checkbox{color:var(--text)}.filters a{color:var(--text-muted);text-decoration:underline;align-self:flex-start}.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}.cart-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--text)}.cart-icon-badge{position:absolute;top:-4px;right:-4px;min-width:18px;height:18px;padding:0 4px;border-radius:9px;background:var(--accent-dark);font-size:11px;font-weight:700;line-height:1}.add-to-cart-btn,.cart-icon-badge{display:inline-flex;align-items:center;justify-content:center;color:#fff}.add-to-cart-btn{gap:6px;margin-top:4px;padding:8px 14px;border:1px solid var(--accent);border-radius:4px;background:var(--accent);font-size:13px;font-weight:600;cursor:pointer}.add-to-cart-btn:hover{background:var(--accent-dark);border-color:var(--accent-dark)}.add-to-cart-btn .material-symbols-outlined{font-size:18px}.add-to-cart-row{display:flex;align-items:center;gap:8px;margin:14px 0}.add-to-cart-qty{width:64px;padding:8px;border:1px solid var(--border);border-radius:4px;font-size:14px}.cart-items{display:flex;flex-direction:column;gap:12px;margin:16px 0}.cart-item{display:grid;grid-template-columns:64px 1fr auto auto auto;align-items:center;grid-gap:12px;gap:12px;padding:12px;border:1px solid var(--border);border-radius:6px}.cart-item-unavailable{border-color:#c0392b;background:#fdf2f1}.cart-item-image{width:64px;height:64px;display:flex;align-items:center;justify-content:center;background:var(--bg-muted);border-radius:4px;overflow:hidden}.cart-item-image img{max-width:100%;max-height:100%;object-fit:contain}.cart-item-info{min-width:0}.cart-item-article{font-size:12px;color:var(--text-muted)}.cart-item-warning{font-size:12px;color:#c0392b;font-weight:600}.cart-item-price{font-weight:700;white-space:nowrap}.cart-item-remove{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:none;color:var(--text-muted);cursor:pointer}.cart-item-remove:hover{color:#c0392b}.cart-total{font-size:18px;font-weight:700;text-align:right;margin:16px 0}.cart-checkout-form{display:flex;flex-direction:column;gap:12px;max-width:420px;padding:16px;border:1px solid var(--border);border-radius:6px;background:var(--bg-muted)}.cart-checkout-form label{display:flex;flex-direction:column;gap:4px;font-size:14px}.cart-checkout-form input,.cart-checkout-form textarea{padding:8px 12px;border:1px solid var(--border);border-radius:4px;font-size:14px;font-family:inherit}.cart-checkout-form button{padding:10px 16px;border:1px solid var(--accent);border-radius:4px;background:var(--accent);color:#fff;font-weight:600;cursor:pointer}.cart-checkout-form button:disabled{opacity:.6;cursor:default}.cart-checkout-error{color:#c0392b;font-size:14px}.cart-confirmation{text-align:center;padding:48px 16px}@media (max-width:600px){.cart-item{grid-template-columns:48px 1fr auto;grid-template-areas:"image info remove" "image qty price"}.cart-item-image{grid-area:image;width:48px;height:48px}.cart-item-info{grid-area:info}.cart-item-remove{grid-area:remove}.cart-item .add-to-cart-qty{grid-area:qty}.cart-item-price{grid-area:price;justify-self:end}}.pagination{display:flex;align-items:center;gap:16px;justify-content:center;margin:24px 0;font-size:14px}.pagination a,.pagination-disabled{display:inline-flex;align-items:center;gap:2px}.pagination a{color:var(--accent-dark);font-weight:600}.pagination-disabled{color:var(--text-muted)}.pagination .material-symbols-outlined{font-size:18px}.empty-state{color:var(--text-muted);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)}@media (max-width:800px){.filters-mobile-toggle{display:inline-flex;align-items:center;gap:6px;padding:10px 16px;margin-bottom:16px;border:1px solid var(--border);border-radius:6px;background:var(--bg);color:var(--text);font-weight:600;font-size:14px;cursor:pointer}.filters-mobile-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:var(--accent-dark);color:#fff;font-size:12px;font-weight:700;line-height:1}.filters-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:30}.filters{position:fixed;top:0;left:0;bottom:0;width:min(320px,85vw);margin:0;border-radius:0;transform:translateX(-100%);transition:transform .25s ease;overflow-y:auto;z-index:31}.filters--open{transform:translateX(0)}.filters-mobile-close{width:28px;height:28px;border:none;background:none;color:var(--text-muted);font-size:22px;line-height:1}.filters-mobile-close,.search-icon-btn{display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.search-icon-btn{width:36px;height:36px;margin-left:auto;border:1px solid var(--border);border-radius:6px;background:var(--bg);font-size:16px}.search-form{display:none;flex-basis:100%;max-width:none}.search-toggle-checkbox:checked~.search-form{display:flex}}