body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.product-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin:0 auto;max-width:1800px;overflow-y:visible;padding:20px}.product-card{background-color:#fff;border-radius:10px;box-shadow:0 4px 10px #00000026;cursor:pointer;min-width:200px;padding:15px;text-align:center;transition:transform .3s ease-in-out,box-shadow .3s ease-in-out;width:16%}.product-card:hover{box-shadow:0 6px 15px #0003;transform:translateY(-5px)}.product-card img{border-radius:8px;height:300px;object-fit:cover;width:100%}.add-to-cart-btn{background-color:#f90;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:700;padding:8px 15px;transition:background .3s ease}.add-to-cart-btn:hover{background-color:#e68a00}.account-container{margin-top:50px;text-align:center}.account-sections{display:flex;gap:20px;justify-content:center}.account-item{background:#f8f8f8;border:1px solid #ccc;border-radius:5px;padding:15px 20px;text-decoration:none}.account-item:hover{background:#ddd}
/*# sourceMappingURL=main.675d2dc6.css.map*/