:root {
  --hbdp-accent: #64784a;
  --hbdp-accent-dark: #465736;
  --hbdp-accent-soft: #eef2e8;
  --hbdp-cream: #fbfaf6;
  --hbdp-sand: #f2ecdf;
  --hbdp-ink: #262820;
  --hbdp-muted: #727568;
  --hbdp-line: rgba(70, 87, 54, 0.18);
  --hbdp-card: rgba(255, 255, 255, 0.86);
  --hbdp-shadow: 0 20px 60px rgba(42, 50, 31, 0.10);
  --hbdp-radius-xl: 34px;
  --hbdp-radius-lg: 24px;
  --hbdp-radius-md: 18px;
  --hbdp-radius-sm: 12px;
}

.hbdp-wrap,
.hbdp-wrap * {
  box-sizing: border-box;
}

.hbdp-wrap {
  width: min(1220px, calc(100vw - 32px));
  margin: 0 auto;
  direction: rtl;
  color: var(--hbdp-ink);
  font-family: inherit;
  line-height: 1.65;
  isolation: isolate;
}

.hbdp-wrap a {
  color: inherit;
  text-decoration: none;
}

.hbdp-wrap img {
  max-width: 100%;
  height: auto;
  display: block;
}

.hbdp-wrap svg {
  width: 1.2em;
  height: 1.2em;
  fill: currentColor;
  flex: 0 0 auto;
}

.hbdp-breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0 22px;
  color: var(--hbdp-muted);
  font-size: 0.92rem;
}

.hbdp-breadcrumbs a {
  color: var(--hbdp-muted);
}

.hbdp-breadcrumbs a:hover {
  color: var(--hbdp-accent-dark);
}

.hbdp-breadcrumb-sep {
  color: rgba(38, 40, 32, 0.35);
}

.hbdp-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: start;
  margin-bottom: 34px;
}

.hbdp-gallery {
  position: sticky;
  top: 24px;
}

.hbdp-gallery-main {
  position: relative;
  overflow: hidden;
  border-radius: var(--hbdp-radius-xl);
  background:
    radial-gradient(circle at 80% 12%, rgba(141, 154, 105, 0.16), transparent 33%),
    linear-gradient(135deg, #fffdf7, #eee6d8);
  min-height: 520px;
  box-shadow: var(--hbdp-shadow);
  border: 1px solid rgba(70, 87, 54, 0.10);
}

.hbdp-gallery-main img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
  transition: opacity 0.22s ease, transform 0.35s ease;
}

.hbdp-gallery-main:hover img {
  transform: scale(1.015);
}

.hbdp-fav,
.hbdp-gallery-count,
.hbdp-thumb,
.hbdp-sticky-cart-icon,
.hbdp-accordion-trigger {
  font-family: inherit;
}

.hbdp-fav {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 18px;
  display: inline-grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 999px;
  border: 1px solid rgba(70, 87, 54, 0.14);
  background: rgba(255, 255, 255, 0.88);
  color: var(--hbdp-accent-dark);
  cursor: pointer;
  box-shadow: 0 12px 28px rgba(38, 40, 32, 0.10);
  backdrop-filter: blur(12px);
}

.hbdp-gallery-count {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  left: 18px;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(38, 40, 32, 0.62);
  color: #fff;
  font-weight: 700;
  line-height: 1;
  backdrop-filter: blur(10px);
}

