.loop-bundle-image-container-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100vw;
}

.loop-bundle-image-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loop-bundle-image-container img {
  width: 100vw;
  height: 250p;
  object-fit: cover;
  color: transparent;
}

.loop-img-fit {
    object-fit: cover !important;
}

.loop-bundle-title-wrapper-new {
  text-align: center;
  margin: 1rem 0;
}

.loop-h1.loop-bundle-title {
  font-weight: bold;
  margin: 1rem 0;
}

.loop-text-p1 {
  margin: 0;
}

.loop-bundle-new-description {
  text-align: center;
}

.loop-bundle-new-description p {
  text-align: center;
}

.loop-bundle-new-description strong {
  font-weight: bold;
}

.loop-btn-add-to-cart {
  box-shadow: none !important;
}

button.loop-bundle-widget-frequency-interval-button.selected {
  background-color: #ec88c6 !important;
}

button.loop-bundle-widget-frequency-interval-button.selected p.loop-text-p6.m-0.undefined {
  color: #fafafa !important;
}

.loop-btn-add-product {
  background: #ec88c6 !important;
  colour: #010101 !important;
  border-radius: none !important;
  border-style: none !important;
  border-width: none !important;
  border-color: none !important;
}

.loop-btn-input-decrease, .loop-btn-input-increase {
  background: #ec88c6 !important;
  color: #fafafa !important;
}

.loop-form-input, .loop-form-input-small {
  box-sizing: border-box;
  border-top: none !important;
  border-bottom: none !important;
  background: #ec88c6 !important;
  color: #fafafa !important;
}

.loop-btn-input-decrease-small, .loop-btn-input-increase-small {
  background: none !important;
  color: #010101 !important;
}

.loop-form-input-small:disabled, .loop-form-input:disabled {
  opacity: 1 !important;
  background: transparent !important;
  color: #010101 !important;
}

header.header,
.header-group,
.announcement-bar,
.announcement-bar-wrap {
  position: relative;
  z-index: 99;
}