.p-iherb-rb {
  font-family: var(--font-primary, 'Poppins', sans-serif);
  color: #1a1a1a;
}

/* ─── UTILS ─── */
.p-iherb-rb .ih-container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.p-iherb-rb .ih-c-orange { color: #ff8724; }

/* ─── BUTTONS ─── */
.p-iherb-rb .ih-btn {
  display: inline-block;
  padding: 14px 36px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: opacity .2s, transform .15s;
  border: none;
  text-decoration: none;
  font-family: inherit;
}
.p-iherb-rb .ih-btn:active { transform: scale(.98); }
.p-iherb-rb .ih-btn-green { background: #37620a; color: #fff; }
.p-iherb-rb .ih-btn-green:hover { opacity: .88; color: #fff; }
.p-iherb-rb .ih-btn-orange { background: #ff8724; color: #fff; }
.p-iherb-rb .ih-btn-orange:hover { opacity: .88; color: #fff; }

/* ─── HERO ─── */
.p-iherb-rb .ih-hero {
  background: #f9fff2;
  padding: 48px 0 64px;
  overflow: hidden;
}
.p-iherb-rb .ih-hero-top {
  margin-bottom: 24px;
}
.p-iherb-rb .ih-btn-belarus {
  display: inline-block;
  border: 2px solid #ff8724;
  color: #ff8724;
  background: transparent;
  border-radius: 8px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  font-family: inherit;
}
.p-iherb-rb .ih-btn-belarus:hover { background: #ff8724; color: #fff; }
.p-iherb-rb .ih-badge {
  display: inline-block;
  background: #37620a;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 8px 20px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.p-iherb-rb .ih-hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 32px;
  align-items: center;
}
.p-iherb-rb .ih-hero h1 {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
  color: #37620a;
}
.p-iherb-rb .ih-price-pills {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.p-iherb-rb .ih-price-pill {
  background: #ff8724;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 30px;
}
.p-iherb-rb .ih-hero-sub {
  font-size: 15px;
  color: #666;
  line-height: 1.6;
  max-width: 440px;
}

/* Hero visual */
.p-iherb-rb .ih-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-iherb-rb .ih-hv-banner {
  width: 100%;
  max-width: 700px;
  height: auto;
  display: block;
  border-radius: 16px;
}

/* ─── STEPS ─── */
.p-iherb-rb .ih-steps {
  padding: 72px 0;
  background: #ffffff;
}
.p-iherb-rb .ih-steps-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 64px;
  align-items: flex-start;
}
.p-iherb-rb .ih-steps-left h2 {
  font-size: 28px;
  font-weight: 800;
  color: #37620a;
  line-height: 1.35;
  margin: 0;
  position: sticky;
  top: 32px;
}
.p-iherb-rb .ih-steps-right {
  display: flex;
  flex-direction: column;
}
.p-iherb-rb .ih-step {
  background: #fff;
  border: 1px solid #cce0b7;
  border-radius: 14px;
  padding: 24px 28px;
}
.p-iherb-rb .ih-step-num {
  font-size: 22px;
  font-weight: 800;
  color: #ff8724;
  margin-bottom: 8px;
  line-height: 1;
}
.p-iherb-rb .ih-step h3 {
  font-size: 15px;
  font-weight: 700;
  color: #37620a;
  margin-bottom: 8px;
}
.p-iherb-rb .ih-step p {
  font-size: 13px;
  color: #666;
  line-height: 1.6;
  margin: 0;
}
.p-iherb-rb .ih-step-arrow {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-iherb-rb .ih-step-arrow img {
  height: 28px;
  width: auto;
}

/* ─── URGENCY ─── */
.p-iherb-rb .ih-urgency {
  padding: 48px 0;
  background: #ffffff;
}
.p-iherb-rb .ih-urgency-card {
  background: #ff8724;
  border-radius: 20px;
  padding: 48px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.p-iherb-rb .ih-urgency-text {
  flex: 1;
}
.p-iherb-rb .ih-urgency-badge {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 18px;
  border-radius: 30px;
  margin-bottom: 16px;
}
.p-iherb-rb .ih-urgency-card h2 {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.3;
}
.p-iherb-rb .ih-urgency-prices {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.p-iherb-rb .ih-urgency-price {
  display: inline-block;
  border: 2px solid #fff;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 7px 18px;
  border-radius: 30px;
}
.p-iherb-rb .ih-urgency-card p {
  font-size: 14px;
  color: rgba(255,255,255,.88);
  margin-bottom: 24px;
  line-height: 1.6;
}
.p-iherb-rb .ih-urgency-img {
  flex-shrink: 0;
}
.p-iherb-rb .ih-urgency-img img {
  width: 580px;
  max-width: 58%;
}

/* ─── BUYOUT ─── */
.p-iherb-rb .ih-buyout {
  padding: 72px 0;
  background: #ffffff;
}
.p-iherb-rb .ih-buyout-inner {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 56px;
}
.p-iherb-rb .ih-buyout-img img {
  width: 540px;
  max-width: 50%;
}
.p-iherb-rb .ih-buyout h2 {
  font-size: 26px;
  font-weight: 800;
  color: #37620a;
  margin-bottom: 16px;
  line-height: 1.3;
}
.p-iherb-rb .ih-buyout p {
  font-size: 15px;
  color: #555;
  margin-bottom: 14px;
  line-height: 1.6;
}

/* ─── CART TRANSFER ─── */
.p-iherb-rb .ih-cart {
  padding: 72px 0;
  background: #ffffff;
}
.p-iherb-rb .ih-cart h2 {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  color: #37620a;
  margin-bottom: 12px;
}
.p-iherb-rb .ih-cart-sub {
  font-size: 15px;
  color: #666;
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
  line-height: 1.6;
}
.p-iherb-rb .ih-cart-card {
  background: #37620a;
  border-radius: 20px;
  padding: 48px 56px;
}
.p-iherb-rb .ih-cart-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}
.p-iherb-rb .ih-cart-step-num {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #ff8724;
  color: #fff;
  font-weight: 800;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}
.p-iherb-rb .ih-cart-step p {
  font-size: 14px;
  color: rgba(255,255,255,.92);
  line-height: 1.6;
  margin: 0;
}
.p-iherb-rb .ih-cart-notes {
  border-top: 1px solid rgba(255,255,255,.2);
  padding-top: 20px;
  margin-bottom: 28px;
}
.p-iherb-rb .ih-cart-notes p {
  font-size: 13px;
  color: rgba(255,255,255,.75);
  line-height: 1.6;
  margin-bottom: 8px;
}
.p-iherb-rb .ih-cart-notes p:last-child { margin-bottom: 0; }
.p-iherb-rb .ih-cart-cta { text-align: center; }

/* ─── HOW ─── */
.p-iherb-rb .ih-how {
  padding: 72px 0;
  background: #f9fff2;
}
.p-iherb-rb .ih-how h2 {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  color: #37620a;
  margin-bottom: 44px;
}
.p-iherb-rb .ih-how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 40px;
}
.p-iherb-rb .ih-how-card {
  border: 1px solid #cce0b7;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}
.p-iherb-rb .ih-how-card img {
  width: 100%;
  display: block;
}
.p-iherb-rb .ih-how-card p {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  padding: 16px 20px;
  margin: 0;
}
.p-iherb-rb .ih-how-cta {
  text-align: center;
}

/* ─── ABOUT ─── */
.p-iherb-rb .ih-about {
  padding: 72px 0;
  background: #ffffff;
}
.p-iherb-rb .ih-about-card {
  background: #37620a;
  border-radius: 20px;
  padding: 48px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 32px;
}
.p-iherb-rb .ih-about-card h2 {
  font-size: 26px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 16px;
  line-height: 1.3;
}
.p-iherb-rb .ih-about-card p {
  font-size: 15px;
  color: rgba(255,255,255,.85);
  margin-bottom: 24px;
  line-height: 1.6;
}
.p-iherb-rb .ih-about-img {
  flex-shrink: 0;
}
.p-iherb-rb .ih-about-img img {
  width: 560px;
  max-width: 52%;
}
.p-iherb-rb .ih-about-note {
  margin-top: 24px;
}
.p-iherb-rb .ih-about-note p {
  font-size: 14px;
  color: #555;
  margin-bottom: 8px;
  line-height: 1.7;
}
.p-iherb-rb .ih-about-calc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 32px;
}
.p-iherb-rb .ih-about-calc img {
  width: 100%;
  height: auto;
  border-radius: 16px;
  border: 2px dashed #cce0b7;
}
.p-iherb-rb .ih-about-ins {
  text-align: center;
  margin-top: 24px;
}
.p-iherb-rb .ih-about-ins p {
  font-size: 14px;
  color: #555;
  margin-bottom: 4px;
  line-height: 1.6;
}

/* ─── CATEGORIES ─── */
.p-iherb-rb .ih-cats {
  padding: 56px 0;
  background: #ffffff;
}
.p-iherb-rb .ih-cats h2 {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  color: #37620a;
  margin-bottom: 28px;
}
.p-iherb-rb .ih-cats-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}
.p-iherb-rb .ih-cat {
  background: #f9fff2;
  border: 1px solid #cce0b7;
  border-radius: 30px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  color: #37620a;
  transition: all .2s;
}
.p-iherb-rb .ih-cat:hover {
  background: #37620a;
  color: #fff;
  border-color: #37620a;
}

/* ─── PRODUCTS ─── */
.p-iherb-rb .ih-products {
  padding: 56px 0;
  background: #ffffff;
}
.p-iherb-rb .ih-products h2 {
  font-size: 26px;
  font-weight: 800;
  text-align: center;
  color: #37620a;
  margin-bottom: 28px;
}

/* ─ HIDDEN RADIO INPUTS ─ */
.p-iherb-rb .ih-tab-r { display: none; }

/* ─ TABS NAV ─ */
.p-iherb-rb .ih-tabs-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 28px;
  justify-content: center;
}
.p-iherb-rb .ih-tab-btn {
  display: inline-block;
  background: #f0f7e8;
  border: 2px solid transparent;
  border-radius: 30px;
  padding: 9px 20px;
  font-size: 14px;
  font-weight: 600;
  color: #37620a;
  cursor: pointer;
  transition: all .2s;
  font-family: inherit;
  white-space: nowrap;
  user-select: none;
}
.p-iherb-rb .ih-tab-btn:hover { background: #d6edbd; }

/* ─ TAB PANELS (CSS-only, all hidden by default) ─ */
.p-iherb-rb .ih-tab-panel { display: none; }

/* Show panel when its radio is checked */
.p-iherb-rb #ihprb0:checked ~ #ihpprb0,
.p-iherb-rb #ihprb1:checked ~ #ihpprb1,
.p-iherb-rb #ihprb2:checked ~ #ihpprb2,
.p-iherb-rb #ihprb3:checked ~ #ihpprb3,
.p-iherb-rb #ihprb4:checked ~ #ihpprb4,
.p-iherb-rb #ihprb5:checked ~ #ihpprb5,
.p-iherb-rb #ihprb6:checked ~ #ihpprb6,
.p-iherb-rb #ihprb7:checked ~ #ihpprb7 { display: block; }

/* Highlight active tab label */
.p-iherb-rb #ihprb0:checked ~ .ih-tabs-nav label[for="ihprb0"],
.p-iherb-rb #ihprb1:checked ~ .ih-tabs-nav label[for="ihprb1"],
.p-iherb-rb #ihprb2:checked ~ .ih-tabs-nav label[for="ihprb2"],
.p-iherb-rb #ihprb3:checked ~ .ih-tabs-nav label[for="ihprb3"],
.p-iherb-rb #ihprb4:checked ~ .ih-tabs-nav label[for="ihprb4"],
.p-iherb-rb #ihprb5:checked ~ .ih-tabs-nav label[for="ihprb5"],
.p-iherb-rb #ihprb6:checked ~ .ih-tabs-nav label[for="ihprb6"],
.p-iherb-rb #ihprb7:checked ~ .ih-tabs-nav label[for="ihprb7"] {
  background: #37620a;
  color: #fff;
  border-color: #37620a;
}

/* ─ PRODUCT GRID ─ */
.p-iherb-rb .ih-products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}
.p-iherb-rb .ih-product-card {
  background: #fff;
  border-radius: 14px;
  border: 1px solid #e0e8d8;
  overflow: hidden;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  transition: box-shadow .2s, transform .2s;
}
.p-iherb-rb .ih-product-card:hover {
  box-shadow: 0 8px 28px rgba(0,0,0,.12);
  transform: translateY(-3px);
}
.p-iherb-rb .ih-product-img-wrap {
  background: #f9fff2;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  overflow: hidden;
}
.p-iherb-rb .ih-product-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 12px;
}
.p-iherb-rb .ih-product-info {
  padding: 12px 14px 16px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.p-iherb-rb .ih-product-name {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.45;
  flex: 1;
  margin-bottom: 12px;
  color: #1a1a1a;
}
.p-iherb-rb .ih-product-buy {
  display: block;
  background: #37620a;
  color: #fff;
  text-align: center;
  padding: 9px 8px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: opacity .2s;
}
.p-iherb-rb .ih-product-card:hover .ih-product-buy {
  opacity: .85;
}
.p-iherb-rb .ih-products-cta {
  text-align: center;
}

/* ─── FAQ ─── */
.p-iherb-rb .ih-faq {
  padding: 72px 0;
  background: #ffffff;
}
.p-iherb-rb .ih-faq h2 {
  font-size: 28px;
  font-weight: 800;
  text-align: center;
  color: #37620a;
  margin-bottom: 36px;
}
/* ─ FAQ CHECKBOX (hidden) ─ */
.p-iherb-rb .ih-faq-cb { display: none; }

.p-iherb-rb .ih-faq-item {
  border-bottom: 1px solid #cce0b7;
}
.p-iherb-rb .ih-faq-q {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  color: #37620a;
  font-family: inherit;
  user-select: none;
}
.p-iherb-rb .ih-faq-q-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 22px;
  color: #ff8724;
  font-weight: 400;
  transition: transform .25s;
  line-height: 1;
}
.p-iherb-rb .ih-faq-a {
  display: none;
  padding: 0 0 18px;
  font-size: 14px;
  color: #555;
  line-height: 1.8;
}
/* CSS-only: show answer and rotate icon when checkbox is checked */
.p-iherb-rb .ih-faq-cb:checked ~ .ih-faq-a { display: block; }
.p-iherb-rb .ih-faq-cb:checked ~ .ih-faq-q .ih-faq-q-icon { transform: rotate(45deg); }
.p-iherb-rb .ih-faq-a ul { padding-left: 20px; margin-top: 8px; }
.p-iherb-rb .ih-faq-a li { margin-bottom: 4px; }
.p-iherb-rb .ih-faq-a strong { color: #37620a; }

/* ─── TELEGRAM ─── */
.p-iherb-rb .ih-tg {
  padding: 56px 0;
  background: #ffffff;
}
.p-iherb-rb .ih-tg-card {
  background: #ebfaf0;
  border-radius: 20px;
  padding: 40px 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.p-iherb-rb .ih-tg-text {
  flex: 1;
}
.p-iherb-rb .ih-tg-text h2 {
  font-size: 24px;
  font-weight: 800;
  color: #37620a;
  line-height: 1.4;
  margin: 0;
}
.p-iherb-rb .ih-tg-img {
  flex-shrink: 0;
}
.p-iherb-rb .ih-tg-img img {
  width: 220px;
}

/* ─── RESPONSIVE ─── */
@media (max-width: 1024px) {
  .p-iherb-rb .ih-products-grid { grid-template-columns: repeat(4, 1fr); }
  .p-iherb-rb .ih-tab-btn { font-size: 13px; padding: 7px 14px; }
}

@media (max-width: 768px) {
  .p-iherb-rb .ih-hero-inner { grid-template-columns: 1fr; }
  .p-iherb-rb .ih-hero h1 { font-size: 28px; }
  .p-iherb-rb .ih-hero-visual { min-height: 300px; order: -1; }
  .p-iherb-rb .ih-price-pill { font-size: 15px; padding: 8px 16px; }

  .p-iherb-rb .ih-steps-inner { grid-template-columns: 1fr; gap: 32px; }
  .p-iherb-rb .ih-steps-left h2 { position: static; font-size: 22px; }

  .p-iherb-rb .ih-urgency-card { flex-direction: column; padding: 32px 24px; gap: 24px; }
  .p-iherb-rb .ih-urgency-img { display: none; }

  .p-iherb-rb .ih-buyout-inner { grid-template-columns: 1fr; }
  .p-iherb-rb .ih-buyout-img { display: none; }

  .p-iherb-rb .ih-cart-card { padding: 32px 24px; }
  .p-iherb-rb .ih-cart-steps { grid-template-columns: 1fr; }

  .p-iherb-rb .ih-how-grid { grid-template-columns: 1fr; }

  .p-iherb-rb .ih-about-card { flex-direction: column; padding: 32px 24px; gap: 24px; }
  .p-iherb-rb .ih-about-img { display: none; }

  .p-iherb-rb .ih-products-grid { grid-template-columns: repeat(2, 1fr); }
  .p-iherb-rb .ih-tab-btn { font-size: 12px; padding: 6px 11px; }
  .p-iherb-rb .ih-urgency-img img { width: 280px; }
  .p-iherb-rb .ih-buyout-img img { width: 280px; }
  .p-iherb-rb .ih-about-img img { width: 300px; }

  .p-iherb-rb .ih-tg-card { flex-direction: column; padding: 32px 24px; gap: 24px; }
  .p-iherb-rb .ih-tg-img { display: none; }
}

@media (max-width: 480px) {
  .p-iherb-rb .ih-urgency-card { padding: 24px 20px; }
  .p-iherb-rb .ih-about-card { padding: 24px 20px; }
  .p-iherb-rb .ih-tg-card { padding: 24px 20px; }
}

/* ─── BYN PRICE BADGES (hero overlay) ─── */
.p-iherb-rb .ih-hero-img-wrap {
  position: relative;
  display: inline-block;
  width: 100%;
}
.p-iherb-rb .ih-byn-badge {
  position: absolute;
  background: #37620a;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  padding: 7px 14px;
  border-radius: 20px;
  white-space: nowrap;
  pointer-events: none;
}
.p-iherb-rb .ih-byn-1 { top: 22%; left: 8%; }
.p-iherb-rb .ih-byn-2 { top: 18%; right: 4%; }
.p-iherb-rb .ih-byn-3 { top: 62%; left: 32%; }

/* ============ CART V2 (reference design) ============ */
.p-iherb-rb .ih-cart2 { padding: 72px 0; background: #f9fff2; }
.p-iherb-rb .ih-c2-head { text-align: center; margin-bottom: 28px; }
.p-iherb-rb .ih-c2-title { margin: 0; font-size: 28px; font-weight: 800; line-height: 1.2; color: #37620a; }
.p-iherb-rb .ih-c2-accent { color: #ff8724; }
.p-iherb-rb .ih-c2-sub { max-width: 640px; margin: 12px auto 0; font-size: 15px; line-height: 1.6; color: #555; }
.p-iherb-rb .ih-c2-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-bottom: 24px; }
.p-iherb-rb .ih-c2-card { position: relative; min-height: 380px; padding: 28px 30px; overflow: hidden; border-radius: 24px; background: #fff; box-shadow: 0 15px 45px rgba(70,125,180,0.08), inset 0 0 0 1px #e4f0d5; }
.p-iherb-rb .ih-c2-num { position: absolute; z-index: 3; top: 20px; left: 28px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; border-radius: 50%; font-size: 28px; font-weight: 800; color: #fff; background: linear-gradient(145deg, #7bd642, #37620a); box-shadow: 0 7px 10px rgba(55,98,10,0.24); }
.p-iherb-rb .ih-c2-img { position: relative; height: 200px; display: flex; align-items: center; justify-content: center; margin-bottom: 8px; }
.p-iherb-rb .ih-c2-img::before { content: ""; position: absolute; width: 67%; height: 62%; border-radius: 48% 52% 47% 53% / 52% 45% 55% 48%; background: #eef7e2; }
.p-iherb-rb .ih-c2-img img { position: relative; z-index: 1; width: auto; height: 110px; max-width: 100%; object-fit: contain; filter: drop-shadow(0 12px 16px rgba(24,89,155,0.13)); }
.p-iherb-rb .ih-c2-text { position: relative; z-index: 2; margin: 0; font-size: 14px; line-height: 1.5; color: #687a9d; }
.p-iherb-rb .ih-c2-text strong { font-weight: 800; font-size: 16px; color: #0d1426; }
.p-iherb-rb .ih-c2-muted { color: #687a9d; }
.p-iherb-rb .ih-c2-panel { width: 92%; margin: 0 auto 28px; display: grid; grid-template-columns: 1fr 1px 1fr; align-items: center; padding: 18px 40px; border-radius: 24px; background: #f1f9e8; }
.p-iherb-rb .ih-c2-divider { width: 1px; height: 60px; background: #b7d99a; }
.p-iherb-rb .ih-c2-item { display: grid; grid-template-columns: 64px 1fr; align-items: center; gap: 16px; padding: 0 20px; font-size: 14px; line-height: 1.4; color: #5b6e50; }
.p-iherb-rb .ih-c2-ic { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; }
.p-iherb-rb .ih-c2-ic img { width: 100%; height: 100%; object-fit: contain; }
.p-iherb-rb .ih-c2-copy { display: flex; gap: 14px; align-items: flex-start; }
.p-iherb-rb .ih-c2-dot { flex: 0 0 auto; width: 9px; height: 9px; margin-top: 7px; border-radius: 50%; background: #ff8724; }
.p-iherb-rb .ih-c2-copy p { margin: 0; }
.p-iherb-rb .ih-c2-cta { text-align: center; }

@media (max-width: 900px) {
  .p-iherb-rb .ih-c2-steps { grid-template-columns: 1fr; }
  .p-iherb-rb .ih-c2-card { min-height: auto; }
  .p-iherb-rb .ih-c2-panel { width: 100%; grid-template-columns: 1fr; gap: 16px; }
  .p-iherb-rb .ih-c2-divider { width: 100%; height: 1px; }
}
@media (max-width: 620px) {
  .p-iherb-rb .ih-cart2 { padding: 48px 0; }
  .p-iherb-rb .ih-c2-title { font-size: 22px; }
  .p-iherb-rb .ih-c2-img { height: 170px; }
}