.hbdp-thumbs {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.hbdp-thumb {
  border: 1px solid rgba(70, 87, 54, 0.14);
  border-radius: 18px;
  padding: 0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  min-height: 92px;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.hbdp-thumb img {
  width: 100%;
  height: 92px;
  object-fit: cover;
}

.hbdp-thumb:hover,
.hbdp-thumb.is-active {
  transform: translateY(-2px);
  border-color: var(--hbdp-accent);
  box-shadow: 0 10px 24px rgba(70, 87, 54, 0.12);
}

.hbdp-summary-card {
  position: relative;
  overflow: hidden;
  padding: clamp(24px, 3vw, 42px);
  border: 1px solid rgba(70, 87, 54, 0.12);
  border-radius: var(--hbdp-radius-xl);
  background:
    radial-gradient(circle at 0 0, rgba(100, 120, 74, 0.12), transparent 35%),
    linear-gradient(180deg, rgba(255,255,255,0.94), rgba(251,250,246,0.92));
  box-shadow: var(--hbdp-shadow);
}

.hbdp-summary-card::after {
  content: "";
  position: absolute;
  inset: auto auto -90px -90px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: rgba(100, 120, 74, 0.08);
  pointer-events: none;
}

.hbdp-eyebrow-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

.hbdp-pill,
.hbdp-stock,
.hbdp-mini-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  border-radius: 999px;
  line-height: 1;
  white-space: nowrap;
}

.hbdp-pill {
  padding: 9px 14px;
  background: var(--hbdp-accent-soft);
  color: var(--hbdp-accent-dark);
  font-weight: 700;
  font-size: 0.9rem;
}

.hbdp-stock {
  padding: 8px 12px;
  font-size: 0.86rem;
  font-weight: 700;
  border: 1px solid rgba(70, 87, 54, 0.15);
  background: #fff;
}

.hbdp-stock-in {
  color: #52623e;
}

.hbdp-stock-low {
  color: #9a681e;
  background: #fff9eb;
}

.hbdp-stock-out {
  color: #9b3b31;
  background: #fff0ed;
}

.hbdp-title {
  margin: 0 0 12px;
  color: var(--hbdp-ink);
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 800;
}

.hbdp-short-description {
  margin: 0 0 22px;
  color: #3d4036;
  font-size: clamp(1rem, 1.4vw, 1.12rem);
}

.hbdp-short-description p,
.hbdp-rich-text p {
  margin: 0 0 1em;
}

.hbdp-short-description p:last-child,
.hbdp-rich-text p:last-child {
  margin-bottom: 0;
}

.hbdp-hero-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 18px 0 26px;
}

.hbdp-mini-chip {
  padding: 10px 12px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(70, 87, 54, 0.14);
  color: var(--hbdp-accent-dark);
  font-weight: 700;
  font-size: 0.9rem;
}

.hbdp-price-row {
  display: grid;
  gap: 4px;
  margin: 22px 0;
}

.hbdp-price {
  color: var(--hbdp-accent);
  font-weight: 900;
  font-size: clamp(2rem, 3.5vw, 3rem);
  line-height: 1.05;
}

.hbdp-price del {
  color: rgba(38, 40, 32, 0.42);
  font-size: 0.55em;
  font-weight: 600;
  margin-inline-end: 8px;
}

.hbdp-price ins {
  text-decoration: none;
}

.hbdp-quantity-meta,
.hbdp-unit-price,
.hbdp-social-proof {
  color: var(--hbdp-muted);
  font-size: 0.96rem;
}

.hbdp-social-proof {
  margin: 6px 0 18px;
  padding: 11px 14px;
  border-radius: 14px;
  background: rgba(100, 120, 74, 0.08);
}

.hbdp-buybox {
  position: relative;
  z-index: 1;
  margin-top: 18px;
}

.hbdp-cart-line {
  display: grid;
  grid-template-columns: minmax(120px, 150px) 1fr;
  gap: 14px;
  align-items: stretch;
}

.hbdp-cart .quantity,
.hbdp-native-cart .quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(70, 87, 54, 0.17);
  border-radius: 999px;
  background: #fff;
  min-height: 56px;
  overflow: hidden;
}

.hbdp-cart .qty,
.hbdp-native-cart .qty,
.hbdp-wrap input.qty {
  width: 88px !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  text-align: center;
  font-weight: 800;
  color: var(--hbdp-ink);
  box-shadow: none !important;
}

