.products-page-container{padding:0 20px;max-width:1400px;gap:30px;margin:40px auto;display:flex}.category-sidebar{flex-shrink:0;width:280px}.sidebar-header{justify-content:space-between;margin-bottom:20px;align-items:center;display:flex}.sidebar-header h2{font-size:24px;font-weight:600;color:#1a1a1a;margin:0}.mobile-category-toggle{height:40px;border:none;color:#fff;transition:all .3s ease;border-radius:8px;background:var(--primary-color,#c59d5f);cursor:pointer;width:40px;display:none}.mobile-category-toggle:hover{transform:scale(1.05);background:var(--secondary-color,#d4af6a)}.mobile-category-toggle.active{background:#1a1a1a}.category-list{flex-direction:column;gap:8px;display:flex}.category-item{padding:14px 18px;justify-content:space-between;border:2px solid transparent;text-decoration:none;color:#333;transition:all .3s ease;align-items:center;border-radius:10px;background:#f8f8f8;display:flex}.category-item:hover{transform:translateX(5px);background:#f0f0f0}.category-item.active{border-color:var(--primary-color,#c59d5f);color:#fff;box-shadow:0 4px 12px rgba(197,157,95,.3);background:linear-gradient(135deg,var(--primary-color,#c59d5f),var(--secondary-color,#d4af6a))}.category-name{font-size:15px;font-weight:500}.category-count{padding:4px 10px;font-size:13px;font-weight:600;border-radius:12px;background:rgba(0,0,0,.1)}.category-item.active .category-count{background:hsla(0,0%,100%,.25)}.products-content{flex:1;min-width:0}.products-header{margin-bottom:30px}.products-header h1{font-size:32px;font-weight:600;color:#1a1a1a;margin:0 0 8px}.product-count{font-size:14px;color:#666;margin:0}.no-products{padding:80px 20px;text-align:center;border-radius:14px;background:#f8f8f8}.no-products i{font-size:64px;margin-bottom:20px;color:#ddd}.no-products p{font-size:18px;margin-bottom:24px;color:#666}@media (max-width:1024px){.products-page-container{gap:20px}.category-sidebar{width:240px}}@media (max-width:768px){.products-page-container{flex-direction:column;gap:0}.category-sidebar{margin-bottom:20px;width:100%}.mobile-category-toggle{justify-content:center;align-items:center;display:flex}.category-list{overflow:hidden;transition:max-height .3s ease;max-height:0}.category-list.show{max-height:500px;margin-top:15px}.products-header h1{font-size:24px}.product-list{grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width:480px){.product-list{grid-template-columns:1fr}.category-item{padding:12px 14px}.category-name{font-size:14px}}