.cart-menu{position:fixed;top:0;right:-400px;width:350px;height:100vh;background:#181818;color:#fff;box-shadow:-2px 0 16px rgba(0,0,0,.15);z-index:1000;transition:right .3s;display:flex;flex-direction:column}.cart-menu.open{right:0}.cart-menu .cart-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.2rem;border-bottom:1px solid #222}.cart-menu .cart-menu-header h3{margin:0;font-size:1.3rem}.cart-menu .cart-menu-header .close-btn{background:none;border:none;color:#fff;font-size:2rem;cursor:pointer}.cart-menu .cart-menu-body{flex:1 1;overflow-y:auto;padding:1rem}.cart-menu .cart-menu-body .cart-item{display:flex;gap:1rem;margin-bottom:1.2rem}.cart-menu .cart-menu-body .cart-item img{width:60px;height:60px;object-fit:cover;border-radius:6px;background:#222}.cart-menu .cart-menu-body .cart-item .cart-item-title{font-weight:600;margin-bottom:.3rem}.cart-menu .cart-menu-body .cart-item .cart-item-price{color:#bdbdbd;margin-bottom:.5rem}.cart-menu .cart-menu-body .cart-item .remove-btn{background:#fff;color:#111;border:none;border-radius:4px;padding:.2rem .7rem;font-size:.9rem;cursor:pointer;transition:background .2s}.cart-menu .cart-menu-body .cart-item .remove-btn:hover{background:#e0e0e0}body{background:#111;color:#fff;font-family:Inter,sans-serif;margin:0;padding:0}a{color:inherit;text-decoration:none}.hero{text-align:center;padding:4rem 1rem 3rem;background:#181818}.hero h1{font-size:2.5rem;font-weight:700}.hero p{margin:1rem 0 2rem;color:#bdbdbd}.hero .shop-btn{background:#fff;color:#111;padding:.75rem 2rem;border-radius:4px;font-weight:600;transition:background .2s}.hero .shop-btn:hover{background:#e0e0e0}.featured-products{padding:3rem 1rem}.featured-products h2{text-align:center;font-size:2rem;margin-bottom:2rem}.featured-products .products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));grid-gap:2rem;gap:2rem;max-width:1100px;margin:0 auto}