.hbdp-button,
.hbdp-wrap button.hbdp-button,
.hbdp-native-cart .single_add_to_cart_button,
.hbdp-native-cart .button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 56px;
  border-radius: 999px !important;
  border: 0 !important;
  padding: 0 26px !important;
  background: linear-gradient(135deg, var(--hbdp-accent), var(--hbdp-accent-dark)) !important;
  color: #fff !important;
  font-weight: 800 !important;
  font-size: 1rem !important;
  cursor: pointer;
  box-shadow: 0 16px 32px rgba(70, 87, 54, 0.22);
  transition: transform 0.18s ease, box-shadow 0.18s ease, opacity 0.18s ease;
}

.hbdp-button:hover,
.hbdp-native-cart .single_add_to_cart_button:hover,
.hbdp-native-cart .button:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 38px rgba(70, 87, 54, 0.28);
}

.hbdp-native-cart form.cart,
.hbdp-native-cart .variations_form,
.hbdp-native-cart .grouped_form {
  display: grid;
  gap: 14px;
}

.hbdp-native-cart table.variations,
.hbdp-native-cart table.group_table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}

.hbdp-native-cart table.variations th,
.hbdp-native-cart table.variations td,
.hbdp-native-cart table.group_table th,
.hbdp-native-cart table.group_table td {
  border: 0;
  padding: 6px;
  text-align: right;
}

.hbdp-native-cart select,
.hbdp-native-cart input:not(.qty),
.hbdp-native-cart textarea {
  width: 100%;
  border: 1px solid rgba(70, 87, 54, 0.17);
  border-radius: 16px;
  min-height: 48px;
  padding: 0 14px;
  background: #fff;
  color: var(--hbdp-ink);
}

.hbdp-shipping-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  color: var(--hbdp-accent-dark);
  font-size: 0.95rem;
  font-weight: 700;
}

.hbdp-outbox {
  display: grid;
  gap: 4px;
  padding: 16px;
  border-radius: 18px;
  background: #fff0ed;
  color: #81372f;
}

.hbdp-feature-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0;
  margin: 30px 0 34px;
  padding: 20px;
  border: 1px solid rgba(70, 87, 54, 0.10);
  border-radius: var(--hbdp-radius-xl);
  background: linear-gradient(135deg, rgba(238,242,232,0.92), rgba(255,253,247,0.9));
  box-shadow: 0 16px 44px rgba(70, 87, 54, 0.08);
}

.hbdp-feature-item {
  display: grid;
  justify-items: center;
  text-align: center;
  gap: 5px;
  padding: 12px 18px;
  color: var(--hbdp-muted);
  border-inline-start: 1px solid rgba(70, 87, 54, 0.14);
}

.hbdp-feature-item:first-child {
  border-inline-start: 0;
}

.hbdp-feature-item svg {
  color: var(--hbdp-accent);
  width: 30px;
  height: 30px;
  margin-bottom: 4px;
}

.hbdp-feature-item strong {
  color: var(--hbdp-ink);
  font-size: 1rem;
}

.hbdp-feature-item span {
  font-size: 0.85rem;
  line-height: 1.35;
}

.hbdp-anchor-nav {
  position: sticky;
  top: 0;
  z-index: 12;
  display: flex;
  gap: 10px;
  overflow-x: auto;
  overscroll-behavior-x: contain;
  padding: 12px;
  margin: 0 0 34px;
  border: 1px solid rgba(70, 87, 54, 0.11);
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 12px 35px rgba(38,40,32,0.08);
  backdrop-filter: blur(18px);
  scrollbar-width: none;
}

.hbdp-anchor-nav::-webkit-scrollbar {
  display: none;
}

.hbdp-anchor-nav a {
  flex: 0 0 auto;
  padding: 9px 16px;
  border-radius: 999px;
  color: var(--hbdp-accent-dark);
  background: rgba(100, 120, 74, 0.08);
  font-weight: 800;
  font-size: 0.92rem;
}

.hbdp-anchor-nav a:hover {
  background: var(--hbdp-accent);
  color: #fff;
}

