.loop-bundle-image-container {
  position: relative;
  width: 100vw;
  max-width: 100vw;
  height: 420px;
  overflow: hidden;
}

.loop-bundle-image-container img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  object-fit: cover !important;
}

body {
  overflow-x: hidden;
}

.loop-show-more-less-text{
color: #fff !important;
  fill: #fff;
}

.loop-bundle-saved-label-disabled, .loop-bundle-total-label-disabled {
color: #fff !important;
}

.loop-bundle-add-to-cart-text{
  color: white;
}

.loop-bundle-image-container img {
    display: block;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    display: none !important;
}

.loop-bundle-image-container {
    position: relative;
    width: 100vw;
    max-width: 100vw;
    height: 420px;
    overflow: hidden;
    display: none !important;
}

.loop-h1 {
    color: var(--loop-bundle-name-color);
    font-size: 4em;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
.loop-h1 {
    color: var(--loop-bundle-name-color);
    font-size: 2.5em;
    font-weight: 500;
}
}