#root{max-width:800px;margin:0 auto;padding:2rem;text-align:center;display:flex;flex-direction:column}#root .ingredient{text-align:center;margin-bottom:.5rem;width:100%;flex:1}button{background-color:#128230;margin-bottom:.5rem}.progress-bar-fill{background-color:#128230;height:1rem}.product-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:1rem}.product-list h2{width:100%;text-align:center}.product-list .product{width:calc(25% - 1rem);display:flex;flex-direction:column}.product-list .product h3{font-size:20px;color:#fff}.product-list .product h3 a{color:#fff;text-decoration:none}.product-list .product h3 a:hover{color:#128230}.product-list .product p{margin-top:auto}.product-list .product .product-image{width:100%;padding-top:100%;background-size:contain;background-position:center;background-repeat:no-repeat}
