.cart{background-color:#f5f5f5;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:calc(100vh - 11rem);padding:2rem 1rem;display:flex}.cart h1{margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.cart>p{text-align:center;color:#000000b3;max-width:40rem;margin-bottom:1rem;font-size:1rem}.cart-wrapper{background-color:#06a0bb1a;border-radius:1rem;flex-direction:column;width:100%;max-width:50rem;padding:2rem;display:flex}.cart-wrapper p{text-align:center;font-size:1.2rem;font-weight:600}.cart-item{background-color:#06a0bb1a;border-radius:.5rem;align-items:center;gap:1rem;margin-bottom:1rem;padding:1rem;display:flex}.cart-item img{object-fit:cover;background-color:#06a0bb1a;background-image:url(../media/homebg.acccf71d.jpg);background-position:50%;background-size:cover;border-radius:.5rem;width:100px;height:100px}.cart-item h3{font-size:1.2rem;font-weight:600}.cart-item p{color:#000000b3;text-align:left;font-size:1rem}.cart-item .remove-btn{color:#fff;cursor:pointer;background-color:#06a0bb66;border:none;border-radius:.3rem;margin-left:auto;padding:0 1rem;font-size:2rem}.cart button{color:#fff;cursor:pointer;background-color:#000;border:none;border-radius:.5rem;align-self:center;width:100%;margin-top:1rem;padding:1rem 2rem;font-size:1.2rem;font-weight:600}.cart button:hover{background-color:#1e1e1e}