.hbdp-content-flow {
  display: grid;
  gap: 36px;
}

.hbdp-section {
  scroll-margin-top: 92px;
  padding: clamp(24px, 3vw, 44px);
  border-radius: var(--hbdp-radius-xl);
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(251,250,246,0.92));
  border: 1px solid rgba(70, 87, 54, 0.10);
  box-shadow: 0 14px 44px rgba(42, 50, 31, 0.07);
}

.hbdp-section-heading {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 28px;
}

.hbdp-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
  color: var(--hbdp-accent);
  font-weight: 900;
  letter-spacing: 0.02em;
}

.hbdp-section-heading h2 {
  margin: 0 0 8px;
  color: var(--hbdp-ink);
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
  font-weight: 900;
}

.hbdp-section-heading p {
  margin: 0;
  color: var(--hbdp-muted);
  font-size: 1rem;
}

.hbdp-split-section {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.8fr);
  align-items: center;
  gap: clamp(22px, 4vw, 48px);
}

.hbdp-split-section .hbdp-section-heading {
  text-align: right;
  margin-inline: 0;
}

.hbdp-rich-text {
  color: #3d4036;
  font-size: 1rem;
}

.hbdp-rich-text h1,
.hbdp-rich-text h2,
.hbdp-rich-text h3,
.hbdp-rich-text h4,
.hbdp-rich-text strong {
  color: var(--hbdp-ink);
}

.hbdp-rich-text ul,
.hbdp-rich-text ol {
  padding-inline-start: 1.2em;
  margin: 0 0 1em;
}

.hbdp-rich-text li {
  margin-bottom: 0.45em;
}

.hbdp-card {
  border: 1px solid rgba(70, 87, 54, 0.12);
  border-radius: var(--hbdp-radius-lg);
  background: rgba(255,255,255,0.78);
  padding: clamp(18px, 2.4vw, 28px);
}

.hbdp-rich-muted {
  margin-top: 22px;
  background: rgba(238, 242, 232, 0.36);
}

.hbdp-soft-image-card {
  position: relative;
  overflow: hidden;
  margin: 0;
  border-radius: var(--hbdp-radius-lg);
  min-height: 320px;
  background: var(--hbdp-sand);
  box-shadow: 0 18px 44px rgba(38, 40, 32, 0.10);
}

.hbdp-soft-image-card img {
  width: 100%;
  height: 100%;
  min-height: 320px;
  object-fit: cover;
}

.hbdp-ingredient-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hbdp-ingredient-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  padding: 16px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(70, 87, 54, 0.13);
  box-shadow: 0 10px 24px rgba(42, 50, 31, 0.05);
}

.hbdp-ingredient-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--hbdp-accent-soft);
  color: var(--hbdp-accent);
}

.hbdp-ingredient-card strong {
  font-size: 0.98rem;
  line-height: 1.35;
}

.hbdp-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.hbdp-step-card {
  position: relative;
  min-height: 150px;
  padding: 24px 22px 22px;
  border-radius: var(--hbdp-radius-lg);
  background: #fff;
  border: 1px solid rgba(70, 87, 54, 0.12);
  box-shadow: 0 12px 28px rgba(42,50,31,0.06);
}

.hbdp-step-num {
  display: inline-grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  margin-bottom: 14px;
  background: linear-gradient(135deg, var(--hbdp-accent), var(--hbdp-accent-dark));
  color: #fff;
  font-weight: 900;
}

.hbdp-step-card p {
  margin: 0;
  color: #3d4036;
}

.hbdp-info-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.hbdp-info-image-card {
  position: relative;
  overflow: hidden;
  min-height: 210px;
  margin: 0;
  border-radius: 22px;
  background: var(--hbdp-sand);
  border: 1px solid rgba(70, 87, 54, 0.10);
}

.hbdp-info-image-card.is-featured {
  grid-column: span 2;
  grid-row: span 2;
}

