.products-container{display:flex;flex-wrap:wrap;justify-content:space-between}.products-section{margin:2em 10px}.product{display:flex;flex-direction:column;align-items:center;background:white;border-radius:4px;margin:7px 0;box-shadow:5px 5px 12px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);cursor:pointer;padding:2px}.product:hover{background:#fcc3c3;color:white}.product .description{display:flex;flex-direction:column;align-items:flex-start;justify-content:space-between;width:100%;padding:2px}.image-container{width:100%}.image-container img{width:100%;height:auto;border-radius:4px}.price{font-weight:bold}.product-image{border-radius:4px}.product-description{height:100%;display:flex;flex-direction:column;justify-content:space-between}
