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