.hbdp-info-image-card img {
  width: 100%;
  height: 100%;
  min-height: inherit;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.hbdp-info-image-card:hover img {
  transform: scale(1.03);
}

.hbdp-info-image-card figcaption {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.86);
  color: var(--hbdp-accent-dark);
  font-size: 0.84rem;
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.hbdp-label-gallery {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 20px;
  align-items: center;
  margin-top: 18px;
}

.hbdp-label-copy h3 {
  margin: 0 0 8px;
  font-size: 1.45rem;
}

.hbdp-label-copy p {
  margin: 0;
  color: var(--hbdp-muted);
}

.hbdp-label-copy code {
  direction: ltr;
  unicode-bidi: embed;
  background: rgba(100,120,74,0.08);
  padding: 2px 6px;
  border-radius: 6px;
}

.hbdp-label-images {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.hbdp-label-thumb {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(70, 87, 54, 0.14);
  background: #fff;
}

.hbdp-label-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.hbdp-accordion {
  display: grid;
  gap: 12px;
  max-width: 900px;
  margin: 0 auto;
}

.hbdp-accordion-item {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid rgba(70, 87, 54, 0.12);
  background: rgba(255,255,255,0.86);
}

.hbdp-accordion-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  background: transparent;
  padding: 18px 20px;
  color: var(--hbdp-ink);
  cursor: pointer;
  font-size: 1rem;
  font-weight: 900;
  text-align: right;
}

.hbdp-accordion-trigger span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.hbdp-accordion-trigger svg {
  color: var(--hbdp-accent);
}

.hbdp-accordion-trigger > svg {
  transition: transform 0.2s ease;
}

.hbdp-accordion-item.is-open .hbdp-accordion-trigger > svg {
  transform: rotate(180deg);
}

.hbdp-accordion-panel {
  display: none;
  padding: 0 20px 20px;
  color: #3d4036;
}

.hbdp-accordion-item.is-open .hbdp-accordion-panel {
  display: block;
}

.hbdp-clean-list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hbdp-clean-list li {
  position: relative;
  padding-inline-start: 28px;
}

.hbdp-clean-list li::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.65em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--hbdp-accent);
}

.hbdp-long-text {
  max-height: 460px;
  overflow: auto;
  padding-inline-end: 8px;
}

.hbdp-review-card {
  display: grid;
  grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
  gap: 28px;
  align-items: center;
  padding: clamp(20px, 3vw, 34px);
  border-radius: var(--hbdp-radius-lg);
  background: linear-gradient(135deg, rgba(238,242,232,0.82), rgba(255,255,255,0.9));
  border: 1px solid rgba(70, 87, 54, 0.10);
  overflow: hidden;
}

.hbdp-review-carousel {
  position: relative;
  min-width: 0;
}

.hbdp-review-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: none;
  padding: 4px 2px 8px;
}

.hbdp-review-track::-webkit-scrollbar {
  display: none;
}

.hbdp-review-slide {
  flex: 0 0 calc(50% - 7px);
  scroll-snap-align: start;
  margin: 0;
  min-height: 170px;
  padding: 22px 22px 20px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(70, 87, 54, 0.10);
  box-shadow: 0 12px 26px rgba(42, 50, 31, 0.06);
}

.hbdp-review-slide p {
  margin: 0 0 14px;
  color: #3d4036;
  line-height: 1.75;
}

.hbdp-review-slide cite {
  color: var(--hbdp-accent-dark);
  font-style: normal;
  font-weight: 900;
}

.hbdp-review-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  transform: translateY(-50%);
  width: 38px;
  height: 38px;
  border: 1px solid rgba(70, 87, 54, 0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.92);
  color: var(--hbdp-accent-dark);
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(42,50,31,0.10);
}

.hbdp-review-prev {
  right: -12px;
}

.hbdp-review-next {
  left: -12px;
}

