.loop-bundle-new-description {
  width: 100% !important;
  margin: 0;
  padding: 0 10px;
}
.loop-bundle-title-wrapper-new {
  display: none !important;
}
.ua-flex2col-wrapper {
    width: 100%;
  margin-top: 30px
  }

  .ua-flex2col-wrapper .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 50px;
    background: #9D1F5F;
    border-radius: 20px;
  }

  .ua-flex2col-wrapper .two-col {
    display: flex;
    gap: 24px;
    align-items: center;
  }

  .ua-flex2col-wrapper .col {
    flex: 1 1 0;
    min-width: 0;
  }

  .ua-flex2col-wrapper .content h1 {
    margin: 0 0 12px;
    font-size: clamp(28px, 4vw, 44px);
    color: white;
  }

  .ua-flex2col-wrapper .content p {
    margin: 0 0 18px;
    font-size: 16px;
    line-height: 1.6;
    max-width: 60ch;
    color: white;
  }

  .ua-flex2col-wrapper .btn {
    display: inline-block;
    padding: 12px 18px;
    border-radius: 8px;
    text-decoration: none;
    background: #003252;
    color: #fff;
    font-weight: 600;
    font-size: 18px
  }

  .ua-flex2col-wrapper .image img {
    display: block;
    width: 100%;
    max-height: 350px;
    border-radius: 12px;
    object-fit: cover;
  }

  /* Mobile: stack with image on top */
  @media (max-width: 768px) {
    .ua-flex2col-wrapper .two-col {
      flex-direction: column;
    }

    .ua-flex2col-wrapper .image {
      order: -1;
      width: 100%;
    }

    .ua-flex2col-wrapper .content {
      width: 100%;
    }
  }

.ua-3col-section {
    width: 100%;
    padding: 60px 16px;
  }

  .ua-3col-section .ua-3col-container {
    max-width: 1100px;
    margin: 0 auto;
  }

  .ua-3col-section .ua-3col-heading {
    text-align: center;
    margin-bottom: 40px;
    font-size: clamp(26px, 4vw, 38px);
  }

  .ua-3col-section .ua-3col-grid {
    display: flex;
    gap: 24px;
  }

  .ua-3col-section .ua-3col-item {
    flex: 1 1 0;
    text-align: center;
  }

  .ua-3col-section .ua-3col-item img {
    width: 60px;
    height: auto;
    margin-bottom: 16px;
    object-fit: cover;
  }

  .ua-3col-section .ua-3col-item h3 {
    margin: 0 0 12px;
    font-size: 20px;
  }

  .ua-3col-section .ua-3col-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.6;
  }

  /* Mobile responsive */
  @media (max-width: 768px) {
    .ua-3col-section .ua-3col-grid {
      flex-direction: column;
    }
.react-modal-sheet-container.loop-bottom-sheet.expanded * {
    font-size: 13px !important;
}
  .loop-bottom-sheet-header-container {
    border: none;
}
.loop-bottom-sheet-body-container {
  padding-top: 0 !important;
  padding-bottom: 10px;
}
.loop-selected-variant-info-container img {
    height: 30px;
    object-fit: contain;
}
.loop-selected-variant-container {
    margin-top: 0;
}
.mg-2.loop-bundle-progress-bar-new-container {
    display: none !important;
}
.loop-bundle-widget-selling-plan-container {
    padding: 5px !important;
}
.loop-bundle-widget-frequency-interval-button {
    padding: 5px !important;
}
.loop-bundle-widget-frequency-button-layout {
    margin-top: -10px;
}
  }