.page-title-container { text-align: center; padding: 40px 0; background-color: var(--accent-gray); }
.page-title-container h1 { font-family: var(--font-title); margin: 0; }
.shop-layout { display: grid; grid-template-columns: 250px 1fr; gap: 40px; padding: 40px 0; }
.filters-sidebar { border-right: 1px solid #eee; padding-right: 20px; }
.filter-group { margin-bottom: 30px; }
.filter-group h4 { font-family: var(--font-title); margin-bottom: 15px; border-bottom: 1px solid #eee; padding-bottom: 10px; }
.filter-group label { display: block; margin-bottom: 10px; cursor: pointer; }
.filter-group input[type="range"] { width: 100%; }

@media (max-width: 768px) {
    .shop-layout { grid-template-columns: 1fr; }
    .filters-sidebar { border-right: none; border-bottom: 1px solid #eee; padding-right: 0; padding-bottom: 20px; }
}