@media (max-width: 782px) {
  .hbdp-review-card {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .hbdp-review-slide {
    flex-basis: 100%;
    min-height: 150px;
    padding: 18px;
  }

  .hbdp-review-nav {
    display: none;
  }
}

.hbdp-rating-summary {
  display: grid;
  gap: 6px;
  text-align: center;
}

.hbdp-stars {
  color: rgba(70, 87, 54, 0.22);
  font-size: 1.55rem;
  letter-spacing: 2px;
}

.hbdp-stars .is-filled {
  color: var(--hbdp-accent);
}

.hbdp-rating-summary strong {
  font-size: 1.35rem;
}

.hbdp-rating-summary span {
  color: var(--hbdp-muted);
}

.hbdp-review-quotes {
  display: grid;
  gap: 12px;
}

.hbdp-review-quotes blockquote {
  margin: 0;
  padding: 18px 20px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid rgba(70, 87, 54, 0.10);
}

/* .hbdp-review-quotes p {
  margin: 0 0 8px;
  color: #3d4036;
}

.hbdp-review-quotes cite {
  color: var(--hbdp-accent-dark);
  font-style: normal;
  font-weight: 800;
} */

.hbdp-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.hbdp-related-card {
  overflow: hidden;
  border-radius: 24px;
  background: #fff;
  border: 1px solid rgba(70, 87, 54, 0.11);
  box-shadow: 0 12px 30px rgba(42, 50, 31, 0.06);
}

.hbdp-related-image img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  background: var(--hbdp-sand);
}

.hbdp-related-body {
  display: grid;
  gap: 8px;
  padding: 16px;
}

.hbdp-related-body h3 {
  margin: 0;
  min-height: 2.8em;
  font-size: 1rem;
  line-height: 1.4;
}

.hbdp-related-price {
  color: var(--hbdp-accent);
  font-weight: 900;
}

.hbdp-related-price del {
  color: rgba(38,40,32,0.45);
  font-size: 0.82em;
}

.hbdp-related-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid var(--hbdp-accent);
  border-radius: 999px;
  color: var(--hbdp-accent-dark);
  font-weight: 800;
  transition: background 0.18s ease, color 0.18s ease;
}

.hbdp-related-button:hover {
  background: var(--hbdp-accent);
  color: #fff;
}

.hbdp-debug-section details {
  direction: rtl;
}

