@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,300;0,9..144,400;0,9..144,500&family=Inter:wght@400;500;600&display=swap');

/* Headings → Fraunces, light weight */
[class*="title"], [class*="heading"], [class*="name"], h1, h2, h3 {
  font-family: 'Fraunces', Georgia, serif !important;
  font-weight: 300 !important;
  letter-spacing: -1px;
}

/* Everything else → Inter */
body, button, p, span, [class*="price"], [class*="desc"] {
  font-family: 'Inter', system-ui, sans-serif !important;
}

/* Full-bleed bundle image — edge to edge */
.loop-bundle-image-container {
  width: 100vw !important;
  max-width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  border-radius: 0 !important;
}

/* Make the image itself fill the container cleanly */
.loop-bundle-image-container img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  display: block;
}

.loop-background {
  padding-top: 0 !important;
}

.loop-bundle-radio-widget-container {
  display: flex !important;
  flex-direction: column !important;
}

/* Subscribe & Save on top, One-time below */
.loop-bundle-radio-widget-container [aria-label="Select subscription"]      { order: 1; }
.loop-bundle-radio-widget-container [aria-label="Select one-time purchase"] { order: 2; }

.loop-category-list-container, .loop-category-list-new-container {
    background-color: #efe7d9;
}

.loop-category-header {
    background-color: #FBF6EE;
}

.loop-selected-bundle{background-color: #FFFFFF;}

.loop-products-available{
    background-color: #FBF6EE;
}

.loop-category-list-new-container .loop-category-item,
.loop-category-list .loop-category-item {
  background-color: #ffffff !important;
  border-radius: 999px !important;
}

.loop-bundle-widget-selling-plan-container:not(.selected) {
  background-color: #fbf8f2 !important;
}

.loop-bundle-widget-frequency-dropdown{
  height:44px !important;
}

.loop-bundle-title-wrapper-new {
  display:none !important;
}
.loop-bundle-new-description {
  display:none !important;
 
}
.loop-selected-bundle {
  border-radius:0px !important;
  border-color:#E0D2BC !important;
}
.loop-bundle-widget-selling-plan-container{
  border-radius:0px !important;
  border-color:#E0D2BC !important;
}

/* Container holding all selected products */
.loop-selected-bundle-items {
    display: flex !important;
    flex-direction: column !important;
    overflow-x: hidden !important;
    overflow-y: visible !important;
    gap: 12px !important;
    height: auto !important;
}

.loop-selected-variant-container {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    flex: none !important;
}

@media (max-width: 1199px) {
    .loop-selected-bundle-items {
        display: flex !important;
        flex-direction: column !important;
        overflow-x: hidden !important;
        overflow-y: visible !important;
    }

    .loop-selected-variant-container {
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        flex: none !important;
    }
}
.loop-selected-bundle {
   min-height: auto !important;
}
.loop-actions-container {
    overflow-y: auto !important;
    scrollbar-width: none !important;
    max-height: 80vh !important; /* adjust as needed */
}