*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;overflow-x:hidden}body{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}main{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:2rem}h1{font-size:2rem;font-weight:600;text-align:center}.product-list-container{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem;width:100%}@media (min-width:768px){.product-list-container{flex-direction:row;justify-content:center;align-items:stretch}}.product-card{flex:1 1;min-width:0}@media (min-width:768px){.product-card{max-width:350px}}