.shop-page{display:flex;flex-direction:row;align-items:flex-start;gap:1.5rem;color:white;background-color:#0d0d0d;padding:2rem;min-height:100vh;font-family:Inter,sans-serif;box-sizing:border-box}.sidebar h3{color:#ccc;margin-bottom:1rem}.filter-group{margin-bottom:1.5rem}.filter-group label{display:block;margin-top:5px;color:#bbb;font-size:.9rem}.pill{background-color:#2e2e2e;color:#fff;border:none;border-radius:20px;padding:5px 10px;margin-right:5px;margin-top:5px;cursor:pointer;transition:background .2s ease}.pill:hover{background-color:#444}.pill.active{background-color:#ff3333;color:#fff;font-weight:700}.pill.active:hover{background-color:#cc0000}.filter-group input[type=number],.filter-group input[type=text]{width:45%;margin:5px 2% 0 0;padding:8px;background:#222;color:#fff;border:1px solid #444;border-radius:5px}.filter-group select{width:100%;padding:5px;background:#333;color:#fff;border:1px solid #444;border-radius:5px}.content{flex-grow:1}.content h2{font-size:1.6rem;margin-bottom:1.5rem;font-weight:600;color:#f1f1f1}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-card{background-color:#1e1e1e;border-radius:10px;padding:1rem;text-align:center;position:relative;display:flex;flex-direction:column;justify-content:space-between;min-height:100%;transition:all .2s ease-in-out}.product-card:hover{transform:translateY(-5px);box-shadow:0 4px 12px rgba(0,0,0,.4)}.product-card img{width:100%;height:200px;object-fit:contain;margin-bottom:10px}.product-card h4{margin:10px 0 5px;font-size:1rem;font-weight:600;color:#fff}.product-card p{color:#aaa;font-size:.9rem;margin-bottom:10px}.product-card h3{color:#e74c3c;margin:10px 0;font-size:1.1rem}.add-to-cart{background:linear-gradient(135deg,#27ae60,#2ecc71);color:white;padding:8px 12px;border:none;border-radius:5px;margin-top:10px;cursor:pointer;transition:background .2s ease}.product-card .tag{position:absolute;top:10px;left:10px;padding:3px 8px;border-radius:5px;font-size:.75rem;font-weight:700;color:white;z-index:5}.product-card .tag.new{background:linear-gradient(135deg,#27ae60,#2ecc71)}.product-card .tag.top{background:linear-gradient(135deg,#c0392b,#e74c3c)}.pagination{display:flex;gap:10px;justify-content:center;margin-top:2rem}.pagination span{background-color:#2e2e2e;color:white;padding:6px 12px;border-radius:5px;cursor:pointer;transition:all .2s ease}.pagination span:hover{background-color:#444}.pagination .active{background-color:#c0392b;font-weight:700;box-shadow:0 2px 6px rgba(192,57,43,.6)}.filter-toggle{display:none;background:#151515;color:white;border:none;padding:10px 15px;font-size:1rem;cursor:pointer;border-radius:8px;margin-bottom:1rem}.mobile-filter-btn{display:none}.mobile-filter-btn button{background:#151515;color:white;border:none;padding:10px 15px;font-size:1rem;cursor:pointer;border-radius:8px}.sidebar{width:280px;flex-shrink:0;background:#151515;padding:1rem;border-radius:10px;transition:all .3s ease}@media (max-width:768px){.shop-page{flex-direction:column;padding:1rem}.filter-toggle,.mobile-filter-btn{display:block}.sidebar{position:fixed;top:0;left:-100%;width:min(90%,360px);max-width:100%;height:100vh;background:#151515;padding:1.5rem;z-index:1000;overflow-y:auto;transition:left .3s ease}.sidebar.open{left:0}.content{width:100%}.overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:900}.mobile-filter-btn{display:block;width:100%;padding-left:0}.sidebar .close-btn{position:absolute;top:12px;right:12px;background:transparent;border:none;color:#fff;font-size:1.2rem;cursor:pointer}.product-grid{grid-template-columns:repeat(2,1fr);gap:1rem}}@media (max-width:640px){.product-grid{grid-template-columns:1fr}}@media (max-width:480px){.shop-page{padding:.75rem}.sidebar{width:100%}.product-grid{gap:.9rem}}.product-card-wrapper{position:relative;transition:transform .2s ease}.product-card-wrapper:hover{transform:translateY(-5px)}.product-card-wrapper:hover .product-card{transform:none;box-shadow:none}.product-card-wrapper .quick-wishlist-btn{position:absolute;top:10px;right:10px;background:rgba(0,0,0,.6);border:1px solid rgba(255,255,255,.1);width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;z-index:10;transition:all .2s ease;backdrop-filter:blur(4px)}.product-card-wrapper .quick-wishlist-btn:hover{background:rgba(255,255,255,.2);transform:scale(1.1);color:#ff3333}.product-card-wrapper .quick-wishlist-btn.active{background:rgba(255,0,0,.1);border-color:rgba(255,0,0,.3);color:#ff3333}.product-card-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:10px;gap:10px}.product-card-bottom h3{margin:0!important}.quick-cart-btn{background:#ff3333;color:white;border:none;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.quick-cart-btn:hover{background:#cc0000;transform:scale(1.1)}.quick-cart-btn.loading{background:#555;cursor:not-allowed}.quick-cart-controls{display:flex;align-items:center;background:#222;border:1px solid #444;border-radius:20px;padding:2px;gap:6px;z-index:10}.quick-cart-control-btn{background:transparent;border:none;color:#fff;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.quick-cart-control-btn:hover{background:#444}.quick-cart-qty{font-size:.9rem;font-weight:700;min-width:14px;text-align:center}