.products-page{display:grid;grid-template-columns:280px 1fr;grid-gap:2rem;gap:2rem;max-width:1400px;margin:2rem 0;padding:0 1rem;align-items:start}.filters-sidebar{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:2rem}.filters-sidebar h2{font-size:1.5rem;font-weight:600;margin-bottom:1.5rem;color:#1f2937}.filter-section{margin-bottom:1.5rem;padding-bottom:1.5rem;border-bottom:1px solid #e5e7eb}.filter-section:last-child{border-bottom:none;padding-bottom:0;margin-bottom:0}.filter-section h3{font-size:1rem;font-weight:600;margin-bottom:1rem;color:#374151}.category-item,.filter-options.hierarchical{display:flex;flex-direction:column;gap:.5rem}.category-header{display:flex;align-items:center;gap:.5rem}.expand-button{width:20px;height:20px;display:flex;align-items:center;justify-content:center;border:1px solid #d1d5db;background:#fff;border-radius:4px;cursor:pointer;font-size:1rem;line-height:1;color:#4b5563;padding:0;transition:all .2s}.expand-button.expanded,.expand-button:hover{background:#f3f4f6}.subcategories{gap:.5rem}.filter-options,.subcategories{display:flex;flex-direction:column}.filter-options{gap:.75rem}.filter-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-size:.9rem;color:#4b5563}.filter-option input[type=checkbox]{width:16px;height:16px;border-radius:4px;border:2px solid #d1d5db;cursor:pointer}.price-range{display:flex;align-items:center;gap:.5rem}.price-range input{width:100%;padding:.5rem;border:1px solid #d1d5db;border-radius:4px;font-size:.9rem}.price-range span{color:#6b7280}.products-main{min-width:0;display:flex;flex-direction:column;gap:.75rem}.products-toolbar{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.65rem .85rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.06)}.products-result-count{margin:0;font-size:.9rem;color:#6b7280}.products-sort{display:inline-flex;align-items:center;gap:.5rem;margin:0}.products-sort__label{font-size:.875rem;font-weight:600;color:#374151;white-space:nowrap}.products-sort__select{min-width:11rem;padding:.45rem 2rem .45rem .65rem;border:1px solid #d1d5db;border-radius:6px;background:#fff;color:#1f2937;font-size:.875rem;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .55rem center}.products-sort__select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px rgba(37,99,235,.15)}.products-grid__loading{grid-column:1/-1;text-align:center;padding:.5rem;font-size:.875rem;color:#6b7280}.products-grid{width:100%;display:grid;grid-gap:.75rem;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(min(100%,160px),1fr));align-items:start}.products-grid .product-card{--product-card-info-height:128px}.products-grid .product-card__name{font-size:.875rem}.products-grid .product-card__price-amount{font-size:1rem}.products-grid .product-card-dots{bottom:6px;padding:3px 6px;gap:3px}.products-grid .product-card-dots .product-card-dot{width:3px;height:3px}.products-grid .product-card-dot.active{width:9px;height:3px}@media (min-width:640px){.products-grid{gap:.875rem;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.products-grid .product-card{--product-card-info-height:136px}}@media (min-width:1024px){.products-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}.products-grid .product-card{--product-card-info-height:144px}.products-grid .product-card__name{font-size:.9375rem}.products-grid .product-card__price-amount{font-size:1.0625rem}}.error,.loading,.no-products{text-align:center;padding:3rem;grid-column:1/-1;background:#fff;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.error{color:#dc2626}.no-products{color:#6b7280}@media (max-width:1024px){.products-page{grid-template-columns:240px 1fr}}@media (max-width:768px){.products-page{grid-template-columns:1fr}.filters-sidebar{position:static;margin-bottom:1rem}.products-toolbar{flex-wrap:wrap;align-items:stretch}.products-sort{width:100%;justify-content:space-between}.products-sort__select{flex:1 1;min-width:0}}.products-container{padding:2rem;max-width:1200px;margin:0}.size-selector{margin-bottom:1rem;position:relative;z-index:2}.size-selector select{width:100%;padding:.5rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;background-color:#fff;cursor:pointer;position:relative;z-index:1}.size-selector select:focus{outline:none;border-color:#007bff}.original-price{font-size:.9rem;color:#999;text-decoration:line-through}.final-price{font-size:1.1rem;font-weight:600;color:#333}.final-price.discounted{color:#e41e31}.loading{color:#666}.error,.loading{text-align:center;padding:2rem;font-size:1.2rem}.error{color:#e41e31}@media (max-width:768px){.products-container{padding:1rem}.final-price{font-size:1rem}}