.productsList{flex-flow:wrap;justify-content:center;align-items:center;gap:25px;width:80%;height:max-content;margin-top:50px;display:flex}.productCard{background-color:var(--olive);text-align:center;width:300px;height:450px;box-shadow:2px 4px 10px var(--yellow);word-break:break-word;border-radius:20px;flex-direction:column;justify-content:space-between;align-items:center;display:flex}.productImage{background-color:#fff;border-radius:20px 20px 0 0;width:100%;height:300px;margin-top:1px}.brandContainer{flex-direction:row;justify-content:space-between;width:100%;margin-top:10px;padding:0 10px;display:flex}.productTitle{color:var(--green);font-family:Chelsea-Market;font-size:20px}.brand{color:#000;margin-top:3px;font-size:18px}.categoryContainer{flex-direction:row;justify-content:space-between;width:100%;margin:10px;padding:0 10px;display:flex}.sizes{margin-right:0 10px;flex-direction:row;justify-content:center;gap:5px;display:flex}.sizeTag{background-color:var(--green);color:#fff;border:2px solid #fff;border-radius:5px;padding:2px 5px;font-size:14px;font-weight:700;box-shadow:1px 1px #000}.linkCard{margin-bottom:5px}
.mainProducts{flex-direction:column;justify-content:center;align-items:center;height:max-content;margin-top:25px;padding:20px;display:flex}
