/* Header */
.loop-bundle-image-container-wrapper .loop-bundle-image-container {
    display: none;
}

.loop-bundle-image-container img {
  object-fit: contain;
}
.loop-bundle-header-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 2em;
}

.loop-h1 {
    font-family: 'Didot' !important;
    font-size: 2.5em !important;
    margin-bottom: 10px;
}

.loop-h2, .loop-h3, .loop-btn {
    font-family: var(--font-subhead) !important;
    font-size: 1rem !important;
    letter-spacing: 0.3em;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

.loop-btn {
    border-radius: 50px;
  transition: 0.3s all;
}

.loop-btn-selected:hover {
    background-color: #f1bab1;
    border-color: #f1bab1;
    color: #ffffff;
}

.loop-btn-input-increase, .loop-btn-input-decrease {
    border-radius: 0 50px 50px 0;
    font-size: 22px !important;
    height: 40px;
    padding: 7px !important;
    line-height: 1;
}

.loop-btn-input-decrease {
  border-radius: 50px 0 0 50px;
}

.loop-form-input {
    background-color: #ff9e95;
    border: 1px solid #ff9e95;
    color: white;
    font-size: 18px;
    margin-bottom: 10px !important;
    padding: 0 !important;
    line-height: 1;
    text-align: center;
}

/* Product */
.loop-image-product-lg img {
    object-fit: contain;
}

.loop-bundle-product-card-title {
    font-family: 'Didot';
    font-size: 1em !important;
    margin-top: 1em !important;
    margin-bottom: 0.5em !important;
}

.loop-discounted-price {
    font-family: 'Didot-italic';
    font-size: 1rem !important;
    margin-bottom: 0.5em !important;
}

.loop-display-product-price {
    display: none !important;
}

.loop-btn-add-product {
    border: 1px solid #FF9E95;
  transition: 0.3s all;
}

.loop-btn-add-product:hover {
    background-color: #ff9e95;
    color: #ffffff;
}

.loop-progress-bar-label {
    color: #ffffff !important;
    font-size: 12px;
}

/* Grid */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .loop-products-align { 
      grid-template-columns: repeat(2,1fr);
  }
}

/* Products */
.loop-display-product-price {
    display: none !important;
}

.loop-bundle-footer > div:last-child {
    display: flex;
    flex-direction: column;
}

.loop-display-saved-total > * {
    text-align: center;
}

@media screen and (max-width: 1023px) {
  .loop-h1 {
     text-align: center;
  }
  .loop-frequency-selector {
    display: flex !important;
    flex-direction: column !important;
  }
  .loop-products-align {
    grid-template-columns: repeat(2,1fr) !important;
  }
}

@media screen and (max-width: 767px) {
  .loop-products-align {
    grid-template-columns: 1fr !important;
  }
}

/* Footer */
.loop-bundle-footer.d-flex.justify-content-center.p-3.flex-column > div {
    margin-top: 10px;
}

.loop-btn-add-to-cart:hover {
    background-color: #f1bab1;
    color: #ffffff;
}

.loop-card-body {
    display: flex;
    justify-content: center;
  margin-top: 0.5em;
}

.loop-selected-products-title {
    font-family: 'Didot';
    text-align: center;
    color: #000000;
    font-size: 14px !important;
    letter-spacing: 0.05em;
}

.loop-btn-outline:hover {
    color: #F1BAB1;
    border-color: #F1BAB1;
    background-color: white;
}

@media screen and (max-width: 500px){
.loop-display-saved-total{
  flex-direction: column;
}
}