.hbdp-debug-section table {
  width: 100%;
  margin-top: 16px;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.hbdp-debug-section th,
.hbdp-debug-section td {
  padding: 10px;
  border: 1px solid rgba(70, 87, 54, 0.16);
  text-align: right;
  vertical-align: top;
}

.hbdp-debug-section code {
  direction: ltr;
  unicode-bidi: embed;
}

.hbdp-admin-message {
  padding: 14px 18px;
  border-radius: 12px;
  border: 1px solid #d7b56d;
  background: #fff9e8;
  color: #594013;
}

.hbdp-mobile-sticky {
  position: fixed;
  right: 14px;
  left: 14px;
  bottom: 14px;
  z-index: 99;
  display: none;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 999px;
  background: rgba(70, 87, 54, 0.96);
  color: #fff;
  box-shadow: 0 18px 44px rgba(38, 40, 32, 0.28);
  backdrop-filter: blur(18px);
}

.hbdp-sticky-cart-icon {
  width: 46px;
  height: 46px;
  display: inline-grid;
  place-items: center;
  flex: 0 0 auto;
  border: 0;
  border-radius: 50%;
  background: #fff;
  color: var(--hbdp-accent-dark);
  cursor: pointer;
}

.hbdp-sticky-price {
  min-width: 0;
  flex: 1;
  font-weight: 900;
  text-align: center;
}

.hbdp-sticky-price del {
  display: none;
}

.hbdp-sticky-button {
  min-height: 46px !important;
  padding-inline: 18px !important;
  background: #fff !important;
  color: var(--hbdp-accent-dark) !important;
  box-shadow: none !important;
}

@media (max-width: 1100px) {
  .hbdp-hero {
    grid-template-columns: 1fr;
  }

  .hbdp-gallery {
    position: relative;
    top: auto;
  }

  .hbdp-feature-strip,
  .hbdp-related-grid,
  .hbdp-ingredient-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hbdp-feature-item:nth-child(odd) {
    border-inline-start: 0;
  }

  .hbdp-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hbdp-info-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 782px) {
  .hbdp-wrap {
    width: min(100% - 20px, 720px);
    padding-bottom: 92px;
  }

  .hbdp-breadcrumbs {
    margin-top: 12px;
    font-size: 0.82rem;
    gap: 7px;
  }

  .hbdp-gallery-main,
  .hbdp-gallery-main img {
    min-height: 360px;
  }

  .hbdp-gallery-main,
  .hbdp-summary-card,
  .hbdp-feature-strip,
  .hbdp-section {
    border-radius: 24px;
  }

  .hbdp-thumbs {
    display: flex;
    overflow-x: auto;
    gap: 10px;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .hbdp-thumbs::-webkit-scrollbar {
    display: none;
  }

  .hbdp-thumb {
    min-width: 92px;
  }

  .hbdp-summary-card {
    padding: 22px;
  }

  .hbdp-title {
    text-align: center;
  }

  .hbdp-eyebrow-row,
  .hbdp-price-row,
  .hbdp-short-description,
  .hbdp-social-proof {
    text-align: center;
  }

  .hbdp-eyebrow-row,
  .hbdp-hero-chips {
    justify-content: center;
  }

  .hbdp-cart-line {
    grid-template-columns: 1fr;
  }

  .hbdp-feature-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 14px;
  }

  .hbdp-feature-item {
    padding: 14px 10px;
    border-inline-start: 0;
  }

  .hbdp-anchor-nav {
    margin-inline: -2px;
    border-radius: 20px;
  }

  .hbdp-split-section,
  .hbdp-review-card,
  .hbdp-label-gallery {
    grid-template-columns: 1fr;
  }

  .hbdp-split-section .hbdp-section-heading {
    text-align: center;
  }

  .hbdp-ingredient-grid,
  .hbdp-steps,
  .hbdp-related-grid {
    grid-template-columns: 1fr;
  }

  .hbdp-info-grid {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    margin-inline: -22px;
    padding: 0 22px 6px;
    scroll-snap-type: x mandatory;
  }

  .hbdp-info-image-card,
  .hbdp-info-image-card.is-featured {
    min-width: 78vw;
    grid-column: auto;
    grid-row: auto;
    scroll-snap-align: center;
  }

  .hbdp-label-images {
    grid-template-columns: repeat(3, minmax(110px, 1fr));
    overflow-x: auto;
  }

  .hbdp-label-thumb img {
    height: 130px;
  }

  .hbdp-related-image img {
    height: 190px;
  }

  .hbdp-mobile-sticky {
    display: flex;
  }
}

@media (max-width: 460px) {
  .hbdp-wrap {
    width: min(100% - 14px, 430px);
  }

  .hbdp-gallery-main,
  .hbdp-gallery-main img {
    min-height: 300px;
  }

  .hbdp-feature-strip {
    grid-template-columns: 1fr 1fr;
  }

  .hbdp-feature-item strong {
    font-size: 0.92rem;
  }

  .hbdp-feature-item span {
    font-size: 0.78rem;
  }

  .hbdp-section {
    padding: 20px 16px;
  }

  .hbdp-info-grid {
    margin-inline: -16px;
    padding-inline: 16px;
  }

  .hbdp-mobile-sticky {
    right: 8px;
    left: 8px;
    bottom: 8px;
  }
}

.hbdp-quantity-decorated {
  gap: 0;
}

.hbdp-qty-button {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--hbdp-ink);
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  cursor: pointer;
  transition: background 0.18s ease, color 0.18s ease;
}

.hbdp-qty-button:hover {
  background: var(--hbdp-accent-soft);
  color: var(--hbdp-accent-dark);
}

.hbdp-fav.is-active {
  background: var(--hbdp-accent);
  color: #fff;
}
