/* ===================================================== */
/*                 LOOP STRUCTURE FIXES                  */
/* ===================================================== */

.loop-image-product-lg,
.loop-image-product-lg img {
  height: 300px !important;
}

.loop-bundle-header-wrapper-new {
  margin-bottom: 0;
}

.loop-bundle-select-product-title-new {
  margin-top: 0;
  font-weight: 600 !important;
}

.loop-bundle-select-product-title-new-container {
  margin-bottom: 0;
}

.loop-bundle-footer-description {
  width: 90%;
}

#loop [class*=bundle-footer] {
  margin-top: 0 !important;
}

/* ===================================================== */
/*                 GLOBAL IMAGE STYLING                  */
/* ===================================================== */

.wm-image img,
.wm-image-full img,
.wm-compare-img img,
.wm-new-way-gif img {
  width: 100%;
  display: block;
  border-radius: 20px;
}

/* ===================================================== */
/*                 MAIN BUNDLE LAYOUT                    */
/* ===================================================== */

.wm-bundle-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 0;
}

.wm-hero-title {
  font-size: 34px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 12px;
}

.wm-subtext {
  font-size: 18px;
  margin-bottom: 18px;
}

.wm-image-full {
  margin: 0 0 18px 0;
}

/* ===================================================== */
/*                   SOCIAL PROOF CARD                   */
/* ===================================================== */

.wm-social-proof {
  background: #faf9f7;
  padding: 20px;
  border-radius: 16px;
  margin: 15px 0 20px 0;
  text-align: center;
}

.wm-rating-line {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}

.wm-stars {
  color: #ff9f1a;
  font-size: 20px;
  letter-spacing: 2px;
}

.wm-rating-text {
  opacity: 0.8;
  font-size: 16px;
}

.wm-proof-headline {
  font-size: 20px;
  font-weight: 600;
}

/* ===================================================== */
/*            ENHANCED COMPARISON BLOCK                  */
/* ===================================================== */

.wm-compare-block {
  text-align: center;
  margin: 30px 0 25px 0;
}

.wm-compare-intro {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 2px;
}

.wm-compare-sub {
  font-size: 22px;
  font-weight: 600;
  opacity: 0.8;
  margin-bottom: 4px;
}

.wm-compare-chevron {
  font-size: 52px;
  line-height: 1;
  margin: 4px 0 16px 0;
}

.wm-compare-img {
  margin-bottom: 18px;
}

.wm-compare-good {
  font-size: 32px;
  font-weight: 800;
  margin-top: 10px;
}

/* ===================================================== */
/*              NEW WAY GIF BLOCK                        */
/* ===================================================== */

.wm-new-way-block {
  text-align: center;
  margin: 25px 0 20px 0;
}

.wm-new-way-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.wm-new-way-gif {
  margin-bottom: 18px;
}

/* ===================================================== */
/*                  BENEFITS + HIGHLIGHT                 */
/* ===================================================== */

.wm-benefits-row,
.wm-sleep-benefits,
.wm-adv-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 16px;
  font-size: 18px;
  line-height: 1.4;
  text-align: center;
  margin: 18px 0 20px 0;
  font-weight: 400;
}

.wm-benefits-row span,
.wm-sleep-benefits span,
.wm-adv-benefits span {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
  font-weight: 400;
}

.wm-benefits-row strong,
.wm-sleep-benefits strong,
.wm-adv-benefits strong {
  font-weight: 400;
}

.wm-highlight {
  font-size: 20px;
  font-weight: 700;
  padding: 18px 0;
  margin: 20px 0 10px 0;
  text-align: center;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

.wm-bundle-note {
  font-weight: 600;
  margin-top: 8px;
  margin-bottom: 18px;
  text-align: center;
}

/* ===================================================== */
/*                    FOOTER SECTION                     */
/* ===================================================== */

.wm-footer-wrap {
  padding: 0 0 130px 0;
  text-align: left;
}

.wm-section-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 15px;
}

.wm-body-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.wm-list {
  list-style: disc outside !important;
  padding-left: 24px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 1.6;
}

.wm-list li {
  display: list-item !important;
  margin-bottom: 10px;
}

.wm-final-line {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}