.checkout-product {
  width: min(280px, 90%);
  height: auto;
  margin: 0 auto 24px;
  filter: drop-shadow(0 18px 22px rgb(107 80 30 / 25%));
}

@media (max-width: 560px) {
  .checkout-product {
    width: min(250px, 86%);
    margin-bottom: 20px;
  }
}
