.lb-responsive-square-img {
  width: 80%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block;
}
.rating-badge-wrapper {
  position: relative;
  margin-top: 20px;
  width: 160px;
  height: 40px; /* collapsed size */
  overflow: visible; /* allow expansion */
}
.rating-badge-container {
  position: absolute !important;
  bottom: 0 !important;
  right: 0 !important;
  z-index: 9999 !important;
  overflow: visible; /* Ensure expanded content isn't clipped */
}
.lb-home-best-selling-img {
  aspect-ratio: 1 / 1; /* or use width/height attributes */
  width: 100%;
  height: auto;
  display: block;
}