body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.navbar{background-color:#333;padding:15px 20px;box-shadow:0 4px 8px rgba(0,0,0,.1)}.navbar ul{list-style:none;display:flex;justify-content:space-around;align-items:center;margin:0;padding:0}.navbar li{margin:0 15px}.navbar button{background-color:#007bff;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:1rem;transition:background-color .3s ease,transform .3s ease}.navbar button:hover{background-color:#0056b3;transform:translateY(-2px)}.navbar button:focus{outline:none}@media (max-width:768px){.navbar ul{flex-direction:column;align-items:flex-start;padding-left:20px}.navbar li{margin:10px 0}}footer{background-color:#333;color:#fff;padding:20px;text-align:center}footer a{color:#ddd;text-decoration:none}footer a:hover{text-decoration:underline}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));grid-gap:20px;gap:20px;padding:20px;margin-top:20px}.product-card{background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:transform .3s ease;overflow:hidden}.product-card:hover{transform:translateY(-5px)}.product-image{width:100%;height:200px;object-fit:cover;border-bottom:1px solid #ddd}.product-info{padding:15px}.product-title{font-size:1.2rem;font-weight:700;margin-bottom:10px;color:#333}.product-description{font-size:1rem;color:#666;margin-bottom:15px}.product-price{font-size:1.25rem;font-weight:700;color:#333;margin-bottom:10px}.add-to-cart-button{background-color:#007bff;color:#fff;padding:10px;border:none;border-radius:4px;cursor:pointer;width:100%;font-size:1rem;transition:background-color .3s ease}.add-to-cart-button:hover{background-color:#0056b3}@media (max-width:768px){.product-grid{grid-template-columns:1fr 1fr}}@media (max-width:480px){.product-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.95cd1364.chunk.css.map */