/* Self-hosted Assistant (GDPR: no third-party font request, no visitor IP sent to Google). */
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/assistant-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Assistant';
  font-style: normal;
  font-weight: 300 800;
  font-display: swap;
  src: url('../fonts/assistant-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

:root {
  --hhf-ink: #121212;
  --hhf-muted: #667872;
  --hhf-forest: #1b4d3e;
  --hhf-green: #42a046;
  --hhf-green-dark: #2d6e3c;
  --hhf-lime: #4f7f1f;
  --hhf-cream: #f6faef;
  --hhf-line: #dde7e2;
  --hhf-shadow: 0 1.2rem 3rem rgba(22, 57, 46, 0.1);
  --color-foreground: 18, 18, 18;

  /* Design-system tokens (one button, one type scale, one image box everywhere). */
  --btn-h: 4.8rem;
  --btn-pad-y: 1.2rem;
  --btn-pad-x: 2rem;
  --btn-font: 1.5rem;
  --btn-weight: 700;
  --btn-radius: 1rem;
  --fs-title: 1.6rem;   /* card / line-item titles */
  --fw-title: 650;
  --fs-body: 1.6rem;
  --fs-meta: 1.35rem;
  --fs-price: 1.6rem;   /* loop / basket / checkout price */
  --thumb-sm: 6.4rem;   /* cart / order / sticky thumbnails */
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  scroll-behavior: smooth;
  /* Stop mobile browsers (esp. social in-app WebViews) auto-inflating text on
     content-heavy pages, which ballooned the disclosure bar and body copy. */
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--hhf-ink);
  background: #fff;
  font-family: Assistant, Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body.menu-open,
body.cart-drawer-open {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--hhf-green-dark);
  text-underline-offset: 0.25em;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
.button,
.wp-element-button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.wc-block-components-button:not(.is-link),
.woocommerce .wc-proceed-to-checkout a.checkout-button,
.woocommerce-page .wc-proceed-to-checkout a.checkout-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--btn-h);
  padding: var(--btn-pad-y) var(--btn-pad-x);
  border: 1px solid var(--hhf-green-dark);
  border-radius: var(--btn-radius);
  color: #fff;
  background: var(--hhf-green-dark);
  box-shadow: none;
  font-size: var(--btn-font);
  font-weight: var(--btn-weight);
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

button:hover,
.button:hover,
.wp-element-button:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.wc-block-components-button:not(.is-link):hover,
.woocommerce .wc-proceed-to-checkout a.checkout-button:hover {
  border-color: var(--hhf-forest);
  color: #fff;
  background: var(--hhf-forest);
  transform: translateY(-1px);
}

.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce div.product form.cart .single_add_to_cart_button.button,
.wc-block-components-button:not(.is-link) {
  border-color: var(--hhf-green-dark);
  color: #fff;
  background: var(--hhf-green-dark);
}

.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce div.product form.cart .single_add_to_cart_button.button:hover,
.wc-block-components-button:not(.is-link):hover {
  border-color: var(--hhf-forest);
  color: #fff;
  background: var(--hhf-forest);
}

:where(a, button, input, select, textarea, summary):focus-visible {
  outline: 3px solid #f3b51b;
  outline-offset: 3px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  color: var(--hhf-ink);
  font-weight: 650;
  line-height: 1.2;
}

h1 { font-size: clamp(3.2rem, 4vw, 5rem); }
h2 { font-size: clamp(2.6rem, 3vw, 3.6rem); }
h3 { font-size: 2rem; }

p {
  margin: 0 0 1.6rem;
}

.page-width {
  width: min(calc(100% - 4rem), 120rem);
  margin-inline: auto;
}

.page-width--narrow {
  max-width: 82rem;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus,
.skip-link:focus {
  z-index: 100000;
  top: 0.8rem;
  left: 0.8rem;
  width: auto;
  height: auto;
  padding: 1rem 1.5rem;
  clip: auto;
  color: #fff;
  background: var(--hhf-forest);
}

[hidden] {
  display: none !important;
}

/* Seller disclosure */
.herbalife-popup {
  position: relative;
  z-index: 60;
  border-bottom: 1px solid rgba(122, 193, 66, 0.35);
  background: linear-gradient(180deg, #f6faef 0%, #eef7e1 100%);
  box-shadow: 0 0.8rem 2rem rgba(16, 34, 26, 0.08);
}

.herbalife-popup__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: min(calc(100% - 4rem), 120rem);
  margin: 0 auto;
  padding: 1rem 0;
}

.herbalife-popup p {
  margin: 0;
  color: #33423d;
  font-size: 1.35rem;
}

.herbalife-popup__actions {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 1rem;
}

.herbalife-popup__actions a {
  font-size: 1.3rem;
  font-weight: 700;
  white-space: nowrap;
}

.herbalife-popup__actions button {
  min-height: 3.6rem;
  padding: 0.7rem 1.4rem;
  border-radius: 99rem;
  font-size: 1.3rem;
}

.herbalife-popup__mini {
  display: none;
  margin: 0;
  color: #33423d;
  font-size: 1.3rem;
  font-weight: 650;
}

.herbalife-popup__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4.4rem;
  min-height: 3.6rem;
  padding: 0.5rem 1rem;
  border: 0;
  border-radius: 99rem;
  color: var(--hhf-forest);
  background: transparent;
  cursor: pointer;
}
.herbalife-popup__toggle:hover { background: rgba(27, 77, 62, 0.08); }
.herbalife-popup__chevron { transition: transform 0.2s ease; }

/* Collapsed: thin strip with only the short notice + expand control. */
.herbalife-popup.is-collapsed .herbalife-popup__full,
.herbalife-popup.is-collapsed .herbalife-popup__actions a { display: none; }
.herbalife-popup.is-collapsed .herbalife-popup__mini { display: block; }
.herbalife-popup.is-collapsed .herbalife-popup__inner {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.herbalife-popup.is-collapsed .herbalife-popup__actions { width: auto; }
.herbalife-popup.is-collapsed .herbalife-popup__chevron { transform: rotate(180deg); }

/* Channel-aware promo bar (coupon code to enter at checkout). */
.hhf-promo {
  position: relative;
  z-index: 61;
  color: #fff;
  background: linear-gradient(90deg, var(--hhf-forest), var(--hhf-green-dark));
}
.hhf-promo__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  width: min(calc(100% - 4rem), 120rem);
  margin-inline: auto;
  padding: 0.7rem 4rem;
  padding-top: calc(0.7rem + env(safe-area-inset-top));
  text-align: center;
}
.hhf-promo__text { margin: 0; font-size: 1.35rem; font-weight: 650; }
.hhf-promo__text strong { font-weight: 800; letter-spacing: 0.03em; }
.hhf-promo__copy {
  flex: 0 0 auto;
  min-height: 0;
  padding: 0.35rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 99rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 1.2rem;
  font-weight: 700;
}
.hhf-promo__copy:hover { color: #fff; border-color: #fff; background: rgba(255, 255, 255, 0.22); transform: none; }
.hhf-promo__close {
  position: absolute;
  top: 50%;
  right: 0.8rem;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: transparent;
}
.hhf-promo__close:hover { color: #fff; background: rgba(255, 255, 255, 0.2); transform: translateY(-50%); }

/* Header and navigation */
.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid var(--hhf-line);
  background: rgba(255, 255, 255, 0.97);
  backdrop-filter: blur(12px);
  transition: transform 0.25s ease;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header.is-hidden {
  transform: translateY(-100%);
}

.site-header__inner {
  display: grid;
  grid-template-columns: auto minmax(20rem, 1fr) auto;
  align-items: center;
  min-height: 8.2rem;
  gap: 1.4rem;
}

.site-branding {
  grid-column: 1;
  grid-row: 1;
}

.custom-logo-link,
.site-title {
  display: inline-flex;
  align-items: center;
}

.custom-logo {
  display: block;
  width: auto;
  max-width: 16rem;
  max-height: 6.4rem;
}

.site-title {
  color: var(--hhf-forest);
  font-size: 2.6rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.site-title span,
.footer-enterprise__logo span {
  color: var(--hhf-lime);
}

.footer-enterprise__logo span {
  color: #a4d94f;
}

.hhf-nav {
  grid-column: 2;
  grid-row: 1;
  justify-self: center;
}

.hhf-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hhf-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
}

.hhf-nav li {
  position: relative;
}

.hhf-nav__list > .menu-item {
  display: flex;
  align-items: center;
}

.hhf-nav a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 5rem;
  padding: 0.6rem 0.75rem;
  border-radius: 0.8rem;
  color: #243630;
  font-size: 1.28rem;
  font-weight: 600;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
}

.hhf-nav__list > .menu-item > a {
  flex-direction: column;
  gap: 0.25rem;
  min-width: 5.8rem;
}

.hhf-nav .menu-item-has-children > a {
  padding-right: 0.45rem;
  border-top-right-radius: 0.4rem;
  border-bottom-right-radius: 0.4rem;
}

.hhf-nav__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.9rem;
  height: 1.9rem;
  color: var(--hhf-forest);
}

.hhf-nav__icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hhf-nav__label {
  display: block;
}

.hhf-nav a:hover,
.hhf-nav .current-menu-item > a,
.hhf-nav .current-menu-ancestor > a,
.hhf-nav .current_page_item > a {
  color: var(--hhf-green-dark);
  background: var(--hhf-cream);
}

.hhf-nav .sub-menu {
  position: absolute;
  z-index: 5;
  top: calc(100% + 0.8rem);
  left: 0;
  min-width: 22rem;
  padding: 0.8rem;
  border: 1px solid var(--hhf-line);
  border-radius: 1rem;
  visibility: hidden;
  opacity: 0;
  background: #fff;
  box-shadow: var(--hhf-shadow);
  transform: translateY(-0.8rem);
  transition: visibility 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.hhf-nav__list > .menu-item-has-children::after {
  content: '';
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  height: 1rem;
}

.hhf-nav li:hover > .sub-menu,
.hhf-nav li:focus-within > .sub-menu,
.hhf-nav .menu-item-has-children.is-open > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.site-header__actions {
  display: flex;
  grid-column: 3;
  grid-row: 1;
  justify-content: flex-end;
  gap: 0.4rem;
}

.hhf-icon-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4.4rem;
  min-height: 4.4rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: var(--hhf-forest);
  background: transparent;
}

.hhf-icon-button:hover {
  color: var(--hhf-green-dark);
  background: var(--hhf-cream);
  transform: none;
}

.hhf-icon-button svg {
  width: 2.3rem;
  height: 2.3rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hhf-cart-count {
  position: absolute;
  top: 0.1rem;
  right: -0.1rem;
  display: grid;
  place-items: center;
  min-width: 1.9rem;
  height: 1.9rem;
  padding: 0 0.4rem;
  border-radius: 99rem;
  color: #fff;
  background: var(--hhf-green-dark);
  font-size: 1.1rem;
  line-height: 1;
}

.hhf-menu-toggle {
  display: none;
}

.hhf-menu-toggle span:not(.screen-reader-text) {
  position: absolute;
  width: 2.2rem;
  height: 2px;
  background: currentColor;
  transition: 0.2s ease;
}

.hhf-menu-toggle span:nth-child(1) { transform: translateY(-0.7rem); }
.hhf-menu-toggle span:nth-child(3) { transform: translateY(0.7rem); }
.hhf-menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: rotate(45deg); }
.hhf-menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.hhf-menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: rotate(-45deg); }

/* Search */
.hhf-search-panel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 1.6rem 0;
  border-top: 1px solid var(--hhf-line);
  border-bottom: 1px solid var(--hhf-line);
  background: #fff;
  box-shadow: var(--hhf-shadow);
}

.hhf-product-search {
  position: relative;
  display: flex;
  max-width: 76rem;
  margin: 0 auto;
}

.hhf-product-search input[type="search"] {
  width: 100%;
  min-height: 5rem;
  padding: 0 1.6rem;
  border: 1px solid #b9c9c2;
  border-radius: 1rem 0 0 1rem;
  outline: none;
}

.hhf-product-search input[type="search"]:focus {
  border-color: var(--hhf-green);
  box-shadow: 0 0 0 3px rgba(66, 160, 70, 0.15);
}

.hhf-product-search button {
  border-radius: 0 1rem 1rem 0;
}

.hhf-search-results {
  position: absolute;
  z-index: 6;
  top: calc(100% + 0.8rem);
  left: 0;
  width: 100%;
  padding: 0.8rem;
  border: 1px solid var(--hhf-line);
  border-radius: 1rem;
  background: #fff;
  box-shadow: var(--hhf-shadow);
}

.hhf-search-results > a {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.8rem;
  border-radius: 0.8rem;
  color: var(--hhf-ink);
  text-decoration: none;
}

.hhf-search-results > a:hover { background: var(--hhf-cream); }
.hhf-search-results img { width: 5.6rem; height: 5.6rem; object-fit: contain; }
.hhf-search-results span { display: flex; flex-direction: column; }
.hhf-search-results small { color: var(--hhf-green-dark); }
.hhf-search-results p { margin: 0; padding: 1rem; }

/* Main layouts */
.hhf-content-area,
.hhf-shop-main {
  min-height: 50vh;
  padding: 5rem 0 7rem;
}

.hhf-home-content {
  padding: 4rem 0 1rem;
}

.hhf-page-header {
  margin-bottom: 3rem;
}

.hhf-page-header h1 {
  max-width: 90rem;
}

.entry-content > * {
  max-width: 100%;
}

.entry-content img,
.hhf-featured-image img {
  border-radius: 1.2rem;
}

.entry-content table {
  width: 100%;
  margin: 0 0 2rem;
  border-collapse: collapse;
  font-size: 1.45rem;
}

.entry-content th,
.entry-content td {
  padding: 1rem 1.2rem;
  border: 1px solid var(--hhf-line);
  text-align: left;
  vertical-align: top;
}

.entry-content thead th {
  color: var(--hhf-forest);
  background: var(--hhf-cream);
}

.entry-content tbody tr:nth-child(even) {
  background: #fbfcfb;
}

.entry-content h2 {
  margin-top: 2.6rem;
}

.entry-content ol,
.entry-content ul {
  padding-left: 2.2rem;
}

.entry-content li {
  margin-bottom: 0.6rem;
}

.hhf-policy-intro {
  margin-bottom: 2.4rem;
  padding: 2.2rem;
  border-radius: 0.8rem;
  background: #f5f8f4;
}
.hhf-policy-kicker {
  margin: 0 0 0.6rem;
  color: var(--hhf-green-dark);
  font-size: 1.15rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.hhf-policy-intro h2 { margin-top: 0; }
.hhf-policy-intro p:last-child { margin-bottom: 0; }
.hhf-guarantee-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  margin: 2.4rem 0;
}
.hhf-guarantee-grid article {
  padding: 1.8rem;
  border: 1px solid var(--hhf-line);
  border-radius: 0.8rem;
  background: #fff;
}
.hhf-guarantee-grid h2 { margin-top: 0; font-size: 2rem; }
.hhf-guarantee-grid p { margin-bottom: 0; color: var(--hhf-muted); }
.hhf-guarantee-detail,
.hhf-guarantee-note {
  margin-top: 2.4rem;
  padding-top: 2rem;
  border-top: 1px solid var(--hhf-line);
}

.hhf-contact-page {
  background: #fbfcf8;
}

.hhf-contact-eyebrow {
  margin: 0 0 0.7rem;
  color: var(--hhf-green-dark);
  font-size: 1.2rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hhf-contact-main {
  padding-top: 1.6rem;
  padding-bottom: 3rem;
}

.hhf-contact-main--direct {
  padding-top: 1.4rem;
}

.hhf-contact-page__content.entry-content h2 {
  margin-top: 0;
}

.hhf-contact-shell {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  max-width: 88rem;
  margin: 0 auto 1.8rem;
}

.hhf-contact-card,
.hhf-contact-form,
.hhf-contact-disclosure {
  border: 1px solid var(--hhf-line);
  border-radius: 0.8rem;
  background: #fff;
  box-shadow: 0 1.2rem 2.6rem rgba(20, 57, 44, 0.07);
}

.hhf-contact-form {
  padding: 1.6rem;
}

.hhf-contact-form__head {
  margin-bottom: 1.3rem;
}

.hhf-contact-form h2,
.hhf-contact-card h2 {
  margin: 0 0 0.7rem;
  color: var(--hhf-forest);
  font-size: 2.2rem;
  line-height: 1.15;
}

.hhf-contact-intro {
  margin: 0;
  color: var(--hhf-muted);
}

.hhf-contact-form__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}

.hhf-contact-field {
  margin: 0 0 1.2rem;
}

.hhf-contact-field label {
  display: block;
  margin-bottom: 0.45rem;
  color: var(--hhf-forest);
  font-size: 1.3rem;
  font-weight: 800;
}

.hhf-contact-field input,
.hhf-contact-field select,
.hhf-contact-field textarea {
  width: 100%;
  min-height: 5rem;
  padding: 1.05rem 1.2rem;
  border: 1px solid var(--hhf-line);
  border-radius: 0.8rem;
  color: var(--hhf-ink);
  background: #fff;
}

.hhf-contact-field textarea {
  min-height: 13rem;
  resize: vertical;
}

.hhf-contact-field input:focus,
.hhf-contact-field select:focus,
.hhf-contact-field textarea:focus {
  border-color: var(--hhf-green);
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 160, 70, 0.15);
}

.hhf-contact-consent {
  margin: 0 0 1.4rem;
  color: var(--hhf-muted);
  font-size: 1.3rem;
  line-height: 1.45;
}

.hhf-contact-consent label {
  display: flex;
  gap: 0.9rem;
  align-items: flex-start;
}

.hhf-contact-consent input {
  flex: 0 0 auto;
  margin-top: 0.25rem;
}

.hhf-contact-submit {
  width: 100%;
  justify-content: center;
}

.hhf-contact-card {
  padding: 1.5rem;
  background: #f8fbf3;
}

.hhf-contact-routes {
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.hhf-contact-routes li {
  margin: 0 0 0.9rem;
  padding-left: 1.2rem;
  border-left: 3px solid var(--hhf-lime);
}

.hhf-contact-alert {
  margin: 0 0 1.5rem;
  padding: 1.2rem 1.4rem;
  border-radius: 0.8rem;
  font-weight: 700;
}

.hhf-contact-alert--success {
  color: #123c31;
  background: #edf8e4;
}

.hhf-contact-alert--error {
  color: #842029;
  background: #f8d7da;
}

.hhf-contact-after {
  display: grid;
  gap: 1rem;
  max-width: 88rem;
  margin: 0 auto;
}

.hhf-contact-disclosure {
  overflow: hidden;
}

.hhf-contact-disclosure summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 5rem;
  padding: 1.2rem 1.5rem;
  color: var(--hhf-forest);
  font-weight: 800;
  cursor: pointer;
}

