.loop-category-list-container, .loop-category-list-new-container, .loop-category-header{
  background-color: #f5eee5 !important;
}
@media screen and (max-width: 500px) {
  .loop-background{
  width: 100%;
  min-width: auto !important;
  }
}
* {
max-width: -webkit-fill-available;
}
button.loop-bundle-widget-frequency-dropdown, p.loop-text-p6.m-0.loop-bundle-widget-frequency-dropdown-label {
    background: #f5eee5;
}
/* Hide number when fulfilled */
.loop-bundle-progress-bar-new-container .label.active-label {
font-size: 0;
}
/* Show checkmark */
.loop-bundle-progress-bar-new-container .label.active-label::after {
content: "✓"; /* or "✅" */
font-size: 12px;
font-weight: 600;
}
.loop-bundle-new-description {
    font-size: 14px;
    line-height: 1.5rem;
}
.loop-h1, h1 {
    font-size: 2em;
    font-family: 'Ronda';
    line-height: 1.25em;
}
/* TwoColumn */
.loop-bundle-title-wrapper-new{
  display:none;
}
.loop-bundle-header-wrapper-new {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 20px;
}

.loop-bundle-image-container-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 30px;
}

.loop-bundle-image-container {
  flex-shrink: 0;
  min-width: 350px;
  width: fit-content;
}

.loop-bundle-title-wrapper-new {
  flex: 1;
}
.loop-bundle-image-container, .loop-bundle-image-container img{
  max-height: 30em;
}

/* Optional: Make it stack on mobile */
@media (max-width: 768px) {
  .loop-bundle-image-container-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .loop-bundle-image-container {
    width: 100%;
    max-width: 350px;
    min-width: auto;
  }
}
