@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap);body{background-color:#f4f4f9;color:#333;font-family:Poppins,sans-serif;margin:0}.app-container{display:flex;flex-wrap:wrap;gap:20px;padding:20px}.products-section{flex:3 1;min-width:300px}.cart-section{align-self:flex-start;background-color:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;flex:1 1;min-width:300px;padding:20px}h1,h2{color:#c0392b;text-align:center}.product-list{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.product-item{background-color:#fff;border-radius:12px;box-shadow:0 4px 15px #00000014;padding:15px;text-align:center;transition:transform .2s,box-shadow .2s}.product-item:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-5px)}.product-image{border-radius:8px;height:150px;margin-bottom:10px;object-fit:cover;width:100%}.product-name{font-size:1.1rem;font-weight:600;margin:10px 0}.product-price{color:#27ae60;font-size:1rem;font-weight:500;margin-bottom:15px}.add-to-cart-btn{background-color:#e67e22;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:10px 20px;transition:background-color .2s}.add-to-cart-btn:hover{background-color:#d35400}.cart-item{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:15px;padding-bottom:10px}.cart-item-info{flex-grow:1}.cart-item-info h4{font-weight:600;margin:0 0 5px}.cart-item-info p{color:#7f8c8d;margin:0}.cart-controls{align-items:center;display:flex;gap:8px}.quantity-btn,.remove-btn{background-color:#ecf0f1;border:none;border-radius:50%;color:#34495e;cursor:pointer;font-weight:600;height:30px;transition:background-color .2s;width:30px}.quantity-btn:hover{background-color:#bdc3c7}.remove-btn{background-color:#e74c3c;color:#fff}.remove-btn:hover{background-color:#c0392b}.cart-total{color:#2c3e50;font-size:1.2rem;font-weight:700;margin-top:20px;text-align:right}
/*# sourceMappingURL=main.91e2e51d.css.map*/