.cards-container{width:100%;display:flex;align-items:center;gap:50px;flex-wrap:wrap;justify-content:center;padding:20px;background-color:#fff;min-height:100vh}.containerNavbar{width:100%;height:10vh;display:flex;justify-content:space-between;background-color:#f3f3e2;align-items:center;padding:10px}a{text-decoration:none;color:#fff;font-weight:700}li{list-style:none}.categories{display:flex;justify-content:space-between;align-items:left;gap:20px}.categories a{background-color:beige;padding:10px 20px;color:#000;width:120px;display:flex;justify-content:center;border-radius:10px;align-items:center;text-align:center}.categories a:hover{background-color:#cecec6}.cart-container{width:100%;padding:50px 0;min-height:90vh;display:flex;justify-content:space-between}.container-items{width:60%;display:flex;justify-content:center;flex-direction:column;align-items:center;gap:50px;border-right:2px solid black;padding:0 42px}.cart-info{width:35%;display:flex;flex-direction:column;justify-content:space-evenly;color:#000}.btn-cart{display:flex;width:100%;gap:20px;justify-content:center}.btn-cart>button{width:200px}.cart-item{width:100%;display:flex;justify-content:space-between;height:100px;align-items:center;box-shadow:0 2px 5px #000;border-radius:10px;padding:0 10px}.cart-item>img{width:10%;height:80px;object-fit:cover}.cart-item-info{width:80%;height:100px;display:flex;justify-content:space-between;align-items:center;color:#000}.containerItemDetail{width:100%;height:500px;display:flex;justify-content:center;align-items:center;gap:20px}.containerImage{width:32%;display:flex;justify-content:center}.containerImage>img{width:50%;height:300px;object-fit:cover}.containerDetail{width:30%;display:flex;justify-content:space-between;flex-direction:column;height:200px;color:#000;border-radius:1%;border-color:#000}*{margin:0;padding:0;box-sizing:border-box}
