.cart-item__image-container {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  background: white;
  img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
