.loop-bundle-image-container {
    display: none !important;
}

.loop-h1 {
    display: none !important;
}
.loop-bundle-product-image-container{
  position: relative;
}
.loop-tag-badge{
    position: absolute;
    top: 8px;
    right: 8px;
    background: #417505;
    padding: 4px 10px;
    z-index: 1;
    border-radius: 99px;
    color: #FFF;
    font-family: "Open Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
}
.loop-metafield-pricing{
      color: #000;
    text-align: right;
    font-family: "Open Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
    text-align: center;
}
.rating-wrapper{
    display: flex;
    align-items: center;
    gap: 3px;
    color: #000;
    font-family: "Open Sans";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.12px;
}
.loop-meta-info{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    margin: 10px 0 0;
    justify-content: space-between;
}
.update-cards-grid{
  @media (min-width: 992px){
    grid-template-columns: repeat(3, 1fr);
  }
  @media (min-width: 750px) and (max-width: 991px){
    grid-template-columns: repeat(2, 1fr);
  }
}