/* Compliance: hide reviews, ratings, endorsements, and doctor-style blocks */
.jdgm-widget,
.jdgm-rev-widg,
.jdgm-preview-badge,
.jdgm-all-reviews-page,
[class*="jdgm"],
[id*="judgeme_product_reviews"],
[id*="kollagen_review"],
[id*="product_template_review"],
[id*="product_template_testimonials"],
[id*="product_howto"],
[id*="product_review_with_image"],
.banner-review-section-container,
.reviews-section,
.testimonial,
.wellbe-howto-frame,
.wellbe-howto,
.product-review-variant-1,
.product-review-variant-2,
.product-review-info,
.product-review-footer,
.product-review-desc,
.image-with-text[id*="product_review_with_image"] {
  display: none !important;
}

.wellbe-product .rating,
.products .rating,
.testimonial .rating,
.banner-review-section .rating,
.product-review-rating,
.product-review-rating img,
.wellbe-product .products .stars,
.wellbe-howto .howto p img[src*="Group_1514"],
.wellbe-howto .howto p img[src*="star"],
.stars-image,
img[src*="star__q"],
img[src*="Group_1132"],
img[src*="Group_1514"],
.product-rating {
  display: none !important;
}

/* Collection/catalog stars and review counts */
gp-product-images + gp-row,
.icon-wrapper,
.gp-custom-code div[style*="font-size: 12px"] {
  display: none !important;
}

/* Cart drawer layout fixes */
.cart-item__content h3 {
  padding-right: 72px;
  word-break: break-word;
}

.remove-item-cart {
  right: 0 !important;
  white-space: nowrap;
}

.cart-item__image img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
  background: #f3f3f3;
}

/* Hide discounts, compare prices, savings and coupon fields */
.compare-at-price,
.product-selected-variant-price .compare,
.product-price-compare,
.product-item-price-compare,
.price-badge-sale,
.img-badge-sale,
.discounted-price,
.savings,
.cart-drawer-subtotal-save,
.package-bonus-container,
.package-bonus-value,
.package-bonus-info,
.package-bonus-info-mobile,
.spare-sum,
.old-price,
#wellbesaleprice,
.per-pack,
.cart-recommendations > h3,
.cart-coupon,
.cart-coupon-toggle,
input[name="discount"],
.apply-coupon {
  display: none !important;
}

/* Hide newsletter sections and Klaviyo popups */
#shopify-section-newsletter,
#newsletter-newsletter,
.klaviyo-form-XRjzRt,
[class*="klaviyo-form"],
[class*="kl-private"],
iframe[src*="klaviyo"],
body > div[class*="klaviyo"] {
  display: none !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.footer-block:has(.klaviyo-form-XRjzRt),
.footer-block:has([class*="klaviyo"]) {
  display: none !important;
}

.cart-coupon.is-collapsed {
  display: none !important;
}

.cart-coupon-toggle {
  display: none !important;
}

.cart-message.error {
  background-color: #fdecea;
  color: #b71c1c;
  border: 1px solid #f5c6cb;
}

#wellbe-compliance-strip {
  position: sticky;
  top: 0;
  z-index: 10000;
}

.wellbe-ad-disclaimer {
  background: #fff3cd;
  color: #664d03;
  border-bottom: 1px solid #ffecb5;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  padding: 10px 16px;
  line-height: 1.4;
}

.wellbe-medical-disclaimer {
  background: #e7f1ff;
  color: #084298;
  border-bottom: 1px solid #b6d4fe;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 500;
  padding: 8px 16px;
  line-height: 1.45;
}

@media (max-width: 768px) {
  .wellbe-ad-disclaimer {
    font-size: 11px;
    padding: 8px 12px;
  }

  .wellbe-medical-disclaimer {
    font-size: 11px;
    padding: 7px 12px;
  }
}
