.main{flex:1;padding:1rem}.products-page{display:flex;gap:1rem}.sidebar{width:250px;padding:1rem;background:#fff;border-right:1px solid #ddd;height:100vh;overflow-y:auto}.sidebar .section{margin-bottom:2rem}.sidebar h3{margin-bottom:.75rem;font-size:1rem;color:#333;font-weight:700}.sidebar ul{list-style:none;padding:0;margin:0}.sidebar li{padding:.5rem 0;cursor:pointer;font-size:.9rem;color:#555}.sidebar li.active{color:#ff1c1c;font-weight:700}.sidebar input[type=checkbox]{margin-right:8px}.dropdown-toggle{background:none;border:none;color:#007bff;cursor:pointer;padding:0;margin-top:.5rem;font-size:.9rem}.price-range{justify-content:space-between}.price-labels,.price-range{display:flex;align-items:center}.price-labels{border:2px solid rgba(0,0,0,.07);border-radius:3px;padding:5px;gap:2rem;font-size:.7rem}.price-labels .sign{opacity:.5}.price-slider{position:relative;width:100%;height:40px}.price-slider input[type=range]{width:50%;height:40px;appearance:none;-webkit-appearance:none;background:transparent;z-index:1}.price-slider input[type=range]::-webkit-slider-runnable-track{height:8px;background:#ff0000}.price-slider input[type=range]::-moz-range-track{height:6px;background:#ff0000;border-radius:3px}.price-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;height:16px;width:16px;background:#fff;border:1px solid #ff0000;border-radius:50%;cursor:pointer;margin-top:-5px;box-shadow:0 0 2px rgba(0,0,0,.2)}.topbar{display:flex;justify-content:space-between;margin-bottom:1rem}.topbar select{padding:.5rem}.product-grid h2{margin-bottom:1rem}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:50px;justify-content:center;width:100%}.product-card{background:white;padding:1rem;border-radius:10px;border:1px solid #e0e0e0;box-shadow:0 1px 4px rgba(0,0,0,.05);text-align:center}.product-header{background-color:#f3f5f7;padding:10px;border-top-left-radius:12px;border-top-right-radius:12px}.product-card img{width:70%;height:210px;object-fit:contain;margin-bottom:.5rem}.product-card .actions{margin-bottom:.75rem}.cart-btn{background:#000;color:#fff;border:none;padding:.8rem 1rem;border-radius:5px;cursor:pointer;font-weight:700;width:100%}.qty-control{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.qty-control button{border:none;background:#000;color:white;width:40px;height:40px;border-radius:15px;font-size:16px;cursor:pointer}.product-details{padding:5px 0}.product-card .desc{font-size:.8rem;color:#777;margin-bottom:.3rem;text-align:left}.product-card .title{font-size:.95rem;margin-bottom:.3rem;color:#333;text-align:left}.product-card .price{font-weight:700;color:#262626;background:transparent;padding:0;font-size:20px;margin-top:20px;text-align:left}.add-to-cart-btn{background:black;color:white;border:none;padding:12px 20px;border-radius:8px;cursor:pointer;font-weight:600;font-size:14px;width:100%;transition:all .2s ease;box-shadow:0 2px 4px rgba(255,68,68,.2);text-transform:uppercase;letter-spacing:.5px;margin-top:.5em}.add-to-cart-btn:hover{background:linear-gradient(135deg,#ff3333,#bb0000);transform:translateY(-1px);box-shadow:0 4px 8px rgba(255,68,68,.3)}.add-to-cart-btn:active{transform:translateY(0);box-shadow:0 2px 4px rgba(255,68,68,.2)}.add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.quantity-selector{background:#fff;border:2px solid #e0e0e0;border-radius:12px;padding:16px;box-shadow:0 4px 12px rgba(0,0,0,.1);margin-top:.5em;animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.quantity-controls{gap:16px;margin-bottom:12px}.quantity-btn,.quantity-controls{display:flex;align-items:center;justify-content:center}.quantity-btn{width:36px;height:36px;border:2px solid #333;background:#fff;color:#333;border-radius:8px;cursor:pointer;font-size:18px;font-weight:700;transition:all .2s ease}.quantity-btn:hover:not(:disabled){background:#333;color:#fff;transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.2)}.quantity-btn:active{transform:translateY(0)}.quantity-btn:disabled{opacity:.4;cursor:not-allowed;border-color:#ccc;color:#ccc}.quantity-btn:disabled:hover{background:#fff;color:#ccc;transform:none;box-shadow:none}.quantity-btn.minus{border-color:#dc3545;color:#dc3545}.quantity-btn.minus:hover:not(:disabled){background:#dc3545;color:#fff}.quantity-btn.plus{border-color:#28a745;color:#28a745}.quantity-btn.plus:hover:not(:disabled){background:#28a745;color:#fff}.quantity-display{background:#f8f9fa;border:2px solid #e9ecef;border-radius:8px;padding:8px 16px;min-width:50px;text-align:center;font-weight:600;font-size:16px;color:#333}.quantity-actions{display:flex;gap:8px}.confirm-add-btn{background:linear-gradient(135deg,#28a745,#20c997);color:white;border:none;padding:10px 16px;border-radius:8px;cursor:pointer;font-weight:600;font-size:13px;flex:1;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.confirm-add-btn:hover:not(:disabled){background:linear-gradient(135deg,#218838,#1ea980);transform:translateY(-1px);box-shadow:0 4px 8px rgba(40,167,69,.3)}.confirm-add-btn:active{transform:translateY(0)}.confirm-add-btn:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none}.cancel-btn{background:#fff;color:#6c757d;border:2px solid #dee2e6;padding:10px 16px;border-radius:8px;cursor:pointer;font-weight:500;font-size:13px;transition:all .2s ease;text-transform:uppercase;letter-spacing:.5px}.cancel-btn:hover{background:#f8f9fa;border-color:#adb5bd;color:#495057;transform:translateY(-1px)}.cancel-btn:active{transform:translateY(0)}@media (max-width:1024px){.products-page{flex-direction:column;gap:.75rem}.products-page aside.w-64{width:100%!important;border-right:none!important;border-bottom:1px solid #e5e7eb}.main{padding:.75rem}.topbar{flex-wrap:wrap;gap:.5rem}.grid{grid-template-columns:repeat(2,1fr);gap:32px}.product-card img{height:200px;width:90%}.qty-control button{width:36px;height:36px}}@media (max-width:768px){.main{padding:.75rem}.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.product-card{padding:.75rem;border-radius:10px}.product-header{padding:8px}.product-card img{height:180px}.product-card .title{font-size:.95rem}.product-card .desc{font-size:.8rem}.product-card .price{font-size:18px;margin-top:14px}.price-slider input[type=range]::-webkit-slider-thumb{height:14px;width:14px;margin-top:-4px}.quantity-selector{padding:12px}.quantity-controls{gap:12px;margin-bottom:10px}.quantity-btn{width:32px;height:32px;font-size:16px}.quantity-display{padding:6px 12px;font-size:14px;min-width:40px}.cancel-btn,.confirm-add-btn{padding:8px 12px;font-size:12px}}@media (max-width:480px){.grid{grid-template-columns:1fr;gap:20px}.product-card img{height:160px;width:100%}.qty-control{gap:.4rem}.qty-control button{width:34px;height:34px;font-size:14px}.add-to-cart-btn{padding:10px 16px;font-size:13px}.price-slider{height:32px}.quantity-selector{padding:10px}.quantity-controls{gap:10px;margin-bottom:8px}.quantity-btn{width:30px;height:30px;font-size:14px}.quantity-display{padding:4px 10px;font-size:13px;min-width:36px}.quantity-actions{gap:6px}.cancel-btn,.confirm-add-btn{padding:6px 10px;font-size:11px}}@media (max-width:360px){.product-card img{height:140px}.product-card .price{font-size:16px}.quantity-controls{gap:8px}.quantity-btn{width:28px;height:28px;font-size:13px}.quantity-display{padding:4px 8px;font-size:12px;min-width:32px}}