.shop-page{display:flex;color:white;background-color:#0d0d0d;padding:2rem;min-height:100vh;font-family:Inter,sans-serif}.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:#c0392b}.filter-group input[type=text]{width:45%;margin:5px 2% 0 0}.filter-group input[type=text],.filter-group select{padding:5px;background:#333;color:#fff;border:1px solid #444;border-radius:5px}.filter-group select{width:100%}.content{width:80%}.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;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);padding:8px 12px;border:none;margin-top:10px;cursor:pointer;transition:background .2s ease}.add-to-cart,.tag{color:white;border-radius:5px}.tag{position:absolute;top:10px;left:10px;padding:3px 8px;font-size:.75rem;font-weight:700}.tag.new{background:linear-gradient(135deg,#27ae60,#2ecc71)}.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:20%;background:#151515;padding:1rem;margin-right:2rem;border-radius:10px;transition:all .3s ease}@media (max-width:768px){.shop-page{flex-direction:column}.filter-toggle{display:block}.sidebar{position:fixed;top:0;left:-100%;width:70%;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:2rem}.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:1.2rem}}@media (max-width:480px){.product-grid{grid-template-columns:1fr}}