.hhf-contact-disclosure summary::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--hhf-green-dark);
  font-size: 2rem;
  line-height: 1;
}

.hhf-contact-disclosure[open] summary::after {
  content: "-";
}

.hhf-contact-disclosure__body {
  padding: 0 1.5rem 1.5rem;
  color: #43524d;
}

.hhf-contact-disclosure__body > :last-child {
  margin-bottom: 0;
}

.hhf-contact-detail-list {
  padding-left: 1.9rem;
}

.hhf-contact-detail-list li {
  overflow-wrap: anywhere;
}

.hhf-contact-inline-actions {
  display: grid;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.hhf-contact-inline-actions .button {
  width: 100%;
}

.hhf-contact-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (min-width: 560px) {
  .hhf-contact-inline-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 750px) {
  .hhf-contact-main {
    padding-top: 2.4rem;
    padding-bottom: 4.5rem;
  }
  .hhf-contact-form,
  .hhf-contact-card {
    padding: 2rem;
  }
  .hhf-contact-form__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem 1.4rem;
  }
  .hhf-contact-after {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
}

@media (min-width: 990px) {
  .hhf-contact-shell {
    grid-template-columns: minmax(0, 1fr);
    gap: 2rem;
    align-items: start;
    margin-bottom: 2.2rem;
  }
  .hhf-contact-form,
  .hhf-contact-card {
    padding: 2.4rem;
  }
  .hhf-contact-after {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .hhf-contact-disclosure:first-child,
  .hhf-contact-disclosure:nth-child(2) {
    grid-column: span 1;
  }
  .hhf-contact-disclosure:nth-child(3) {
    grid-column: span 1;
  }
  .hhf-contact-disclosure:nth-child(n+4) {
    grid-column: span 3;
  }
}

.hhf-wellness {
  --wellness-soft: #f4f8ec;
  --wellness-line: #dce8d5;
  color: var(--hhf-ink);
}

.hhf-wellness__hero {
  margin: 0 0 2.8rem;
  padding: 2.8rem;
  border: 1px solid var(--wellness-line);
  border-radius: 0.8rem;
  background: linear-gradient(135deg, #f8fbf2 0%, #fff 72%);
}

.hhf-wellness__hero h2 {
  max-width: 78rem;
  margin: 0.6rem 0 1rem;
  color: var(--hhf-forest);
  font-size: clamp(2.8rem, 4vw, 4.8rem);
  line-height: 1.06;
}

.hhf-wellness__hero p {
  max-width: 76rem;
  color: var(--hhf-muted);
  font-size: 1.7rem;
}

.hhf-wellness__eyebrow,
.hhf-wellness-card__eyebrow {
  display: inline-flex;
  margin: 0;
  color: var(--hhf-green-dark);
  font-size: 1.15rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hhf-wellness__section-grid,
.hhf-wellness__list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.4rem;
  margin: 0 0 2.8rem;
}

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

.hhf-wellness-card {
  display: flex;
  min-height: 18rem;
  flex-direction: column;
  gap: 0.85rem;
  padding: 1.8rem;
  border: 1px solid var(--wellness-line);
  border-radius: 0.8rem;
  color: inherit;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 1rem 2.4rem rgba(20, 57, 44, 0.06);
  transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.hhf-wellness-card:hover {
  border-color: var(--hhf-green);
  box-shadow: 0 1.2rem 2.8rem rgba(20, 57, 44, 0.12);
  transform: translateY(-0.2rem);
}

.hhf-wellness-card strong {
  color: var(--hhf-forest);
  font-size: 1.9rem;
  line-height: 1.2;
}

.hhf-wellness-card span:last-child {
  color: var(--hhf-muted);
  font-size: 1.45rem;
  line-height: 1.45;
}

.hhf-wellness__lead {
  margin: 0 0 2.2rem;
  padding: 2rem;
  border-left: 0.4rem solid var(--hhf-green);
  border-radius: 0.8rem;
  color: #31483d;
  background: var(--wellness-soft);
  font-size: 1.75rem;
  line-height: 1.55;
}

.hhf-wellness__points {
  display: grid;
  gap: 0.8rem;
  padding-left: 0 !important;
  list-style: none;
}

.hhf-wellness__points li,
.hhf-wellness__recipe-box li {
  padding: 0.8rem 1rem;
  border: 1px solid var(--wellness-line);
  border-radius: 0.8rem;
  background: #fff;
}

.hhf-wellness__recipe-box {
  margin: 2rem 0;
  padding: 2rem;
  border: 1px solid var(--wellness-line);
  border-radius: 0.8rem;
  background: #fff;
}

.hhf-wellness__recipe-box h2:first-child {
  margin-top: 0;
}

.hhf-wellness__recipe-box ul,
.hhf-wellness__recipe-box ol {
  display: grid;
  gap: 0.8rem;
  padding-left: 0 !important;
  list-style-position: inside;
}

.hhf-wellness__note,
.hhf-wellness__source-note {
  margin: 2.2rem 0;
  padding: 1.4rem 1.6rem;
  border: 1px solid #cddbd3;
  border-radius: 0.8rem;
  color: #31483d;
  background: #fbfcf7;
  font-size: 1.45rem;
}

.hhf-wellness__back {
  margin-top: 2.4rem;
  font-weight: 750;
}

.hhf-wellness__back a {
  color: var(--hhf-green-dark);
}

.hhf-wellness-page {
  padding-top: 0;
  background: #fbfcf8;
  overflow-x: clip;
}

.hhf-wellness-hub {
  --wellness-berry: #8a3355;
  --wellness-gold: #d69a16;
  --wellness-sky: #e8f3f4;
  color: var(--hhf-ink);
  min-width: 0;
  overflow-x: clip;
}

.hhf-wellness-page .page-width {
  width: min(calc(100vw - 4rem), 120rem);
}

.hhf-wellness-hub h1,
.hhf-wellness-hub h2,
.hhf-wellness-hub h3,
.hhf-wellness-hub p,
.hhf-wellness-hub a,
.hhf-wellness-hub button {
  overflow-wrap: break-word;
}

.hhf-wellness-hero {
  overflow: hidden;
  padding: 5.4rem 0 3.2rem;
  border-bottom: 1px solid rgba(45, 110, 60, 0.12);
  background:
    linear-gradient(135deg, rgba(246, 250, 239, 0.96), rgba(255, 255, 255, 0.92) 58%, rgba(232, 243, 244, 0.9));
}

.hhf-wellness-hero__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(32rem, 0.8fr);
  align-items: center;
  gap: 4rem;
}

.hhf-wellness-hero__content {
  max-width: 68rem;
  min-width: 0;
}

.hhf-wellness-kicker {
  margin: 0 0 1rem;
  color: var(--hhf-green-dark);
  font-size: 1.2rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hhf-wellness-hero h1 {
  margin-bottom: 1.4rem;
  color: var(--hhf-forest);
  font-size: 4.8rem;
  line-height: 1.04;
}

.hhf-wellness-hero__lead {
  max-width: 62rem;
  color: #31483d;
  font-size: 1.85rem;
  line-height: 1.55;
}

.hhf-wellness-hero__actions,
.hhf-wellness-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  margin-top: 2.2rem;
}

.hhf-wellness-link {
  display: inline-flex;
  align-items: center;
  min-height: var(--btn-h);
  padding: var(--btn-pad-y) 0.4rem;
  color: var(--hhf-forest);
  font-weight: 800;
  text-decoration-thickness: 0.12rem;
}

.hhf-wellness-hero__image {
  margin: 0;
  border: 1px solid rgba(45, 110, 60, 0.16);
  border-radius: 0.8rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1.6rem 3.4rem rgba(20, 57, 44, 0.14);
}

.hhf-wellness-hero__image img {
  display: block;
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.hhf-wellness-quick {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  padding: 2rem 0 0;
}

.hhf-wellness-quick a {
  display: inline-flex;
  align-items: center;
  min-height: 3.8rem;
  padding: 0.7rem 1.1rem;
  border: 1px solid #d8e5dd;
  border-radius: 0.8rem;
  color: #264238;
  background: #fff;
  font-size: 1.38rem;
  font-weight: 750;
  line-height: 1.2;
  text-decoration: none;
}

.hhf-wellness-quick a:hover {
  border-color: var(--hhf-green);
  color: var(--hhf-green-dark);
  background: var(--hhf-cream);
}

.hhf-wellness-block {
  padding: 4.2rem 0 0;
}

.hhf-wellness-intro {
  padding: 4.2rem 0 1rem;
}

.hhf-wellness-section-head {
  max-width: 82rem;
  margin-bottom: 2.4rem;
  min-width: 0;
}

.hhf-wellness-section-head--with-link {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  max-width: none;
}

.hhf-wellness-section-head--with-link > div {
  max-width: 82rem;
}

.hhf-wellness-section-head h2,
.hhf-wellness-start h2,
.hhf-wellness-cta h2 {
  color: var(--hhf-forest);
}

.hhf-wellness-section-head p:last-child,
.hhf-wellness-start p,
.hhf-wellness-cta p {
  color: var(--hhf-muted);
  font-size: 1.7rem;
}

.hhf-wellness-topic-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.hhf-wellness-topic {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid #dfe9e2;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1rem 2.3rem rgba(20, 57, 44, 0.06);
}

.hhf-wellness-topic__media {
  margin: 0;
  background: var(--wellness-sky);
}

.hhf-wellness-topic__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hhf-wellness-topic__media--contain {
  background: #fff;
}

.hhf-wellness-topic__media--contain img {
  padding: 1.4rem;
  object-fit: contain;
}

.hhf-wellness-topic__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.6rem;
}

.hhf-wellness-topic h3 {
  margin: 0.6rem 0 0.9rem;
  color: var(--hhf-forest);
  font-size: 1.95rem;
}

.hhf-wellness-topic p:not(.hhf-wellness-card__eyebrow) {
  color: var(--hhf-muted);
  font-size: 1.47rem;
  line-height: 1.45;
}

.hhf-wellness-card__link {
  margin-top: auto;
  color: var(--hhf-green-dark);
  font-size: 1.42rem;
  font-weight: 800;
}

.hhf-wellness-resource-grid,
.hhf-wellness-recipe-grid,
.hhf-wellness-small-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.5rem;
}

.hhf-wellness-resource-grid--three,
.hhf-wellness-small-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hhf-wellness-resource-card,
.hhf-wellness-recipe {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border: 1px solid #dfe9e2;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1rem 2.3rem rgba(20, 57, 44, 0.06);
}

.hhf-wellness-resource-card__media,
.hhf-wellness-recipe__media {
  margin: 0;
  background: var(--wellness-sky);
}

.hhf-wellness-resource-card__media img,
.hhf-wellness-recipe__media img {
  display: block;
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.hhf-wellness-resource-card__media--contain {
  background: #fff;
}

.hhf-wellness-resource-card__media--contain img {
  padding: 1.4rem;
  object-fit: contain;
}

.hhf-wellness-resource-card__body,
.hhf-wellness-recipe__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1.6rem;
}

.hhf-wellness-resource-card h3,
.hhf-wellness-recipe h3 {
  margin: 0.6rem 0 0.9rem;
  color: var(--hhf-forest);
  font-size: 1.95rem;
}

.hhf-wellness-resource-card p:not(.hhf-wellness-card__eyebrow),
.hhf-wellness-recipe p:not(.hhf-wellness-card__eyebrow) {
  color: var(--hhf-muted);
  font-size: 1.47rem;
  line-height: 1.45;
}

.hhf-wellness-recipe-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.hhf-wellness-recipe__basket,
.hhf-wellness-recipe__fresh {
  margin-top: 1.4rem;
}

.hhf-wellness-recipe__basket h4,
.hhf-wellness-recipe__fresh h4 {
  margin: 0 0 0.8rem;
  color: var(--hhf-forest);
  font-size: 1.45rem;
}

.hhf-wellness-recipe__products,
.hhf-wellness-recipe__fresh ul {
  display: grid;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hhf-wellness-recipe__products li {
  display: grid;
  grid-template-columns: 5.6rem minmax(0, 1fr);
  gap: 1rem;
  align-items: center;
  min-height: 7rem;
  margin: 0;
  padding: 0.8rem;
  border: 1px solid #dce8d5;
  border-radius: 0.8rem;
  background: #fbfcf8;
}

.hhf-wellness-recipe__thumb {
  display: grid;
  place-items: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 0.6rem;
  background: #fff;
  overflow: hidden;
}

.hhf-wellness-recipe__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hhf-wellness-recipe__products strong {
  display: block;
  color: var(--hhf-ink);
  font-size: 1.38rem;
  line-height: 1.25;
}

.hhf-wellness-recipe__products small {
  display: block;
  margin-top: 0.25rem;
  color: var(--hhf-muted);
  font-size: 1.24rem;
  line-height: 1.35;
}

.hhf-wellness-recipe__fresh li {
  margin: 0;
  padding-left: 1.7rem;
  color: #31483d;
  font-size: 1.36rem;
  position: relative;
}

.hhf-wellness-recipe__fresh li::before {
  content: '';
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: var(--wellness-gold);
}

.hhf-wellness-recipe__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: auto;
  padding-top: 1.6rem;
}

.hhf-wellness-recipe__add.button {
  min-height: 4.4rem;
  padding: 1rem 1.35rem;
  font-size: 1.35rem;
}

.hhf-wellness-recipe__choice {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
  margin-top: 1.2rem;
  padding: 1rem;
  border: 1px solid #d7e5dd;
  border-radius: 0.8rem;
  background: #f8fbf2;
}

.hhf-wellness-recipe__choice[hidden] {
  display: none;
}

.hhf-wellness-recipe__choice button {
  min-height: 4rem;
  padding: 0.8rem;
  border: 1px solid #c7d7ce;
  border-radius: 0.7rem;
  color: var(--hhf-forest);
  background: #fff;
  font-size: 1.25rem;
  font-weight: 800;
  cursor: pointer;
}

.hhf-wellness-recipe__choice button:hover {
  border-color: var(--hhf-green-dark);
  color: #fff;
  background: var(--hhf-green-dark);
}

.hhf-wellness-recipe__status {
  min-height: 2rem;
  margin: 1rem 0 0;
  color: var(--hhf-green-dark);
  font-size: 1.32rem;
  font-weight: 750;
}

.hhf-wellness-recipe__status.is-error {
  color: #8a1f1f;
}

.hhf-wellness-recipe.is-updating {
  opacity: 0.72;
}

.hhf-wellness-note {
  margin: 2rem 0 0;
  padding: 1.4rem 1.6rem;
  border: 1px solid #d7e5dd;
  border-radius: 0.8rem;
  color: #31483d;
  background: #fff;
  font-size: 1.42rem;
}

.hhf-wellness-start,
.hhf-wellness-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(25rem, 0.48fr);
  gap: 2.4rem;
  margin-top: 3.8rem;
  padding: 2.8rem;
  border: 1px solid #d8e5dd;
  border-radius: 0.8rem;
  background: #fff;
  box-shadow: 0 1rem 2.4rem rgba(20, 57, 44, 0.06);
}

.hhf-wellness-start {
  border-top: 0.4rem solid var(--wellness-gold);
}

.hhf-wellness-start ul {
  display: grid;
  gap: 0.8rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}

.hhf-wellness-start li {
  margin: 0;
  padding-left: 2.1rem;
  color: #31483d;
  position: relative;
}

.hhf-wellness-start li::before {
  content: '';
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  background: var(--hhf-green);
}

.hhf-wellness-start__links {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.8rem;
}

.hhf-wellness-start__links a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.6rem;
  padding: 1rem 1.2rem;
  border: 1px solid #d8e5dd;
  border-radius: 0.8rem;
  color: var(--hhf-forest);
  background: #fbfcf8;
  font-weight: 800;
  text-decoration: none;
}

.hhf-wellness-start__links a::after {
  content: '→';
  color: var(--wellness-berry);
  font-weight: 900;
}

.hhf-wellness-start__links a:hover {
  border-color: var(--hhf-green);
  background: var(--hhf-cream);
}

.hhf-wellness-cta {
  align-items: center;
  margin-bottom: 1rem;
  border-color: rgba(27, 77, 62, 0.24);
  background: linear-gradient(135deg, #f6faef, #fff 62%, #fff8e6);
}

.hhf-wellness-cta__actions {
  justify-content: flex-end;
  margin-top: 0;
}

.hhf-post-meta {
  color: var(--hhf-muted);
}

.hhf-post-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2.4rem;
}

.hhf-post-card {
  padding: 2rem;
  border: 1px solid var(--hhf-line);
  border-radius: 1.2rem;
}

.hhf-post-card img {
  width: 100%;
  aspect-ratio: 4 / 3;
  border-radius: 0.8rem;
  object-fit: cover;
}

.hhf-post-card h2 { margin-top: 1.5rem; font-size: 2.2rem; }
.hhf-post-card h2 a { color: var(--hhf-ink); text-decoration: none; }

.hhf-system-notice {
  padding: 7rem 0;
  background: var(--hhf-cream);
}

.hhf-empty-state {
  min-height: 55vh;
  padding: 9rem 0;
  text-align: center;
}

.hhf-empty-state__code {
  margin: 0;
  color: var(--hhf-lime);
  font-size: 8rem;
  font-weight: 800;
  line-height: 1;
}

/* Home hero */
.hhf-hero {
  position: relative;
  overflow: hidden;
  margin-bottom: 0.5rem;
  color: #fff;
  background:
    radial-gradient(120% 140% at 85% -10%, rgba(141, 198, 63, 0.38) 0%, rgba(141, 198, 63, 0) 55%),
    radial-gradient(90% 120% at 5% 110%, rgba(66, 160, 70, 0.45) 0%, rgba(66, 160, 70, 0) 60%),
    linear-gradient(135deg, #14463a 0%, #1b4d3e 45%, #2d6e3c 100%);
}

.hhf-hero__inner {
  max-width: 72rem;
  padding: clamp(4rem, 7vw, 7.5rem) 0;
}

.hhf-hero__eyebrow {
  display: inline-block;
  margin: 0 0 1.4rem;
  padding: 0.5rem 1.2rem;
  border-radius: 99rem;
  background: rgba(255, 255, 255, 0.14);
  color: #eaf7df;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hhf-hero__title {
  margin: 0 0 1.6rem;
  color: #fff;
  font-size: clamp(3.4rem, 5.2vw, 5.4rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.hhf-hero__text {
  max-width: 56rem;
  margin: 0 0 2.6rem;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.6rem, 2vw, 1.9rem);
  line-height: 1.6;
}

.hhf-hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem 1.4rem;
}

.hhf-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 4.8rem;
  padding: 1.1rem 2.4rem;
  border-radius: 1rem;
  font-size: 1.55rem;
  font-weight: 700;
  text-decoration: none;
}

