*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{font-size:100%;scroll-behavior:smooth}body{background:linear-gradient(135deg,#1a1a2e,#16213e,#0f3460);background-attachment:fixed;color:#fff;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5}.container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border-radius:16px;box-shadow:0 8px 25px #0000004d;margin:30px auto;max-width:1600px;padding:25px;width:95%}.shop.container{max-width:none;padding-left:2rem;padding-right:2rem;width:100%}.shop-filters{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:1.5rem}.filter-btn{background-color:#ffffff14;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1.2rem;transition:background-color .2s,transform .2s}.filter-btn:focus,.filter-btn:hover{background-color:#4da3ff;transform:scale(1.05)}.filter-btn.active{background-color:#4da3ff;color:#fff}.navbar{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006;border-bottom:2px solid #ffffff1a;display:flex;justify-content:space-between;padding:1rem 2rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar h1{color:#fff;font-size:1.5rem}.navbar ul{display:flex;gap:1.5rem;list-style:none}.navbar a{color:#fff;font-weight:500;text-decoration:none;transition:color .2s,transform .2s}.navbar a:focus,.navbar a:hover{color:#4da3ff;transform:scale(1.05)}.navbar-toggle{cursor:pointer;display:none;flex-direction:column;gap:5px}.navbar-toggle div{background-color:#fff;border-radius:2px;height:3px;width:25px}.hero{padding:2rem 1rem;text-align:center}.hero h1{color:#fff;font-size:2.2rem;margin-bottom:.5rem;text-shadow:0 2px 10px #0006}.hero p{color:#d6d6d6;font-size:1.2rem;margin-bottom:1.5rem}.hero img{border-radius:10px;max-height:400px;object-fit:cover;transition:transform .3s;width:100%}.hero img:focus,.hero img:hover{transform:scale(1.02)}.banners{grid-gap:1.8rem;display:grid;gap:1.8rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));padding:2rem 0}.banner{background:#ffffff14;border-radius:10px;cursor:pointer;overflow:hidden;padding-bottom:.5rem;position:relative;transition:transform .3s,box-shadow .3s}.banner img{border-radius:10px 10px 0 0;display:block;height:200px;object-fit:cover;transition:transform .3s;width:100%}.banner h3{color:#fff;margin-top:.5rem;text-align:center}.banner:hover{box-shadow:0 10px 25px #0006;transform:translateY(-5px)}.banner:hover img{transform:scale(1.05)}.shop .product-grid{grid-gap:1.7rem;display:grid;gap:1.7rem;grid-template-columns:repeat(5,1fr);margin-inline:auto;max-width:1600px;padding:2rem 0;width:100%}.product-card{background:#ffffff14;border-radius:12px;box-shadow:0 2px 12px #0003;display:flex;flex-direction:column;justify-content:space-between;padding:1rem;transition:transform .25s,box-shadow .25s}.product-card:focus-within,.product-card:hover{box-shadow:0 6px 20px #00000059;transform:translateY(-4px)}.product-card img{border-radius:6px;height:200px;object-fit:cover;width:100%}.product-card h3{color:#fff;font-size:1.1rem;margin:.5rem 0}.product-card p{color:#4da3ff;font-size:1rem;font-weight:700}.product-card .quantity-control{display:flex;gap:.5rem;margin:.5rem 0}.product-card button{background-color:#4da3ff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background-color .2s,transform .2s}.product-card button:focus,.product-card button:hover{background-color:#1c7ed9;transform:scale(1.05)}.pagination{display:flex;gap:.5rem;justify-content:center;margin-top:1.5rem}.pagination button{background-color:#ffffff1f;border:1px solid #555;border-radius:4px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem .75rem}.pagination button.active,.pagination button:focus,.pagination button:hover{background-color:#4da3ff;border-color:#4da3ff;color:#fff}.cart-page{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 1rem}.cart-page h2{color:#fff;font-size:2rem;margin-bottom:1rem;text-align:center}.cart-item{align-items:flex-start;background:#ffffff14;border-radius:10px;display:flex;gap:1rem;padding:1rem;transition:.25s}.cart-item:hover{box-shadow:0 6px 20px #0000004d;transform:translateY(-3px)}.cart-item img{border-radius:6px;flex-shrink:0;height:100px;object-fit:cover;width:100px}.cart-item h3{color:#fff;font-size:1.1rem}.cart-item p{color:#4da3ff;font-size:1rem;font-weight:500}.cart-item button{background-color:#d32f2f;border:none;border-radius:6px;color:#fff;cursor:pointer;padding:.5rem 1rem;transition:.25s}.cart-item button:hover{background-color:#b71c1c;transform:scale(1.05)}.cart-page h3:last-of-type{color:#fff;font-size:1.2rem;margin-top:1rem;text-align:right}@media (max-width:1200px){.shop .product-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:992px){.shop .product-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.shop .product-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.shop .product-grid{grid-template-columns:1fr}}@media (max-width:768px){.navbar ul{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0006;border-radius:8px;display:none;flex-direction:column;gap:1rem;padding:1rem;position:absolute;right:2rem;top:60px}.navbar ul.active,.navbar-toggle{display:flex}.cart-item{align-items:center;flex-direction:column;text-align:center}.cart-item img{height:120px;margin-bottom:.5rem;width:120px}.product-card img{height:160px}.banner img{height:150px}.hero h1{font-size:1.8rem}.hero p{font-size:1rem}.cart-page h3:last-of-type{text-align:center}}
/*# sourceMappingURL=main.4c500a66.css.map*/