.product-media {
  padding: 0 !important;
}
.product-media img {
  border-radius: 0 0 0 0 !important;
}
.shop_logo {
  width: 32px;
  height: 32px;
  object-fit: cover;
  /* border: 1px solid #ccc; */
  padding: 1px;
}
.shopName {
  max-width: 90px;
  font-size: 11px;
}
.container-fluid {
  max-width: 100%;
  padding: 8px;
}
.prod-tag-sp {
  position: absolute;
  bottom: 50px;
  right: 5px;
  font-size: 10px;
  color: #3c0db3;
  font-weight: 500;
  background: #bfacee;
  padding: 2px 10px;
  border-radius: 40px;
}

@media screen and (max-width: 576px) {
  .prod-tag-sp {
  bottom: 40px !important;


  }

}
