.productsList{margin-top:50px;height:max-content;width:80%;flex-direction:row;flex-wrap:wrap;justify-content:center;gap:25px}.productCard,.productsList{display:flex;align-items:center}.productCard{flex-direction:column;background-color:var(--olive);justify-content:space-evenly;width:350px;height:450px;text-align:center;border-radius:20px;box-shadow:2px 4px 10px var(--yellow);word-break:break-word}.productImage{border-radius:20px;box-shadow:2px 4px 10px rgba(0,0,0,.4)}.productTitle{font-family:Chelsea-Market;color:var(--green);font-size:20px;margin:8px 0}.brand{color:#000;margin-bottom:5px}.priceContainer{display:flex;flex-direction:row;width:90%;justify-content:space-evenly;margin:20px 10px}.priceBox{display:flex;width:max-content;border-radius:6px;background-color:var(--green)}.precio{color:var(--gray);padding-top:2px}.price{font-size:20px;color:var(--yellow)}.mainProducts{margin-top:25px;display:flex;flex-direction:column;height:max-content;align-items:center;padding:20px;justify-content:center}