.catalog-page {padding-top:1.25rem;padding-bottom:3rem;background:#fff;}.catalog-container {width:100%;max-width:1200px;margin:0 auto;padding:0 1rem;box-sizing:border-box;}.breadcrumb {font-size:0.875rem;color:#666;margin-bottom:1.5rem;}.breadcrumb a {color:#666;text-decoration:none;}.breadcrumb a:hover {color:#ea580c;}.breadcrumb .sep {margin:0 0.5rem;}.catalog-title {font-size:2rem;font-weight:700;color:#2C2C2C;margin:0 0 1.5rem 0;}.catalog-toolbar {margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem;}.catalog-nav-blocks {display:flex;flex-direction:column;gap:1.25rem;}.catalog-nav-label {font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.04em;color:#888;margin-bottom:0.5rem;}.categories-nav {display:flex;flex-wrap:wrap;gap:0.5rem;margin-bottom:0;}.categories-nav-empty {font-size:0.875rem;color:#888;padding:0.35rem 0;}.categories-nav a {display:inline-block;padding:0.5rem 1rem;border-radius:2rem;font-size:0.875rem;font-weight:500;text-decoration:none;white-space:nowrap;border:2px solid #E5E5E5;color:#2C2C2C;background:#fff;}.categories-nav a:hover {border-color:#ea580c;}.categories-nav a.active {background:#ea580c;border-color:#ea580c;color:#fff;}.catalog-main {display:flex;gap:1.5rem;}.filters-row {display:flex;align-items:flex-start;gap:1rem;}.filters-toggle {display:none;padding:0.5rem 1rem;border:2px solid #E5E5E5;border-radius:2rem;background:#fff;cursor:pointer;font-size:0.875rem;}.filters-panel {flex-shrink:0;width:220px;}@media (min-width:769px){.filters-panel {display:block;}.filters-toggle {display:none;}}.filters-inner {background:#fff;border:2px solid #E5E5E5;border-radius:1rem;padding:1.25rem;}.filters-header {display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;}.filters-header h3 {font-size:1.125rem;font-weight:700;margin:0;color:#2C2C2C;}.filters-reset {font-size:0.75rem;color:#ea580c;background:none;border:none;cursor:pointer;text-decoration:underline;}.filter-group {margin-bottom:1rem;}.filter-group label {display:block;font-size:0.75rem;font-weight:600;color:#2C2C2C;margin-bottom:0.25rem;}.filter-group select,.filter-group input {width:100%;padding:0.5rem;border:2px solid #E5E5E5;border-radius:0.5rem;font-size:0.875rem;box-sizing:border-box;}.filter-group input {margin-bottom:0.5rem;}.filter-group input:last-of-type {margin-bottom:0.5rem;}.btn-apply {width:100%;padding:0.5rem 1rem;background:#ea580c;color:#fff;border:none;border-radius:2rem;font-weight:600;font-size:0.875rem;cursor:pointer;}.btn-apply:hover {background:#c2410c;}#activeFilters {margin-top:0.5rem;font-size:0.75rem;}.products-section {flex:1;min-width:0;overflow:hidden;}.loading,.pagination-info {text-align:center;color:#666;padding:1rem 0;}.error-msg {background:#fef2f2;border:1px solid #fecaca;color:#991b1b;padding:1rem;border-radius:0.5rem;margin-bottom:1rem;}.catalog-page .hidden {display:none !important;}.products-empty {text-align:center;color:#666;padding:2rem;}.product-placeholder {width:100%;height:100%;align-items:center;justify-content:center;font-size:3rem;background:#F5F1E8;display:flex;}.products-grid {display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;}.products-grid .product-card {background:#fff;border-radius:1rem;overflow:hidden;border:2px solid #E5E5E5;transition:box-shadow 0.2s,border-color 0.2s;display:flex;flex-direction:column;height:100%;gap:1rem;}.products-grid .product-card:hover {border-color:#ea580c;box-shadow:0 4px 20px rgba(0,0,0,0.1);}.products-grid .product-card > a:not(.btn-variant){text-decoration:none;color:inherit;display:flex;flex-direction:column;flex:1;min-height:0;}.products-grid .product-image {height:240px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;}.products-grid .product-image img {max-width:100%;max-height:100%;object-fit:contain;}.products-grid .product-body {padding:1rem;background:#FDFCFB;flex:1;}.products-grid .product-name {font-size:0.9375rem;font-weight:500;color:#2C2C2C;margin:0 0 0.25rem 0;line-height:1.3;}.products-grid .product-meta {font-size:0.75rem;color:#999;margin-bottom:0.5rem;}.products-grid .product-price {font-size:1.25rem;font-weight:700;color:#2C2C2C;margin-bottom:0.75rem;}.products-grid .btn-cart,.products-grid .btn-variant {flex:0 0 auto;height:40px;min-height:40px;max-height:40px;margin:0 1rem 1rem 1rem;margin-top:auto;padding:0 0.875rem;background:#2C2C2C;color:#fff;border:none;border-radius:2rem;font-weight:500;font-size:0.8125rem;cursor:pointer;display:flex;align-items:center;justify-content:center;text-align:center;text-decoration:none;box-sizing:border-box;}.products-grid .btn-cart:hover,.products-grid .btn-variant:hover {background:#ea580c;}.pagination {display:flex;justify-content:center;gap:0.5rem;margin-top:1.5rem;flex-wrap:wrap;}.pagination button {padding:0.5rem 1rem;border:2px solid #E5E5E5;background:#fff;border-radius:0.5rem;cursor:pointer;font-size:0.875rem;}.pagination button:hover {border-color:#ea580c;background:#F5F1E8;}.pagination button.active {background:#ea580c;border-color:#ea580c;color:#fff;font-weight:700;cursor:default;}.pagination button.active:hover {background:#ea580c;border-color:#ea580c;color:#fff;}.search-intro {font-size:0.9375rem;color:#666;margin:-0.75rem 0 1.25rem 0;}.search-form-bar {display:flex;gap:0.75rem;margin-bottom:1.5rem;flex-wrap:wrap;}.search-form-bar input {flex:1;min-width:200px;padding:0.75rem 1rem;border:2px solid #E5E5E5;border-radius:0.5rem;font-size:1rem;box-sizing:border-box;}.search-form-bar input:focus {outline:none;border-color:#ea580c;}.search-form-bar button {padding:0.75rem 1.5rem;background:#ea580c;color:#fff;border:none;border-radius:2rem;font-weight:600;font-size:0.9375rem;cursor:pointer;}.search-form-bar button:hover {background:#c2410c;}.search-query-line {text-align:center;color:#666;font-size:0.875rem;margin-bottom:1rem;}.search-query-line span {font-weight:700;color:#ea580c;}.search-no-results-title {font-size:1.125rem;font-weight:700;color:#2C2C2C;margin:0 0 0.5rem 0;}@media (max-width:768px){.filters-toggle {display:inline-flex;align-items:center;gap:0.5rem;}.catalog-main {flex-direction:column;}.filters-panel {display:none;order:-1;}.filters-panel.open {display:block;}.products-grid {grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;}.products-grid .product-image {height:200px;}}._xe1adf9{opacity:0}._xfc082b{z-index:-999}._x5c32bf{opacity:0}._xa8a047{height:0}._xde5185{pointer-events:none}._xfc26fa{position:absolute;left:-9999px}._x76325e{display:none}._x16f1ff{width:0}._xbfebe4{visibility:hidden}._xbc0d91{width:0}._x292ba4{position:absolute;left:-9999px}._xc53383{display:none}._x3b4cdc{opacity:0}._x27b239{opacity:0}._xab0a56{pointer-events:none}._x492178{pointer-events:none}._xc05d9f{position:absolute;left:-9999px}._xbb5f7d{position:absolute;left:-9999px}._xcff724{display:none}._x2baabe{opacity:0}._x7f91d5{opacity:0}._xfbdfd1{display:none}._x94239d{z-index:-999}._x4e8ff4{visibility:hidden}._xe048d0{height:0}._x2668c5{pointer-events:none}._x46b117{width:0}._xfd0fba{visibility:hidden}._xbbcf21{z-index:-999}._x7d9ea6{opacity:0}._xe4ced1{opacity:0}._xc78129{z-index:-999}._x36d55a{width:0}._x23cabe{width:0}._x533929{height:0}._x85ade0{pointer-events:none}._xaacde9{width:0}._x200624{z-index:-999}._x042520{height:0}._x59f147{height:0}._xb8a24f{display:none}._xf0c9f0{height:0}._x1b14e1{display:none}._x37ca1d{visibility:hidden}._x8185aa{opacity:0}._x782e8f{opacity:0}._x61f057{opacity:0}._x788104{pointer-events:none}._xe960de{pointer-events:none}._x8fe89f{display:none}._xb8b1bc{opacity:0}._xd89105{z-index:-999}._x89d44e{visibility:hidden}._x4ec153{width:0}._xed386b{width:0}._x4e8d0e{opacity:0}._x903d1a{display:none}._xb97847{visibility:hidden}._xd695e8{opacity:0}._xe61aff{height:0}._x47fe00{visibility:hidden}._xf66e40{z-index:-999}._x44f554{z-index:-999}._x613e6b{visibility:hidden}._xa40eee{visibility:hidden}._x3f3285{height:0}._x1e86db{height:0}._x067932{display:none}._xb4aaba{height:0}._xa0f500{display:none}._xc07fb0{opacity:0}._x7aa3e1{visibility:hidden}._x2b96ef{pointer-events:none}._x62491c{width:0}._x6345eb{height:0}._xc07ae8{display:none}._xbcb413{pointer-events:none}._x94772e{visibility:hidden}._x237200{position:absolute;left:-9999px}._x79f00d{height:0}._x278462{display:none}