.button.hhf-hero__cta {
  border-color: #fff;
  color: var(--hhf-forest);
  background: #fff;
}

.button.hhf-hero__cta:hover {
  border-color: #eaf7df;
  color: var(--hhf-forest);
  background: #eaf7df;
  transform: translateY(-1px);
}

.hhf-hero__cta--ghost {
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #fff;
  background: transparent;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.hhf-hero__cta--ghost:hover {
  border-color: #fff;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.hhf-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem 2rem;
  margin: 2.8rem 0 0;
  padding: 0;
  list-style: none;
}

.hhf-hero__chips li {
  position: relative;
  padding-left: 2.4rem;
  color: rgba(255, 255, 255, 0.92);
  font-size: 1.4rem;
  font-weight: 600;
}

.hhf-hero__chips li::before {
  content: '\2713';
  position: absolute;
  left: 0;
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  color: var(--hhf-forest);
  background: #8dc63f;
  font-size: 1.1rem;
  font-weight: 800;
}

/* Product sections */
.hhf-product-section {
  padding: 3.2rem 0;
}

.hhf-product-section:first-child {
  padding-top: 4.8rem;
}

.hhf-product-section:nth-child(even) {
  background: #fbfcfb;
}

.hhf-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2rem;
}

.hhf-section-heading h2 { margin: 0; }
.hhf-text-link { flex: 0 0 auto; font-weight: 700; }

/* WooCommerce catalogue */
.woocommerce .woocommerce-breadcrumb {
  margin-bottom: 2rem;
  color: var(--hhf-muted);
  font-size: 1.3rem;
}

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 2.5rem;
}

.woocommerce .woocommerce-ordering select {
  min-height: 4.4rem;
  padding: 0.6rem 3.5rem 0.6rem 1.2rem;
  border: 1px solid #b9c9c2;
  border-radius: 0.8rem;
  background: #fff;
}

.woocommerce ul.products,
ul.products.hhf-product-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.4rem 1.2rem;
  margin: 0;
  padding: 0;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products.hhf-product-grid li.product {
  position: relative;
  display: flex;
  flex-direction: column;
  float: none !important;     /* beat WooCommerce's .columns-N float */
  width: auto !important;     /* beat WooCommerce's .columns-N % width so the grid cell governs */
  justify-self: stretch;
  margin: 0;
  padding: 0 0 1.6rem;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: 1.2rem;
  background: #fff;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.woocommerce ul.products li.product:hover,
ul.products.hhf-product-grid li.product:hover {
  border-color: var(--hhf-line);
  box-shadow: 0 1rem 2.5rem rgba(22, 57, 46, 0.08);
  transform: translateY(-0.3rem);
}

.woocommerce ul.products li.product a img,
ul.products.hhf-product-grid li.product a img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  margin: 0 0 1.3rem;
  background: #fff;
  object-fit: contain;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
.woocommerce ul.products li.product a.woocommerce-loop-product__link,
ul.products.hhf-product-grid li.product a.woocommerce-LoopProduct-link {
  display: block;
  color: inherit;
  text-decoration: none;
}

.woocommerce ul.products li.product a.woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title,
ul.products.hhf-product-grid li.product a.woocommerce-LoopProduct-link:hover .woocommerce-loop-product__title {
  color: var(--hhf-green-dark);
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .button,
ul.products.hhf-product-grid li.product .woocommerce-loop-product__title,
ul.products.hhf-product-grid li.product .price,
ul.products.hhf-product-grid li.product .button {
  margin-right: 1.4rem;
  margin-left: 1.4rem;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title,
ul.products.hhf-product-grid li.product .woocommerce-loop-product__title {
  padding: 0;
  color: var(--hhf-ink);
  font-size: 1.6rem;
  line-height: 1.35;
}

.woocommerce ul.products li.product .price,
ul.products.hhf-product-grid li.product .price {
  color: var(--hhf-green-dark);
  font-size: 1.6rem;
  font-weight: 700;
}

.woocommerce .price ins,
.woocommerce ul.products li.product .price ins,
ul.products.hhf-product-grid li.product .price ins {
  text-decoration: none;
}

.woocommerce .price del,
.woocommerce ul.products li.product .price del,
ul.products.hhf-product-grid li.product .price del {
  margin-right: 0.4rem;
  color: var(--hhf-muted);
  font-weight: 600;
  opacity: 0.85;
}

.woocommerce ul.products li.product .button,
ul.products.hhf-product-grid li.product .button {
  display: inline-flex;
  min-height: var(--btn-h);
  padding: var(--btn-pad-y) 1.4rem;
  font-size: var(--btn-font);
}

.woocommerce span.onsale {
  z-index: 2;
  top: 1rem;
  left: 1rem;
  min-width: 0;
  min-height: 0;
  padding: 0.6rem 1rem;
  border-radius: 99rem;
  background: var(--hhf-green);
  font-size: 1.2rem;
  line-height: 1;
}

ul.products.hhf-product-grid span.onsale {
  z-index: 2;
  top: 1rem;
  left: 1rem;
  min-width: 0;
  min-height: 0;
  padding: 0.6rem 1rem;
  border-radius: 99rem;
  color: #fff;
  background: var(--hhf-green);
  font-size: 1.2rem;
  line-height: 1;
}

.woocommerce nav.woocommerce-pagination ul {
  border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
  margin: 0 0.3rem;
  overflow: hidden;
  border: 1px solid var(--hhf-line);
  border-radius: 0.6rem;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span { padding: 1rem 1.4rem; }
.woocommerce nav.woocommerce-pagination ul li span.current { color: #fff; background: var(--hhf-green); }

/* Single product */
.single-product .hhf-shop-main { padding-top: 3rem; }

.woocommerce div.product {
  margin-bottom: 5rem;
}

.woocommerce div.product div.images img {
  border-radius: 1.2rem;
}

.woocommerce div.product div.summary {
  padding-top: 1rem;
}

.woocommerce div.product .product_title {
  font-size: clamp(3rem, 4vw, 4.4rem);
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: var(--hhf-green-dark);
  font-size: 2.4rem;
  font-weight: 750;
}

.woocommerce-product-details__short-description {
  color: #40534d;
}

.woocommerce div.product form.cart {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1rem;
  margin-top: 2.4rem;
}

.woocommerce div.product form.cart .variations {
  flex-basis: 100%;
}

.woocommerce div.product form.cart .variations select,
.woocommerce .quantity .qty,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  min-height: 4.6rem;
  padding: 0.8rem 1.2rem;
  border: 1px solid #b9c9c2;
  border-radius: 0.8rem;
  background: #fff;
}

.woocommerce div.product form.cart .button {
  min-height: 4.8rem;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  gap: 0.6rem;
  margin: 4rem 0 0;
  padding: 0;
  overflow-x: auto;
}

.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { display: none; }

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0.8rem 0.8rem 0 0;
  background: #eef4f1;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  color: #fff;
  background: var(--hhf-forest);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 1.1rem 1.6rem;
  white-space: nowrap;
}

.woocommerce div.product .woocommerce-tabs .panel {
  padding: 2.4rem;
  border: 1px solid var(--hhf-line);
  border-radius: 0 1rem 1rem 1rem;
}

.product-description-content {
  color: #31433d;
  font-size: 1.55rem;
  line-height: 1.8;
}

.product-description-content > :last-child { margin-bottom: 0; }

.trust-badges-container {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.8rem;
  margin: 2.4rem 0;
  padding: 2rem 0;
  border-top: 1px solid var(--hhf-line);
  border-bottom: 1px solid var(--hhf-line);
}

.trust-badge-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  color: #52655e;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: center;
}

.trust-badge-icon {
  display: grid;
  place-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  color: #fff;
  background: var(--hhf-green);
  font-size: 1.4rem;
  font-weight: 800;
}

/* Herbalife-informed storefront redesign */
.hhf-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(141, 198, 63, 0.24), transparent 30%),
    linear-gradient(135deg, #103e32 0%, #185343 55%, #256b48 100%);
}

.hhf-hero__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(30rem, 0.65fr);
  align-items: center;
  gap: clamp(3rem, 6vw, 8rem);
  min-height: 58rem;
}

.hhf-hero__inner { max-width: 76rem; }
.hhf-hero__title { max-width: 70rem; font-size: clamp(4rem, 5.4vw, 6.4rem); letter-spacing: -0.035em; }
.hhf-hero__text { max-width: 65rem; font-size: 1.85rem; }

