.products{text-align:center}.products h1{text-align:center}.products-container{max-width:70%;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:1em}.products-container a{text-decoration:none;color:var(--color-text-primary)}.product-card{width:350px;height:500px;padding:1em;display:flex;flex-direction:column;flex-basis:30%;text-align:center;background-color:var(--color-background-highlight);border-radius:10px}.product-card .image-container{min-height:300px;margin-bottom:1em;display:flex;justify-content:center;align-items:center}.product-card .image-container img{max-width:80%;max-height:100%;object-fit:contain}.product-card span{font-size:1.5rem}.product-card p{font-size:1em;color:#aaa;height:100%}.products .button{margin:0 auto;background-color:var(--color-background-secondary);font-size:1.2em;padding:.75em 2em;margin:1em 0 2em 0}.products .button a{color:var(--color-text-primary);text-decoration:none}@media screen and (max-width:1500px){.products-container{max-width:80%}}@media screen and (max-width:1300px){.products-container{max-width:90%}.product-card{flex-basis:40%}}@media screen and (max-width:800px){.product-card{flex-basis:100%}}