.seller-img {
  width: 100%;
  height: 180px; /* adjust as per your design */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 10px;
}

.seller-img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crops edges, keeps proportions */
}

.checkout-btn{
  text-decoration: none;
  color: white;
}