.hhf-hero-product {
  position: relative;
  display: block;
  max-width: 42rem;
  padding: 2.4rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 2rem;
  color: var(--hhf-ink);
  background: #f8f8f3;
  box-shadow: 0 2.5rem 6rem rgba(4, 28, 21, 0.3);
  text-decoration: none;
  transform: rotate(1deg);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.hhf-hero-product:hover { color: var(--hhf-ink); transform: rotate(0) translateY(-0.4rem); box-shadow: 0 3rem 7rem rgba(4, 28, 21, 0.38); }
.hhf-hero-product__badge { position: absolute; z-index: 2; top: 1.8rem; left: 1.8rem; padding: 0.5rem 1rem; border-radius: 99rem; color: #fff; background: var(--hhf-green-dark); font-size: 1.15rem; font-weight: 800; text-transform: uppercase; }
.hhf-hero-product__image { display: grid; place-items: center; aspect-ratio: 1 / 1; }
.hhf-hero-product__image img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.hhf-hero-product__content { display: flex; align-items: flex-end; justify-content: space-between; gap: 1.5rem; padding-top: 1.5rem; border-top: 1px solid #dfe6df; }
.hhf-hero-product__content strong { max-width: 24rem; font-size: 1.55rem; line-height: 1.35; }
.hhf-hero-product__content .price { flex: 0 0 auto; color: var(--hhf-green-dark); font-weight: 800; }
.hhf-hero-product__content .price del { margin-right: 0.4rem; color: var(--hhf-muted); font-size: 0.85em; opacity: 0.8; }
.hhf-hero-product__content .price ins { text-decoration: none; }

.hhf-category-showcase { padding: 5rem 0; background: #f7f8f3; }
.hhf-category-showcase__header { margin-bottom: 2.4rem; }
.hhf-category-showcase__header p { margin-bottom: 0.5rem; color: var(--hhf-green-dark); font-size: 1.2rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; }
.hhf-category-showcase__header h2 { margin: 0; }
.hhf-category-showcase__grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 1.2rem; }
.hhf-category-card { position: relative; display: flex; min-width: 0; padding: 1.5rem; border: 1px solid #e2e7df; border-radius: 1.4rem; color: var(--hhf-ink); background: #fff; text-decoration: none; flex-direction: column; transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
.hhf-category-card:hover { border-color: #b9cdbd; color: var(--hhf-ink); box-shadow: 0 1.2rem 3rem rgba(17, 61, 48, 0.09); transform: translateY(-0.3rem); }
.hhf-category-card__image { display: grid; place-items: center; aspect-ratio: 1 / 0.84; margin-bottom: 1rem; overflow: hidden; border-radius: 1rem; background: #f8f8f4; }
.hhf-category-card__image img { width: 100%; height: 100%; padding: 1rem; object-fit: contain; mix-blend-mode: multiply; }
.hhf-category-card__content { display: flex; flex-direction: column; padding-right: 2.5rem; }
.hhf-category-card__content strong { font-size: 1.55rem; line-height: 1.25; }
.hhf-category-card__content small { margin-top: 0.3rem; color: var(--hhf-muted); }
.hhf-category-card__arrow { position: absolute; right: 1.4rem; bottom: 1.4rem; color: var(--hhf-green-dark); font-size: 2rem; }

.woocommerce-products-header__title.page-title { max-width: 80rem; margin-bottom: 1.2rem; font-size: clamp(3.6rem, 5vw, 6rem); letter-spacing: -0.035em; }
.hhf-shop-intro { max-width: 80rem; margin-bottom: 3.5rem; color: #41554e; font-size: 1.75rem; }
.hhf-shop-intro__points { display: flex; flex-wrap: wrap; gap: 0.8rem; margin-top: 1.5rem; }
.hhf-shop-intro__points span { padding: 0.55rem 1rem; border-radius: 99rem; color: var(--hhf-green-dark); background: var(--hhf-cream); font-size: 1.25rem; font-weight: 750; }
.hhf-shop-intro__points span::before { content: '\2713'; margin-right: 0.5rem; }

.hhf-shop-categories { clear: both; margin: 0 0 3rem; padding: 2rem; border: 1px solid var(--hhf-line); border-radius: 1.4rem; background: #f8faf7; }
.hhf-shop-categories > strong { display: block; margin-bottom: 1.2rem; font-size: 1.5rem; }
.hhf-shop-categories__links { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.hhf-shop-categories__links a { display: inline-flex; align-items: center; gap: 0.7rem; padding: 0.8rem 1.1rem; border: 1px solid #cddbd3; border-radius: 99rem; color: var(--hhf-forest); background: #fff; font-size: 1.3rem; font-weight: 700; text-decoration: none; }
.hhf-shop-categories__links a:hover { border-color: var(--hhf-green-dark); background: var(--hhf-cream); }
.hhf-shop-categories__links span { display: grid; place-items: center; min-width: 2.2rem; height: 2.2rem; border-radius: 50%; color: #fff; background: var(--hhf-green-dark); font-size: 1rem; }

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
ul.products.hhf-product-grid li.product { padding: 1rem 1rem 1.8rem; border-color: #e3ebdf; border-radius: 1.6rem; box-shadow: 0 1rem 2.4rem rgba(20, 57, 44, 0.06); }
.woocommerce ul.products li.product a img,
ul.products.hhf-product-grid li.product a img { padding: 1.5rem; margin-bottom: 1rem; border-radius: 1.3rem; background: #f8f8f4; mix-blend-mode: multiply; }
.hhf-card-category { display: block; margin: 0 1.4rem 0.65rem; color: var(--hhf-green-dark); font-size: 1.05rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.woocommerce ul.products li.product .woocommerce-loop-product__title,
ul.products.hhf-product-grid li.product .woocommerce-loop-product__title { display: -webkit-box; min-height: 4.4rem; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; font-size: var(--fs-title); font-weight: var(--fw-title); }
.woocommerce ul.products li.product .price,
ul.products.hhf-product-grid li.product .price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  min-height: 5.2rem;
  margin: 1.2rem 1.4rem 1.6rem;
  padding: 0.8rem 1rem;
  border: 1px solid rgba(45, 110, 60, 0.16);
  border-right: 0;
  border-left: 0;
  border-radius: 0.8rem;
  color: var(--hhf-forest);
  background: linear-gradient(180deg, rgba(246, 250, 239, 0.92), rgba(255, 255, 255, 0.98));
  font-size: 1.75rem;
  font-weight: 850;
  line-height: 1.15;
  text-align: center;
}
.woocommerce ul.products li.product .price > .woocommerce-Price-amount,
ul.products.hhf-product-grid li.product .price > .woocommerce-Price-amount {
  color: var(--hhf-forest);
  font-size: 1.85rem;
  font-weight: 850;
}
.woocommerce ul.products li.product .price .hhf-price-sale,
ul.products.hhf-product-grid li.product .price .hhf-price-sale,
body.single-product div.product .price .hhf-price-sale { display: inline-flex; flex-wrap: wrap; align-items: baseline; justify-content: center; gap: 0.55rem; }
.woocommerce ul.products li.product .price del,
ul.products.hhf-product-grid li.product .price del { margin-right: 0; font-size: 1.2rem; }
.woocommerce ul.products li.product .price ins,
ul.products.hhf-product-grid li.product .price ins { color: var(--hhf-forest); font-size: 1.75rem; font-weight: 850; }
.hhf-price-label { margin-right: 0.25rem; color: var(--hhf-muted); font-weight: 700; }
.hhf-card-price-note { display: block; margin: 0.35rem 1.4rem 0; color: var(--hhf-muted); font-size: 1.1rem; font-weight: 650; text-align: center; }
.woocommerce ul.products li.product .button,
ul.products.hhf-product-grid li.product .button { width: calc(100% - 2.8rem); justify-content: center; margin-top: auto; border-color: var(--hhf-green-dark); border-radius: var(--btn-radius); color: #fff; background: var(--hhf-green-dark); font-weight: var(--btn-weight); white-space: nowrap; }
.woocommerce ul.products li.product span.onsale,
ul.products.hhf-product-grid span.onsale { top: 1.4rem; right: 1.4rem; left: auto; border: 1px solid rgba(21, 85, 47, 0.18); color: #fff; background: var(--hhf-green-dark); box-shadow: 0 0.8rem 1.8rem rgba(21, 85, 47, 0.16); text-transform: none; }

.single-product .hhf-shop-main { padding-top: 2rem; background: linear-gradient(180deg, #fff 0, #fff 78rem, #fafbf8 78rem); }
body.single-product div.product { display: block; margin-bottom: 6rem; }
body.single-product div.product::before,
body.single-product div.product::after { content: ''; display: table; clear: both; }
body.single-product div.product div.images,
body.single-product div.product div.summary { margin: 0; }
body.single-product div.product div.images { float: left; width: 52%; padding: clamp(2rem, 4vw, 5rem); border: 1px solid #e8ece6; border-radius: 1.6rem; background: #f7f7f2; }
body.single-product div.product div.summary { float: right; width: 42%; }
body.single-product div.product div.images.woocommerce-product-gallery { opacity: 1 !important; }
body.single-product div.product div.images img { max-height: 64rem; border-radius: 0.8rem; object-fit: contain; mix-blend-mode: multiply; }
body.single-product div.product div.summary { padding: 1rem 0 0; }
body.single-product div.product .woocommerce-tabs,
body.single-product div.product .related,
body.single-product div.product .upsells,
body.single-product div.product > .hhf-product-label-notice { clear: both; width: 100%; }
body.single-product span.onsale { top: 1.6rem; left: 1.6rem; }

/* Product gallery: swipeable main image + clean thumbnail strip (flexslider). */
.woocommerce div.product .woocommerce-product-gallery { position: relative; }
.woocommerce-product-gallery__trigger { z-index: 5; }
.woocommerce div.product .flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1.4rem 0 0;
  padding: 0;
  list-style: none;
}
.woocommerce div.product .flex-control-thumbs li {
  width: auto;
  margin: 0;
  float: none;
  list-style: none;
}
.woocommerce div.product .flex-control-thumbs li img {
  width: 6.4rem;
  height: 6.4rem;
  border: 2px solid var(--hhf-line);
  border-radius: 0.9rem;
  object-fit: cover;
  background: #fff;
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.15s ease, border-color 0.15s ease;
}
.woocommerce div.product .flex-control-thumbs li img:hover { opacity: 1; }
.woocommerce div.product .flex-control-thumbs li img.flex-active {
  opacity: 1;
  border-color: var(--hhf-green-dark);
}

.hhf-product-eyebrow { display: flex; flex-wrap: wrap; gap: 0.65rem; margin: 0 0 1rem; color: var(--hhf-muted); font-size: 1.15rem; font-weight: 800; letter-spacing: 0.08em; text-transform: uppercase; }
.hhf-product-eyebrow a { color: var(--hhf-green-dark); text-decoration: none; }
body.single-product div.product .product_title { margin-bottom: 1.8rem; font-size: clamp(3.4rem, 4.2vw, 5.2rem); letter-spacing: -0.035em; }
body.single-product div.product p.price { margin-bottom: 0.3rem; font-size: 2.8rem; }
.hhf-price-context { margin-bottom: 2rem; color: var(--hhf-muted); font-size: 1.25rem; }
.hhf-product-summary-copy { max-width: 59rem; color: #32473f; font-size: 1.55rem; }
.hhf-product-summary-copy > p { margin-bottom: 1.5rem; }
.hhf-product-highlights { display: grid; gap: 0.7rem; margin: 0; padding: 0; list-style: none; }
.hhf-product-highlights li { position: relative; padding-left: 2.5rem; }
.hhf-product-highlights li::before { content: '\2713'; position: absolute; top: 0.05rem; left: 0; display: grid; place-items: center; width: 1.7rem; height: 1.7rem; border-radius: 50%; color: #fff; background: var(--hhf-green-dark); font-size: 0.95rem; font-weight: 900; }

body.single-product div.product form.cart { display: grid; grid-template-columns: 7rem minmax(18rem, 1fr); margin: 2.4rem 0 0; }
body.single-product div.product form.cart .quantity { grid-column: 1; grid-row: 1; float: none; width: auto; margin: 0; }
body.single-product div.product form.cart .quantity .qty { width: 100%; height: var(--btn-h); }
body.single-product div.product form.cart .single_add_to_cart_button { grid-column: 2; grid-row: 1; width: 100%; min-height: var(--btn-h); font-size: var(--btn-font); }
body.single-product div.product form.cart .variations,
body.single-product div.product form.cart .single_variation_wrap { grid-column: 1 / -1; }
body.single-product div.product .stock { margin: 1.8rem 0 0; color: var(--hhf-green-dark); font-weight: 750; }

.single-product .trust-badges-container { grid-template-columns: repeat(4, 1fr); gap: 1rem; margin: 2.2rem 0 0; padding: 1.8rem 0; }
.single-product .trust-badge-icon { width: 2.5rem; height: 2.5rem; background: var(--hhf-green-dark); }
.single-product .trust-badge-item { font-size: 1.1rem; }

.hhf-product-assurance {
  display: grid;
  gap: 1rem;
  margin-top: 1.2rem;
  padding: 1.4rem;
  border: 1px solid #dce8df;
  border-radius: 0.8rem;
  background: #fbfdf9;
}
.hhf-product-assurance strong,
.hhf-product-assurance span { display: block; }
.hhf-product-assurance strong { color: var(--hhf-forest); font-size: 1.22rem; }
.hhf-product-assurance span { color: var(--hhf-muted); font-size: 1.1rem; line-height: 1.45; }
.hhf-product-assurance p { display: flex; flex-wrap: wrap; gap: 0.7rem; margin: 0; font-size: 1.15rem; font-weight: 800; }
.hhf-product-assurance a { color: var(--hhf-green-dark); text-decoration: none; }
.hhf-product-assurance a:hover { text-decoration: underline; }

.hhf-member-support { display: flex; align-items: center; gap: 1.2rem; margin-top: 2rem; padding: 1.4rem; border: 1px solid #dce8df; border-radius: 1.1rem; background: var(--hhf-cream); }
.hhf-member-support__mark { display: grid; place-items: center; width: 4.2rem; height: 4.2rem; border-radius: 50%; color: #fff; background: var(--hhf-forest); font-size: 1.8rem; font-weight: 850; flex: 0 0 auto; }
.hhf-member-support strong,
.hhf-member-support span { display: block; }
.hhf-member-support strong { margin-bottom: 0.2rem; font-size: 1.3rem; }
.hhf-member-support span { color: var(--hhf-muted); font-size: 1.2rem; }
.hhf-member-support__note { display: block; margin-top: 0.6rem; color: var(--hhf-muted); font-size: 1.05rem; line-height: 1.45; }
.hhf-compliance-note { margin-top: 1.6rem; padding-top: 1.4rem; border-top: 1px solid var(--hhf-line); color: var(--hhf-muted); font-size: 1.1rem; line-height: 1.5; }
.hhf-product-meta { display: flex; flex-wrap: wrap; gap: 0.8rem 1.5rem; margin-top: 1.4rem; color: var(--hhf-muted); font-size: 1.2rem; }

.hhf-product-details-heading { margin-top: 2rem; padding-top: 5rem; border-top: 1px solid var(--hhf-line); }
.hhf-product-details-heading p { margin-bottom: 0.5rem; color: var(--hhf-green-dark); font-size: 1.15rem; font-weight: 850; letter-spacing: 0.09em; text-transform: uppercase; }
.hhf-product-details-heading h2 { font-size: clamp(3rem, 4vw, 4.5rem); }
body.single-product div.product .woocommerce-tabs { padding-top: 5rem; }
body.single-product div.product .woocommerce-tabs ul.tabs { gap: 0; margin: 0; border-bottom: 1px solid #b8c9bf; }
body.single-product div.product .woocommerce-tabs ul.tabs li { margin-right: 3rem; border-radius: 0; color: var(--hhf-muted); background: transparent; }
body.single-product div.product .woocommerce-tabs ul.tabs li.active { color: var(--hhf-forest); background: transparent; box-shadow: inset 0 -3px 0 var(--hhf-green-dark); }
body.single-product div.product .woocommerce-tabs ul.tabs li a { padding: 1.3rem 0; }
body.single-product div.product .woocommerce-tabs .panel { max-width: 110rem; min-height: 24rem; padding: 3.5rem 0; border: 0; }
.hhf-overview-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(32rem, 0.9fr); align-items: start; gap: 5rem; max-width: 110rem; }
.hhf-overview-layout__media img { display: block; width: 100%; max-height: 58rem; border-radius: 1.2rem; object-fit: cover; }
.single-product .product-description-content { max-width: 78rem; color: #2e423b; font-size: 1.65rem; line-height: 1.85; }
.hhf-detail-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem 3rem; padding: 0; list-style: none; }
.hhf-detail-list li { position: relative; padding: 1.2rem 1.2rem 1.2rem 4rem; border-radius: 0.8rem; background: #f5f8f4; }
.hhf-detail-list li::before { content: '\2713'; position: absolute; top: 1.25rem; left: 1.4rem; color: var(--hhf-green-dark); font-weight: 900; }
.hhf-product-label-notice { max-width: 100rem; margin: -1rem 0 4rem; padding: 1.8rem 2rem; border-left: 4px solid var(--hhf-green-dark); background: #f5f7f2; }
.hhf-product-label-notice strong { display: block; margin-bottom: 0.3rem; }
.hhf-product-label-notice p { margin: 0; color: var(--hhf-muted); font-size: 1.35rem; }
.single-product .related.products { padding-top: 2rem; border-top: 1px solid var(--hhf-line); }
.single-product .related.products > h2 { margin-bottom: 2.5rem; font-size: clamp(2.8rem, 3vw, 4rem); }

/* Cart, checkout and account */
.woocommerce table.shop_table {
  overflow: hidden;
  border: 1px solid var(--hhf-line);
  border-radius: 1rem;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td { padding: 1.4rem; }
.woocommerce table.cart img { width: 8rem; border-radius: 0.6rem; }

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  padding: 2rem;
  border: 1px solid var(--hhf-line);
  border-radius: 1rem;
  background: #fbfcfb;
}

.hhf-vat-note {
  margin: 1rem 0 1.2rem;
  color: #5b6b63;
  font-size: 1.25rem;
  line-height: 1.45;
}
.hhf-vat-note strong { color: var(--hhf-forest); }
.hhf-vat-note a { color: var(--hhf-green-dark); font-weight: 750; }

.woocommerce-info,
.woocommerce-message,
.woocommerce-error {
  border-top-color: var(--hhf-green);
  background: var(--hhf-cream);
}

.woocommerce-info::before,
.woocommerce-message::before { color: var(--hhf-green-dark); }

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
  border-color: var(--hhf-line);
  border-radius: 1rem;
}

.hhf-auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 54rem);
  justify-content: center;
  gap: 2.4rem;
  margin-inline: auto;
}

.hhf-auth-card {
  padding: clamp(2rem, 4vw, 3.6rem);
  border: 1px solid var(--hhf-line);
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: var(--hhf-shadow);
}

.hhf-auth-card form.login,
.hhf-auth-card form.register {
  padding: 0;
  border: 0;
  margin: 2.4rem 0 0;
}

.hhf-auth-eyebrow {
  margin-bottom: 0.6rem;
  color: var(--hhf-green-dark);
  font-size: 1.3rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hhf-auth-intro { color: var(--hhf-muted); }
.hhf-auth-actions { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; }

.hhf-auth-register-prompt {
  margin-top: 2.4rem;
  padding-top: 2.4rem;
  border-top: 1px solid var(--hhf-line);
  text-align: center;
}

.hhf-auth-register-prompt p { margin-bottom: 1rem; font-weight: 650; }
.hhf-register-toggle { display: inline-flex !important; align-items: center; justify-content: center; }
.hhf-auth-back { display: inline-block; margin-top: 1.6rem; font-weight: 700; }
.hhf-recaptcha { min-height: 7.8rem; margin: 1.8rem 0; overflow: hidden; }

.hhf-registration-group {
  min-width: 0;
  padding: 0;
  border: 0;
  margin: 0 0 2.8rem;
}

.hhf-registration-group + .hhf-registration-group {
  padding-top: 2.4rem;
  border-top: 1px solid var(--hhf-line);
}

.hhf-registration-group legend {
  width: 100%;
  margin-bottom: 1.4rem;
  color: var(--hhf-forest);
  font-size: 1.8rem;
  font-weight: 750;
}

.hhf-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1.4rem;
}

.woocommerce .hhf-form-grid .form-row {
  float: none;
  width: auto;
}

.hhf-address-country { margin-bottom: 1.4rem; color: var(--hhf-muted); }
.hhf-postcode-lookup { display: grid; grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 1rem; }
.hhf-postcode-lookup .form-row { width: auto; margin: 0; }
.hhf-address-find { margin-bottom: 0.6rem !important; white-space: nowrap; }
.hhf-address-status { margin: 1rem 0; color: var(--hhf-muted); font-size: 1.4rem; }
.hhf-address-status.is-error { color: #9b1c1c; }
.hhf-address-results select { width: 100%; }

.hhf-address-manual {
  min-height: 0;
  padding: 0;
  border: 0;
  margin: 0 0 1.8rem;
  color: var(--hhf-green-dark);
  background: transparent;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.25em;
}

.hhf-address-manual:hover { border: 0; color: var(--hhf-forest); background: transparent; transform: none; }
.hhf-address-note { margin: 0; color: var(--hhf-muted); font-size: 1.3rem; }

.hhf-email-hint {
  margin: 0.4rem 0 0;
  color: var(--hhf-muted);
  font-size: 1.35rem;
}
.hhf-email-hint__fix {
  min-height: 0;
  padding: 0;
  border: 0;
  color: var(--hhf-green-dark);
  background: none;
  font: inherit;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  cursor: pointer;
}
.hhf-email-hint__fix:hover { border: 0; color: var(--hhf-forest); background: none; transform: none; }

.hhf-registration-trap {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f4f7f5;
  border-radius: 1rem;
}

/* Mini cart drawer */
.hhf-drawer-backdrop {
  position: fixed;
  z-index: 79;
  inset: 0;
  background: rgba(10, 24, 19, 0.54);
  backdrop-filter: blur(3px);
}

.hhf-cart-drawer {
  position: fixed;
  z-index: 80;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: min(48rem, calc(100vw - 1.6rem));
  height: 100dvh;
  overflow: hidden;
  border-left: 1px solid rgba(27, 77, 62, 0.12);
  background: #fbfdf8;
  box-shadow: -1.6rem 0 4rem rgba(12, 31, 24, 0.2);
  transform: translateX(105%);
  transition: transform 0.28s ease;
}

.hhf-cart-drawer.is-open { transform: translateX(0); }
.hhf-cart-drawer.is-updating { cursor: progress; }

.hhf-cart-drawer__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 2rem;
  border-bottom: 1px solid var(--hhf-line);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 0.8rem 2rem rgba(22, 57, 46, 0.06);
}

.hhf-cart-drawer__eyebrow {
  margin: 0 0 0.25rem;
  color: var(--hhf-green-dark);
  font-size: 1.15rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hhf-cart-drawer__header h2 {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0;
  font-size: 2.6rem;
  letter-spacing: -0.02em;
}

.hhf-cart-drawer__count {
  display: inline-grid;
  place-items: center;
  min-width: 2.5rem;
  height: 2.5rem;
  padding: 0 0.7rem;
  border-radius: 99rem;
  color: #fff;
  background: var(--hhf-green-dark);
  font-size: 1.25rem;
  font-weight: 800;
  line-height: 1;
}

.hhf-cart-drawer__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 4.4rem;
  min-height: 4.4rem;
  padding: 0;
  border: 1px solid var(--hhf-line);
  border-radius: 50%;
  color: var(--hhf-forest);
  background: #fff;
  box-shadow: none;
}
.hhf-cart-drawer__close:hover { color: #fff; border-color: var(--hhf-forest); background: var(--hhf-forest); transform: none; }
.hhf-cart-drawer__close svg { width: 2rem; height: 2rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.hhf-cart-drawer .widget_shopping_cart_content,
.hhf-mini-cart {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
}

.hhf-cart-drawer .woocommerce-mini-cart {
  flex: 1 1 auto;
  min-height: 0;
  margin: 0;
  padding: 1.4rem;
  overflow-y: auto;
  list-style: none;
}

.hhf-mini-cart__item {
  display: grid;
  grid-template-columns: clamp(7.2rem, 20vw, 9.6rem) minmax(0, 1fr);
  gap: 1.2rem;
  margin: 0 0 1rem;
  padding: 1.2rem !important;
  border: 1px solid var(--hhf-line);
  border-radius: 1.2rem;
  background: #fff;
  box-shadow: 0 0.8rem 2rem rgba(22, 57, 46, 0.06);
}
.hhf-mini-cart__item.is-updating { opacity: 0.62; }
/* WooCommerce's product_list_widget adds clearfix ::before/::after (content:" ")
   which become stray grid items here, shoving the image into column 2 and the
   text into a 70px column. Kill them so the media|body grid stays 2 cells.
   !important is required: WC's `.woocommerce ul.cart_list li::before` outranks
   us on specificity, but its declaration is not !important, so this wins. */
.hhf-mini-cart__item::before,
.hhf-mini-cart__item::after { display: none !important; content: none !important; }

.hhf-mini-cart__media {
  display: grid;
  place-items: center;
  align-self: start;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(27, 77, 62, 0.08);
  border-radius: 1rem;
  background: #f7faf2;
  overflow: hidden;
}
.hhf-mini-cart__media img {
  display: block;
  float: none !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  padding: 0.8rem;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.hhf-mini-cart__body { min-width: 0; }
.hhf-mini-cart__topline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 0.8rem;
}
.hhf-mini-cart__name {
  color: var(--hhf-ink);
  font-size: 1.5rem;
  font-weight: 750;
  line-height: 1.28;
  text-decoration: none;
}
.hhf-mini-cart__name:hover { color: var(--hhf-green-dark); text-decoration: underline; }

.hhf-mini-cart__remove {
  width: 3.6rem;
  min-height: 3.6rem;
  padding: 0;
  border: 1px solid rgba(135, 29, 29, 0.16);
  border-radius: 50%;
  color: #8a1f1f;
  background: #fff7f5;
}
.hhf-mini-cart__remove:hover { color: #fff; border-color: #8a1f1f; background: #8a1f1f; transform: none; }
.hhf-mini-cart__remove svg { width: 1.8rem; height: 1.8rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.hhf-mini-cart__meta {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0.9rem 0 1rem;
}
.hhf-mini-cart__unit {
  color: var(--hhf-muted);
  font-size: 1.25rem;
  font-weight: 650;
}
.hhf-mini-cart__unit span { font-weight: 600; }
/* Line total sits in the same cream "price box" used on the product cards. */
.hhf-mini-cart__line-total {
  display: inline-flex;
  align-items: center;
  padding: 0.35rem 0.95rem;
  border: 1px solid rgba(45, 110, 60, 0.16);
  border-radius: 0.7rem;
  background: linear-gradient(180deg, rgba(246, 250, 239, 0.92), rgba(255, 255, 255, 0.98));
  color: var(--hhf-forest);
  font-size: 1.5rem;
  font-weight: 850;
}

.hhf-mini-cart__qty {
  display: inline-grid;
  grid-template-columns: 3.8rem 5.2rem 3.8rem;
  align-items: center;
  border: 1px solid var(--hhf-line);
  border-radius: 99rem;
  background: #f8fbf3;
  overflow: hidden;
}
.hhf-mini-cart__qty button {
  min-height: 3.8rem;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: var(--hhf-forest);
  background: transparent;
  font-size: 1.9rem;
  font-weight: 800;
}
.hhf-mini-cart__qty button:hover { color: #fff; background: var(--hhf-green-dark); transform: none; }
.hhf-mini-cart__qty input {
  width: 100%;
  min-height: 3.8rem;
  padding: 0;
  border: 0;
  border-right: 1px solid var(--hhf-line);
  border-left: 1px solid var(--hhf-line);
  color: var(--hhf-ink);
  background: #fff;
  font-size: 1.45rem;
  font-weight: 800;
  text-align: center;
  -moz-appearance: textfield;
}
.hhf-mini-cart__qty input::-webkit-outer-spin-button,
.hhf-mini-cart__qty input::-webkit-inner-spin-button { margin: 0; -webkit-appearance: none; }

.hhf-mini-cart__summary {
  flex: 0 0 auto;
  padding: 1.6rem 2rem 2rem;
  border-top: 1px solid var(--hhf-line);
  background: #fff;
  box-shadow: 0 -1rem 2.4rem rgba(22, 57, 46, 0.06);
}
.hhf-cart-drawer .woocommerce-mini-cart__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  margin: 0 0 1.4rem;
  color: var(--hhf-muted);
  font-size: 1.45rem;
  font-weight: 700;
}
.hhf-cart-drawer .woocommerce-mini-cart__total strong { color: var(--hhf-ink); font-weight: 750; }
.hhf-cart-drawer .woocommerce-mini-cart__total .amount { color: var(--hhf-forest); font-size: 1.9rem; font-weight: 850; }
.hhf-cart-drawer .woocommerce-mini-cart__buttons {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 1rem;
  margin: 0;
}
.hhf-cart-drawer .woocommerce-mini-cart__buttons a {
  width: 100%;
  min-height: 4.8rem;
  margin: 0 !important;
  padding: 1.1rem 1.2rem;
  text-align: center;
}
.hhf-cart-drawer .woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
  color: var(--hhf-forest);
  background: #fff;
}
.hhf-cart-drawer .woocommerce-mini-cart__buttons .wc-forward:not(.checkout):hover {
  color: #fff;
  background: var(--hhf-forest);
}

.hhf-mini-cart__empty {
  display: grid;
  place-items: center;
  flex: 1 1 auto;
  gap: 1.2rem;
  padding: 3rem 2rem;
  text-align: center;
}
.hhf-mini-cart__empty-icon {
  display: grid;
  place-items: center;
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  color: var(--hhf-forest);
  background: var(--hhf-cream);
}
.hhf-mini-cart__empty-icon svg { width: 3rem; height: 3rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.hhf-mini-cart__empty-message { margin: 0; color: var(--hhf-ink); font-size: 1.8rem; font-weight: 750; }

@media (max-width: 520px) {
  .hhf-cart-drawer { width: min(100vw, 40rem); }
  .hhf-cart-drawer__header { padding: 1.5rem; }
  .hhf-cart-drawer__header h2 { font-size: 2.25rem; }
  .hhf-cart-drawer .woocommerce-mini-cart { padding: 1rem; }
  .hhf-mini-cart__item { grid-template-columns: 7rem minmax(0, 1fr); gap: 1rem; padding: 1rem !important; }
  .hhf-mini-cart__name { font-size: 1.4rem; }
  .hhf-mini-cart__meta { flex-direction: column; align-items: flex-start; gap: 0.3rem; }
  .hhf-mini-cart__summary { padding: 1.3rem 1.5rem 1.6rem; }
}

/* Knowledge hub */
.knowledge-hub {
  padding: 4rem 0 5rem;
  background: linear-gradient(180deg, #fff 0%, #f5f9f7 100%);
}

.knowledge-hub__shell {
  padding: clamp(2rem, 4vw, 4.5rem);
  border: 1px solid var(--hhf-line);
  border-radius: 1.8rem;
  background: #fff;
  box-shadow: 0 1.4rem 4rem rgba(27, 77, 62, 0.07);
}

.knowledge-hub__header { max-width: 76rem; margin-bottom: 2.8rem; }
.knowledge-hub__badge {
  display: inline-block;
  margin-bottom: 1rem;
  padding: 0.5rem 1rem;
  border-radius: 99rem;
  color: var(--hhf-green-dark);
  background: var(--hhf-cream);
  font-size: 1.15rem;
  font-weight: 750;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.knowledge-hub__title { margin-bottom: 1rem; }
.knowledge-hub__intro { max-width: 68rem; color: var(--hhf-muted); }

.knowledge-hub__entity-grid,
.knowledge-hub__guide-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
  margin-bottom: 2.4rem;
}

.knowledge-hub__guide-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }

.knowledge-hub__entity-card,
.knowledge-hub__card {
  padding: 1.8rem;
  border: 1px solid var(--hhf-line);
  border-radius: 1.2rem;
  background: #fbfcfb;
}

.knowledge-hub__entity-label {
  display: block;
  margin-bottom: 0.5rem;
  color: var(--hhf-muted);
  font-size: 1.15rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.knowledge-hub__entity-value { font-size: 1.45rem; }
.knowledge-hub__card h3 { margin-bottom: 0.8rem; font-size: 1.8rem; }
.knowledge-hub__card p { color: var(--hhf-muted); font-size: 1.4rem; }
.knowledge-hub__card a { font-size: 1.35rem; font-weight: 750; }

.knowledge-hub__faq {
  padding: 2rem;
  border-radius: 1.2rem;
  background: var(--hhf-cream);
}

.knowledge-hub__faq > h3 { font-size: 2.1rem; }
.knowledge-hub__faq details { border-top: 1px solid #dce8d5; }
.knowledge-hub__faq summary { padding: 1.3rem 0; font-weight: 700; cursor: pointer; }
.knowledge-hub__faq details p { padding: 0 0 1.4rem; color: #43564f; }

/* Footer */
.footer-enterprise {
  color: rgba(255, 255, 255, 0.75);
  background: #123c31;
}

.footer-enterprise a { color: inherit; }

.footer-enterprise__container {
  width: min(calc(100% - 4rem), 120rem);
  margin: 0 auto;
}

.footer-enterprise__top { padding: 5rem 0 4rem; }

.footer-enterprise__grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(16rem, 1fr) minmax(16rem, 1fr);
  gap: 5rem;
}

.footer-enterprise__logo {
  display: inline-block;
  margin-bottom: 1.6rem;
  color: #fff;
  font-size: 2.7rem;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.footer-enterprise__brand > p { max-width: 57rem; }
.footer-enterprise__contact { margin: 2rem 0; padding: 0; list-style: none; }
.footer-enterprise__contact li { margin: 0.6rem 0; }
.footer-enterprise__contact a { text-decoration: none; }
.footer-enterprise__contact a:hover { color: #a4d94f; }

.footer-enterprise__social {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  margin: 2rem 0 0;
  padding: 0;
  list-style: none;
}
.footer-enterprise__social li { margin: 0; }
.footer-enterprise__social-link {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.4rem;
  text-decoration: none;
}
.footer-enterprise__social-link:hover { color: #a4d94f; }
.footer-enterprise__social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 3.4rem;
  height: 3.4rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 50%;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}
.footer-enterprise__social-link:hover .footer-enterprise__social-icon {
  background-color: rgba(164, 217, 79, 0.15);
  border-color: #a4d94f;
}
.footer-enterprise__social-icon svg {
  width: 1.8rem;
  height: 1.8rem;
  fill: currentColor;
}

.footer-enterprise__menu h2 { color: #fff; font-size: 1.7rem; }
.footer-enterprise__menu ul { margin: 0; padding: 0; list-style: none; }
.footer-enterprise__menu li { margin: 0 0 0.8rem; }
.footer-enterprise__menu a { text-decoration: none; }
.footer-enterprise__menu a:hover { color: #a4d94f; }

.footer-enterprise__middle {
  padding: 1.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(0, 0, 0, 0.08);
}

.footer-enterprise__trust {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.35rem;
  font-weight: 650;
}

.footer-enterprise__trust span::before {
  content: '\2713';
  display: inline-grid;
  place-items: center;
  width: 2.2rem;
  height: 2.2rem;
  margin-right: 0.7rem;
  border-radius: 50%;
  color: #123c31;
  background: #8dc63f;
  font-size: 1.2rem;
  font-weight: 800;
}

.footer-enterprise__bottom { padding: 2rem 0; }
.footer-enterprise__payment-block {
  display: none !important;
}

.hhf-payment {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  margin: 0 0 1.6rem;
  color: rgba(255, 255, 255, 0.84);
}

.hhf-payment__label {
  flex: 0 0 auto;
  font-size: 1.25rem;
  font-weight: 700;
}

.hhf-payment__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hhf-payment__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 4.8rem;
  height: 3.2rem;
  margin: 0;
  line-height: 1;
}

.hhf-payment__svg {
  display: block;
  width: 4.8rem !important;
  height: 3.2rem !important;
  max-width: 100%;
  max-height: 100%;
  flex: 0 0 auto;
  overflow: hidden;
}

.footer-enterprise__bottom-inner { display: flex; justify-content: space-between; gap: 2rem; }
.footer-enterprise__bottom-inner p { margin: 0; font-size: 1.25rem; }
.footer-enterprise__legal { display: flex; gap: 1.5rem; margin: 0; padding: 0; list-style: none; font-size: 1.2rem; }
.footer-enterprise__disclosure { margin: 1.5rem 0 0; padding-top: 1.5rem; border-top: 1px solid rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.74); font-size: 1.3rem; text-align: center; }
.footer-enterprise__privacy { flex: 0 0 auto; font-size: 1.25rem; }

/* WhatsApp */
.whatsapp-widget {
  position: fixed;
  z-index: 70;
  right: 2.4rem;
  bottom: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
  box-shadow: 0 0.4rem 1.6rem rgba(37, 211, 102, 0.4);
  text-decoration: none;
  transition: 0.25s ease;
}

.whatsapp-widget:hover { color: #fff; transform: scale(1.08) translateY(-0.2rem); }
.whatsapp-icon { position: relative; z-index: 2; width: 2.8rem; height: 2.8rem; fill: currentColor; }
.whatsapp-pulse { position: absolute; inset: 0; border-radius: 50%; background: rgba(37, 211, 102, 0.45); animation: hhf-pulse 2s infinite; }
body.menu-open .whatsapp-widget { display: none; }
@keyframes hhf-pulse { 0% { opacity: 0.6; transform: scale(1); } 60%, 100% { opacity: 0; transform: scale(1.45); } }
.whatsapp-tooltip { position: absolute; right: 6.8rem; padding: 0.8rem 1.2rem; border-radius: 0.8rem; visibility: hidden; opacity: 0; color: var(--hhf-forest); background: #fff; box-shadow: var(--hhf-shadow); font-size: 1.3rem; font-weight: 700; white-space: nowrap; transform: translateX(1rem); transition: 0.2s ease; }
.whatsapp-widget:hover .whatsapp-tooltip { visibility: visible; opacity: 1; transform: translateX(0); }

/* Floating "Build your pack" promo — a WhatsApp-style FAB, bottom-left, that
   drives shoppers to the 10%-off pack builder. Hidden on cart/checkout/the
   builder page itself (rendered conditionally in footer.php). */
.hhf-pack-fab {
  position: fixed;
  z-index: 70;
  left: 2.4rem;
  bottom: 2.4rem;
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding: 0.9rem 1.6rem 0.9rem 1rem;
  border-radius: 99rem;
  color: #fff;
  background: linear-gradient(135deg, var(--hhf-green) 0%, var(--hhf-green-dark) 100%);
  box-shadow: 0 0.6rem 1.8rem rgba(27, 77, 62, 0.32);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}
.hhf-pack-fab:hover { color: #fff; transform: translateY(-0.2rem) scale(1.03); box-shadow: 0 0.9rem 2.4rem rgba(27, 77, 62, 0.42); }
.hhf-pack-fab__icon { position: relative; z-index: 2; display: grid; place-items: center; flex: 0 0 auto; width: 3.4rem; height: 3.4rem; border-radius: 50%; background: rgba(255, 255, 255, 0.2); }
.hhf-pack-fab__icon svg { width: 2rem; height: 2rem; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.hhf-pack-fab__text { position: relative; z-index: 2; display: flex; flex-direction: column; line-height: 1.12; }
.hhf-pack-fab__text strong { font-size: 1.4rem; font-weight: 800; letter-spacing: 0.01em; }
.hhf-pack-fab__text span { font-size: 1.2rem; font-weight: 750; opacity: 0.95; }
.hhf-pack-fab__pulse { position: absolute; inset: 0; z-index: 1; border-radius: 99rem; background: rgba(66, 160, 70, 0.4); animation: hhf-pulse 2.4s infinite; }
body.menu-open .hhf-pack-fab,
body.cart-drawer-open .hhf-pack-fab { display: none; }

/* Cookie consent */
.hhf-consent {
  position: fixed;
  z-index: 90;
  right: 2rem;
  bottom: 2rem;
  left: 2rem;
  max-width: 46rem;
  border: 1px solid var(--hhf-line);
  border-radius: 1.4rem;
  background: #fff;
  box-shadow: 0 1.8rem 4.5rem rgba(11, 27, 22, 0.22);
  opacity: 0;
  transform: translateY(1.5rem);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.hhf-consent.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hhf-consent__inner {
  padding: 2rem 2.2rem;
}

.hhf-consent__title {
  margin: 0 0 0.8rem;
  font-size: 1.9rem;
}

.hhf-consent__text {
  margin: 0;
  color: #40534d;
  font-size: 1.4rem;
  line-height: 1.6;
}

.hhf-consent__options {
  display: grid;
  gap: 1rem;
  margin: 1.6rem 0 0;
  padding: 1.4rem;
  border-radius: 1rem;
  background: var(--hhf-cream);
}

.hhf-consent__option {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  font-size: 1.35rem;
  line-height: 1.45;
  cursor: pointer;
}

.hhf-consent__option input {
  margin-top: 0.3rem;
  width: 1.8rem;
  height: 1.8rem;
  accent-color: var(--hhf-green-dark);
  flex: 0 0 auto;
}

.hhf-consent__option input:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}

.hhf-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.8rem;
}

.hhf-consent__btn {
  flex: 1 1 auto;
  min-height: 4.4rem;
  padding: 0.9rem 1.4rem;
  border-radius: 0.9rem;
  font-size: 1.4rem;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.hhf-consent__btn--accept,
.hhf-consent__btn--save {
  border: 1px solid var(--hhf-green-dark);
  color: #fff;
  background: var(--hhf-green-dark);
}

.hhf-consent__btn--accept:hover,
.hhf-consent__btn--save:hover {
  border-color: var(--hhf-forest);
  background: var(--hhf-forest);
}

.hhf-consent__btn--ghost {
  border: 1px solid var(--hhf-line);
  color: var(--hhf-forest);
  background: #fff;
}

.hhf-consent__btn--ghost:hover {
  border-color: var(--hhf-green-dark);
  background: var(--hhf-cream);
}

.hhf-cookie-settings {
  border: 0;
  padding: 0;
  color: inherit;
  background: none;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 0.25em;
  cursor: pointer;
}

/* ----------------------------------------------------------------------
 * My Account
 * ------------------------------------------------------------------- */
.hhf-button--ghost.button {
  color: var(--hhf-green-dark);
  background: #fff;
  border-color: #c5d6cd;
}
.hhf-button--ghost.button:hover {
  color: var(--hhf-forest);
  background: var(--hhf-cream);
  border-color: var(--hhf-green-dark);
}

/* The account page renders through page.php; widen its narrow container so the
   two-column dashboard has room to breathe. */
.woocommerce-account .page-width--narrow { max-width: none; }
.woocommerce-account .hhf-page-header { margin-bottom: 2rem; }

.hhf-account-layout {
  display: grid;
  grid-template-columns: 28rem minmax(0, 1fr);
  align-items: start;
  gap: 2.4rem;
}

/* Neutralise WooCommerce's float/percentage layout so the grid tracks govern. */
.hhf-account-layout > .woocommerce-MyAccount-navigation,
.hhf-account-layout > .woocommerce-MyAccount-content {
  float: none;
  width: auto;
  margin: 0;
}

/* Navigation sidebar */
.hhf-account-nav {
  position: sticky;
  top: 9rem;
  padding: 1.6rem;
  border: 1px solid var(--hhf-line);
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: var(--hhf-shadow);
}

.hhf-account-identity {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  padding: 0.4rem 0.6rem 1.6rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid var(--hhf-line);
}
.hhf-account-identity__avatar {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--hhf-forest), var(--hhf-green));
  font-size: 1.7rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}
.hhf-account-identity__text { display: flex; flex-direction: column; min-width: 0; line-height: 1.3; }
.hhf-account-identity__text strong { font-size: 1.6rem; overflow-wrap: anywhere; }
.hhf-account-identity__email { color: var(--hhf-muted); font-size: 1.3rem; overflow-wrap: anywhere; }

.hhf-account-nav ul { margin: 0; padding: 0; list-style: none; }
.hhf-account-nav li { margin: 0; }
.hhf-account-nav li a {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  padding: 1.1rem 1.2rem;
  border-radius: 1rem;
  color: var(--hhf-ink);
  font-weight: 650;
  text-decoration: none;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.hhf-account-nav li a:hover { color: var(--hhf-forest); background: var(--hhf-cream); }
.hhf-account-nav__icon { display: inline-flex; flex-shrink: 0; color: var(--hhf-green-dark); }
.hhf-account-nav__label { flex: 1; min-width: 0; }
.hhf-account-nav__chevron { flex-shrink: 0; color: #b6c6bd; opacity: 0; transform: translateX(-0.4rem); transition: opacity 0.15s ease, transform 0.15s ease; }
.hhf-account-nav li a:hover .hhf-account-nav__chevron { opacity: 1; transform: translateX(0); }
.hhf-account-nav .is-active a {
  color: #fff;
  background: var(--hhf-forest);
}
.hhf-account-nav .is-active a .hhf-account-nav__icon,
.hhf-account-nav .is-active a .hhf-account-nav__chevron { color: #fff; }
.hhf-account-nav .is-active a .hhf-account-nav__chevron { opacity: 1; transform: translateX(0); }
.woocommerce-MyAccount-navigation-link--customer-logout a { color: var(--hhf-muted); }

.hhf-account-nav__toggle { display: none; }

/* Content panel */
.hhf-account-content { min-width: 0; }
.hhf-account-content > * + * { margin-top: 2.4rem; }
.hhf-account-content .woocommerce-message,
.hhf-account-content .woocommerce-error,
.hhf-account-content .woocommerce-info,
.hhf-account-content .woocommerce-notice { margin-bottom: 2.4rem; }

/* Welcome header */
.hhf-account-welcome {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.6rem;
  padding: 2.4rem 2.6rem;
  border-radius: 1.6rem;
  color: #fff;
  background: radial-gradient(120% 140% at 0% 0%, var(--hhf-green) 0%, var(--hhf-forest) 55%, #143b30 100%);
}
.hhf-account-welcome__eyebrow { margin: 0 0 0.4rem; font-size: 1.2rem; font-weight: 800; letter-spacing: 0.09em; text-transform: uppercase; opacity: 0.82; }
.hhf-account-welcome h2 { margin: 0 0 0.6rem; color: #fff; }
.hhf-account-welcome__sub { margin: 0; color: rgba(255, 255, 255, 0.86); }
.hhf-account-welcome__logout {
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 99rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: none;
  transition: background-color 0.2s ease;
}
.hhf-account-welcome__logout:hover { color: #fff; background: rgba(255, 255, 255, 0.16); }

/* Stat cards */
.hhf-account-stats {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.4rem;
}
.hhf-stat-card {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  padding: 1.8rem;
  border: 1px solid var(--hhf-line);
  border-radius: 1.3rem;
  background: #fff;
}
.hhf-stat-card__value { color: var(--hhf-forest); font-size: 2.6rem; font-weight: 800; line-height: 1.1; }
.hhf-stat-card__value .woocommerce-Price-amount { font-size: inherit; }
.hhf-stat-card__label { color: var(--hhf-muted); font-size: 1.35rem; font-weight: 650; }

/* Quick actions */
.hhf-account-quick {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
}
.hhf-quick-action {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  padding: 1.6rem 1.8rem;
  border: 1px solid var(--hhf-line);
  border-radius: 1.3rem;
  background: #fff;
  text-decoration: none;
  transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
.hhf-quick-action:hover { border-color: var(--hhf-green); transform: translateY(-2px); box-shadow: var(--hhf-shadow); }
.hhf-quick-action__icon {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 1rem;
  color: var(--hhf-forest);
  background: var(--hhf-cream);
}
.hhf-quick-action__text { display: flex; flex-direction: column; min-width: 0; line-height: 1.35; }
.hhf-quick-action__text strong { color: var(--hhf-ink); font-size: 1.6rem; }
.hhf-quick-action__text span { color: var(--hhf-muted); font-size: 1.35rem; }

/* Content blocks */
.hhf-account-block {
  padding: 2.2rem;
  border: 1px solid var(--hhf-line);
  border-radius: 1.6rem;
  background: #fff;
}
.hhf-account-block__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; }
.hhf-account-block__head h2,
.hhf-account-block__head h3 { margin: 0; }
.hhf-account-block__title { margin: 0 0 1.8rem; }
.hhf-account-block__link { font-weight: 700; font-size: 1.4rem; text-decoration: none; }
.hhf-account-block__link:hover { text-decoration: underline; }

/* Order cards */
.hhf-order-list { display: grid; gap: 1.4rem; margin: 0; padding: 0; list-style: none; }
.hhf-order-card {
  display: grid;
  gap: 1.2rem;
  padding: 1.6rem 1.8rem;
  border: 1px solid var(--hhf-line);
  border-radius: 1.3rem;
  background: #fff;
}
.hhf-order-list--compact .hhf-order-card { background: var(--hhf-cream); border-color: transparent; }
.hhf-order-card__main { display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.hhf-order-card__meta { display: flex; align-items: baseline; gap: 1rem; flex-wrap: wrap; }
.hhf-order-card__number { color: var(--hhf-ink); font-size: 1.7rem; font-weight: 800; text-decoration: none; }
a.hhf-order-card__number:hover { color: var(--hhf-forest); text-decoration: underline; }
.hhf-order-card__meta time { color: var(--hhf-muted); font-size: 1.35rem; }
.hhf-order-card__products { display: flex; align-items: center; gap: 1.2rem; }
.hhf-order-card__thumbs { display: flex; align-items: center; }
.hhf-order-card__thumbs img,
.hhf-order-card__thumb {
  width: 4.4rem;
  height: 4.4rem;
  margin-right: -1rem;
  border: 2px solid #fff;
  border-radius: 0.9rem;
  object-fit: cover;
  background: var(--hhf-cream);
  box-shadow: 0 0.2rem 0.6rem rgba(22, 57, 46, 0.12);
}
.hhf-order-card__thumb--empty {
  display: inline-grid;
  place-items: center;
  color: #9bb3a8;
  background: var(--hhf-cream);
}
.hhf-order-card__more {
  display: grid;
  place-items: center;
  width: 4.4rem;
  height: 4.4rem;
  margin-left: 0.4rem;
  border-radius: 0.9rem;
  color: var(--hhf-green-dark);
  background: var(--hhf-cream);
  font-size: 1.3rem;
  font-weight: 800;
}
.hhf-order-card__summary { color: var(--hhf-muted); font-size: 1.4rem; }
.hhf-order-card__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.2rem;
  flex-wrap: wrap;
  padding-top: 1.2rem;
  border-top: 1px solid var(--hhf-line);
}
.hhf-order-list--compact .hhf-order-card__foot { border-top-color: rgba(22, 57, 46, 0.1); }
.hhf-order-card__total { font-size: 1.6rem; font-weight: 750; }
.hhf-order-card__total .woocommerce-Price-amount { font-weight: 750; }
.hhf-order-card__actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.hhf-order-card__actions .button { min-height: 0; padding: 0.7rem 1.4rem; font-size: 1.4rem; }

/* Status badges */
.hhf-status-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 1.1rem;
  border-radius: 99rem;
  font-size: 1.3rem;
  font-weight: 750;
  white-space: nowrap;
}
.hhf-status-badge__dot { width: 0.8rem; height: 0.8rem; border-radius: 50%; background: currentColor; }
.hhf-status-badge--completed { color: #1f6b3b; background: #e2f5e7; }
.hhf-status-badge--processing { color: #1c5fa8; background: #e3eefb; }
.hhf-status-badge--on-hold { color: #8a5800; background: #fbeecb; }
.hhf-status-badge--pending { color: #6a5300; background: #f7f0d4; }
.hhf-status-badge--cancelled,
.hhf-status-badge--failed { color: #9b1c1c; background: #fbe4e4; }
.hhf-status-badge--refunded { color: #5a6b64; background: #eef2f0; }

/* Empty states */
.hhf-account-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.2rem;
  padding: 3.6rem 2rem;
  border: 1px dashed var(--hhf-line);
  border-radius: 1.3rem;
  color: var(--hhf-muted);
  text-align: center;
}
.hhf-account-empty svg { color: #b6c6bd; }
.hhf-account-empty p { margin: 0; font-size: 1.6rem; }

/* Pagination */
.hhf-account-pagination { display: flex; align-items: center; justify-content: center; gap: 1.4rem; margin-top: 2rem; }
.hhf-account-pagination__status { color: var(--hhf-muted); font-size: 1.4rem; font-weight: 650; }

/* Support card */
.hhf-account-support {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
  padding: 2rem 2.2rem;
  border: 1px solid var(--hhf-line);
  border-radius: 1.6rem;
  background: var(--hhf-cream);
}
.hhf-account-support__mark {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 4.6rem;
  height: 4.6rem;
  border-radius: 50%;
  color: #fff;
  background: var(--hhf-forest);
  font-size: 2rem;
  font-weight: 800;
}
.hhf-account-support__body strong { font-size: 1.7rem; }
.hhf-account-support__body p { margin: 0.4rem 0 1.2rem; color: var(--hhf-muted); }
.hhf-account-support__actions { display: flex; align-items: center; gap: 1.6rem; flex-wrap: wrap; }
.hhf-account-support__actions .button { min-height: 0; padding: 0.8rem 1.6rem; }
.hhf-account-support__email { font-weight: 700; }

/* Edit account / address forms inherit the auth form styling */
.woocommerce-EditAccountForm,
.woocommerce-address-fields,
.woocommerce-MyAccount-content form.edit-account {
  max-width: 62rem;
}
/* WooCommerce's col2-set markup floats and reorders the address columns; take
   full control with a simple flex row so the two cards align cleanly. */
.woocommerce-account .hhf-account-content .woocommerce-Addresses {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 1.6rem;
  margin: 0;
}
.woocommerce-account .hhf-account-content .woocommerce-Addresses > .woocommerce-Address {
  flex: 1 1 0;
  min-width: 24rem;
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}
.hhf-account-content .woocommerce-Address {
  padding: 1.8rem 2rem;
  border: 1px solid var(--hhf-line);
  border-radius: 1.3rem;
  background: #fff;
}
.hhf-account-content .woocommerce-Address-title { display: flex; align-items: center; justify-content: space-between; gap: 1rem; margin-bottom: 1rem; }
.hhf-account-content .woocommerce-Address-title h2,
.hhf-account-content .woocommerce-Address-title h3 { margin: 0; font-size: 1.8rem; }
.hhf-account-content .woocommerce-Address address { color: var(--hhf-muted); font-style: normal; line-height: 1.7; }

/* Invoice / view order */
.hhf-invoice {
  padding: clamp(2rem, 4vw, 3.4rem);
  border: 1px solid var(--hhf-line);
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: var(--hhf-shadow);
}
.hhf-invoice__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; flex-wrap: wrap; margin-bottom: 2.4rem; }
.hhf-invoice__back { display: inline-flex; align-items: center; gap: 0.5rem; font-weight: 700; text-decoration: none; }
.hhf-invoice__back:hover { text-decoration: underline; }
.hhf-invoice__print { display: inline-flex; align-items: center; gap: 0.7rem; }
.hhf-invoice__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  padding-bottom: 2.2rem;
  margin-bottom: 2.2rem;
  border-bottom: 2px solid var(--hhf-line);
}
.hhf-invoice__brand { display: flex; gap: 1.2rem; }
.hhf-invoice__brand-mark {
  display: grid;
  flex-shrink: 0;
  place-items: center;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 1rem;
  color: #fff;
  background: var(--hhf-forest);
  font-size: 2rem;
  font-weight: 800;
}
.hhf-invoice__brand strong { display: block; font-size: 1.8rem; }
.hhf-invoice__brand span { display: block; color: var(--hhf-muted); font-size: 1.35rem; line-height: 1.6; overflow-wrap: anywhere; }
.hhf-invoice__doc { min-width: 22rem; text-align: right; }
.hhf-invoice__doc-title { margin: 0 0 0.8rem; color: var(--hhf-forest); font-size: 1.4rem; font-weight: 800; letter-spacing: 0.06em; text-transform: uppercase; }
.hhf-invoice__doc dl { display: grid; grid-template-columns: auto auto; gap: 0.4rem 1.4rem; justify-content: end; margin: 0; }
.hhf-invoice__doc dt { color: var(--hhf-muted); font-size: 1.35rem; text-align: left; }
.hhf-invoice__doc dd { margin: 0; font-weight: 700; text-align: right; }
.hhf-invoice__status-line { padding: 1.2rem 1.6rem; border-radius: 1rem; background: var(--hhf-cream); }
.hhf-invoice__status-line mark { background: none; color: var(--hhf-forest); font-weight: 750; }
.hhf-invoice__legal { margin-top: 2.4rem; padding-top: 1.6rem; border-top: 1px solid var(--hhf-line); color: var(--hhf-muted); font-size: 1.25rem; }
.hhf-invoice .woocommerce-order-details__title,
.hhf-invoice .woocommerce-column__title { margin-top: 2.8rem; font-size: 1.9rem; }
.hhf-invoice .woocommerce-customer-details address { padding: 1.6rem; border: 1px solid var(--hhf-line); border-radius: 1rem; font-style: normal; }

/* Sticky mobile Add-to-bag (mobile only; shown via JS when the form is off-screen) */
.hhf-sticky-atc { display: none; }

/* ----------------------------------------------------------------------
 * WooCommerce blocks (basket & checkout) -> the design system
 * Block components ship their own smaller/lighter type and inputs; bring the
 * product names, prices, totals and fields in line with the rest of the store.
 * ------------------------------------------------------------------- */
.wc-block-components-product-name,
.wc-block-cart-item__product .wc-block-components-product-name,
.wc-block-components-order-summary-item__name {
  font-size: var(--fs-title) !important;
  font-weight: var(--fw-title) !important;
  line-height: 1.35;
}
.wc-block-components-product-price,
.wc-block-components-product-metadata,
.wc-block-components-order-summary-item__total-price,
.wc-block-components-totals-item__value {
  font-size: var(--fs-price) !important;
}
.wc-block-components-totals-item__label,
.wc-block-cart-item__quantity,
.wc-block-components-product-details {
  font-size: var(--fs-meta) !important;
}
.wc-block-components-title,
.wc-block-cart__totals-title,
.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-title {
  font-size: 1.8rem;
  font-weight: var(--fw-title);
}
/* Uniform product thumbnail box in the basket */
.wc-block-cart-item__image img {
  width: var(--thumb-sm);
  height: var(--thumb-sm);
  border-radius: 0.9rem;
  object-fit: contain;
  background: var(--hhf-cream);
}

/* ----------------------------------------------------------------------
 * One price language across basket & checkout (mirrors the mini-cart drawer):
 *   - unit price -> muted, suffixed "each" so the per-item cost is unambiguous
 *   - line total -> the bold forest "money" number that stands out
 *   - totals     -> muted label + bold forest value
 * Also strips the generic .entry-content table chrome (borders/stripes) that
 * was bleeding into the Cart block table, and drops the noisy product
 * short-description from basket/checkout lines.
 * ------------------------------------------------------------------- */
/* Stop the generic content-table styling from leaking into the Cart block. */
.entry-content table.wc-block-cart-items { margin: 0; font-size: inherit; }
.entry-content .wc-block-cart-items th,
.entry-content .wc-block-cart-items td,
.wc-block-cart-items th,
.wc-block-cart-items td { border: 0; vertical-align: top; }
.entry-content .wc-block-cart-items tbody tr:nth-child(even) { background: none; }

/* Unit (per-item) price -> muted + "each" label. */
.wc-block-cart-item__prices .wc-block-components-product-price {
  color: var(--hhf-muted);
  font-size: var(--fs-meta) !important;
  font-weight: 650;
}
.wc-block-cart-item__prices .wc-block-components-product-price::after {
  content: " each";
  color: var(--hhf-muted);
  font-weight: 600;
}
/* Line total -> the prominent forest "money" number (matches the drawer). */
.wc-block-cart-item__total .wc-block-components-product-price,
.wc-block-cart-item__total .wc-block-components-product-price__value {
  color: var(--hhf-forest);
  font-size: var(--fs-price) !important;
  font-weight: 850;
}
/* Declutter: the product short-description is noise in a basket/checkout line. */
.wc-block-components-product-metadata__description,
.wc-block-components-order-summary-item__description { display: none; }
/* Totals: muted label, bold forest value -> same money treatment as the drawer. */
.wc-block-components-totals-item__label { color: var(--hhf-muted); font-weight: 700; }
.wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
.wc-block-components-totals-footer-item-tax-value {
  color: var(--hhf-forest);
  font-weight: 850;
}
/* Checkout order-summary line price -> same forest money colour. */
.wc-block-components-order-summary-item__total-price .wc-block-components-product-price__value {
  color: var(--hhf-forest);
  font-weight: 800;
}

/* Quantity stepper: WooCommerce gives the box a fixed ~107px width, so once we
   enlarge the +/- buttons to 44px tap targets (128px of content) the "+" spills
   out past the rounded border. Let the box size to its content and clip the
   button corners so everything stays inside the pill. */
.wc-block-components-quantity-selector {
  display: inline-flex !important;
  width: auto !important;
  max-width: none !important;
  overflow: hidden;
}
.wc-block-components-quantity-selector__input,
.wc-block-components-quantity-selector__button { flex: 0 0 auto; }

/* Checkout & cart fields share the button height, radius and focus */
.wc-block-components-text-input input,
.wc-block-components-text-input .components-text-control__input,
.wc-block-components-select .components-form-token-field__input,
.wc-block-components-combobox input,
.wc-block-components-select select {
  min-height: var(--btn-h);
  border-radius: var(--btn-radius);
}

/* Product gallery: keep the main image in a consistent square box. */
.woocommerce div.product .woocommerce-product-gallery__image img,
.woocommerce div.product .woocommerce-product-gallery .flex-viewport img {
  aspect-ratio: 1 / 1;
  object-fit: contain;
}

/* ----------------------------------------------------------------------
 * Empty basket — a branded, professional empty state + "New in store".
 * The Cart block ships a stock empty state (a black sad-face icon and a
 * 4-up product grid with off-brand buttons that overflows on phones).
 * Bring it onto the design system: a friendly basket badge, supportive
 * copy, and recommendation cards identical to the shop loop.
 * ------------------------------------------------------------------- */
.wp-block-woocommerce-empty-cart-block {
  max-width: 96rem;
  margin-inline: auto;
  padding: 1rem 0 1rem;
  text-align: center;
}

/* Swap WooCommerce's masked sad-face for a friendly basket badge. */
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title.with-empty-cart-icon::before {
  -webkit-mask-image: none;
          mask-image: none;
  width: 9.6rem;
  height: 9.6rem;
  margin: 0 auto 2.2rem;
  border-radius: 50%;
  background-color: var(--hhf-cream);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231b4d3e' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3h2l2.4 11.5a2 2 0 0 0 2 1.5h7.8a2 2 0 0 0 2-1.6L21 7H6'/%3E%3Ccircle cx='10' cy='20' r='1'/%3E%3Ccircle cx='18' cy='20' r='1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 48% center;
  background-size: 4.4rem;
  box-shadow: inset 0 0 0 1px var(--hhf-line);
}

.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title {
  margin-bottom: 0;
  color: var(--hhf-ink);
  font-size: clamp(2.2rem, 4.5vw, 2.8rem);
  font-weight: var(--fw-title);
  line-height: 1.25;
}

/* Supportive subtitle (decorative — persists after block hydration). */
.wp-block-woocommerce-empty-cart-block .wc-block-cart__empty-cart__title::after {
  content: "Browse our bestsellers below to get started.";
  display: block;
  max-width: 36rem;
  margin: 1rem auto 0;
  color: var(--hhf-muted);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.55;
}

/* Replace the stock dotted separator with a clean, intentional hairline. */
.wp-block-woocommerce-empty-cart-block .wp-block-separator.is-style-dots {
  width: 6rem;
  height: 1px;
  max-width: 6rem;
  margin: 3rem auto;
  border: 0;
  background: var(--hhf-line);
}
.wp-block-woocommerce-empty-cart-block .wp-block-separator.is-style-dots::before {
  display: none;
  content: none;
}

/* "New in store" section heading. */
.wp-block-woocommerce-empty-cart-block h2.wp-block-heading:not(.wc-block-cart__empty-cart__title) {
  margin-bottom: 2.4rem;
  color: var(--hhf-ink);
  font-size: 2rem;
  font-weight: var(--fw-title);
}

/* Recommendation grid -> brand cards identical to the shop loop. */
.wp-block-woocommerce-empty-cart-block .wc-block-grid__products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.4rem 1.2rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product {
  display: flex;
  flex-direction: column;
  width: auto !important;
  /* WooCommerce caps grid items at 25%/33%; on a grid item a % max-width
     resolves against the cell, not the row, which collapses the card. */
  max-width: none !important;
  margin: 0 !important;
  font-size: 1.6rem;          /* undo WC's .75em shrink on 4-up grids */
  padding: 1rem 1.4rem 1.6rem;
  border: 1px solid #e3ebdf;
  border-radius: 1.6rem;
  background: #fff;
  box-shadow: 0 1rem 2.4rem rgba(20, 57, 44, 0.06);
  text-align: left;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product:hover {
  border-color: var(--hhf-green);
  box-shadow: 0 1.4rem 3rem rgba(20, 57, 44, 0.12);
  transform: translateY(-0.3rem);
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link {
  display: block;
  margin-bottom: 1.1rem;
  color: inherit;
  text-decoration: none;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image {
  margin: 0 0 1.2rem;
  overflow: hidden;
  border-radius: 1.3rem;
  background: #f8f8f4;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  padding: 1.5rem;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title {
  margin: 0;
  color: var(--hhf-ink);
  font-size: var(--fs-title);
  font-weight: var(--fw-title);
  line-height: 1.35;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-link:hover .wc-block-grid__product-title {
  color: var(--hhf-green-dark);
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price {
  display: block;
  margin: 0 0 1.3rem;
  color: var(--hhf-green-dark);
  font-size: var(--fs-price);
  font-weight: 700;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart {
  margin: auto 0 0;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: var(--btn-h);
  padding: var(--btn-pad-y) 1.4rem;
  border: 1px solid var(--hhf-green-dark);
  border-radius: var(--btn-radius);
  color: #fff;
  background: var(--hhf-green-dark);
  font-size: var(--btn-font);
  font-weight: var(--btn-weight);
  line-height: 1.2;
  text-decoration: none;
  transition: background-color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart .wp-block-button__link:hover {
  border-color: var(--hhf-forest);
  background: var(--hhf-forest);
  transform: translateY(-1px);
}

/* Responsive */
@media (min-width: 990px) and (max-width: 1199px) {
  .site-header__inner { grid-template-columns: auto 1fr auto; min-height: 7.2rem; }
  .site-branding { grid-column: 2; justify-self: center; }
  .hhf-menu-toggle { display: inline-flex; grid-column: 1; grid-row: 1; }
  .hhf-nav {
    position: absolute;
    z-index: 45;
    top: 100%;
    bottom: auto;
    left: 0;
    display: block;
    width: min(38rem, 90vw);
    height: calc(100vh - 7.2rem);
    padding: 1.5rem;
    overflow-y: auto;
    background: #fff;
    box-shadow: 1rem 0 3rem rgba(0, 0, 0, 0.12);
    transform: translateX(-105%);
    transition: transform 0.25s ease;
  }
  .admin-bar .hhf-nav { top: 100%; height: calc(100vh - 7.2rem - 32px); }
  .hhf-nav.is-open { transform: translateX(0); }
  .hhf-nav__list { display: block; }
  .hhf-nav a { padding: 1.2rem; }
  .hhf-nav .sub-menu { position: static; min-width: 0; padding: 0 0 0 1.5rem; border: 0; visibility: visible; opacity: 1; box-shadow: none; transform: none; }
}

@media (max-width: 989px) {
  .admin-bar .site-header { top: 46px; }
  .site-header__inner { grid-template-columns: auto 1fr auto; min-height: 7.2rem; }
  .site-branding { grid-column: 2; justify-self: center; }
  .hhf-menu-toggle { display: inline-flex; grid-column: 1; grid-row: 1; }
  .hhf-nav {
    position: absolute;
    z-index: 45;
    top: 100%;
    bottom: auto;
    left: 0;
    display: block;
    width: min(38rem, 90vw);
    height: calc(100vh - 7.2rem);
    padding: 1.5rem;
    overflow-y: auto;
    background: #fff;
    box-shadow: 1rem 0 3rem rgba(0, 0, 0, 0.12);
    transform: translateX(-105%);
    transition: transform 0.25s ease;
  }
  .admin-bar .hhf-nav { top: 100%; height: calc(100vh - 7.2rem - 46px); }
  .hhf-nav.is-open { transform: translateX(0); }
  .hhf-nav__list { display: block; }
  .hhf-nav a { padding: 1.2rem; }
  .hhf-nav .sub-menu { position: static; min-width: 0; padding: 0 0 0 1.5rem; border: 0; visibility: visible; opacity: 1; box-shadow: none; transform: none; }
  .woocommerce ul.products,
  ul.products.hhf-product-grid,
  .wp-block-woocommerce-empty-cart-block .wc-block-grid__products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hhf-wellness__section-grid,
  .hhf-wellness__list { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hhf-wellness-hero__grid { grid-template-columns: 1fr; gap: 2.8rem; }
  .hhf-wellness-hero__image { max-width: 72rem; }
  .hhf-wellness-section-head--with-link { align-items: flex-start; flex-direction: column; }
  .hhf-wellness-resource-grid,
  .hhf-wellness-small-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hhf-wellness-resource-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .hhf-wellness-recipe-grid { grid-template-columns: 1fr; }
  .hhf-wellness-topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hhf-wellness-start,
  .hhf-wellness-cta { grid-template-columns: 1fr; }
  .hhf-wellness-cta__actions { justify-content: flex-start; }
  .knowledge-hub__entity-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-enterprise__grid { grid-template-columns: 2fr 1fr 1fr; gap: 2.5rem; }
  .hhf-hero__layout { grid-template-columns: minmax(0, 1fr) minmax(26rem, 0.6fr); gap: 3rem; min-height: 52rem; }
  .hhf-hero__title { font-size: clamp(3.8rem, 5.8vw, 5.2rem); }
  .hhf-category-showcase__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  body.single-product div.product div.images,
  body.single-product div.product div.summary { float: none; width: min(100%, 70rem); margin-inline: auto; }
  body.single-product div.product div.summary { margin-top: 2.5rem; }
}

@media (max-width: 749px) {
  .page-width,
  .herbalife-popup__inner,
  .footer-enterprise__container { width: min(calc(100% - 2.4rem), 120rem); }
  .hhf-wellness-page .page-width { width: min(calc(100vw - 2.4rem), 120rem); }
  .herbalife-popup__inner { align-items: flex-start; flex-direction: column; gap: 0.8rem; padding: 1.2rem 0; }
  .herbalife-popup__inner p { width: 100%; max-width: calc(100vw - 2.4rem); overflow-wrap: anywhere; }
  .herbalife-popup__actions { width: 100%; max-width: calc(100vw - 2.4rem); justify-content: space-between; }
  .herbalife-popup__actions a { min-width: 0; white-space: normal; }
  .herbalife-popup__actions button { flex: 0 0 auto; }
  .site-header__inner { position: relative; display: flex; justify-content: space-between; min-height: 6.6rem; gap: 0.6rem; }
  .hhf-nav { top: 100%; height: calc(100vh - 6.6rem); }
  .admin-bar .hhf-nav { top: 100%; height: calc(100vh - 6.6rem - 46px); }
  .site-branding { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
  .site-header__actions { margin-left: auto; }
  .custom-logo { max-width: 11rem; max-height: 5rem; }
  .site-title { font-size: 2.1rem; }
  .hhf-account-link { display: none; }
  .hhf-search-panel { padding: 1rem 0; }
  .hhf-product-search button { padding-inline: 1.2rem; }
  .hhf-content-area,
  .hhf-shop-main { padding: 3.5rem 0 5rem; }
  .hhf-post-grid { grid-template-columns: 1fr; }
  .hhf-wellness__hero { padding: 2rem; }
  .hhf-wellness__hero h2 { font-size: 3rem; }
  .hhf-wellness__section-grid,
  .hhf-wellness__list { grid-template-columns: 1fr; }
  .hhf-wellness-card { min-height: 0; padding: 1.5rem; }
  .hhf-wellness-hero { padding: 3.2rem 0 2.2rem; }
  .hhf-wellness-hero h1 { font-size: 3.1rem; }
  .hhf-wellness-hero__lead { font-size: 1.62rem; }
  .hhf-wellness-hero__actions,
  .hhf-wellness-cta__actions { align-items: stretch; flex-direction: column; }
  .hhf-wellness-hero__content,
  .hhf-wellness-section-head,
  .hhf-wellness-section-head--with-link > div,
  .hhf-wellness-resource-card__body,
  .hhf-wellness-recipe__body { max-width: 100%; min-width: 0; }
  .hhf-wellness-hero__lead,
  .hhf-wellness-section-head p:last-child {
    max-width: 31rem;
  }
  .hhf-wellness-section-head h2,
  .hhf-wellness-start h2,
  .hhf-wellness-cta h2 {
    max-width: 31rem;
    font-size: 2.45rem;
    line-height: 1.14;
  }
  .hhf-wellness-hero__actions,
  .hhf-wellness-cta__actions { width: 100%; max-width: 100%; }
  .hhf-wellness-hero__actions .button,
  .hhf-wellness-cta__actions .button,
  .hhf-wellness-link { width: 100%; max-width: 100%; min-width: 0; justify-content: center; white-space: normal; }
  .hhf-wellness-quick {
    flex-wrap: nowrap;
    overflow-x: auto;
    max-width: calc(100vw - 2.4rem);
    padding-bottom: 0.5rem;
    scrollbar-width: thin;
  }
  .hhf-wellness-quick a { flex: 0 0 auto; }
  .hhf-wellness-intro { padding-top: 3rem; }
  .hhf-wellness-block { padding-top: 3rem; }
  .hhf-wellness-resource-grid,
  .hhf-wellness-resource-grid--three,
  .hhf-wellness-small-grid,
  .hhf-wellness-recipe-grid { grid-template-columns: 1fr; }
  .hhf-wellness-resource-card__body,
  .hhf-wellness-recipe__body { padding: 1.5rem; }
  .hhf-wellness-recipe__actions { align-items: stretch; flex-direction: column; }
  .hhf-wellness-recipe__actions .button,
  .hhf-wellness-recipe__actions .hhf-wellness-card__link { width: 100%; justify-content: center; text-align: center; }
  .hhf-wellness-recipe__choice { grid-template-columns: 1fr; }
  .hhf-wellness-topic-grid { grid-template-columns: 1fr; }
  .hhf-wellness-topic__body { padding: 1.5rem; }
  .hhf-wellness-start,
  .hhf-wellness-cta { margin-top: 2.6rem; padding: 2rem; }
  .hhf-product-section { padding: 2.5rem 0; }
  .woocommerce ul.products,
  ul.products.hhf-product-grid,
  .wp-block-woocommerce-empty-cart-block .wc-block-grid__products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.8rem 0.8rem; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 1.4rem; }
  .wp-block-woocommerce-empty-cart-block .wc-block-grid__product { padding: 0.8rem 1rem 1.4rem; }
  .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title { font-size: 1.4rem; }
  .woocommerce ul.products li.product .button { width: calc(100% - 2rem); margin: 0 1rem; justify-content: center; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product .price { margin-right: 1rem; margin-left: 1rem; }
  .woocommerce div.product .woocommerce-tabs .panel { padding: 1.5rem; }
  .trust-badges-container { grid-template-columns: repeat(3, 1fr); }
  .knowledge-hub { padding: 2.5rem 0; }
  .knowledge-hub__entity-grid,
  .knowledge-hub__guide-grid { grid-template-columns: 1fr; }
  .hhf-contact-shell,
  .hhf-contact-form__grid { grid-template-columns: 1fr; }
  .hhf-guarantee-grid { grid-template-columns: 1fr; }
  .hhf-contact-card,
  .hhf-contact-form { padding: 1.7rem; }
  .footer-enterprise__top { padding: 3.5rem 0; }
  .footer-enterprise__grid { grid-template-columns: 1fr; gap: 3rem; }
  .footer-enterprise__brand,
  .footer-enterprise__contact li { min-width: 0; overflow-wrap: anywhere; }
  .footer-enterprise__trust { align-items: flex-start; flex-direction: column; gap: 1rem; }
  .hhf-payment { align-items: center; flex-direction: column; gap: 0.9rem; margin-bottom: 1.8rem; text-align: center; }
  .hhf-payment__list { gap: 0.6rem; }
  .hhf-payment__item,
  .hhf-payment__svg { width: 4.6rem !important; height: 3rem !important; }
  .footer-enterprise__bottom-inner { align-items: center; flex-direction: column; text-align: center; }
  .footer-enterprise__legal { flex-wrap: wrap; justify-content: center; }
  .whatsapp-widget { right: 1.6rem; bottom: 2rem; width: 5rem; height: 5rem; }
  .whatsapp-tooltip { display: none; }
  .hhf-pack-fab { left: 1.6rem; bottom: 2rem; padding: 0.7rem 1.3rem 0.7rem 0.8rem; gap: 0.8rem; }
  .hhf-pack-fab__icon { width: 3rem; height: 3rem; }
  .hhf-pack-fab__icon svg { width: 1.8rem; height: 1.8rem; }
  .hhf-pack-fab__text strong { font-size: 1.3rem; }
  .hhf-pack-fab__text span { font-size: 1.1rem; }
  /* Compact bottom-sheet consent: flush to the bottom edge, short, primary
     actions side-by-side so it doesn't bury the page on social in-app browsers. */
  .hhf-consent {
    right: 0;
    bottom: 0;
    left: 0;
    max-width: none;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 1.4rem 1.4rem 0 0;
    padding-bottom: env(safe-area-inset-bottom);
  }
  .hhf-consent__inner { padding: 1.4rem 1.6rem; }
  .hhf-consent__title { margin-bottom: 0.4rem; font-size: 1.6rem; }
  .hhf-consent__text { font-size: 1.3rem; line-height: 1.5; }
  .hhf-consent__options { margin-top: 1.2rem; padding: 1.2rem; }
  .hhf-consent__actions { margin-top: 1.2rem; }
  .hhf-consent__btn { flex: 1 1 0; }
  .hhf-consent__btn[data-consent-action="preferences"] {
    flex: 1 1 100%;
    order: 3;
    min-height: 0;
    padding: 0.4rem;
    border: 0;
    background: none;
    font-size: 1.3rem;
    text-decoration: underline;
    text-underline-offset: 0.25em;
  }
  .hhf-consent__btn[data-consent-action="preferences"]:hover { background: none; }
  .hhf-auth-card { padding: 2rem 1.6rem; }
  .hhf-auth-actions { align-items: flex-start; flex-direction: column; }
  .hhf-auth-actions .woocommerce-form-login__submit { width: 100%; }
  .hhf-recaptcha { margin-right: -0.8rem; transform: scale(0.92); transform-origin: left top; }
  .hhf-form-grid { grid-template-columns: 1fr; }
  .hhf-postcode-lookup { grid-template-columns: 1fr; }
  .hhf-address-find { width: 100%; }
  .hhf-hero__layout { display: block; min-height: 0; padding: 4rem 0; }
  .hhf-hero__inner { padding: 0 0 3.5rem; }
  .hhf-hero__title { font-size: clamp(3.4rem, 10vw, 4.8rem); }
  .hhf-hero__text { font-size: 1.6rem; }
  .hhf-hero-product { max-width: 34rem; margin-inline: auto; padding: 1.6rem; }
  .hhf-category-showcase { padding: 3.5rem 0; }
  .hhf-category-showcase__grid { display: flex; margin-right: -1.2rem; padding-right: 1.2rem; overflow-x: auto; scroll-snap-type: x mandatory; }
  .hhf-category-card { min-width: min(70vw, 25rem); scroll-snap-align: start; }
  .hhf-shop-categories { margin-right: -1.2rem; margin-left: -1.2rem; padding: 1.5rem 1.2rem; border-radius: 0; }
  .hhf-shop-categories__links { flex-wrap: nowrap; padding-bottom: 0.5rem; overflow-x: auto; }
  .hhf-shop-categories__links a { flex: 0 0 auto; }
  body.single-product div.product div.images { padding: 1.5rem; border-radius: 1rem; }
  body.single-product div.product .product_title { font-size: clamp(3.1rem, 9vw, 4rem); }
  body.single-product div.product form.cart { grid-template-columns: 6.2rem minmax(0, 1fr); }
  .single-product .trust-badges-container { grid-template-columns: repeat(2, 1fr); }
  .hhf-member-support { align-items: flex-start; }
  .hhf-product-details-heading { padding-top: 3.5rem; }
  body.single-product div.product .woocommerce-tabs ul.tabs li { margin-right: 2rem; }
  body.single-product div.product .woocommerce-tabs .panel { padding: 2.5rem 0; }
  .hhf-overview-layout { display: block; }
  .hhf-overview-layout__media img { width: 100%; max-height: none; margin-top: 1.5rem; }
  .hhf-detail-list { grid-template-columns: 1fr; }
  .hhf-account-layout { grid-template-columns: 1fr; gap: 1.6rem; }
  .hhf-account-nav { position: static; padding: 1rem; }
  .hhf-account-nav__toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    width: 100%;
    min-height: 0;
    padding: 1rem 1.2rem;
    margin-top: 1rem;
    border: 1px solid var(--hhf-line);
    border-radius: 1rem;
    color: var(--hhf-ink);
    background: var(--hhf-cream);
    font-weight: 700;
  }
  .hhf-account-nav__toggle svg { transition: transform 0.2s ease; }
  .hhf-account-nav__toggle[aria-expanded="true"] svg { transform: rotate(180deg); }
  .hhf-account-identity { padding-bottom: 1rem; margin-bottom: 0; border-bottom: 0; }
  .hhf-account-nav > ul { display: none; margin-top: 1rem; }
  .hhf-account-nav__toggle[aria-expanded="true"] + ul { display: block; }
  .hhf-account-nav__chevron { display: none; }
  .hhf-account-welcome { flex-direction: column; padding: 2rem; }
  .hhf-account-stats { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hhf-account-quick { grid-template-columns: 1fr; }
  .hhf-account-content .woocommerce-Addresses { grid-template-columns: 1fr; }
  .hhf-order-card__foot { align-items: flex-start; flex-direction: column; }
  .hhf-invoice__head { flex-direction: column; }
  .hhf-invoice__doc { min-width: 0; text-align: left; }
  .hhf-invoice__doc dl { justify-content: start; }
  .hhf-invoice__doc dd { text-align: left; }

  .hhf-sticky-atc {
    position: fixed;
    z-index: 70;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 0.9rem 1.4rem;
    padding-bottom: calc(0.9rem + env(safe-area-inset-bottom));
    border-top: 1px solid var(--hhf-line);
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 -0.6rem 1.8rem rgba(16, 34, 26, 0.12);
    transform: translateY(110%);
    transition: transform 0.25s ease;
  }
  .hhf-sticky-atc.is-visible { transform: translateY(0); }
  .hhf-sticky-atc__info { display: flex; flex: 1; align-items: center; gap: 1rem; min-width: 0; }
  .hhf-sticky-atc__thumb { flex: 0 0 auto; width: 4.2rem; height: 4.2rem; border-radius: 0.8rem; object-fit: cover; background: var(--hhf-cream); }
  .hhf-sticky-atc__text { display: flex; flex-direction: column; min-width: 0; line-height: 1.25; }
  .hhf-sticky-atc__title { overflow: hidden; font-size: 1.3rem; font-weight: 700; white-space: nowrap; text-overflow: ellipsis; }
  .hhf-sticky-atc__price { color: var(--hhf-forest); font-size: 1.4rem; font-weight: 750; }
  .hhf-sticky-atc__price .woocommerce-Price-amount { font-weight: 750; }
  .hhf-sticky-atc__price del { margin-right: 0.4rem; color: var(--hhf-muted); font-weight: 600; }
  .hhf-sticky-atc__price ins { text-decoration: none; }
  .hhf-sticky-atc__btn { flex: 0 0 auto; min-height: var(--btn-h); padding: var(--btn-pad-y) 1.8rem; font-size: var(--btn-font); white-space: nowrap; }

  /* Cart block: thumb-friendly quantity steppers and remove control. */
  .wc-block-components-quantity-selector { min-height: 4.4rem !important; }
  .wc-block-components-quantity-selector__button {
    min-width: 4.4rem !important;
    min-height: 4.4rem !important;
    font-size: 2rem !important;
  }
  .wc-block-components-quantity-selector__input { min-height: 4.4rem !important; }
  .wc-block-cart-item__remove-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 4.4rem;
    min-height: 4.4rem;
    padding: 0.6rem;
  }

  /* Basket: stack the Cart block into single-column cards so the line totals
     and the summary are never pushed off-screen. The block's own responsive
     switch can stick in 2-column mode inside narrow in-app webviews, which hid
     the per-line totals and the checkout button beyond the right edge. */
  .wc-block-cart.wc-block-components-sidebar-layout { display: block; }
  .wc-block-cart__main,
  .wc-block-cart__sidebar {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    float: none !important;
  }
  .wc-block-cart__sidebar { margin-top: 2rem; }
  .wc-block-cart__sidebar > .wp-block-woocommerce-cart-order-summary-block {
    padding: 1.6rem;
    border: 1px solid var(--hhf-line);
    border-radius: 1.2rem;
    background: #fbfdf8;
  }

  .wc-block-cart-items,
  .wc-block-cart-items > tbody { display: block; width: 100%; }
  .wc-block-cart-items__header { display: none !important; }
  /* Flex (not grid) so it overrides WooCommerce's own named-area grid cleanly:
     image + product on the first line, the line total wrapped to its own
     full-width line below via flex-basis:100% + order. */
  .wc-block-cart-items__row {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 1.2rem;
    margin: 0 0 1.2rem;
    padding: 1.2rem !important;
    border: 1px solid var(--hhf-line) !important;
    border-radius: 1.2rem;
    background: #fff;
    box-shadow: 0 0.8rem 2rem rgba(22, 57, 46, 0.06);
  }
  .wc-block-cart-item__image {
    flex: 0 0 var(--thumb-sm);
    width: var(--thumb-sm) !important;
    padding: 0 !important;
  }
  .wc-block-cart-item__product {
    flex: 1 1 0;
    min-width: 0;
    padding: 0 !important;
  }
  .wc-block-cart-item__total {
    flex: 1 0 100%;
    order: 9;
    display: flex !important;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    width: 100% !important;
    margin-top: 1.1rem;
    padding: 1rem 0 0 !important;
    border-top: 1px solid var(--hhf-line);
    text-align: left !important;
  }
  .wc-block-cart-item__total::before {
    content: "Item total";
    color: var(--hhf-muted);
    font-size: var(--fs-meta);
    font-weight: 700;
  }
  .wc-block-cart__submit-button { width: 100%; }
}

@media (max-width: 380px) {
  .hhf-icon-button { width: 4rem; }
  .site-title { font-size: 1.8rem; }
  .trust-badges-container { grid-template-columns: repeat(2, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Invoice print: strip the storefront chrome and print only the document. */
@media print {
  @page { margin: 1.4cm; }
  body { background: #fff; }
  /* Keep the invoice branding when saved as PDF (browsers drop backgrounds otherwise). */
  .hhf-invoice,
  .hhf-invoice * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .site-header,
  .hhf-nav,
  .footer-enterprise,
  .herbalife-popup,
  .hhf-account-nav,
  .hhf-account-welcome,
  .hhf-account-support,
  .whatsapp-widget,
  .hhf-pack-fab,
  .hhf-consent,
  .no-print,
  #wpadminbar,
  .hhf-invoice .button,
  .woocommerce-MyAccount-content > .woocommerce-notices-wrapper { display: none !important; }
  /* Drop the interactive "Buy again" row from the printed invoice (modern engines). */
  .hhf-invoice tr:has(.order-actions-button) { display: none !important; }
  .hhf-shop-main,
  .hhf-content-area { padding: 0 !important; }
  .page-width { width: 100% !important; max-width: none !important; }
  .hhf-account-layout { display: block !important; }
  .hhf-account-content > * + * { margin-top: 0 !important; }
  .hhf-invoice {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }
  .hhf-invoice__head { border-bottom: 2px solid #1b4d3e !important; }
  .hhf-status-badge { border: 1px solid currentColor; }
  .woocommerce-table,
  .woocommerce-table th,
  .woocommerce-table td { border-color: #c9d6d0 !important; }
  a[href]::after { content: ''; }
}

/* ----------------------------------------------------------------------
 * Primary nav — richer category dropdowns + touch-friendly accordion
 * The renderer adds an "All <category>" link, product links, and a caret
 * toggle. Hover/focus opens the submenu on desktop; the toggle handles touch.
 * ------------------------------------------------------------------- */
.hhf-subnav-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.4rem;
  min-height: 5rem;
  padding: 0 0.35rem;
  border: 0;
  border-radius: 0.8rem;
  border-top-left-radius: 0.4rem;
  border-bottom-left-radius: 0.4rem;
  color: var(--hhf-forest);
  background: transparent;
  box-shadow: none;
  cursor: pointer;
}
.hhf-subnav-toggle:hover { color: var(--hhf-green-dark); background: var(--hhf-cream); transform: none; }
.hhf-subnav-toggle svg { width: 1.4rem; height: 1.4rem; transition: transform 0.2s ease; }
.hhf-nav .menu-item-has-children.is-open > .hhf-subnav-toggle svg { transform: rotate(180deg); }
.hhf-nav .sub-menu { min-width: 24rem; }
.hhf-nav__wellness > .sub-menu { right: 0; left: auto; min-width: 27rem; }
.hhf-nav .sub-menu a {
  display: block;
  min-height: 0;
  padding: 0.85rem 1rem;
  font-size: 1.4rem;
  line-height: 1.3;
  text-align: left;
  white-space: normal;
}
.hhf-subnav__all > a { color: var(--hhf-green-dark); font-weight: 750; }
.hhf-subnav__all { border-bottom: 1px solid var(--hhf-line); margin-bottom: 0.4rem; padding-bottom: 0.4rem; }

@media (max-width: 1199px) {
  .hhf-nav__list > .menu-item { display: flex; flex-wrap: wrap; align-items: center; }
  .hhf-nav__list > .menu-item > a {
    flex: 1 1 auto;
    flex-direction: row;
    justify-content: flex-start;
    min-width: 0;
    min-height: 4.4rem;
    gap: 0.8rem;
    text-align: left;
  }
  .hhf-nav__icon { width: 2.1rem; height: 2.1rem; }
  .hhf-nav .menu-item-has-children > a {
    padding-right: 1.2rem;
    border-radius: 0.8rem;
  }
  .hhf-nav .menu-item-has-children > .hhf-subnav-toggle {
    flex: 0 0 auto;
    width: 4.4rem;
    min-height: 4.4rem;
    border-radius: 0.8rem;
  }
  .hhf-nav__wellness > .sub-menu { right: auto; }
  .hhf-nav .sub-menu { flex-basis: 100%; display: none; min-width: 0; }
  .hhf-nav .menu-item-has-children.is-open > .sub-menu { display: block; }
}

/* ----------------------------------------------------------------------
 * Bundle / pack builder (single product) + bundle cards (shop loop)
 * Mobile-first; reuses the store's card, button and image-box tokens.
 * ------------------------------------------------------------------- */
.hhf-bundle { margin-top: 1.6rem; }
.hhf-bundle__intro { display: flex; flex-wrap: wrap; gap: 0.6rem 1.2rem; align-items: center; margin-bottom: 1.4rem; }
.hhf-bundle__included { margin: 0; color: var(--hhf-muted); font-size: 1.4rem; }
.hhf-bundle__save { margin: 0; padding: 0.45rem 1rem; border-radius: 99rem; color: var(--hhf-green-dark); background: var(--hhf-cream); font-size: 1.35rem; font-weight: 750; }

.hhf-bundle__slots { display: flex; flex-direction: column; gap: 1rem; margin: 0 0 1.6rem; padding: 0; list-style: none; }
.hhf-bundle__slot { display: flex; gap: 1.2rem; align-items: flex-start; padding: 1.2rem; border: 1px solid #e3ebdf; border-radius: 1.2rem; background: #fff; }
.hhf-bundle__thumb { flex: 0 0 auto; width: 6.4rem; height: 6.4rem; overflow: hidden; border-radius: 0.9rem; background: #f8f8f4; }
.hhf-bundle__thumb img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.hhf-bundle__detail { flex: 1 1 auto; min-width: 0; }
.hhf-bundle__label { margin: 0 0 0.7rem; color: var(--hhf-ink); font-size: 1.5rem; font-weight: 650; line-height: 1.3; }
.hhf-bundle__fixed { margin: 0; color: var(--hhf-muted); font-size: 1.35rem; }
.hhf-bundle__pickers { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.hhf-bundle__field { display: flex; flex: 1 1 14rem; flex-direction: column; gap: 0.3rem; color: var(--hhf-muted); font-size: 1.15rem; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; }
.hhf-bundle__field select { min-height: 4.4rem; padding: 0.6rem 1rem; border: 1px solid var(--hhf-line); border-radius: 0.8rem; color: var(--hhf-ink); background: #fff; font-size: 1.45rem; font-weight: 600; letter-spacing: normal; text-transform: none; }

.hhf-bundle__footer { display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; align-items: center; justify-content: space-between; margin-top: 0.4rem; padding: 1.4rem 1.6rem; border: 1px solid var(--hhf-line); border-radius: 1.2rem; background: var(--hhf-cream); }
.hhf-bundle__total { display: flex; flex-direction: column; }
.hhf-bundle__total span { color: var(--hhf-muted); font-size: 1.25rem; font-weight: 700; letter-spacing: 0.03em; text-transform: uppercase; }
.hhf-bundle__total strong { color: var(--hhf-forest); font-size: 2.2rem; font-weight: 800; }
.hhf-bundle__add { flex: 1 1 18rem; }
.hhf-bundle__add[aria-busy="true"] { opacity: 0.75; cursor: progress; }
.hhf-bundle__status { margin: 1rem 0 0; min-height: 1.6rem; color: var(--hhf-green-dark); font-size: 1.4rem; font-weight: 600; }
.hhf-bundle__status.is-error { color: #b3261e; }

/* Bundle card in the shop loop: needs configuring, so it shows a saving badge. */
.hhf-bundle-badge { display: inline-block; margin: 0.2rem 1.4rem 1.4rem; padding: 0.35rem 0.9rem; border-radius: 99rem; color: #fff; background: var(--hhf-green); font-size: 1.15rem; font-weight: 800; letter-spacing: 0.02em; }

@media (min-width: 768px) {
  .hhf-bundle__total strong { font-size: 2.4rem; }
}

/* ----------------------------------------------------------------------
 * Build Your Own Pack — picker grid + sticky summary bar
 * ------------------------------------------------------------------- */
.hhf-byop { margin: 0 0 8rem; }
.hhf-byop__controls { display: flex; flex-wrap: wrap; gap: 1rem 1.4rem; align-items: center; justify-content: space-between; margin-bottom: 2rem; }
.hhf-byop__chips { display: flex; flex-wrap: wrap; gap: 0.6rem; }
.hhf-byop__chip { padding: 0.6rem 1.2rem; border: 1px solid #cddbd3; border-radius: 99rem; color: var(--hhf-forest); background: #fff; font-size: 1.3rem; font-weight: 700; cursor: pointer; }
.hhf-byop__chip.is-active { color: #fff; border-color: var(--hhf-green-dark); background: var(--hhf-green-dark); }
.hhf-byop__search { flex: 1 1 22rem; }
.hhf-byop__search input { width: 100%; min-height: 4.4rem; padding: 0.6rem 1.4rem; border: 1px solid var(--hhf-line); border-radius: 0.8rem; font-size: 1.5rem; }

.hhf-byop__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.8rem 1rem; margin: 0; padding: 0; list-style: none; }
/* BYOP picker tiles mirror the shop-loop product cards exactly (same box, image
   well, category eyebrow, cream price band and forest button) so the builder
   feels like the rest of the store, not a separate widget. */
.hhf-byop__tile { display: flex; flex-direction: column; padding: 1rem 1rem 1.8rem; border: 1px solid #e3ebdf; border-radius: 1.6rem; background: #fff; box-shadow: 0 1rem 2.4rem rgba(20, 57, 44, 0.06); transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease; }
.hhf-byop__tile:hover { border-color: var(--hhf-green); box-shadow: 0 1.4rem 3rem rgba(20, 57, 44, 0.12); transform: translateY(-0.3rem); }
.hhf-byop__tile.is-selected { border-color: var(--hhf-green); box-shadow: 0 0 0 1px var(--hhf-green), 0 1.2rem 2.8rem rgba(20, 57, 44, 0.12); }
.hhf-byop__thumb { overflow: hidden; margin-bottom: 1rem; border-radius: 1.3rem; background: #f8f8f4; }
.hhf-byop__thumb img { width: 100%; aspect-ratio: 1 / 1; padding: 1.5rem; object-fit: contain; mix-blend-mode: multiply; }
.hhf-byop__cat { display: block; margin: 0 0.2rem 0.55rem; color: var(--hhf-green-dark); font-size: 1.05rem; font-weight: 800; letter-spacing: 0.07em; text-transform: uppercase; }
.hhf-byop__name { display: -webkit-box; min-height: 4.4rem; margin: 0 0.2rem; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; color: var(--hhf-ink); font-size: var(--fs-title); font-weight: var(--fw-title); line-height: 1.3; }
.hhf-byop__price { display: flex; align-items: center; justify-content: center; min-height: 5.2rem; margin: 1rem 0 1.4rem; padding: 0.7rem 1rem; border-top: 1px solid rgba(45, 110, 60, 0.16); border-bottom: 1px solid rgba(45, 110, 60, 0.16); border-radius: 0.8rem; color: var(--hhf-forest); background: linear-gradient(180deg, rgba(246, 250, 239, 0.92), rgba(255, 255, 255, 0.98)); font-size: 1.85rem; font-weight: 850; text-align: center; }
.hhf-byop__price .woocommerce-Price-amount { color: var(--hhf-forest); }
.hhf-byop__action { margin-top: auto; }
.hhf-byop__add { width: 100%; min-height: var(--btn-h); justify-content: center; border: 1px solid var(--hhf-green-dark); border-radius: var(--btn-radius); color: #fff; background: var(--hhf-green-dark); font-size: var(--btn-font); font-weight: var(--btn-weight); }
.hhf-byop__add:hover { color: #fff; background: var(--hhf-forest); }
.hhf-byop__stepper { display: flex; align-items: center; justify-content: space-between; gap: 0.6rem; }
.hhf-byop__stepper button { flex: 0 0 auto; width: 4.4rem; height: 4.4rem; padding: 0; border: 1px solid var(--hhf-green-dark); border-radius: 0.8rem; color: var(--hhf-green-dark); background: #fff; font-size: 2rem; line-height: 1; cursor: pointer; }
.hhf-byop__stepper button:hover { color: #fff; background: var(--hhf-green-dark); }
.hhf-byop__stepper [data-byop-qty] { min-width: 3rem; color: var(--hhf-ink); font-size: 1.7rem; font-weight: 800; text-align: center; }

.hhf-byop__bar { position: sticky; bottom: 1.2rem; z-index: 30; display: flex; flex-wrap: wrap; gap: 1rem 1.6rem; align-items: center; justify-content: space-between; margin-top: 2.4rem; padding: 1.4rem 1.8rem; border: 1px solid var(--hhf-green-dark); border-radius: 1.4rem; background: var(--hhf-forest); box-shadow: 0 1.4rem 3rem rgba(20, 57, 44, 0.28); color: #fff; }
.hhf-byop__bar-info { display: flex; flex-direction: column; min-width: 0; }
.hhf-byop__bar-info strong { font-size: 1.8rem; font-weight: 800; }
.hhf-byop__bar-info span { color: #d7ecdc; font-size: 1.35rem; font-weight: 600; }
.hhf-byop__submit.button,
.hhf-byop__submit.button.alt {
  flex: 1 1 24rem;
  min-height: 5rem;
  padding: 0.9rem 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.86);
  border-radius: 1rem;
  color: var(--hhf-forest);
  background: linear-gradient(180deg, #fffdf4 0%, #eaf6dd 100%);
  box-shadow: 0 0.8rem 1.6rem rgba(5, 36, 26, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.92);
  font-size: 1.45rem;
  font-weight: 850;
  letter-spacing: 0.01em;
  text-align: center;
  text-shadow: none;
  transform: translateY(0);
  transition: background 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, transform 0.18s ease, border-color 0.18s ease;
}
.hhf-byop__submit.button:hover,
.hhf-byop__submit.button.alt:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.95);
  background: linear-gradient(180deg, var(--hhf-green) 0%, var(--hhf-green-dark) 100%);
  box-shadow: 0 1.1rem 2.1rem rgba(5, 36, 26, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.24);
  transform: translateY(-1px);
}
.hhf-byop__submit.button:active,
.hhf-byop__submit.button.alt:active {
  transform: translateY(0);
  box-shadow: 0 0.45rem 1rem rgba(5, 36, 26, 0.25), inset 0 2px 5px rgba(5, 36, 26, 0.22);
}
.hhf-byop__submit.button:focus-visible,
.hhf-byop__submit.button.alt:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.92);
  outline-offset: 3px;
}
.hhf-byop__submit.button:disabled,
.hhf-byop__submit.button.alt:disabled {
  color: rgba(20, 57, 44, 0.72);
  border-color: rgba(255, 255, 255, 0.5);
  background: linear-gradient(180deg, rgba(255, 253, 244, 0.68), rgba(234, 246, 221, 0.54));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5);
  cursor: not-allowed;
  opacity: 1;
  transform: none;
}
.hhf-byop__submit[aria-busy="true"] { cursor: progress; }
.hhf-byop__status { margin: 1rem 0 0; min-height: 1.6rem; color: var(--hhf-green-dark); font-size: 1.4rem; font-weight: 600; }
.hhf-byop__status.is-error { color: #b3261e; }
.hhf-byop__empty { margin: 2rem 0; color: var(--hhf-muted); font-size: 1.5rem; }

@media (min-width: 750px) {
  .hhf-byop__grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 2.2rem 1.4rem; }
}
@media (min-width: 990px) {
  .hhf-byop__grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 749px) {
  .hhf-byop__bar { bottom: 0.8rem; gap: 1.2rem; padding: 1.2rem; border-radius: 1.2rem; }
  .hhf-byop__bar-info { flex: 1 1 100%; }
  .hhf-byop__submit.button,
  .hhf-byop__submit.button.alt { flex: 1 1 100%; width: 100%; min-height: 5.2rem; font-size: 1.45rem; }
  body.hhf-byop-bar-active .whatsapp-widget { display: none; }
}
