/* ZenOnco product detail v2 — design tokens from product-detail assets */
.pd-v2 {
  --pd-teal: #08766F;
  --pd-navy: #173B5B;
  --pd-orange: #E76943;
  --pd-mint: #E8F7F5;
  --pd-soft-blue: #EEF7FB;
  --pd-soft-peach: #FFF1EA;
  --pd-muted: #60748A;
  --pd-border: #DDE7EA;
  --pd-white: #FFFFFF;
  --pd-radius: 16px;
  --pd-btn-radius: 10px;
  padding: 18px 0 12px;
  background:
    radial-gradient(ellipse 80% 50% at 10% -10%, rgba(8, 118, 111, 0.06), transparent 55%),
    radial-gradient(ellipse 60% 40% at 95% 5%, rgba(231, 105, 67, 0.05), transparent 50%),
    #fff;
  font-family: Poppins, sans-serif;
}

.pd-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-bottom: 22px;
  color: var(--pd-muted);
  font-size: 13px;
  font-weight: 400;
}
.pd-breadcrumb a {
  color: var(--pd-muted);
  text-decoration: none;
}
.pd-breadcrumb a:hover {
  color: var(--pd-teal);
}
.pd-crumb-sep {
  color: #A8B6C3;
}
.pd-crumb-current {
  color: var(--pd-navy);
  font-weight: 600;
}

.pd-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
  gap: 48px;
  align-items: start;
}

.pd-gallery {
  position: sticky;
  top: 100px;
}
.pd-stage {
  position: relative;
  border-radius: var(--pd-radius);
  border: 1px solid var(--pd-border);
  background: #fff;
  overflow: hidden;
  aspect-ratio: 1 / 1;
}
.pd-main-frame,
.pd-v2 .pro-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border: 0 !important;
  margin: 0;
  padding: 8px;
  box-sizing: border-box;
  overflow: hidden;
  min-height: 0 !important;
  max-height: none !important;
}
.pd-v2 .product-image,
.pd-v2 .pd-main-frame .product-image,
.pd-v2 .pro-img img.product-image {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  display: block;
  padding: 0 !important;
  background: transparent !important;
  cursor: zoom-in;
}
.pd-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border: 0;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(23, 59, 91, 0.12);
  padding: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.95;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pd-nav img {
  width: 22px;
  height: 22px;
  display: block;
  filter: none;
}
.pd-nav-prev { left: 10px; }
.pd-nav-next { right: 10px; }
.pd-zoom {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid var(--pd-border);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  z-index: 2;
  box-shadow: 0 2px 10px rgba(23, 59, 91, 0.1);
}
.pd-zoom img {
  width: 20px;
  height: 20px;
}

