.loop-image-product-lg img{
      width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    position: relative;
}
.loop-bundle-image-container  {
  display :none !Important;
}
.loop-image-product-lg img{
      width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    position: relative;
}
.loop-bundle-image-container  {
  display :none !Important;
}

@media screen and (max-width: 768px) {
  .loop-image-product-lg img {
    width: 100%;
    min-height: 100%;
    object-fit: contain;
    aspect-ratio: 1 / 1;
    position: relative;
}
   
  /* Adjust margin for the div with negative margins */
  .loop-card-body {
    margin-top: -2em;
    margin-bottom: -1em;
}
.loop-products-align {
  gap: 0px;
}
}
.loop-btn-add-product{
  font-weight: bold;
}
.loop-display-product-price {
    margin: 8px;
}
.loop-product-title{
  font-weight: 500;
      font-size: 0.7875rem;
}
.loop-products-available {
padding:0px 0px;
}