.chb-colloid-badge {
  display: inline-block;
  margin: 0 0 .55rem;
  padding: .28rem .7rem;
  background: #17211f;
  color: #ead7ae;
  font-family: Montserrat, "Helvetica Neue", Arial, sans-serif;
  font-size: .68rem;
  font-weight: 650;
  letter-spacing: .12em;
  text-transform: uppercase;
  border: 1px solid #c9a84c;
  border-radius: 999px;
}
.chb-colloid-badge--single {
  margin: .35rem 0 .85rem;
}
.chb-colloid-note {
  display: none !important;
}
.chb-colloid-promo {
  margin: 0 0 1.1rem;
  padding: .9rem 1.1rem;
  background: #f7f2eb;
  border: 1px solid #ead7ae;
  border-left: 3px solid #c9a84c;
  color: #17211f;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1rem;
  line-height: 1.45;
}
.chb-colloid-promo.is-on {
  background: #17211f;
  color: #f7f2eb;
  border-color: #c9a84c;
}
.woocommerce-cart .fee .chb-colloid-promo,
.woocommerce-checkout .fee {
  font-style: normal;
}
.wc-block-components-totals-fees {
  font-family: Georgia, serif;
}

/* Category offer strip */
.chb-colloid-offer {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 1.75rem;
  padding: 0 1rem;
  box-sizing: border-box;
}
.chb-colloid-offer__inner {
  background: #2f3d2a;
  color: #f7f2eb;
  border-radius: 18px;
  padding: 1.45rem 1.7rem 1.5rem;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(47, 61, 42, 0.14);
}
.chb-colloid-offer__inner::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 5px;
  background: #c9a84c;
}
.chb-colloid-offer__kicker {
  margin: 0 0 .35rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: #c9a84c;
}
.chb-colloid-offer h2 {
  margin: 0 0 .4rem;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(1.55rem, 2.6vw, 2.15rem);
  font-weight: 600;
  line-height: 1.15;
  color: #fffef8;
  letter-spacing: -0.02em;
}
.chb-colloid-offer p {
  margin: 0;
  max-width: 42rem;
  font-family: Montserrat, system-ui, sans-serif;
  font-size: .92rem;
  line-height: 1.5;
  color: rgba(247, 242, 235, 0.86);
}

/* Offer lives on the product page only — hide leftover listing badges */
body:not(.single-product) .chb-colloid-badge {
  display: none !important;
}

@media (max-width: 767px) {
  .chb-colloid-offer {
    margin-bottom: 1.2rem;
    padding: 0 12px;
  }
  .chb-colloid-offer__inner {
    padding: 1.15rem 1.15rem 1.2rem 1.3rem;
    border-radius: 14px;
  }
}