.pd-thumbs {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  overflow-x: auto;
  padding-bottom: 4px;
}
.pd-thumbs .thumbnails-box {
  flex: 0 0 78px;
  width: 78px;
  height: 78px;
  border-radius: 12px;
  border: 2px solid transparent;
  background: #fff;
  padding: 4px;
  cursor: pointer;
  overflow: hidden;
}
.pd-thumbs .thumbnails-box.is-active,
.pd-thumbs .thumbnails-box:hover {
  border-color: var(--pd-teal);
}
.pd-thumbs .thumb-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.pd-category-pill {
  display: inline-flex;
  align-items: center;
  background: var(--pd-mint);
  color: var(--pd-teal);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
.pd-title,
.pd-v2 h1.pd-title.pro-title.customProductDetailView,
.pd-v2 .pd-title.pro-title {
  color: var(--pd-navy);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  -webkit-box-orient: unset !important;
  max-width: 100%;
  white-space: normal !important;
  word-break: break-word;
  overflow-wrap: anywhere;
  min-height: 0 !important;
  height: auto !important;
}
.pd-specs {
  color: var(--pd-navy);
  font-size: 15px;
  font-weight: 500;
  line-height: 1.45;
  margin: 0 0 8px;
  max-width: 100%;
  white-space: normal;
  overflow: visible;
  word-break: break-word;
}
.pd-tagline,
.pd-v2 .pd-tagline.pro-sub-title {
  color: var(--pd-muted);
  font-size: 14px;
  font-style: italic;
  line-height: 1.5;
  margin: 0 0 14px;
  max-width: 100%;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  display: block !important;
  -webkit-line-clamp: unset !important;
  word-break: break-word;
}

.pd-rating {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  color: var(--pd-orange);
  font-size: 14px;
  margin-bottom: 18px;
}
.pd-rating .AvarageRating {
  color: var(--pd-navy);
  font-weight: 700;
  padding-right: 4px;
}
.pd-rating .fas {
  font-size: 13px;
}
.pd-star-empty {
  color: #C9D3DC !important;
}
.pd-reviews-link {
  color: var(--pd-teal) !important;
  text-decoration: none;
  font-weight: 500;
  margin-left: 4px;
  width: auto !important;
}
.pd-reviews-link:hover {
  text-decoration: underline;
}

.pd-feature-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 22px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
.pd-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 8px;
  min-width: 0;
  max-width: 100%;
}
.pd-feature img {
  width: 56px;
  height: 56px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 50%;
  background: var(--pd-mint);
  object-fit: contain;
}
.pd-feature span {
  color: var(--pd-navy);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  max-width: 100%;
  white-space: normal;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.pd-buy-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.pd-qty {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.pd-in-cart-note {
  color: var(--pd-teal);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.3;
}
.pd-qty-label {
  color: var(--pd-muted);
  font-size: 14px;
  font-weight: 500;
}
.pd-v2 .qty-box {
  display: inline-flex;
  align-items: center;
  gap: 0;
  border: 1px solid var(--pd-border);
  border-radius: 10px;
  background: #F7FAFB;
  overflow: hidden;
  height: 42px;
}
.pd-v2 .qty-box .minus,
.pd-v2 .qty-box .plus {
  width: 36px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
}
.pd-v2 .qty-input {
  width: 42px;
  border: 0;
  background: transparent;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--pd-navy);
  outline: none;
}
.pd-price-block .inner-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.pd-v2 .sale_price {
  color: var(--pd-navy);
  font-size: 28px;
  font-weight: 700;
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  line-height: 1;
}
.pd-currency {
  font-size: 22px;
}
.pd-v2 .mrp {
  color: var(--pd-muted);
  font-size: 13px;
  margin: 0;
}
.pd-v2 .mrp small {
  text-decoration: line-through;
  font-size: 13px;
  color: var(--pd-muted);
}
.pd-off {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 1px;
  background: #E7F8EE;
  color: #1F7A45;
  border-radius: 6px;
  padding: 4px 10px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 600;
  font-synthesis: none;
  font-kerning: none;
  font-variant-ligatures: none;
  font-variant-numeric: tabular-nums;
  letter-spacing: 0.03em;
  line-height: 1.35;
  white-space: nowrap;
  text-decoration: none !important;
  -webkit-font-smoothing: antialiased;
}
.pd-off-num {
  display: inline-block;
  letter-spacing: 0.04em;
  font-variant-numeric: tabular-nums;
}

.pd-actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-bottom: 18px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.pd-cart-form {
  margin: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.pd-v2 .add-to-cart-btn,
.pd-v2 .pd-add-cart,
.pd-add-cart {
  width: 100% !important;
  max-width: 100% !important;
  min-height: 48px;
  height: auto !important;
  border: 0;
  border-radius: var(--pd-btn-radius);
  background: var(--pd-orange) !important;
  color: #fff !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  padding: 12px 16px !important;
  box-sizing: border-box !important;
  cursor: pointer;
  white-space: nowrap;
}
.pd-v2 .add-to-cart-btn:hover,
.pd-add-cart:hover {
  background: #d45c38 !important;
  opacity: 1;
}
.pd-cart-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.pd-assurances {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding-top: 4px;
}
.pd-assure {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.pd-assure img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-top: 2px;
}
.pd-assure span {
  color: var(--pd-muted);
  font-size: 12px;
  line-height: 1.4;
}

.pd-key-benefits {
  padding: 8px 0 36px;
  background: #fff;
}
.pd-key-panel {
  background: var(--pd-soft-blue);
  border-radius: 20px;
  padding: 28px 28px 24px;
}
.pd-key-title {
  text-align: center;
  color: var(--pd-navy);
  font-size: clamp(22px, 2.5vw, 28px);
  font-weight: 700;
  margin: 0 0 22px;
}
.pd-key-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}
.pd-key-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
}
.pd-key-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(8, 118, 111, 0.08);
}
.pd-key-icon img {
  width: 36px;
  height: 36px;
  display: block;
  object-fit: contain;
}
.pd-key-icon.is-peach { background: #FFF1EA; }
.pd-key-icon.is-mint { background: #E8F7F5; }
.pd-key-icon.is-blue { background: #E7F0FB; }
.pd-key-icon.is-pink { background: #FDEDF2; }
.pd-key-item p {
  margin: 0;
  color: var(--pd-navy);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.pd-sticky-bar {
  display: none !important;
  position: fixed;
  left: 0;
  right: 0;
  bottom: calc(64px + env(safe-area-inset-bottom, 0px));
  z-index: 99990;
  background: #fff;
  border-top: 1px solid var(--pd-border);
  padding: 10px 16px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-shadow: 0 -6px 20px rgba(23, 59, 91, 0.08);
}
.pd-sticky-price {
  color: var(--pd-navy);
  font-size: 18px;
  font-weight: 700;
}
.pd-sticky-cart {
  flex: 1;
  max-width: 220px;
  height: 44px;
  border: 0;
  border-radius: 10px;
  background: var(--pd-orange);
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width: 991px) {
  .pd-hero {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    min-width: 0;
  }
  .pd-gallery {
    position: static;
    order: -1;
    min-width: 0;
    max-width: 100%;
  }
  .pd-info {
    min-width: 0;
    max-width: 100%;
  }
  .pd-stage {
    border-radius: 14px;
    background: #fff;
  }
  .pd-main-frame,
  .pd-v2 .pro-img {
    padding: 4px;
  }
  .pd-v2 .product-image,
  .pd-v2 .pd-main-frame .product-image,
  .pd-v2 .pro-img img.product-image {
    transform: scale(1.06);
  }
  .pd-key-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pd-assurances {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .pd-v2 {
    padding: 12px 0 24px;
    overflow-x: clip;
  }
  .pd-v2 > .container {
    max-width: 100%;
    overflow-x: clip;
  }
  .pd-breadcrumb {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .pd-hero {
    gap: 16px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .pd-gallery {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .pd-stage {
    border-radius: 12px;
    border: 1px solid var(--pd-border);
    aspect-ratio: 1 / 1;
    max-height: min(100vw, 420px);
    max-width: 100%;
  }
  .pd-main-frame,
  .pd-v2 .pro-img {
    padding: 0 !important;
  }
  .pd-v2 .product-image,
  .pd-v2 .pd-main-frame .product-image,
  .pd-v2 .pro-img img.product-image {
    transform: scale(1.1);
    object-fit: contain !important;
  }
  .pd-thumbs {
    padding-left: 0;
    padding-right: 0;
    margin-top: 10px;
    max-width: 100%;
  }
  .pd-info {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: visible;
  }
  .pd-title,
  .pd-v2 h1.pd-title.pro-title.customProductDetailView {
    font-size: 22px !important;
    line-height: 1.35 !important;
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    display: block !important;
    max-width: 100%;
  }
  .pd-tagline,
  .pd-v2 .pd-tagline.pro-sub-title,
  .pd-specs {
    overflow: visible !important;
    -webkit-line-clamp: unset !important;
    white-space: normal !important;
    word-break: break-word !important;
    overflow-wrap: anywhere !important;
    max-width: 100% !important;
    width: 100%;
    box-sizing: border-box;
  }
  .pd-actions,
  .pd-cart-form,
  .pd-v2 .add-to-cart-btn,
  .pd-v2 .pd-add-cart {
    width: 100% !important;
    max-width: 100% !important;
  }
  .pd-feature-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 6px;
    margin-bottom: 18px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow: visible;
    box-sizing: border-box;
  }
  .pd-feature {
    min-width: 0;
    max-width: 100%;
    width: 100%;
    gap: 6px;
  }
  .pd-feature img {
    width: 44px;
    height: 44px;
    padding: 8px;
  }
  .pd-feature span {
    font-size: 10px;
    line-height: 1.25;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    hyphens: auto;
  }
  .pd-buy-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .pd-price-block,
  .pd-price-block .inner-price {
    width: 100%;
    max-width: 100%;
  }
  .pd-key-panel {
    padding: 20px 14px;
  }
  .pd-key-title {
    font-size: 20px;
    line-height: 1.35;
    margin-bottom: 16px;
  }
  .pd-sticky-bar {
    display: none !important;
  }
  .pd-nav {
    width: 34px;
    height: 34px;
  }
  .pd-nav img {
    width: 18px;
    height: 18px;
  }
  .pd-nav-prev { left: 8px; }
  .pd-nav-next { right: 8px; }
  .pd-zoom {
    width: 36px;
    height: 36px;
    right: 10px;
    bottom: 10px;
  }
}

/* ===== Benefits / Dosage / Ingredients v2 ===== */
.product-description-sec .pd-bdi-section {
  --bdi-navy: #0F3658;
  --bdi-teal: #08766F;
  --bdi-orange: #E76943;
  --bdi-mint: #E8F7F5;
  --bdi-peach: #FFF4EC;
  --bdi-muted: #60748A;
  --bdi-border: #DDE7EA;
  margin: 56px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--bdi-border);
  font-family: Poppins, sans-serif;
}
.pd-bdi-head {
  text-align: left;
  margin-bottom: 22px;
}
.pd-bdi-title-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 6px;
}
.pd-bdi-head-icon {
  width: 36px;
  height: 36px;
}
.pd-bdi-title {
  margin: 0;
  color: var(--bdi-navy);
  font-size: clamp(24px, 2.4vw, 30px);
  font-weight: 700;
  line-height: 1.25;
}
.pd-bdi-sub {
  margin: 0;
  color: var(--bdi-muted);
  font-size: 15px;
  line-height: 1.5;
}

.pd-benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.pd-benefit-card {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  border-radius: 16px;
  padding: 18px 16px;
  min-height: 120px;
}
.pd-benefit-card.is-mint { background: var(--bdi-mint); }
.pd-benefit-card.is-peach { background: var(--bdi-peach); }
.pd-benefit-icon {
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  overflow: hidden;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pd-benefit-icon img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}
.pd-benefit-copy h3 {
  margin: 0 0 6px;
  color: var(--bdi-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.pd-benefit-copy p {
  margin: 0;
  color: var(--bdi-muted);
  font-size: 13px;
  line-height: 1.45;
}

.pd-dosage-card {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 220px;
  gap: 22px;
  align-items: center;
  background: var(--bdi-peach);
  border-radius: 18px;
  padding: 20px;
}
.pd-dosage-media {
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 1 / 1;
}
.pd-dosage-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pd-dosage-primary {
  margin: 0 0 10px;
  color: var(--bdi-navy);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
.pd-dosage-secondary {
  margin: 0;
  color: var(--bdi-muted);
  font-size: 14px;
  line-height: 1.5;
}
.pd-dosage-meta {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.pd-dosage-meta-item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pd-dosage-meta-item img {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.pd-dosage-meta-item span {
  color: var(--bdi-navy);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.pd-ingredients-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 24px;
}
.pd-ingredient-card {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 72px;
}
.pd-ingredient-thumb {
  flex: 0 0 64px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  background: #F5F8FA;
  border: 1px solid var(--bdi-border);
}
.pd-ingredient-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pd-ingredient-copy h3 {
  margin: 0 0 4px;
  color: var(--bdi-navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}
.pd-ingredient-copy p {
  margin: 0;
  color: var(--bdi-muted);
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 991px) {
  .pd-benefits-grid,
  .pd-ingredients-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .pd-dosage-card {
    grid-template-columns: 1fr;
  }
  .pd-dosage-media {
    max-width: 260px;
  }
  .pd-dosage-meta {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .pd-dosage-meta-item {
    flex: 1 1 180px;
  }
}
@media (max-width: 640px) {
  .product-description-sec .pd-bdi-section {
    margin-top: 36px;
  }
  .pd-benefits-grid,
  .pd-ingredients-grid {
    grid-template-columns: 1fr;
  }
}

/* ===== Features / Why Choose v2 ===== */
.pd-fw-section {
  --fw-navy: #0F3658;
  --fw-teal: #08766F;
  --fw-orange: #E76943;
  --fw-mint: #E8F7F5;
  --fw-muted: #60748A;
  --fw-border: #DDE7EA;
  margin: 56px 0 0;
  padding-top: 28px;
  border-top: 1px solid var(--fw-border);
  font-family: Poppins, sans-serif;
}
.pd-fw-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--fw-orange);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.pd-fw-line {
  width: 22px;
  height: 2px;
  background: var(--fw-orange);
  display: inline-block;
}
.pd-fw-title {
  margin: 0 0 8px;
  color: var(--fw-navy);
  font-size: clamp(26px, 3vw, 36px);
  font-weight: 700;
  line-height: 1.2;
}
.pd-fw-sub {
  margin: 0 0 28px;
  color: var(--fw-muted);
  font-size: 16px;
  line-height: 1.5;
  max-width: 760px;
}

.pd-features-row {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
}
.pd-feature-item {
  text-align: center;
}
.pd-feature-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 10px;
  border-radius: 50%;
  background: #F7FAFB;
  border: 1px solid var(--fw-border);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.pd-feature-icon img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.pd-feature-label {
  color: var(--fw-navy);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.35;
}

.pd-why-panel {
  background:
    radial-gradient(ellipse 70% 60% at 0% 0%, rgba(8, 118, 111, 0.06), transparent 55%),
    radial-gradient(ellipse 50% 40% at 100% 10%, rgba(231, 105, 67, 0.05), transparent 50%),
    #F7FBFC;
  border: 1px solid var(--fw-border);
  border-radius: 20px;
  padding: 22px;
  margin-bottom: 22px;
}
.pd-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.pd-why-card {
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #fff;
  border: 1px solid rgba(221, 231, 234, 0.9);
  border-radius: 16px;
  padding: 18px 18px 16px;
  min-height: 100%;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.pd-why-card:hover {
  transform: translateY(-2px);
  border-color: #C9DEDC;
  box-shadow: 0 12px 28px rgba(23, 59, 91, 0.08);
}
.pd-why-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.pd-why-index {
  color: var(--fw-orange);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
}
.pd-why-icon {
  width: 48px;
  height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}
.pd-why-card.is-mint .pd-why-icon { background: #E8F7F5; }
.pd-why-card.is-peach .pd-why-icon { background: #FFF1EA; }
.pd-why-card.is-blue .pd-why-icon { background: #EAF4FA; }
.pd-why-card.is-sand .pd-why-icon { background: #F5F3EE; }
.pd-why-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  display: block;
}
.pd-why-copy h3 {
  margin: 0 0 6px;
  color: var(--fw-navy);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
.pd-why-copy p {
  margin: 0;
  color: #4A5F73;
  font-size: 14px;
  line-height: 1.55;
}
.pd-why-card.is-extra {
  display: none;
}
.pd-why-card.is-extra.is-visible {
  display: flex;
}
.pd-why-viewall {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  margin-top: 14px;
  padding: 12px 16px;
  border: 1.5px solid var(--fw-teal, #08766F);
  border-radius: 10px;
  background: #fff;
  color: var(--fw-teal, #08766F);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.pd-why-viewall:hover {
  background: #E8F7F5;
  border-color: #06655f;
  color: #06655f;
}

.pd-important-note {
  margin-top: 4px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  background: linear-gradient(135deg, #E8F7F5 0%, #F3FAF9 100%);
  border: 1px solid #D5EBE8;
  border-radius: 14px;
  padding: 18px 20px;
}
.pd-important-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
}
.pd-important-note h3 {
  margin: 0 0 4px;
  color: var(--fw-navy);
  font-size: 16px;
  font-weight: 700;
}
.pd-important-note p {
  margin: 0;
  color: var(--fw-muted);
  font-size: 14px;
  line-height: 1.55;
}
.pd-why-banners {
  margin-top: 18px;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .pd-features-row {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .pd-why-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .pd-features-row {
    display: flex;
    overflow-x: auto;
    gap: 16px;
    padding-bottom: 6px;
    max-width: 100%;
    min-width: 0;
    overscroll-behavior-x: contain;
    -webkit-overflow-scrolling: touch;
  }
  .pd-feature-item {
    flex: 0 0 96px;
  }
  .pd-why-panel {
    padding: 14px;
    border-radius: 16px;
  }
  .pd-why-card {
    padding: 16px;
  }
  .pd-why-copy h3 {
    font-size: 15px;
  }
  .pd-why-copy p {
    font-size: 13px;
  }
  .pd-important-note {
    padding: 14px;
  }
}

/* ---- Clinical Research / Reviews / Usually Ordered Together ---- */
.pd-rr {
  --pd-teal: #08766F;
  --pd-navy: #173B5B;
  --pd-orange: #E76943;
  --pd-mint: #E8F7F5;
  --pd-muted: #60748A;
  --pd-border: #DDE7EA;
  --pd-radius: 16px;
  --pd-btn-radius: 10px;
  font-family: Poppins, sans-serif;
  margin: 28px 0;
  color: var(--pd-navy);
}
.pd-rr.pd-reviews {
  margin-bottom: 12px;
}
.pd-rr.pd-together {
  margin-top: 8px;
}
.pd-rr-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 24px;
}
.pd-rr-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  color: var(--pd-teal);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.pd-rr-eyebrow-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--pd-mint);
}
.pd-rr-eyebrow-icon--orange {
  background: #FFF1EA;
}
.pd-rr-title {
  margin: 0 0 8px;
  color: var(--pd-navy);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
.pd-rr-sub {
  margin: 0;
  color: var(--pd-muted);
  font-size: 15px;
  line-height: 1.5;
}

.pd-research-callout {
  display: flex;
  gap: 12px;
  max-width: 340px;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--pd-mint);
  flex-shrink: 0;
}
.pd-research-callout strong {
  display: block;
  margin-bottom: 4px;
  color: var(--pd-navy);
  font-size: 14px;
}
.pd-research-callout p {
  margin: 0;
  color: var(--pd-muted);
  font-size: 13px;
  line-height: 1.45;
}
.pd-research-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pd-research-row {
  display: grid;
  grid-template-columns: 52px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 16px 18px;
  border: 1px solid var(--pd-border);
  border-radius: var(--pd-radius);
  background: #fff;
}
.pd-research-row.is-extra,
.pd-research-row.is-extra-desktop {
  display: none;
}
.pd-research-row.is-extra.is-visible,
.pd-research-row.is-extra-desktop.is-visible {
  display: grid;
}
.pd-research-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pd-mint);
}
.pd-research-row:nth-child(4n+2) .pd-research-icon { background: #FFF1EA; }
.pd-research-row:nth-child(4n+3) .pd-research-icon { background: #EAF4FA; }
.pd-research-row:nth-child(4n+4) .pd-research-icon { background: #FCEEE8; }
.pd-research-copy h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}
.pd-research-copy h3 a {
  color: var(--pd-navy);
  text-decoration: none;
}
.pd-research-copy h3 a:hover {
  color: var(--pd-teal);
}
.pd-research-authors {
  margin: 0 0 2px;
  color: #44586E;
  font-size: 13px;
}
.pd-research-meta {
  margin: 0;
  color: var(--pd-muted);
  font-size: 12px;
}
.pd-research-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1.5px solid var(--pd-teal);
  border-radius: var(--pd-btn-radius);
  color: var(--pd-teal);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}
.pd-research-cta:hover {
  background: var(--pd-mint);
  color: var(--pd-teal);
  text-decoration: none;
}
.pd-research-viewall {
  margin-top: 16px;
  padding: 0;
  border: 0;
  background: none;
  color: var(--pd-teal);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
@media (min-width: 768px) {
  .pd-research-viewall--mobile-only {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .pd-research-row.is-extra-mobile {
    display: none;
  }
  .pd-research-row.is-extra-mobile.is-visible {
    display: grid;
  }
  .pd-research-viewall {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-top: 14px;
    min-height: 44px;
    padding: 10px 14px;
    border: 1.5px solid var(--pd-teal);
    border-radius: 10px;
    background: #fff;
    width: 100%;
    justify-content: center;
  }
}

.pd-reviews-panel {
  padding: 28px;
  border-radius: 20px;
  background: var(--pd-mint);
}
.pd-reviews-head {
  align-items: center;
}
.pd-reviews-write-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  border: 0;
  border-radius: var(--pd-btn-radius);
  background: var(--pd-teal) !important;
  color: #fff !important;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.pd-reviews-summary {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 16px;
  margin-bottom: 28px;
}
.pd-reviews-score,
.pd-reviews-quote {
  background: #fff;
  border-radius: var(--pd-radius);
  border: 1px solid var(--pd-border);
  padding: 22px;
}
.pd-reviews-score-num {
  color: var(--pd-navy);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
}
.pd-reviews-score-num span {
  font-size: 22px;
  font-weight: 600;
  color: var(--pd-muted);
}
.pd-reviews-stars {
  display: flex;
  gap: 4px;
  margin: 10px 0 8px;
}
.pd-reviews-stars img.is-off,
.pd-review-rating img.is-off {
  opacity: 0.28;
}
.pd-reviews-based {
  margin: 0 0 16px;
  color: var(--pd-muted);
  font-size: 13px;
}
.pd-reviews-bars {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.pd-reviews-bar-row {
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr) 28px;
  gap: 8px;
  align-items: center;
  color: var(--pd-muted);
  font-size: 12px;
}
.pd-reviews-bar-track {
  height: 8px;
  border-radius: 999px;
  background: #E7EEF2;
  overflow: hidden;
}
.pd-reviews-bar-fill {
  height: 100%;
  border-radius: inherit;
  background: var(--pd-orange);
}
.pd-reviews-quote {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 100%;
}
.pd-reviews-quote-mark {
  display: block;
  width: 40px;
  height: 40px;
  margin-bottom: 12px;
  border-radius: 50%;
}
.pd-reviews-quote-text {
  margin: 0 0 12px;
  color: var(--pd-navy);
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  line-height: 1.45;
}
.pd-reviews-quote-by {
  margin: 0;
  color: var(--pd-muted);
  font-size: 13px;
}
.pd-reviews-quote-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}
.pd-reviews-quote-nav button {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--pd-border);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pd-quote-dots {
  display: flex;
  gap: 6px;
}
.pd-quote-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 0;
  padding: 0;
  background: #C9D8DF;
  cursor: pointer;
}
.pd-quote-dot.is-active {
  background: var(--pd-teal);
}
.pd-reviews-list-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.pd-reviews-list-head h3 {
  margin: 0;
  color: var(--pd-navy);
  font-size: 18px;
  font-weight: 700;
}
.pd-reviews-viewall {
  border: 0;
  background: none;
  color: var(--pd-teal);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  padding: 0;
}
.pd-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.pd-review-card {
  background: #fff;
  border: 1px solid var(--pd-border);
  border-radius: var(--pd-radius);
  padding: 16px;
}
.pd-review-card-top {
  display: flex;
  gap: 12px;
  margin-bottom: 10px;
}
.pd-review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #EAF4FA;
  color: var(--pd-teal);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  flex-shrink: 0;
}
.pd-review-name-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.pd-review-name-row strong {
  color: var(--pd-navy);
  font-size: 14px;
}
.pd-review-verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #18A66A;
  font-size: 11px;
  font-weight: 600;
}
.pd-review-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4px;
}
.pd-review-rating .ratingDate {
  margin-left: 6px;
  color: var(--pd-muted);
  font-size: 12px;
}
.pd-review-text {
  margin: 0;
  color: #44586E;
  font-size: 13px;
  line-height: 1.5;
}

.pd-together {
  padding: 16px 0 20px;
  background: transparent;
}
.pd-together--more {
  padding-top: 12px;
}
.pd-together .container {
  max-width: 1140px;
}
.pd-together-head {
  align-items: flex-end;
  margin-bottom: 8px;
}
.pd-together-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  position: relative;
  z-index: 3;
}
.pd-together-viewall {
  position: relative;
  z-index: 4;
  color: var(--pd-teal);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  line-height: 1;
  pointer-events: auto;
  cursor: pointer;
}
.pd-together-viewall:hover {
  color: #06655f;
  text-decoration: underline;
}
.pd-together-nav {
  display: flex;
  gap: 8px;
  flex-shrink: 0;
  position: relative;
  z-index: 4;
}
.pd-together-atc-short {
  display: none;
}
.pd-together-nav button {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1.5px solid var(--pd-teal);
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}
.pd-together-nav button:hover:not(:disabled) {
  background: var(--pd-mint);
  border-color: #06655f;
}
.pd-together-nav button:disabled {
  opacity: 0.4;
  cursor: default;
}
.pd-together--hide-nav .pd-together-nav {
  display: none !important;
}
.pd-together-nav button img {
  display: block;
  width: 18px;
  height: 18px;
  pointer-events: none;
}
.pd-together-track {
  display: flex;
  align-items: stretch;
  gap: 14px;
  margin-top: 8px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  overscroll-behavior-x: contain;
}
.pd-together-track::-webkit-scrollbar {
  display: none;
}
.pd-together-track .item {
  flex: 0 0 calc((100% - 14px) / 2);
  max-width: calc((100% - 14px) / 2);
  min-width: 0;
  height: auto;
  display: flex;
  scroll-snap-align: start;
}
@media (min-width: 600px) {
  .pd-together-track {
    gap: 14px;
  }
  .pd-together-track .item {
    flex-basis: calc((100% - 14px) / 2);
    max-width: calc((100% - 14px) / 2);
  }
}
@media (min-width: 1000px) {
  .pd-together-track {
    gap: 18px;
  }
  .pd-together-track .item {
    flex-basis: calc((100% - 18px) / 2);
    max-width: calc((100% - 18px) / 2);
  }
}
.pd-together-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-width: 0;
  padding: 0;
  border: 1px solid var(--pd-border);
  border-radius: 18px;
  background: #fff;
  overflow: hidden;
  box-sizing: border-box;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.pd-together-card:hover {
  transform: translateY(-3px);
  border-color: #C9DEDC;
  box-shadow: 0 14px 32px rgba(23, 59, 91, 0.08);
}
.pd-together-media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 180px;
  padding: 18px;
  background:
    radial-gradient(circle at 50% 40%, #FFFFFF 0%, #F3F9FA 68%, #EAF4F5 100%);
  flex: 0 0 auto;
  box-sizing: border-box;
}
.pd-together-media img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  vertical-align: middle;
}
.pd-together-body {
  min-width: 0;
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  padding: 14px 16px 16px;
  box-sizing: border-box;
}
.pd-together-title {
  color: var(--pd-navy);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 0;
  width: 100%;
  max-width: 100%;
}
.pd-together-title:hover {
  color: var(--pd-teal);
  text-decoration: none;
}
.pd-together-rating {
  display: inline-flex !important;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 6px;
  width: auto;
  max-width: 100%;
  color: var(--pd-navy);
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}
.pd-together-rating img {
  width: 14px !important;
  height: 14px !important;
  display: block !important;
  flex-shrink: 0;
  margin: 0 !important;
  vertical-align: middle;
}
.pd-together-rating span {
  color: var(--pd-navy);
  font-weight: 600;
  white-space: nowrap;
}
.pd-together-rating small {
  color: var(--pd-muted);
  font-weight: 500;
  white-space: nowrap;
}
.pd-together-price {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: auto;
  padding-top: 4px;
  width: 100%;
}
.pd-together-price strong {
  color: var(--pd-navy);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
}
.pd-together-price span {
  color: var(--pd-muted);
  font-size: 13px;
  text-decoration: line-through;
}
.pd-together-off {
  display: inline-flex;
  align-items: center;
  background: #E7F8EE;
  color: #1F7A45;
  border-radius: 6px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
button.pd-together-atc.add-to-cart-btn,
.pd-together-atc {
  margin-top: 8px;
  width: 100% !important;
  max-width: 100% !important;
  align-self: stretch;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  min-height: 44px;
  height: auto !important;
  padding: 10px 12px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: var(--pd-orange) !important;
  color: #fff !important;
  font-family: Poppins, sans-serif;
  font-size: 13px !important;
  font-weight: 600;
  line-height: 1.2 !important;
  letter-spacing: 0 !important;
  white-space: nowrap !important;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box !important;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.15s ease;
}
button.pd-together-atc.add-to-cart-btn img,
.pd-together-atc img {
  width: 15px !important;
  height: 15px !important;
  flex-shrink: 0;
  display: block !important;
  margin: 0 !important;
  filter: brightness(0) invert(1);
}
button.pd-together-atc.add-to-cart-btn span,
.pd-together-atc span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}
button.pd-together-atc.add-to-cart-btn:hover,
.pd-together-atc:hover {
  background: #d45c38 !important;
  color: #fff !important;
  border-color: transparent !important;
  opacity: 1;
}

@media (max-width: 991px) {
  .pd-rr-head {
    flex-direction: column;
  }
  .pd-research-callout {
    max-width: none;
  }
  .pd-reviews-summary,
  .pd-reviews-grid {
    grid-template-columns: 1fr;
  }
  .pd-research-row {
    grid-template-columns: 48px minmax(0, 1fr);
  }
  .pd-research-cta {
    grid-column: 2;
    justify-self: start;
  }
  .pd-together-media {
    height: 160px;
  }
}
@media (max-width: 767px) {
  .pd-rr-title {
    font-size: 22px;
    line-height: 1.3;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .pd-rr-sub {
    font-size: 14px;
    max-width: 100%;
  }
  .pd-rr,
  .pd-rr .container,
  .product-description-sec,
  .product-description-sec-other,
  .product-description-sec .container,
  .product-description-sec-other .container {
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
  }
  .product-description-sec-other,
  .pd-together.order-sec {
    overflow-x: clip;
    width: 100%;
    max-width: 100%;
  }
  .pd-reviews-panel {
    padding: 14px;
    border-radius: 16px;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow: hidden;
  }
  .pd-rr-head,
  .pd-reviews-head,
  .pd-together-head {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .pd-rr-head-main {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .pd-rr-eyebrow {
    flex-wrap: wrap;
    max-width: 100%;
  }
  .pd-reviews-list-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }
  .pd-reviews-list-head h3 {
    font-size: 15px;
    line-height: 1.3;
    min-width: 0;
    flex: 1 1 auto;
  }
  .pd-reviews-viewall {
    flex: 0 1 auto;
    font-size: 12px;
    white-space: nowrap;
    max-width: 46%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .pd-rr {
    margin: 16px 0;
  }
  .pd-rr.pd-reviews {
    margin-bottom: 4px;
  }
  .pd-rr.pd-together {
    margin: 8px 0 0;
  }
  .pd-together {
    padding: 8px 0 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .pd-together .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
  }
  .pd-together--more {
    padding-top: 8px;
    padding-bottom: 16px;
    margin-top: 0;
  }
  .pd-reviews-grid:empty {
    display: none;
    margin: 0;
    min-height: 0;
  }
  .pd-together-head {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    margin-bottom: 10px;
  }
  .pd-together-actions {
    width: 100%;
    justify-content: flex-start;
    gap: 10px;
  }
  .pd-together-viewall {
    margin-right: 0;
    font-size: 13px;
  }
  .pd-together-nav button {
    width: 36px;
    height: 36px;
  }
  .pd-together-nav button img {
    width: 16px;
    height: 16px;
  }
  .pd-together-track {
    margin-top: 0;
    gap: 10px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    overflow-x: auto;
    overflow-y: hidden;
    overscroll-behavior-x: contain;
  }
  .pd-together-track .item {
    flex: 0 0 88%;
    flex-basis: 88%;
    max-width: 88%;
    min-width: 0;
    box-sizing: border-box;
  }
  .pd-together-track .item:only-child,
  .pd-together--one .pd-together-track .item,
  .pd-together--static.pd-together--one .pd-together-track .item {
    flex: 0 0 100% !important;
    flex-basis: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .pd-together--static:not(.pd-together--one) .pd-together-track {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    overflow-x: hidden;
    scroll-snap-type: none;
  }
  .pd-together--static:not(.pd-together--one) .pd-together-track .item {
    flex: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .pd-together-card {
    width: 100%;
    max-width: 100%;
  }
  .pd-together-media {
    height: 140px;
    padding: 12px;
  }
  .pd-together--one .pd-together-media {
    height: 160px;
  }
  .pd-together-body {
    padding: 12px 12px 14px;
    gap: 6px;
  }
  .pd-together-title {
    font-size: 13px;
    line-height: 1.35;
    min-height: 0;
    -webkit-line-clamp: 2;
  }
  .pd-together-rating {
    gap: 4px;
    font-size: 11px;
  }
  .pd-together-rating img {
    width: 12px !important;
    height: 12px !important;
  }
  .pd-together-price {
    gap: 4px;
  }
  .pd-together-price strong {
    font-size: 15px;
  }
  .pd-together-price span {
    font-size: 11px;
  }
  .pd-together-off {
    font-size: 10px;
    padding: 2px 5px;
  }
  button.pd-together-atc.add-to-cart-btn,
  .pd-together-atc {
    min-height: 40px;
    gap: 6px !important;
    font-size: 13px !important;
    padding: 7px 6px !important;
    border-radius: 8px !important;
  }
  button.pd-together-atc.add-to-cart-btn img,
  .pd-together-atc img {
    width: 13px !important;
    height: 13px !important;
  }
  .pd-together-atc-full {
    display: none;
  }
  .pd-together-atc-short {
    display: inline;
  }
}

/* ===== About / Information panel ===== */
.pd-info-section {
  margin-top: 8px;
}
.pd-info-panel {
  background: #F8FBFC;
  border: 1px solid var(--pd-border, #DDE7EA);
  border-radius: 16px;
  padding: 24px 26px 20px;
}
.pd-info-body {
  color: #44586E;
  font-size: 15px;
  line-height: 1.7;
  max-height: 220px;
  overflow: hidden;
  position: relative;
  transition: max-height 0.35s ease;
}
.pd-info-body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 56px;
  background: linear-gradient(180deg, rgba(248, 251, 252, 0), #F8FBFC 85%);
  pointer-events: none;
}
.pd-info-body.is-expanded,
.pd-info-body.read-more {
  max-height: none;
}
.pd-info-body.is-expanded::after,
.pd-info-body.read-more::after {
  display: none;
}
.pd-info-body p {
  margin: 0 0 12px;
}
.pd-info-body p:last-child {
  margin-bottom: 0;
}
.pd-info-body ul,
.pd-info-body ol {
  margin: 0 0 12px;
  padding-left: 1.2em;
}
.pd-info-body h2,
.pd-info-body h3,
.pd-info-body h4 {
  color: #173B5B;
  font-weight: 700;
  margin: 18px 0 8px;
  font-size: 17px;
  line-height: 1.35;
}
.pd-read-more {
  display: inline-flex;
  align-items: center;
  margin-top: 14px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #08766F;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}
.pd-read-more:hover {
  text-decoration: underline;
}

/* ===== FAQ accordion ===== */
.pd-faq-section {
  margin-bottom: 12px;
}
.pd-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.pd-faq-item {
  border: 1px solid #DDE7EA;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.pd-faq-item[open] {
  border-color: #B7D9D6;
  box-shadow: 0 8px 24px rgba(23, 59, 91, 0.06);
}
.pd-faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  cursor: pointer;
  list-style: none;
  color: #173B5B;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}
.pd-faq-question::-webkit-details-marker {
  display: none;
}
.pd-faq-question::marker {
  content: "";
}
.pd-faq-toggle {
  flex: 0 0 28px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #E8F7F5;
  position: relative;
}
.pd-faq-toggle::before,
.pd-faq-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #08766F;
  border-radius: 2px;
  transform: translate(-50%, -50%);
}
.pd-faq-toggle::before {
  width: 12px;
  height: 2px;
}
.pd-faq-toggle::after {
  width: 2px;
  height: 12px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}
.pd-faq-item[open] .pd-faq-toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}
.pd-faq-answer {
  padding: 0 18px 18px;
  color: #60748A;
  font-size: 14px;
  line-height: 1.65;
  animation: pdFaqIn 0.28s ease;
}
@keyframes pdFaqIn {
  from { opacity: 0; transform: translateY(-4px); }
  to { opacity: 1; transform: translateY(0); }
}
.pd-faq-answer p {
  margin: 0 0 8px;
}
.pd-faq-answer p:last-child {
  margin-bottom: 0;
}

.pd-key-item {
  transition: transform 0.25s ease;
}
.pd-key-item:hover {
  transform: translateY(-3px);
}
.pd-benefit-card,
.pd-ingredient-card {
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.pd-benefit-card:hover,
.pd-ingredient-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(23, 59, 91, 0.07);
}

.product-description-sec,
.product-description-sec-other {
  font-family: Poppins, sans-serif;
}
.product-description-sec .container,
.product-description-sec-other .container {
  max-width: 1140px;
}

@media (max-width: 767px) {
  .pd-info-panel {
    padding: 16px 14px 14px;
  }
  .pd-info-body {
    max-height: 180px;
    font-size: 14px;
  }
  .pd-faq-question {
    font-size: 14px;
    padding: 14px 14px;
  }
  .pd-faq-answer {
    padding: 0 14px 14px;
  }
  .pd-bdi-title {
    font-size: 22px;
    line-height: 1.3;
  }
  .pd-bdi-title-row {
    align-items: flex-start;
  }
  .pd-bdi-head-icon {
    width: 32px;
    height: 32px;
    margin-top: 2px;
  }
  .pd-bdi-head {
    margin-bottom: 14px;
  }
  .pd-dosage-card {
    gap: 14px;
    padding: 14px;
  }
  .pd-dosage-media {
    max-width: 200px;
    margin: 0 auto;
  }
  .pd-fw-title {
    font-size: 22px;
    line-height: 1.3;
  }
  .pd-fw-sub {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .pd-fw-section,
  .product-description-sec .pd-bdi-section {
    margin-top: 28px;
    padding-top: 20px;
  }
  .pd-why-card {
    gap: 12px;
  }
  .pd-important-note {
    margin-bottom: 8px;
  }
  .pd-assurances {
    gap: 10px;
  }
  .pd-assure span {
    font-size: 12px;
  }

  /* Clear global WhatsApp/Call bar so last sections stay readable */
  html, body {
    max-width: 100%;
    overflow-x: hidden;
  }
  body {
    padding-bottom: calc(96px + env(safe-area-inset-bottom, 0px)) !important;
  }
  #zenGoToCartFloater {
    bottom: calc(80px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .floating_button_container.mobile-view {
    gap: 10px !important;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom, 0px)) !important;
  }
  .product-description-sec-other {
    padding-bottom: 20px;
  }
}

