body {
  background-color: #F2F2F2;
}
.wrapper {
    margin: 0 auto;
    background-color: #ffffff;
    max-width: 480px;
}



/* Style for the checkout button */
#checkout {
  width: 100%;
}

/* Style for the cart items */
.cart-item {
  display: flex;
  justify-content: space-between;
}

/* Style for the remove button */
.remove {
  background-color: #dc3545;
  border: none;
  color: white;
  padding: 5px 10px;
  border-radius: 3px;
}

/* Style for the quantity input */
.quantity {
  width: 50px;
  text-align: center;
}

@media (max-width: 1280px)
#main > .inner {
    --width: 50rem;
}
@media (max-width: 1920px)
#main > .inner {
    --width: 50rem;
}