@font-face {
  font-family: "GothamSSm";
  src: url("../../../../uploads/2024/07/3ad5698dd1177785b94e84f04fd1632f.woff2") format("woff2");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

.campaign-landing {
  color: var(--brown-900);
  background: var(--porcelain);
}

.campaign-landing__hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--gold-400);
  background: var(--gold-600);
}

.campaign-landing__hero::before,
.campaign-landing__hero::after {
  position: absolute;
  width: clamp(180px, 26vw, 430px);
  aspect-ratio: 1;
  border: 1px solid rgba(48, 37, 25, 0.22);
  border-radius: 50%;
  content: "";
}

.campaign-landing__hero::before {
  top: -48%;
  left: -8%;
}

.campaign-landing__hero::after {
  right: -9%;
  bottom: -58%;
}

.campaign-landing__hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: clamp(470px, 63vh, 680px);
  align-content: center;
  justify-items: center;
  padding-block: clamp(84px, 10vw, 150px);
  text-align: center;
}

.campaign-landing__eyebrow {
  margin: 0 0 20px;
  color: #75561f;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.campaign-landing__hero h1 {
  max-width: 1120px;
  margin: 0;
  font-size: clamp(42px, 5.4vw, 78px);
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.campaign-landing__lead {
  max-width: 630px;
  margin: 28px 0 0;
  font-size: clamp(17px, 1.45vw, 21px);
  line-height: 1.55;
}

.campaign-landing__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 36px;
}

.campaign-landing__text-link,
.campaign-product__copy > a {
  color: var(--brown-900);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration-color: currentColor;
  text-underline-offset: 5px;
  text-transform: uppercase;
}

.campaign-landing__products {
  padding-block: clamp(70px, 9vw, 132px);
}

.campaign-landing__section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  align-items: end;
  gap: 48px;
  margin-bottom: clamp(42px, 6vw, 72px);
}

.campaign-landing__section-heading h2,
.campaign-landing__closing h2 {
  margin: 0;
  font-size: clamp(30px, 3.5vw, 48px);
  line-height: 1.08;
  letter-spacing: -0.025em;
}

.campaign-landing__section-heading > p {
  margin: 0;
  color: var(--ink-muted);
  font-size: 16px;
  line-height: 1.6;
}

.campaign-landing__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: clamp(14px, 1.8vw, 28px);
}

.campaign-product {
  min-width: 0;
}

.campaign-product__media {
  position: relative;
  display: grid;
  min-height: 330px;
  overflow: hidden;
  place-items: center;
  background: #d7ddd0;
}

.campaign-product--1 .campaign-product__media {
  background: #edd1b3;
}

.campaign-product--2 .campaign-product__media {
  background: #d9c9dc;
}

.campaign-product__media > span {
  position: absolute;
  top: -22%;
  right: -35%;
  width: 82%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.55);
}

.campaign-product--1 .campaign-product__media > span {
  top: auto;
  right: -28%;
  bottom: -34%;
  border-radius: 0;
  transform: rotate(34deg);
}

.campaign-product--2 .campaign-product__media > span {
  top: -38%;
  right: auto;
  left: 7%;
  border-radius: 0;
  transform: rotate(45deg);
}

.campaign-product__media img {
  position: relative;
  z-index: 1;
  width: 78%;
  height: 88%;
  object-fit: contain;
  transition: transform 300ms ease;
}

.campaign-product__media:hover img {
  transform: translateY(-6px);
}

.campaign-product__copy {
  padding-top: 20px;
}

.campaign-product__copy p {
  margin: 0 0 8px;
  color: #8a6427;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.campaign-product__copy h2 {
  min-height: 2.6em;
  margin: 0 0 18px;
  font-size: clamp(16px, 1.3vw, 20px);
  line-height: 1.3;
}

.campaign-product__copy h2 a {
  text-decoration: none;
}

.campaign-landing__closing {
  color: var(--brown-900);
  background: var(--gold-600);
}

.campaign-landing__closing-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding-block: clamp(55px, 7vw, 90px);
}

.campaign-landing__closing-inner > div {
  max-width: 760px;
}

@media (max-width: 1100px) {
  .campaign-landing__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  .campaign-landing__hero-inner {
    min-height: 520px;
    padding-block: 74px;
  }

  .campaign-landing__hero h1 {
    font-size: clamp(36px, 11vw, 52px);
  }

  .campaign-landing__hero h1 br {
    display: none;
  }

  .campaign-landing__actions,
  .campaign-landing__closing-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .campaign-landing__actions {
    width: 100%;
    max-width: 340px;
    gap: 20px;
  }

  .campaign-landing__actions .button,
  .campaign-landing__closing .button {
    justify-content: center;
  }

  .campaign-landing__section-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

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

  .campaign-product__media {
    min-height: 240px;
  }

  .campaign-product__copy h2 {
    min-height: 0;
  }
}

@media (max-width: 420px) {
  .campaign-landing__grid {
    grid-template-columns: 1fr;
  }

  .campaign-product__media {
    min-height: 360px;
  }
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("../fonts/fa-solid-900.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: block;
}

:root {
  --fa-font-light: normal 300 1em/1 "Font Awesome 5 Free";
}

@font-face {
  font-family: "GothamSSm";
  src: url("../../../../uploads/2024/07/83002244aefead70ef87bc2ff59781a9.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "GothamSSm";
  src: url("../../../../uploads/2024/07/46df94dfd51ddba9a80e689b1aa3191e.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --brown-950: #21180f;
  --brown-900: #302519;
  --brown-700: #645748;
  --gold-700: #a98343;
  --gold-600: #c7a566;
  --gold-400: #d3b595;
  --porcelain: #fffaf3;
  --paper: #f7f1e8;
  --olive-700: #777962;
  --olive-500: #9a9b82;
  --olive-300: #d1d2b5;
  --white: #ffffff;
  --ink-muted: #6d6257;
  --rule: rgba(48, 37, 25, 0.2);
  --shadow: 0 18px 45px rgba(48, 37, 25, 0.11);
  --font: "GothamSSm", "Avenir Next", Avenir, Helvetica, Arial, sans-serif;
  --shell: min(1400px, calc(100vw - 64px));
  --reading: 72ch;
  --section: clamp(4rem, 8vw, 8rem);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

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

html {
  scroll-behavior: smooth;
  scrollbar-color: var(--gold-600) var(--paper);
}

body {
  margin: 0;
  color: var(--brown-900);
  background: var(--porcelain);
  font-family: var(--font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

body.nav-open,
body.filters-open {
  overflow: hidden;
}

::selection {
  color: var(--white);
  background: var(--brown-900);
}

a {
  color: inherit;
  text-underline-offset: 0.22em;
}

a:hover {
  text-decoration-color: var(--gold-600);
}

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

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

button,
select {
  cursor: pointer;
}

:focus-visible {
  outline: 3px solid var(--gold-600);
  outline-offset: 4px;
}

h1,
h2,
h3,
h4,
p {
  margin-top: 0;
}

h1,
h2,
h3,
h4 {
  line-height: 1.12;
  letter-spacing: -0.025em;
}

h1 {
  font-size: clamp(2.4rem, 6vw, 5.5rem);
}

h2 {
  font-size: clamp(1.85rem, 4vw, 3.6rem);
}

h3 {
  font-size: clamp(1.25rem, 2vw, 1.75rem);
}

.site-shell {
  width: var(--shell);
  margin-inline: auto;
}

.section-pad {
  padding-block: var(--section);
}

.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: 99999;
  top: 1rem;
  left: 1rem;
  width: auto;
  height: auto;
  padding: 0.8rem 1rem;
  clip: auto;
  color: var(--white);
  background: var(--brown-900);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0.8rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 240ms var(--ease), background-color 240ms var(--ease), border-color 240ms var(--ease);
}

.button--gold {
  color: var(--white);
  background: var(--gold-600);
}

.button--gold:hover {
  color: var(--white);
  background: var(--gold-700);
}

.button--dark {
  color: var(--white);
  background: var(--brown-900);
}

.button--dark:hover {
  background: var(--brown-700);
}

.button--outline {
  color: var(--brown-900);
  border-color: var(--gold-600);
  background: transparent;
}

.button--outline:hover {
  color: var(--white);
  background: var(--brown-900);
  border-color: var(--brown-900);
}

.button--outline-light {
  color: var(--white);
  border-color: var(--gold-400);
  background: transparent;
}

.button--outline-light:hover {
  color: var(--brown-900);
  background: var(--porcelain);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link span {
  transition: transform 220ms var(--ease);
}

.text-link:hover span {
  transform: translateX(4px);
}

.utility-bar {
  color: var(--white);
  background: var(--brown-900);
  font-size: 0.68rem;
  z-index: 99999;
  letter-spacing: 0.06em;
  position: relative;
  text-transform: uppercase;
}

.utility-bar__inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 36px;
  gap: clamp(2rem, 8vw, 9rem);
}

.utility-bar a {
  text-decoration: none;
}

.utility-bar__inner > a {
  margin-right: auto;
  margin-left: 36%;
  font-weight: 700;
}

.utility-bar__social {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--gold-400);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #FFF6E8;
  border-bottom: 1px solid var(--gold-400);
}

@media (min-width: 1061px) {
  body.admin-bar .site-header {
    top: var(--wp-admin--admin-bar--height, 32px);
  }

  html { scroll-padding-top: 150px; }
  html:has(body.admin-bar) { scroll-padding-top: 182px; }
}

.nav-shell {
  display: grid;
  grid-template-columns: 125px minmax(0, 1fr) auto;
  align-items: stretch;
  min-height: 126px;
}

.brand {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}

.brand img {
  width: 92px;
  height: auto;
}

.primary-navigation {
  display: flex;
  align-items: stretch;
}

.menu,
.sub-menu,
.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.primary-navigation > .menu {
  display: flex;
  align-items: stretch;
  width: 100%;
}

.primary-navigation .menu-item {
  position: relative;
  display: flex;
  align-items: center;
}

.primary-navigation .menu-item > a {
  display: flex;
  align-items: center;
  min-height: 100%;
  padding: 1rem clamp(0.65rem, 1.4vw, 1.5rem);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-navigation .menu-item > a::after {
  position: absolute;
  right: 1rem;
  bottom: 0;
  left: 1rem;
  height: 2px;
  content: "";
  background: var(--gold-600);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms var(--ease);
}

.primary-navigation .menu-item:hover > a::after,
.primary-navigation .current-menu-item > a::after,
.primary-navigation .current-menu-ancestor > a::after {
  transform: scaleX(1);
}

.primary-navigation .sub-menu {
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  min-width: 240px;
  padding: 0.8rem;
  visibility: hidden;
  opacity: 0;
  background: var(--porcelain);
  box-shadow: var(--shadow);
  transform: translateY(8px);
  transition: opacity 200ms var(--ease), transform 200ms var(--ease), visibility 200ms;
}

.primary-navigation .menu-item:hover > .sub-menu,
.primary-navigation .menu-item:focus-within > .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.primary-navigation .sub-menu .menu-item > a {
  width: 100%;
  min-height: auto;
  padding: 0.7rem 0.8rem;
  font-size: 0.7rem;
}

.header-actions {
  display: flex;
  align-items: stretch;
  border-left: 1px solid rgba(199, 165, 102, 0.45);
}

.header-actions > * {
  display: flex;
  align-items: center;
  margin: 0;
}

.header-search {
  gap: 0.7rem;
  padding-inline: 2rem;
  color: var(--ink-muted);
  font-size: 0.68rem;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.header-search svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
}

.header-actions .button {
  align-self: center;
  margin-left: 1rem;
  padding-inline: 1.75rem;
}

.nav-toggle {
  display: none;
}

.mobile-header-search,
.mobile-navigation {
  display: none;
}

.home-hero {
  position: relative;
  display: grid;
  min-height: min(760px, calc(100vh - 162px));
  overflow: hidden;
  isolation: isolate;
}

.home-hero__image {
  position: absolute;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(255, 250, 243, 0.95) 0%, rgba(255, 250, 243, 0.68) 37%, transparent 68%);
}

.home-hero__inner {
  display: flex;
  align-items: center;
}

.home-hero__copy {
  max-width: 650px;
  padding-block: 5rem;
}

.home-hero h1 {
  max-width: 10ch;
  margin-bottom: 1.5rem;
  font-size: clamp(2.7rem, 5.5vw, 5.8rem);
  font-weight: 700;
  text-transform: uppercase;
}

.home-hero p {
  max-width: 58ch;
  margin-bottom: 2rem;
  font-size: clamp(1rem, 1.35vw, 1.28rem);
  font-weight: 200;
}

.category-field {
  color: var(--white);
  background: var(--olive-500);
}

.section-heading {
  max-width: 780px;
  margin-bottom: clamp(2.5rem, 5vw, 5rem);
}

.section-heading h2 {
  max-width: 17ch;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.section-heading p {
  max-width: 62ch;
  margin-bottom: 0;
  color: var(--ink-muted);
  font-weight: 200;
}

.section-heading--light p {
  color: rgba(255, 255, 255, 0.84);
}

.section-heading--split {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  max-width: none;
  gap: 2rem;
}

.category-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--olive-300);
  border-left: 1px solid var(--olive-300);
}

.category-link {
  display: grid;
  min-height: 220px;
  padding: 2rem;
  border-right: 1px solid var(--olive-300);
  border-bottom: 1px solid var(--olive-300);
  color: var(--white);
  text-decoration: none;
  transition: color 260ms var(--ease), background-color 260ms var(--ease);
}

.category-link img {
  width: 58px;
  height: 58px;
  margin-bottom: auto;
  filter: brightness(0) invert(1);
}

.category-link span {
  align-self: end;
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
}

.category-link small {
  color: rgba(255, 255, 255, 0.72);
}

.category-link:hover {
  color: var(--brown-900);
  background: var(--olive-300);
}

.category-link:hover img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(13%) saturate(1323%) hue-rotate(349deg) brightness(92%);
}

.featured-products,
.latest-insights,
.related-products {
  background: var(--porcelain);
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.5rem, 3vw, 3.5rem) clamp(1rem, 2.5vw, 2.5rem);
}

.product-grid--featured {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.product-card {
  min-width: 0;
}

.product-card__media {
  position: relative;
  display: grid;
  aspect-ratio: 4 / 4.5;
  overflow: hidden;
  place-items: center;
  background: var(--white);

}

.product-card__media::after {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 34px;
  height: 34px;
  content: "→";
  color: var(--white);
  background: var(--brown-900);
  display: grid;
  place-items: center;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 220ms var(--ease), transform 220ms var(--ease);
}

.product-card__media:hover::after {
  opacity: 1;
  transform: translateY(0);
}

.product-card__media img {
  width: 100%;
  height: 100%;
  padding: 1.4rem;
  object-fit: contain;
  transition: transform 500ms var(--ease);
}

.product-card__media:hover img {
  transform: scale(1.035);
}

.product-card__content {
  padding-top: 1.25rem;
}

.product-card__category,
.product-detail__category {
  display: inline-block;
  margin-bottom: 0.65rem;
  color: var(--gold-700);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.product-card__title {
  min-height: 2.5em;
  margin-bottom: 0.85rem;
  font-size: clamp(1rem, 1.35vw, 1.3rem);
}

.product-card__title a {
  text-decoration: none;
}

.product-card__attributes {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 0.7rem;
  min-height: 1.5rem;
  margin: 0 0 1.15rem;
  padding: 0;
  color: var(--ink-muted);
  font-size: 0.7rem;
  list-style: none;
}

.product-card__attributes li + li::before {
  margin-right: 0.7rem;
  content: "·";
  color: var(--gold-600);
}

.product-standards {
  color: var(--brown-900);
  background: var(--gold-400);
}

.product-standards__inner {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) 1.35fr;
  align-items: center;
  gap: clamp(2rem, 5vw, 6rem);
  padding-block: clamp(3rem, 6vw, 5.5rem);
}

.product-standards__heading h2 {
  max-width: 11ch;
  margin-bottom: 0;
  text-transform: uppercase;
}

.product-standards__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-left: 1px solid rgba(48, 37, 25, 0.3);
}

.product-standards__grid a {
  display: grid;
  justify-items: center;
  min-width: 0;
  gap: 1rem;
  padding: 1rem;
  border-right: 1px solid rgba(48, 37, 25, 0.3);
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.product-standards__grid img {
  width: 64px;
  height: 64px;
  object-fit: contain;
  transition: transform 240ms var(--ease);
}

.product-standards__grid a:hover img {
  transform: translateY(-4px);
}

.brand-story {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  min-height: 680px;
  color: var(--white);
  background: var(--brown-900);
}

.brand-story__image {
  overflow: hidden;
}

.brand-story__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.brand-story__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(3rem, 8vw, 8rem);
}

.brand-story__copy h2 {
  max-width: 11ch;
  margin-bottom: 1.8rem;
  text-transform: uppercase;
}

.brand-story__copy p {
  max-width: 50ch;
  margin-bottom: 2rem;
  color: var(--gold-400);
  font-weight: 200;
}

.article-list {
  border-top: 1px solid var(--rule);
}

.article-teaser {
  display: grid;
  grid-template-columns: minmax(230px, 0.8fr) 1.2fr;
  align-items: center;
  gap: clamp(2rem, 6vw, 6rem);
  padding-block: 2rem;
  border-bottom: 1px solid var(--rule);
}

.article-teaser__image {
  display: block;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--paper);
}

.article-teaser__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms var(--ease);
}

.article-teaser__image:hover img {
  transform: scale(1.025);
}

.article-teaser time,
.article-hero time {
  display: block;
  color: var(--gold-700);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.article-teaser h2,
.article-teaser h3 {
  max-width: 24ch;
  margin-bottom: 0.8rem;
}

.article-teaser h2 a,
.article-teaser h3 a {
  text-decoration: none;
}

.article-teaser p {
  max-width: 62ch;
  color: var(--ink-muted);
  font-weight: 200;
}

.catalog-hero,
.page-hero,
.article-hero {
  padding-block: clamp(4rem, 9vw, 8rem);
  color: var(--white);
  background: var(--brown-900);
}

.catalog-hero__inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 3rem;
}

.catalog-hero h1,
.page-hero h1,
.article-hero h1 {
  max-width: 12ch;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.catalog-hero p,
.page-hero p,
.article-hero p {
  max-width: 60ch;
  margin: 0;
  color: var(--gold-400);
  font-weight: 200;
}

.catalog-hero__count {
  flex: none;
  min-width: 150px;
  text-align: right;
  text-transform: uppercase;
}

.catalog-hero__count strong {
  display: block;
  color: var(--white);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.catalog-layout {
  display: grid;
  grid-template-columns: 275px minmax(0, 1fr);
  gap: clamp(2rem, 5vw, 5rem);
  padding-block: clamp(3rem, 6vw, 6rem);
}

.catalog-filters {
  align-self: start;
  position: sticky;
  top: 1.5rem;
}

.filter-group {
  margin: 0;
  padding: 1.5rem 0;
  border: 0;
  border-bottom: 1px solid var(--rule);
}

.filter-group:first-child {
  padding-top: 0;
}

.filter-group > label:first-child,
.filter-group legend {
  display: block;
  margin-bottom: 0.9rem;
  padding: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.filter-group select,
.filter-group input[type="search"] {
  width: 100%;
  min-height: 48px;
  padding: 0.7rem 0.85rem;
  color: var(--brown-900);
  background: var(--white);
  border: 1px solid var(--rule);
  border-radius: 0;
}

.search-field {
  display: grid;
  grid-template-columns: 1fr 48px;
}

.search-field input {
  border-right: 0 !important;
}

.search-field button {
  color: var(--white);
  background: var(--brown-900);
  border: 0;
}

.check-control {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  min-height: 40px;
  color: var(--brown-700);
  font-size: 0.85rem;
}

.check-control input {
  width: 18px;
  height: 18px;
  accent-color: var(--brown-900);
}

.filter-actions {
  display: grid;
  gap: 1rem;
  padding-top: 1.5rem;
}

.filter-actions a {
  color: var(--ink-muted);
  font-size: 0.75rem;
  text-align: center;
}

.filter-toggle {
  display: none;
}

.filter-toggle-control {
  display: none;
}

.filter-close {
  display: none;
}

.navigation.pagination {
  margin-top: 4rem;
  border-top: 1px solid var(--rule);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.3rem;
  padding-top: 2rem;
}

.page-numbers {
  display: grid;
  min-width: 44px;
  min-height: 44px;
  padding: 0.5rem;
  place-items: center;
  text-decoration: none;
}

.page-numbers.current {
  color: var(--white);
  background: var(--brown-900);
}

.empty-state {
  padding: clamp(3rem, 8vw, 7rem);
  text-align: center;
  background: var(--paper);
}

.empty-state h2 {
  max-width: 18ch;
  margin-inline: auto;
}

.empty-state p {
  max-width: 50ch;
  margin: 0 auto 1.5rem;
  color: var(--ink-muted);
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  padding-block: 1.1rem;
  color: var(--ink-muted);
  font-size: 0.72rem;
}

.breadcrumbs a {
  text-decoration: none;
}

.product-detail {
  display: grid;
  width: min(1330px, calc(100% - 64px));
  grid-template-columns: minmax(0, 1.42fr) minmax(0, 1fr);
  align-items: start;
  gap: 30px;
  padding-block: 12px 64px;
}

.product-detail__media {
  display: grid;
  min-height: 0;
  height: 610px;
  padding: 16px;
  place-items: center;
  background: transparent;
  border-right: 1px solid var(--gold-400);
}

.product-detail__media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  max-height: 578px;
  object-fit: contain;
}

.product-detail__intro {
  min-width: 0;
}

.product-detail__intro > .product-detail__category {
  display: none;
}

.product-detail__intro h1 {
  max-width: none;
  margin: 0 0 24px;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-detail__lead {
  max-width: none;
  margin-bottom: 24px;
  color: var(--brown-900);
  font-size: 16px;
  line-height: 1.6;
  font-weight: 400;
}

.single-product .breadcrumbs {
  width: min(1330px, calc(100% - 64px));
  padding-block: 40px 12px;
  font-size: 12px;
}

@media (max-width: 860px) {
  .product-detail__media {
    height: 420px;
    border-right: 0;
  }

  .product-detail__media img {
    max-height: 388px;
  }

  .product-detail__intro h1 {
    font-size: 28px;
  }
}

@media (max-width: 560px) {
  .product-detail,
  .single-product .breadcrumbs {
    width: calc(100% - 32px);
  }

  .single-product .breadcrumbs {
    padding-top: 20px;
  }

  .product-detail__media {
    height: 340px;
  }

  .product-detail__media img {
    max-height: 308px;
  }
}

.attribute-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.2rem;
  margin: 0 0 24px;
  padding: 4px 0;
  list-style: none;
}

.attribute-list li {
  display: grid;
  align-items: center;
  justify-items: center;
  max-width: 86px;
  gap: 0.35rem;
  color: var(--brown-700);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.attribute-list li img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.product-facts {
  margin: 0 0 2rem;
}

.product-facts > div {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 1rem;
  padding-block: 0.65rem;
  border-bottom: 1px solid var(--rule);
}

.product-facts dt {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
}

.product-facts dd {
  margin: 0;
  color: var(--brown-700);
}

.product-facts dd p {
  margin: 0;
}

.product-heritage,
.product-recommendations {
  background: #faedd9;
}

.product-heritage__inner {
  max-width: 1190px;
  display: grid;
  padding-top:30px;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  min-height: 346px;
}

.product-heritage__copy {
  padding-block: 48px;
}

.product-heritage h2,
.product-quality h2,
.product-quality-message h2,
.product-recommendations h2 {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 1.3;
  text-transform: uppercase;
}

.product-heritage__copy p {
  font-size: 17px;
  line-height: 1.5;
}

.product-quality__copy li {
  font-size: 17px;
  line-height: 1.45;
  padding-left: 2px;
  margin-bottom: 20px;
}

.product-quality__copy li::marker {
  color: var(--gold-600);
  font-size: 20px;
}

.product-quality__copy li:last-child {
  margin-bottom: 0;
}

.product-heritage__statement {
  margin: 22px 0 0;
  font-weight: 700;
  color: var(--brown-900);
}

.product-heritage__inner > img {
  width: 100%;
  max-height: 346px;
  object-fit: contain;
  object-position: bottom;
  align-self: end;
}

.product-quality {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.product-quality > img {
  width: 100%;
  height: 100%;
  min-height: 406px;
  object-fit: cover;
}

.product-quality__copy {
  align-self: center;
  padding: 64px clamp(32px, 8vw, 152px);
}

.product-quality__copy h2 {
  font-size: 22px;
  max-width: 490px;
  margin-bottom: 16px;
  letter-spacing: 0;
}

.product-quality__copy ul {
  margin: 0;
  max-width: 500px;
  padding-left: 22px;
}

.product-quality-message {
  padding: 40px 24px;
  background: var(--gold-600);
  text-align: center;
}

.product-quality-message h2 {
  max-width: 950px;
  margin-inline: auto;
  margin-bottom: 14px;
}

.product-quality-message p {
  margin: 0;
  font-size: 16px;
}

.product-recommendations {
  padding: 76px 0 64px;
  text-align: center;
}

.product-recommendations .site-shell {
  max-width: 900px;
}

.product-recommendations h2 {
  margin-bottom: 48px;
}

.product-recommendations .product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
}

.product-recommendations .product-card__media {
  height: 200px;
  aspect-ratio: auto;
  background: transparent;
}

.product-recommendations .product-card__media img {
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
}

.product-recommendations .product-card__media::after,
.product-recommendations .product-card__category,
.product-recommendations .product-card__attributes,
.product-recommendations .product-card__content > .text-link {
  display: none;
}

.product-recommendations .product-card__content {
  padding-top: 8px;
}

.product-recommendations .product-card__title {
  margin: 0;
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

@media (min-width: 1061px) {
  .product-heritage h2 {
    font-size: 35px;
  }

  .product-quality h2,
  .product-quality-message h2,
  .product-recommendations h2 {
    font-size: 25px;
  }
}

@media (max-width: 760px) {
  .product-heritage__inner,
  .product-quality {
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .product-heritage__inner > img {
    max-height: 300px;
  }

  .product-quality > img {
    height: 280px;
    min-height: 0;
  }

  .product-quality__copy {
    padding: 40px 24px;
  }

  .product-quality-message h2 {
    font-size: 22px;
  }

  .product-recommendations {
    padding-block: 48px;
  }

  .product-recommendations .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 16px;
  }

  .product-recommendations .product-card__media {
    height: 180px;
  }
}

.mission-navigation { display: flex; align-items: center; justify-content: center; flex-wrap: wrap; gap: 12px clamp(24px, 4vw, 72px); min-height: 100px; padding: 24px; background: #fff6e8;}
.mission-navigation a { padding: 4px 0; border-bottom: 1px solid transparent; font-size: 14px; font-weight: 400; line-height: 1.5; letter-spacing: 1.2px; text-transform: uppercase; text-decoration: none; }
.mission-navigation a[aria-current], .mission-navigation a:hover { border-bottom-color: #c6a35f; }
.mission-hero { display: grid; grid-template-columns: 1fr 1fr; background: #faedd9; }
.mission-hero__copy { display: grid; align-items: center; padding: 72px clamp(32px, 6vw, 115px) 72px max(32px, calc((100vw - 1135px) / 2)); }
.mission-hero h1 { margin: 0 0 14px; font-size: 32px; line-height: 1.2; text-transform: uppercase; }
.mission-hero p { margin: 0; font-size: 17px; line-height: 1.5; }
.mission-hero > img { width: 100%; height: 520px; object-fit: cover; }
.mission-principles { display: grid; grid-template-columns: 1fr 2fr; background: #fff6e8; }
.mission-principles > img { width: 100%; height: 100%; min-height: 580px; object-fit: cover; }
.mission-principles__copy { display: grid; place-items: center; padding: 80px 48px; }
.mission-principles__copy > div { width: 100%; max-width: 630px; }
.mission-principles h2 { max-width: 630px; margin: 0 0 36px; font-size: 28px; font-weight: 400; line-height: 1.25; text-transform: uppercase; }
.mission-principles ol { columns: 2; column-gap: 30px; margin: 0; padding: 0; list-style: none; counter-reset: principle; }
.mission-principles li { position: relative; break-inside: avoid; counter-increment: principle; margin-bottom: 20px; padding-left: 34px; font-size: 17px; font-weight: 400; line-height: 1.4; }
.mission-principles li:nth-child(6) { break-before: column; }
.mission-principles li::before { content: counter(principle); position: absolute; left: 0; top: 1px; width: 25px; height: 25px; border-radius: 50%; background: #c6a35f; color: #fff; text-align: center; font-size: 16px; font-weight: 700; line-height: 25px; }
@media (max-width: 900px) {
  .mission-hero, .mission-principles { grid-template-columns: 1fr; }
  .mission-hero__copy, .mission-principles__copy { padding: 40px 24px; }
  .mission-hero > img, .mission-principles > img { min-height: 0; height: 360px; }
  .mission-hero h1 { font-size: 28px; }
  .mission-principles h2 { font-size: 25px; }
}
@media (max-width: 560px) {
  .mission-navigation { gap: 8px 24px; }
  .mission-principles ol { columns: 1; }
  .mission-principles li:nth-child(6) { break-before: auto; }
  .mission-hero > img, .mission-principles > img { height: 280px; }
}

.impact-page {
  color: var(--brown-900);
  background: var(--porcelain);
}

.impact-hero,
.impact-purpose {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.impact-hero {
  background: #7d8067;
}

.impact-hero__copy,
.impact-purpose__copy {
  display: grid;
  min-width: 0;
  align-items: center;
  padding: 76px clamp(36px, 6vw, 116px);
}

.impact-hero__copy > div,
.impact-purpose__copy > div {
  width: 100%;
  max-width: 590px;
}

.impact-hero__copy {
  color: #fffdf8;
  padding-left: max(36px, calc((100vw - 1200px) / 2));
}

.impact-hero h1,
.impact-purpose h2,
.impact-pillars h2,
.impact-contact h2 {
  margin: 0;
  font-size: 32px;
  line-height: 1.18;
  text-transform: uppercase;
}

.impact-hero h1 {
  max-width: 15ch;
  font-size: clamp(34px, 4vw, 54px);
}

.impact-eyebrow {
  margin: 0 0 16px;
  color: var(--gold-600);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.impact-hero .impact-eyebrow {
  color: #ead199;
}

.impact-hero__copy > div > p:last-child,
.impact-purpose__copy > div > p:not(.impact-eyebrow) {
  margin: 26px 0 0;
  font-size: 17px;
  line-height: 1.62;
}

.impact-hero > img,
.impact-purpose > img {
  display: block;
  width: 100%;
  height: 570px;
  object-fit: cover;
}

.impact-hero > img {
  object-position: 58% center;
}

.impact-purpose {
  background: #faedd9;
}

.impact-purpose > img {
  height: 610px;
  object-position: center 55%;
}

.impact-purpose__copy {
  padding-right: max(36px, calc((100vw - 1200px) / 2));
}

.impact-purpose__copy > div {
  margin-inline: auto;
}

.impact-text-link {
  display: inline-flex;
  align-items: center;
  gap: 32px;
  margin-top: 30px;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--gold-600);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.impact-pillars {
  color: #fffdf8;
  background: var(--brown-900);
}

.impact-pillars__inner {
  width: min(1200px, calc(100% - 64px));
  padding-block: 92px 104px;
}

.impact-pillars__inner > header {
  display: grid;
  grid-template-columns: minmax(190px, 0.65fr) minmax(0, 1.35fr);
  align-items: end;
  gap: 40px;
  margin-bottom: 52px;
}

.impact-pillars__inner > header .impact-eyebrow {
  margin: 0;
}

.impact-pillars__inner > header h2 {
  max-width: 18ch;
}

.impact-pillars ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  border-block: 1px solid #6f6254;
  list-style: none;
}

.impact-pillars li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 20px;
  padding: 34px 30px;
}

.impact-pillars li + li {
  border-left: 1px solid #6f6254;
}

.impact-pillars li > span {
  color: var(--gold-600);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.impact-pillars h3 {
  margin: 0 0 12px;
  color: #fffdf8;
  font-size: 19px;
  line-height: 1.25;
  text-transform: uppercase;
}

.impact-pillars li p {
  margin: 0;
  color: #d8d0c7;
  font-size: 14px;
  line-height: 1.58;
}

.impact-contact {
  border-bottom: 1px solid var(--gold-400);
  background: #fff6e8;
}

.impact-contact__inner {
  display: flex;
  width: min(1200px, calc(100% - 64px));
  min-height: 230px;
  align-items: center;
  justify-content: space-between;
  gap: 48px;
  padding-block: 48px;
}

.impact-contact .impact-eyebrow {
  margin-bottom: 12px;
}

.impact-contact .button {
  flex: 0 0 auto;
}

@media (max-width: 900px) {
  .impact-hero,
  .impact-purpose {
    grid-template-columns: minmax(0, 1fr);
  }

  .impact-hero__copy,
  .impact-purpose__copy {
    padding: 50px 32px;
  }

  .impact-hero > img,
  .impact-purpose > img {
    height: 430px;
  }

  .impact-purpose > img {
    order: 2;
  }

  .impact-pillars ol {
    grid-template-columns: minmax(0, 1fr);
  }

  .impact-pillars li + li {
    border-top: 1px solid #6f6254;
    border-left: 0;
  }
}

@media (max-width: 600px) {
  .impact-hero__copy,
  .impact-purpose__copy {
    padding: 42px 24px;
  }

  .impact-hero h1 {
    font-size: 34px;
  }

  .impact-purpose h2,
  .impact-pillars h2,
  .impact-contact h2 {
    font-size: 25px;
  }

  .impact-hero__copy > div > p:last-child,
  .impact-purpose__copy > div > p:not(.impact-eyebrow) {
    font-size: 16px;
  }

  .impact-hero > img,
  .impact-purpose > img {
    height: 300px;
  }

  .impact-pillars__inner,
  .impact-contact__inner {
    width: calc(100% - 40px);
  }

  .impact-pillars__inner {
    padding-block: 58px 66px;
  }

  .impact-pillars__inner > header {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    margin-bottom: 32px;
  }

  .impact-pillars li {
    gap: 16px;
    padding: 26px 8px;
  }

  .impact-contact__inner {
    min-height: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
    padding-block: 48px;
  }

  .impact-contact .button {
    width: 100%;
  }
}

.contact-page {
  color: var(--brown-900);
  background: var(--porcelain);
}

.contact-hero {
  border-block: 1px solid var(--gold-400);
  background: #f7ead7;
}

.contact-hero__inner {
  width: min(1200px, calc(100% - 64px));
  padding-block: 70px;
}

.contact-hero h1 {
  margin: 0 0 14px;
  font-size: clamp(34px, 4vw, 50px);
  line-height: 1.08;
  text-transform: uppercase;
}

.contact-hero p {
  max-width: 62ch;
  margin: 0;
  color: var(--brown-700);
  font-size: 17px;
  line-height: 1.55;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  width: min(1200px, calc(100% - 64px));
  align-items: stretch;
  gap: 0;
  padding-block: 80px 104px;
}

.contact-details {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 52px 44px;
  color: var(--porcelain);
  background: var(--brown-900);
}

.contact-details h2,
.contact-form-panel h2 {
  margin: 0 0 16px;
  font-size: 27px;
  line-height: 1.2;
  text-transform: uppercase;
}

.contact-details p,
.contact-form-panel > header p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.contact-details address {
  display: grid;
  gap: 12px;
  margin-top: 46px;
  font-style: normal;
  font-size: 15px;
  line-height: 1.55;
}

.contact-details address strong {
  color: var(--gold-600);
  font-size: 17px;
}

.contact-details address a {
  width: max-content;
  max-width: 100%;
  color: inherit;
  overflow-wrap: anywhere;
  text-underline-offset: 4px;
}

.contact-details__store {
  display: flex;
  width: max-content;
  min-height: 44px;
  align-items: center;
  gap: 34px;
  margin-top: auto;
  padding: 10px 15px;
  border: 1px solid var(--gold-600);
  color: var(--porcelain);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.contact-details__store:hover,
.contact-details__store:focus-visible {
  color: var(--brown-900);
  background: var(--gold-600);
}

.contact-form-panel {
  min-width: 0;
  padding: 50px 54px 54px;
  border: 1px solid var(--gold-400);
  border-left: 0;
  background: #fffdf9;
}

.contact-form-panel > header {
  max-width: 68ch;
  margin-bottom: 34px;
}

.contact-form-panel > header p {
  color: var(--brown-700);
}

.contact-form {
  display: grid;
  gap: 22px;
}

.contact-form__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 18px;
}

.contact-form p {
  margin: 0;
}

.contact-form label:not(.contact-form__consent) {
  display: grid;
  gap: 7px;
  color: var(--brown-900);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.contact-form input:not([type="checkbox"]),
.contact-form textarea {
  width: 100%;
  min-width: 0;
  border: 1px solid var(--gold-400);
  border-radius: 0;
  color: var(--brown-900);
  background: var(--porcelain);
  font: inherit;
  font-size: 16px;
}

.contact-form input:not([type="checkbox"]) {
  height: 50px;
  padding: 0 13px;
}

.contact-form textarea {
  min-height: 170px;
  padding: 12px 13px;
  resize: vertical;
}

.contact-form input:focus-visible,
.contact-form textarea:focus-visible {
  border-color: var(--gold-700);
  outline: 2px solid var(--gold-600);
  outline-offset: 2px;
}

.contact-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 11px;
  color: var(--brown-700);
  font-size: 13px;
  line-height: 1.5;
}

.contact-form__consent input {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 2px 0 0;
  accent-color: var(--brown-900);
}

.contact-form__consent a {
  color: var(--brown-900);
  font-weight: 700;
  text-underline-offset: 3px;
}

.contact-form .button {
  justify-self: start;
  min-width: 210px;
}

.contact-form__notice {
  margin: 0 0 26px;
  padding: 14px 16px;
  border: 1px solid #a64d3f;
  color: #762f25;
  background: #fff3ef;
  font-size: 14px;
  line-height: 1.5;
}

.contact-form__notice--success {
  border-color: #7e8959;
  color: #3f4926;
  background: #f4f6e9;
}

.contact-form__website {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media (max-width: 900px) {
  .contact-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-details {
    min-height: 460px;
  }

  .contact-form-panel {
    border-top: 0;
    border-left: 1px solid var(--gold-400);
  }
}

@media (max-width: 600px) {
  .contact-hero__inner,
  .contact-layout {
    width: calc(100% - 40px);
  }

  .contact-hero__inner {
    padding-block: 42px;
  }

  .contact-hero h1 {
    font-size: 32px;
  }

  .contact-layout {
    padding-block: 42px 72px;
  }

  .contact-details,
  .contact-form-panel {
    padding: 34px 24px;
  }

  .contact-details {
    min-height: 430px;
  }

  .contact-form__grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .contact-form .button {
    width: 100%;
  }
}

.story-page h1, .story-page h2 { font-size: 25px; line-height: 1.3; text-transform: uppercase; letter-spacing: 0; margin-bottom: 16px; }
.story-page h1 { font-size: 30px; }
.story-page p { font-size: 16px; line-height: 1.5; margin-bottom: 18px; }
.story-page p:last-child { margin-bottom: 0; }
.story-copy { display: grid; align-items: center; padding: 72px 48px; }
.story-copy > div { width: 100%; max-width: 500px; margin-inline: auto; }
.story-intro { display: grid; grid-template-columns: 1.18fr 1fr; align-items: center; background: #faedd9; }
.story-intro .story-copy { padding-left: max(48px, calc((100vw - 830px) / 2)); padding-right: 32px; }
.story-intro iframe { display: block; width: 100%; aspect-ratio: 16 / 9; border: 0; }
.story-legacy { display: grid; grid-template-columns: 2fr 1fr; background: #999c81; }
.story-legacy .story-copy > div { max-width: 800px; }
.story-legacy__media { position: relative; min-width: 0; }
.story-legacy__media > img:first-child { width: 100%; height: 100%; max-height: 420px; object-fit: cover; }
.story-legacy__lid { position: absolute; width: 240px; left: -120px; bottom: -20px; z-index: 1; }
.story-nature { display: grid; grid-template-columns: 5fr 7fr; background: #fff6e8; }
.story-nature > img, .story-people > img { width: 100%; height: 100%; min-height: 530px; object-fit: cover; }
.story-nature .story-copy > div { max-width: 530px; }
.story-badges { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 36px; }
.story-badges img { width: 64px; height: 64px; }
.story-people { display: grid; grid-template-columns: 1fr 1fr; background: #faedd9; }
.story-people .story-copy > div { max-width: 380px; }
.story-timeline { overflow-x: auto; }
.story-timeline > img { width: 100%; max-width: none; }
.story-anniversary { display: grid; place-items: center; padding: 40px 24px; background-size: cover; background-position: center; }
.story-anniversary img { width: 420px; max-width: 80%; }
@media (max-width: 1060px) {
  .story-copy, .story-intro .story-copy { padding: 40px 30px; }
  .story-nature > img, .story-people > img { min-height: 420px; }
  .story-page h1 { font-size: 26px; }
}
@media (max-width: 760px) {
  .story-intro, .story-legacy, .story-nature, .story-people { grid-template-columns: minmax(0, 1fr); }
  .story-copy, .story-intro .story-copy { padding: 40px 24px; }
  .story-page h1, .story-page h2 { font-size: 24px; }
  .story-legacy__media > img:first-child { height: 280px; }
  .story-legacy__lid { width: 170px; left: 24px; }
  .story-nature > img, .story-people > img { min-height: 0; height: 320px; }
  .story-badges { gap: 16px; }
  .story-badges img { width: 52px; height: 52px; }
  .story-timeline > img { min-width: 1000px; }
}

.editorial-index { background: #fff6e8; }
.editorial-banner { background-position: center 48%; background-size: cover; padding: 80px 24px; position: relative; isolation: isolate; }
.editorial-banner::before { content: ''; position: absolute; inset: 0; background: #30251980; z-index: -1; }
.editorial-banner h1 { max-width: 1100px; margin: 0 auto; color: white; font-size: 32px; text-transform: uppercase; }
.editorial-navigation { display: flex; flex-wrap: wrap; justify-content: center; gap: 24px 80px; padding: 36px 24px; border-bottom: 1px solid var(--gold-400); }
.editorial-navigation a { font-size: 14px; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; }
.editorial-navigation a[aria-current] { text-decoration: underline; text-underline-offset: 8px; }
.editorial-section { max-width: 1330px; padding-block: 76px; }
.editorial-section > header { position: relative; text-align: center; margin-bottom: 28px; }
.editorial-section > header h1, .editorial-section > header h2 { font-size: 30px; text-transform: uppercase; margin: 0; }
.editorial-section > header > a { position: absolute; right: 0; top: 0; }
.editorial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px 32px; }
.editorial-card__image { display: block; aspect-ratio: 1.4; overflow: hidden; background: #faedd9; }
.editorial-card__image img { width: 100%; height: 100%; object-fit: cover; }
.editorial-meta { display: flex; flex-wrap: wrap; gap: 12px 24px; font-size: 11px; text-transform: uppercase; margin: 16px 0 10px; }
.editorial-card h3 { margin: 0 0 16px; font-size: 19px; line-height: 1.3; letter-spacing: 1px; text-transform: uppercase; }
.editorial-card h3 a { text-decoration: none; }
.editorial-button { display: table; width: fit-content; margin-inline: auto; border: 1px solid var(--gold-400); padding: 10px 0 10px 20px; font-size: 12px; text-transform: uppercase; text-decoration: none; }
.editorial-button span { margin-left: 20px; padding: 10px 14px; border-left: 1px solid var(--gold-400); }
.editorial-button:hover { background: #faedd9; }
.editorial-community { padding: 70px 24px; background: #777a63; color: white; }
.editorial-community > div { max-width: 850px; margin: auto; }
.editorial-community h2 { font-size: 25px; text-transform: uppercase; }
.editorial-community p { max-width: 480px; font-size: 16px; }
.editorial-community .editorial-button { margin-left: 0; }
.editorial-community .editorial-button:hover { color: var(--brown-900); }
.editorial-single .article-hero { padding: 48px 0 20px; background: transparent; color: #302519; }
.editorial-single .article-hero :is(h1,.editorial-breadcrumb,.editorial-breadcrumb a) { color: #302519; }
.editorial-single .editorial-breadcrumb > span { color: #9a722f; }
.editorial-single .article-hero__inner, .editorial-single .article-featured, .editorial-single .prose { width: calc(100% - 48px); max-width: 880px; margin-inline: auto; }
.editorial-breadcrumb { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 24px; font-size: 12px; text-transform: uppercase; }
.editorial-breadcrumb a { text-decoration: none; }
.editorial-single .article-hero h1 { max-width: none; font-size: 30px; line-height: 1.3; text-transform: uppercase; margin: 0 0 16px; }
.editorial-single .article-featured { margin-top: 0; }
.editorial-single .prose { padding-block: 32px 40px; font-size: 16px; line-height: 1.6; }
.editorial-single .prose h2 { font-size: 25px; text-transform: uppercase; }
.editorial-single .prose h3 { font-size: 21px; text-transform: uppercase; }
.editorial-single .prose iframe { max-width: 100%; }
.editorial-single .prose table { display: block; max-width: 100%; overflow-x: auto; }
.editorial-single .article-hero .editorial-meta { margin: 0; color: #51483f; }
.editorial-single .editorial-meta > * { display: inline-flex; align-items: center; gap: 7px; }
.editorial-single .editorial-meta svg { width: 16px; height: 16px; fill: none; stroke: #aa8040; stroke-width: 1.5; }
.editorial-single .article-featured img { display: block; width: 100%; height: auto; }
.editorial-single .prose { display: flow-root; font-weight: 400; overflow-wrap: anywhere; }
.editorial-single .prose > :first-child { margin-top: 0; }
.editorial-single .prose :is(h2,h3,h4) { color: #302519; line-height: 1.4; scroll-margin-top: 130px; margin-top: 40px; margin-bottom: 16px; }
.editorial-single .prose h4 { font-size: 18px; text-transform: uppercase; }
.editorial-single .prose p { margin-block: 0 1.3em; }
.editorial-single .prose :is(ul,ol) { padding-left: 24px; margin-block: 20px 32px; }
.editorial-single .prose li { margin-bottom: 12px; padding-left: 3px; }
.editorial-single .prose li::marker { color: #9a722f; }
.editorial-single .prose figure { margin-inline: 0; }
.editorial-single .prose img { height: auto; }
.editorial-single .prose figcaption { margin-top: 10px; font-size: 13px; color: #665542; }
.editorial-single .prose blockquote { margin: 32px 0; padding: 24px; border: 1px solid var(--gold-400); }
.editorial-single .prose a { text-underline-offset: 4px; }
.editorial-single .prose a:hover { text-decoration-thickness: 2px; }
.editorial-single .article-takeaways { float: left; width: 36%; margin: 0 28px 24px 0; padding: 20px; border: 1px solid var(--gold-400); font-size: 14px; line-height: 1.6; }
.editorial-single .article-takeaways h2 { font-size: 20px; font-weight: 400; margin: 0 0 12px; }
.editorial-single .article-takeaways :is(p,ul) { margin: 0; }
.editorial-single .article-takeaways li:last-child { margin-bottom: 0; }
.article-products.site-shell { max-width: 880px; width: calc(100% - 48px); border: 1px solid var(--gold-400); padding: 28px; }
.article-products > h2 { margin: 0 0 28px; text-align: center; font-size: 18px; text-transform: uppercase; }
.article-products__grid { display: flex; justify-content: center; flex-wrap: wrap; gap: 24px; }
.article-product { width: calc((100% - 72px) / 4); max-width: 200px; text-align: center; text-decoration: none; font-size: 13px; line-height: 1.5; }
.article-product img { display: block; width: 100%; height: 190px; object-fit: contain; margin-bottom: 16px; }
.article-product:hover span { text-decoration: underline; text-underline-offset: 4px; }
.article-share.site-shell { max-width: 880px; width: calc(100% - 48px); display: flex; flex-wrap: wrap; justify-content: center; gap: 4px 20px; align-items: center; padding-block: 24px; font-size: 12px; }
.article-share > span:first-child { text-transform: uppercase; font-weight: 700; }
.article-share :is(a,button) { display: inline-flex; align-items: center; min-height: 44px; padding: 0; border: 0; background: transparent; color: #302519; font: inherit; text-decoration: underline; text-underline-offset: 4px; cursor: pointer; }
.article-share :is(a,button):hover { color: #8b6427; }
.article-related.site-shell { max-width: 1200px; padding-top: 48px; }
.article-related > header h2 { font-size: 25px; }
.article-end.site-shell { width: calc(100% - 48px); max-width: 880px; }
.article-newsletter {  margin: 40px 0 40px auto; padding: 20px; border: 1px solid var(--gold-400); }
.article-newsletter h2 { margin: 0 0 14px; font-size: 18px; line-height: 1.4; text-transform: uppercase; }
.article-newsletter p { font-size: 14px; line-height: 1.6; margin: 0 0 18px; }
.article-newsletter form > label { display: block; font-size: 12px; }
.article-newsletter input[type="email"] { width: 100%; min-height: 44px; margin: 6px 0 16px; padding: 10px; border: 1px solid var(--gold-400); background: #fff; color: #302519; font: inherit; font-size: 16px; }
.article-newsletter form > .article-newsletter__consent { display: flex; gap: 10px; align-items: flex-start; line-height: 1.5; margin-bottom: 18px; }
.article-newsletter__consent input { flex-shrink: 0; width: 18px; height: 18px; margin: 0; accent-color: #8b6427; }
.article-newsletter button { min-height: 44px; width: 100%; border: 1px solid #302519; background: #302519; color: #fffaf3; font: inherit; font-size: 12px; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.article-newsletter button:hover { background: #66513a; }
.editorial-single :is(a,button):focus-visible { outline: 2px solid #966c23; outline-offset: 4px; }
@media (max-width: 760px) {
  .editorial-banner { padding: 56px 24px; }
  .editorial-navigation { gap: 20px; padding: 24px; }
  .editorial-grid { grid-template-columns: 1fr; gap: 40px; }
  .editorial-section { padding-block: 44px; }
  .editorial-section > header > a { position: static; margin-top: 18px; }
  .editorial-single .article-hero h1 { font-size: 27px; }
  .editorial-single .prose { font-size: 16px; }
  .editorial-single .article-hero { padding-top: 32px; }
  .editorial-single .article-takeaways { float: none; width: 100%; margin-right: 0; }
  .editorial-single .prose h2 { font-size: 23px; }
  .editorial-single .prose h3 { font-size: 20px; }
  .article-products.site-shell { padding: 24px 16px; }
  .article-product { width: calc((100% - 24px) / 2); }
  .article-newsletter { width: 100%; }
}

.product-information {
  padding-block: var(--section);
  color: var(--white);
  background: var(--olive-700);
}

.product-description-toggle {
  padding: 8px 0;
  border: 0;
  background: transparent;
  color: var(--brown-900);
  font: inherit;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 4px;
  cursor: pointer;
}

.product-detail__lead [hidden] {
  display: none;
}

.product-pharmacy-link {
  display: flex;
  width: 100%;
  min-height: 54px;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
  padding: 16px 22px;
  color: var(--brown-900);
  background: var(--gold-600);
  border-color: var(--gold-600);
  font-size: 13px;
  text-align: left;
}

.product-pharmacy-link:hover,
.product-pharmacy-link:focus-visible {
  color: var(--white);
  background: var(--brown-900);
  border-color: var(--brown-900);
}

.product-pharmacy-link:focus-visible {
  outline: 2px solid var(--brown-900);
  outline-offset: 4px;
}

.product-pharmacy-link__icon {
  flex: 0 0 20px;
}

.where-buy-page {
  color: #302519;
  background: #fffaf3;
}

.where-buy-hero {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  min-height: 520px;
  border-bottom: 1px solid #d3b595;
}

.where-buy-hero__copy {
  display: grid;
  padding: clamp(48px, 7vw, 104px);
  background: #f7ead7;
  place-items: center;
}

.where-buy-hero__copy > div {
  width: min(100%, 570px);
}

.where-buy-hero h1 {
  max-width: 12ch;
  margin: 0 0 24px;
  color: #302519;
  font-size: clamp(38px, 4vw, 58px);
  line-height: 1.04;
  text-transform: uppercase;
}

.where-buy-hero p {
  max-width: 58ch;
  margin: 0 0 32px;
  color: #5f5245;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
}

.where-buy-hero .button {
  display: inline-flex;
  width: auto;
  min-height: 50px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.where-buy-hero > img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.where-buy-retailers {
  padding-block: clamp(64px, 8vw, 108px);
}

.where-buy-retailers__header {
  max-width: 680px;
  margin: 0 auto 42px;
  text-align: center;
}

.where-buy-retailers__header h2 {
  margin: 0 0 12px;
  color: #302519;
  font-size: 35px;
  text-transform: uppercase;
}

.where-buy-retailers__header p {
  margin: 0;
  color: #5f5245;
  font-size: 15px;
  line-height: 1.6;
}

.where-buy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: 1120px;
  margin-inline: auto;
}

.where-buy-retailer {
  display: grid;
  grid-template-rows: 148px auto;
  min-width: 0;
  border: 1px solid #d3b595;
  color: #302519;
  background: #fff;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}

.where-buy-retailer:hover,
.where-buy-retailer:focus-visible {
  border-color: #aa8040;
  background: #f7ead7;
  transform: translateY(-3px);
}

.where-buy-retailer:focus-visible {
  outline: 2px solid #936c2e;
  outline-offset: 3px;
}

.where-buy-retailer__logo {
  display: grid;
  padding: 22px 30px;
  place-items: center;
}

.where-buy-retailer__logo img {
  display: block;
  width: min(100%, 230px);
  height: 100px;
  object-fit: contain;
}

.where-buy-retailer--ljekarne-pavlic .where-buy-retailer__logo img {
  transform: scale(2.3);
}

.where-buy-retailer--ljekarne-pavlic .where-buy-retailer__logo {
  overflow: hidden;
}

.where-buy-retailer__copy {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 58px;
  padding: 13px 16px;
  border-top: 1px solid rgba(211, 181, 149, 0.74);
}

.where-buy-retailer__copy strong {
  font-size: 14px;
  line-height: 1.35;
}

.where-buy-retailer__copy small {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  color: #936c2e;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

@media (max-width: 900px) {
  .where-buy-hero {
    grid-template-columns: 1fr;
  }

  .where-buy-hero > img {
    min-height: 400px;
    max-height: 520px;
  }

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

@media (max-width: 600px) {
  .where-buy-hero__copy {
    padding: 46px 20px 50px;
  }

  .where-buy-hero h1 {
    font-size: 34px;
  }

  .where-buy-hero p {
    font-size: 15px;
  }

  .where-buy-hero > img {
    min-height: 300px;
    max-height: 360px;
  }

  .where-buy-retailers > .site-shell {
    width: calc(100% - 40px);
  }

  .where-buy-retailers__header {
    margin-bottom: 30px;
    text-align: left;
  }

  .where-buy-retailers__header h2 {
    font-size: 28px;
  }

  .where-buy-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .where-buy-retailer {
    grid-template-rows: 124px auto;
  }

  .where-buy-retailer__logo img {
    height: 82px;
  }
}

body.has-sticky-pharmacy {
  padding-bottom: calc(110px + env(safe-area-inset-bottom, 0px));
}

body.pharmacy-modal-open {
  overflow: hidden;
}

.sticky-pharmacy {
  position: fixed;
  inset: auto 0 0;
  z-index: 80;
  padding: 12px 0 calc(12px + env(safe-area-inset-bottom, 0px));
  background: #fff6e8;
  border-top: 1px solid var(--gold-400);
}

.sticky-pharmacy[hidden],
body.nav-open .sticky-pharmacy,
body.filters-open .sticky-pharmacy,
body.pharmacy-modal-open .sticky-pharmacy {
  display: none;
}

.sticky-pharmacy__inner {
  max-width: 1330px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sticky-pharmacy__title {
  min-width: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sticky-pharmacy .product-pharmacy-link {
  width: 280px;
  flex-shrink: 0;
  min-height: 48px;
  margin: 0;
}

@media (max-width: 600px) {
  .sticky-pharmacy__inner {
    width: calc(100% - 32px);
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .sticky-pharmacy__title {
    font-size: 13px;
  }

  .sticky-pharmacy .product-pharmacy-link {
    width: 100%;
  }
}

.pharmacy-modal {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  padding: 28px;
  place-items: center;
}

.pharmacy-modal[hidden] {
  display: none;
}

.pharmacy-modal__backdrop {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: rgba(32, 23, 15, 0.76);
  cursor: default;
  opacity: 0;
  transition: opacity 220ms ease;
}

.pharmacy-modal__dialog {
  position: relative;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(1120px, 100%);
  max-height: calc(100dvh - 56px);
  overflow: hidden;
  border: 1px solid #c7a566;
  background: #fffaf3;
  box-shadow: 0 24px 70px rgba(32, 23, 15, 0.28);
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 180ms ease, transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pharmacy-modal.is-open .pharmacy-modal__backdrop,
.pharmacy-modal.is-open .pharmacy-modal__dialog {
  opacity: 1;
}

.pharmacy-modal.is-open .pharmacy-modal__dialog {
  transform: translateY(0);
}

.pharmacy-modal__dialog:focus {
  outline: 0;
}

.pharmacy-modal__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
  padding: 30px 34px 26px;
  border-bottom: 1px solid #d3b595;
  background: #f7ead7;
}

.pharmacy-modal__header h2 {
  margin: 0 0 8px;
  color: #302519;
  font-size: 30px;
  line-height: 1.1;
  text-transform: uppercase;
}

.pharmacy-modal__header p {
  max-width: 68ch;
  margin: 0;
  color: #5f5245;
  font-size: 14px;
  line-height: 1.5;
}

.pharmacy-modal__close {
  display: grid;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid #c7a566;
  background: transparent;
  color: #302519;
  cursor: pointer;
  place-items: center;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.pharmacy-modal__close:hover,
.pharmacy-modal__close:focus-visible {
  border-color: #302519;
  background: #302519;
  color: #fffaf3;
}

.pharmacy-modal__close:focus-visible,
.pharmacy-modal__retailer:focus-visible,
.pharmacy-modal__all:focus-visible {
  outline: 2px solid #936c2e;
  outline-offset: 3px;
}

.pharmacy-modal__body {
  padding: 28px 34px 34px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

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

.pharmacy-modal__retailer {
  display: grid;
  grid-template-rows: minmax(110px, 1fr) auto;
  min-height: 160px;
  border: 1px solid #d3b595;
  color: #302519;
  background: #fffaf3;
  text-decoration: none;
  transition: border-color 160ms ease, background-color 160ms ease, transform 200ms cubic-bezier(0.16, 1, 0.3, 1);
}

.pharmacy-modal__retailer:hover,
.pharmacy-modal__retailer:focus-visible {
  border-color: #aa8040;
  background: #f7ead7;
  transform: translateY(-2px);
}

.pharmacy-modal__logo {
  display: grid;
  padding: 16px 24px;
  border-bottom: 1px solid rgba(211, 181, 149, 0.72);
  background: #fff;
  overflow: hidden;
  place-items: center;
}

.pharmacy-modal__logo img {
  display: block;
  width: min(100%, 230px);
  height: 82px;
  object-fit: contain;
}

.pharmacy-modal__logo-text {
  color: #302519;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 700;
  letter-spacing: 0.04em;
}

.pharmacy-modal__retailer--ljekarne-joukhadar img {
  transform: scale(1.25);
}

.pharmacy-modal__retailer--apoteka-hr img {
  transform: scale(1.7);
}

.pharmacy-modal__retailer--ljekarne-pavlic img {
  transform: scale(2.5);
}

.pharmacy-modal__retailer--pharmacy-hr img {
  transform: scale(1.7);
}

.pharmacy-modal__retailer-copy {
  display: flex;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 11px 14px;
  background: #fffaf3;
}

.pharmacy-modal__retailer-copy strong {
  overflow-wrap: anywhere;
  font-size: 13px;
  line-height: 1.35;
}

.pharmacy-modal__retailer-copy svg {
  flex: 0 0 17px;
  color: #936c2e;
}

.pharmacy-modal__all {
  display: flex;
  width: max-content;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 22px auto 0;
  padding: 10px 18px;
  border: 1px solid #d3b595;
  color: #5f5245;
  background: transparent;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 160ms ease, background-color 160ms ease, border-color 160ms ease;
}

.pharmacy-modal__all span {
  color: #936c2e;
  font-size: 17px;
  line-height: 1;
}

.pharmacy-modal__all:hover,
.pharmacy-modal__all:focus-visible {
  border-color: #aa8040;
  color: #302519;
  background: #f7ead7;
}

@media (max-width: 900px) {
  .pharmacy-modal__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .pharmacy-modal {
    padding: 0;
  }

  .pharmacy-modal__dialog {
    width: 100%;
    height: 100dvh;
    max-height: none;
    border: 0;
    transform: translateY(32px);
  }

  .pharmacy-modal__header {
    gap: 18px;
    padding: 18px 20px;
  }

  .pharmacy-modal__header h2 {
    font-size: 24px;
  }

  .pharmacy-modal__header p {
    font-size: 13px;
  }

  .pharmacy-modal__close {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

  .pharmacy-modal__body {
    padding: 18px 20px calc(28px + env(safe-area-inset-bottom, 0px));
  }

  .pharmacy-modal__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .pharmacy-modal__retailer {
    grid-template-rows: minmax(84px, 1fr) auto;
    min-height: 136px;
  }

  .pharmacy-modal__logo {
    padding: 10px 14px;
  }

  .pharmacy-modal__logo img {
    height: 68px;
  }

  .pharmacy-modal__retailer-copy {
    padding: 10px 11px;
  }

  .pharmacy-modal__retailer-copy strong {
    font-size: 11px;
  }

  .pharmacy-modal__retailer:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - 10px) / 2);
    justify-self: center;
  }

  .pharmacy-modal__all {
    width: 100%;
    margin-top: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pharmacy-modal__backdrop,
  .pharmacy-modal__dialog,
  .pharmacy-modal__retailer {
    transition: none;
  }
}

.product-accordions--inline {
  margin-bottom: 32px;
  border: 1px solid var(--gold-400);
  color: var(--brown-900);
}

.product-accordions--inline .product-accordion {
  border-bottom: 1px solid var(--gold-400);
}

.product-accordions--inline .product-accordion:last-child {
  border-bottom: 0;
}

.product-accordions--inline .product-accordion summary {
  min-height: 44px;
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.08em;
  cursor: pointer;
}

.product-accordions--inline summary span {
  flex-shrink: 0;
}

.product-accordions--inline summary span,
.product-accordions--inline summary span::after {
  background: var(--brown-900);
  width: 19px;
}

.product-accordions--inline .product-accordion__content {
  padding: 8px 18px 12px;
  color: var(--brown-900);
  font-weight: 400;
  overflow-x: auto;
}

.product-accordions--inline .product-accordion__content a {
  color: inherit;
}

.product-information__inner {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: clamp(3rem, 8vw, 9rem);
}

.product-information h2 {
  max-width: 10ch;
  text-transform: uppercase;
}

.product-accordions {
  border-top: 1px solid var(--olive-300);
}

.product-accordion {
  border-bottom: 1px solid var(--olive-300);
}

.product-accordion summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 72px;
  padding-block: 1rem;
  font-size: 0.83rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  list-style: none;
  text-transform: uppercase;
}

.product-accordion summary::-webkit-details-marker {
  display: none;
}

.product-accordion summary span,
.product-accordion summary span::after {
  display: block;
  width: 16px;
  height: 1px;
  content: "";
  background: var(--gold-400);
  transition: transform 200ms var(--ease);
}

.product-accordion summary span::after {
  transform: rotate(90deg);
}

.product-accordion[open] summary span::after {
  transform: rotate(0deg);
}

.product-accordion__content {
  max-width: var(--reading);
  padding: 0 2rem 2rem 0;
  color: rgba(255, 255, 255, 0.88);
  font-weight: 200;
}

.product-accordion__content a {
  color: var(--white);
}

.page-hero__inner,
.article-hero__inner {
  max-width: 1100px;
  margin-left: max(32px, calc((100vw - min(1400px, calc(100vw - 64px))) / 2));
}

.prose {
  max-width: var(--reading);
  padding-block: clamp(3rem, 7vw, 7rem);
  font-weight: 200;
}

.prose > * + * {
  margin-top: 1.35em;
}

.prose h2,
.prose h3,
.prose h4 {
  margin-top: 2.4em;
  margin-bottom: 0.7em;
  font-weight: 700;
}

.prose h2 {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
}

.prose h3 {
  font-size: clamp(1.3rem, 2vw, 1.7rem);
}

.prose a {
  text-decoration-color: var(--gold-600);
}

.prose img,
.article-featured img {
  width: 100%;
}

.article-featured {
  max-width: 1200px;
  margin-top: -3rem;
}

.article-list--archive {
  max-width: 1100px;
}

.company-links {
  border-top: 1px solid var(--rule);
}

.company-link {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) 1.1fr;
  align-items: center;
  gap: clamp(2rem, 7vw, 8rem);
  padding-block: clamp(2.5rem, 6vw, 6rem);
  border-bottom: 1px solid var(--rule);
}

.company-link:nth-child(even) .company-link__media {
  order: 2;
}

.company-link__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--paper);
}

.company-link__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms var(--ease);
}

.company-link__media:hover img {
  transform: scale(1.025);
}

.company-link h2 {
  max-width: 12ch;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.company-link h2 a {
  text-decoration: none;
}

.company-link p {
  max-width: 52ch;
  color: var(--ink-muted);
  font-weight: 200;
}

.search-results {
  border-top: 1px solid var(--rule);
}

.search-results article {
  padding-block: 2rem;
  border-bottom: 1px solid var(--rule);
}

.search-results article > p:first-child {
  margin-bottom: 0.5rem;
  color: var(--gold-700);
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
}

.search-results h2 {
  margin-bottom: 0.75rem;
  font-size: clamp(1.4rem, 3vw, 2.2rem);
}

.search-results h2 a {
  text-decoration: none;
}

.search-page {
  min-height: 70vh;
  color: var(--brown-900);
  background: var(--porcelain);
}

.search-page__inner {
  width: min(1120px, calc(100% - 64px));
  padding-block: 62px 96px;
}

.search-page__header h1 {
  max-width: 100%;
  margin: 0 0 24px;
  font-size: clamp(30px, 3vw, 42px);
  line-height: 1.12;
  overflow-wrap: anywhere;
  text-transform: uppercase;
}

.search-page__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 56px;
  width: 100%;
  border: 1px solid var(--gold-400);
  background: var(--porcelain);
}

.search-page__form input {
  min-width: 0;
  height: 54px;
  padding: 0 16px;
  border: 0;
  border-radius: 0;
  outline-offset: -3px;
  color: var(--brown-900);
  background: transparent;
  font: inherit;
  font-size: 16px;
}

.search-page__form input::placeholder {
  color: #6d6257;
  opacity: 1;
}

.search-page__form input:focus-visible {
  outline: 2px solid var(--gold-700);
}

.search-page__form button {
  display: grid;
  width: 56px;
  height: 54px;
  padding: 0;
  border: 0;
  border-left: 1px solid var(--gold-400);
  border-radius: 0;
  color: var(--brown-900);
  background: transparent;
  cursor: pointer;
  place-items: center;
}

.search-page__form button:hover,
.search-page__form button:focus-visible {
  color: var(--porcelain);
  background: var(--brown-900);
  outline: 0;
}

.search-page__form svg {
  width: 23px;
  height: 23px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

.search-page__all-types {
  display: inline-block;
  margin-top: 18px;
  color: var(--brown-700);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
}

.search-page__all-types:hover,
.search-page__all-types:focus-visible {
  color: var(--gold-700);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.search-groups {
  margin-top: 64px;
}

.search-group {
  padding-block: 38px 68px;
  border-top: 1px solid var(--gold-400);
}

.search-group__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 30px;
}

.search-group__header h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.2;
  text-transform: uppercase;
}

.search-group__header h2 span {
  color: var(--gold-700);
  font-size: 15px;
  font-weight: 500;
}

.search-group__header > a {
  display: flex;
  min-height: 40px;
  align-items: center;
  gap: 18px;
  padding: 9px 14px;
  border: 1px solid var(--gold-400);
  color: var(--brown-700);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-decoration: none;
  text-transform: uppercase;
}

.search-group__header > a:hover,
.search-group__header > a:focus-visible {
  color: var(--porcelain);
  background: var(--brown-900);
}

.search-group__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 44px 28px;
}

.search-group--post .search-group__grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.search-result-card {
  min-width: 0;
}

.search-result-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--paper);
}

.search-result-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-result-card__placeholder {
  display: grid;
  width: 100%;
  height: 100%;
  background: var(--paper);
  place-items: center;
}

.search-result-card__placeholder img {
  width: min(44%, 110px);
  height: auto;
  opacity: 0.55;
  object-fit: contain;
}

.search-result-card__type {
  margin: 14px 0 8px;
  color: var(--gold-700);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.search-result-card h2,
.search-result-card h3 {
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
}

.search-result-card h2 a,
.search-result-card h3 a {
  color: inherit;
  text-decoration: none;
}

.search-group__grid .product-card {
  display: block;
  min-width: 0;
}

.search-group__grid .product-card__media {
  aspect-ratio: 4 / 3;
}

.search-group__grid .product-card__media img {
  width: auto;
  max-width: calc(100% - 36px);
  height: auto;
  max-height: calc(100% - 36px);
  padding: 0;
  object-fit: contain;
}

.search-group__grid .product-card__content {
  padding-top: 14px;
}

.search-group__grid .product-card__category {
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.search-group__grid .product-card__title {
  min-height: 0;
  margin: 0;
  font-size: 17px;
  line-height: 1.35;
}

.search-group__grid .product-card__attributes {
  min-height: 0;
  margin: 18px 0 0;
  font-size: 11px;
}

.search-group__grid .product-card__content > .text-link {
  display: none;
}

.search-pagination {
  margin-top: 52px;
  text-align: center;
}

.search-pagination .page-numbers {
  display: inline-grid;
  min-width: 40px;
  min-height: 40px;
  padding: 8px 12px;
  border: 1px solid var(--gold-400);
  color: var(--brown-900);
  text-decoration: none;
  place-items: center;
}

.search-pagination .page-numbers.current,
.search-pagination a.page-numbers:hover,
.search-pagination a.page-numbers:focus-visible {
  color: var(--porcelain);
  background: var(--brown-900);
}

.search-page__empty {
  margin-top: 54px;
  padding-top: 36px;
  border-top: 1px solid var(--gold-400);
}

.search-page__empty h2 {
  margin: 0 0 12px;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.2;
}

.search-page__empty p {
  max-width: 52ch;
  margin: 0;
  color: var(--brown-700);
  font-size: 16px;
  line-height: 1.55;
}

@media (max-width: 980px) {
  .search-group__grid,
  .search-group--post .search-group__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .search-page__inner {
    width: calc(100% - 40px);
    padding-block: 38px 72px;
  }

  .search-page__header h1 {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .search-page__form,
  .search-page__form button {
    height: 50px;
  }

  .search-page__form input {
    height: 48px;
  }

  .search-page__empty {
    margin-top: 40px;
    padding-top: 28px;
  }

  .search-groups {
    margin-top: 48px;
  }

  .search-group {
    padding-block: 30px 52px;
  }

  .search-group__header {
    align-items: flex-end;
    margin-bottom: 24px;
  }

  .search-group__header h2 {
    font-size: 23px;
  }

  .search-group__header > a {
    min-height: 36px;
    padding: 7px 10px;
    font-size: 10px;
  }

  .search-group__grid,
  .search-group--post .search-group__grid {
    gap: 36px 18px;
  }

  .search-group--post .search-group__grid,
  .search-group--page .search-group__grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.not-found {
  min-height: 70vh;
  padding-block: clamp(5rem, 12vw, 11rem);
  text-align: center;
}

.not-found__code {
  margin: 0;
  color: var(--gold-600);
  font-size: clamp(5rem, 18vw, 13rem);
  font-weight: 700;
  line-height: 0.8;
}

.not-found h1 {
  margin-block: 2rem 1rem;
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.not-found > p:not(.not-found__code) {
  max-width: 54ch;
  margin-inline: auto;
  color: var(--ink-muted);
}

.not-found > div {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 2rem;
}

.site-footer {
  color: var(--white);
  background: var(--brown-950);
}

.site-footer__main {
  display: grid;
  grid-template-columns: 0.8fr 1.4fr 0.8fr;
  gap: clamp(2rem, 6vw, 7rem);
  padding-block: clamp(4rem, 8vw, 7rem);
}

.site-footer__brand img {
  width: 100px;
  margin-bottom: 1.5rem;
}

.site-footer__brand p,
.site-footer__action p {
  color: var(--gold-400);
  font-size: 0.85rem;
  font-weight: 200;
}

.footer-menu {
  columns: 2;
  column-gap: 2rem;
}

.footer-menu li {
  break-inside: avoid;
  margin-bottom: 0.8rem;
}

.footer-menu a {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer__action {
  align-self: start;
}

.site-footer__action .button {
  width: 100%;
}

.site-footer__legal {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding-block: 1.4rem;
  color: rgba(255, 255, 255, 0.66);
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.67rem;
}

.site-footer__legal p {
  margin: 0 auto 0 0;
}

.site-footer__legal a {
  text-decoration: none;
}

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

@media (max-width: 1180px) {
  :root {
    --shell: min(100% - 40px, 1120px);
  }

  .nav-shell {
    grid-template-columns: 105px minmax(0, 1fr);
    min-height: 104px;
  }

  .header-actions {
    display: none;
  }

  .primary-navigation .menu-item > a {
    padding-inline: 0.8rem;
    font-size: 0.68rem;
  }

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

@media (max-width: 860px) {
  :root {
    --shell: min(100% - 32px, 760px);
  }

  .utility-bar__social,
  .utility-bar__inner > a span {
    display: none;
  }

  .utility-bar__inner > a {
    margin: 0 auto;
  }

  .nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 88px;
  }

  .brand img {
    width: 78px;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-height: 48px;
    padding: 0.6rem 0;
    color: var(--brown-900);
    background: transparent;
    border: 0;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .nav-toggle__icon {
    position: relative;
    display: block;
    width: 25px;
    height: 16px;
  }

  .nav-toggle__icon i {
    position: absolute;
    left: 0;
    width: 25px;
    height: 1px;
    background: currentColor;
    transition: transform 220ms var(--ease), top 220ms var(--ease);
  }

  .nav-toggle__icon i:first-child {
    top: 4px;
  }

  .nav-toggle__icon i:last-child {
    top: 12px;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__icon i:first-child {
    top: 8px;
    transform: rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__icon i:last-child {
    top: 8px;
    transform: rotate(-45deg);
  }

  .primary-navigation {
    position: fixed;
    z-index: 30;
    top: 124px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 1.5rem 16px 3rem;
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
    background: var(--porcelain);
    transform: translateY(-12px);
    transition: opacity 220ms var(--ease), transform 220ms var(--ease), visibility 220ms;
  }

  .primary-navigation.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .primary-navigation > .menu {
    display: block;
  }

  .primary-navigation .menu-item {
    display: block;
    border-bottom: 1px solid var(--rule);
  }

  .primary-navigation .menu-item > a {
    min-height: 58px;
    padding: 1rem 0;
    font-size: 0.9rem;
  }

  .primary-navigation .menu-item > a::after {
    display: none;
  }

  .primary-navigation .sub-menu {
    position: static;
    min-width: 0;
    padding: 0 0 0.75rem 1rem;
    visibility: visible;
    opacity: 1;
    background: transparent;
    box-shadow: none;
    transform: none;
  }

  .primary-navigation .sub-menu .menu-item {
    border: 0;
  }

  .primary-navigation .sub-menu .menu-item > a {
    min-height: 40px;
    padding-block: 0.5rem;
    font-weight: 400;
  }

  .home-hero {
    min-height: 680px;
  }

  .home-hero__image {
    object-position: 62% center;
  }

  .home-hero::after {
    background: linear-gradient(90deg, rgba(255, 250, 243, 0.94) 0%, rgba(255, 250, 243, 0.76) 55%, rgba(255, 250, 243, 0.2) 100%);
  }

  .home-hero__copy {
    max-width: 520px;
  }

  .category-grid {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .brand-story,
  .product-standards__inner,
  .product-information__inner {
    grid-template-columns: 1fr;
  }

  .brand-story__image {
    min-height: 500px;
  }

  .product-standards__heading h2 {
    max-width: 16ch;
  }

  .brand-story__copy {
    min-height: 480px;
  }

  .catalog-layout {
    grid-template-columns: 1fr;
  }

  .filter-toggle {
    display: inline-flex;
    width: 100%;
  }

  .catalog-filters {
    position: fixed;
    z-index: 50;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    padding: 2rem;
    overflow-y: auto;
    background: var(--porcelain);
  }

  .catalog-filters.is-open {
    display: block;
  }

  .filter-toggle-control:checked ~ .catalog-filters {
    display: block;
  }

  .catalog-filters::before {
    display: none;
  }

  .filter-close {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 54px;
    margin-bottom: 1rem;
    padding: 0;
    color: var(--brown-900);
    background: transparent;
    border: 0;
    border-bottom: 1px solid var(--rule);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
  }

  .filter-close span {
    font-size: 1.8rem;
    font-weight: 200;
  }

  .product-detail {
    grid-template-columns: 1fr;
  }

  .product-detail__media {
    min-height: 0;
  }

  .site-footer__main {
    grid-template-columns: 1fr 1.5fr;
  }

  .site-footer__action {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  :root {
    --shell: calc(100% - 32px);
    --section: 4rem;
  }

  body {
    font-size: 15px;
  }

  .primary-navigation {
    top: 124px;
  }

  .home-hero {
    align-items: end;
    min-height: 650px;
  }

  .home-hero__image {
    object-position: 69% center;
  }

  .home-hero::after {
    background: linear-gradient(0deg, rgba(255, 250, 243, 0.98) 0%, rgba(255, 250, 243, 0.88) 48%, rgba(255, 250, 243, 0.08) 85%);
  }

  .home-hero__inner {
    align-items: end;
  }

  .home-hero__copy {
    padding-block: 14rem 3rem;
  }

  .home-hero h1 {
    font-size: 2.7rem;
  }

  .section-heading--split,
  .catalog-hero__inner {
    display: block;
  }

  .section-heading--split .text-link {
    margin-top: 1.5rem;
  }

  .category-grid,
  .product-grid,
  .product-grid--featured {
    grid-template-columns: 1fr;
  }

  .product-standards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid rgba(48, 37, 25, 0.3);
  }

  .product-standards__grid a {
    border-bottom: 1px solid rgba(48, 37, 25, 0.3);
  }

  .category-link {
    min-height: 170px;
  }

  .article-teaser {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .company-link {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .company-link:nth-child(even) .company-link__media {
    order: 0;
  }

  .brand-story__image {
    min-height: 390px;
  }

  .catalog-hero__count {
    margin-top: 2rem !important;
    text-align: left;
  }

  .product-detail {
    padding-top: 1.5rem;
  }

  .product-detail__media {
    min-height: 0;
  }

  .product-information__inner {
    gap: 1.5rem;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
  }

  .site-footer__action {
    grid-column: auto;
  }

  .footer-menu {
    columns: 1;
  }

  .site-footer__legal {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.7rem;
  }

  .not-found > div {
    flex-direction: column;
  }
}

/* Solgar global-site alignment: compact chrome, modular homepage and dense footer. */
.utility-bar__inner {
  min-height: 28px;
}

.utility-bar__social {
  margin-left: auto;
}

.utility-bar__social a {
  display: grid;
  place-items: center;
}

.utility-bar__social svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.utility-bar__social svg rect,
.utility-bar__social svg circle:not(.social-dot) {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.utility-bar__social .social-dot {
  fill: currentColor;
  stroke: none;
}

.nav-shell {
  grid-template-columns: 105px minmax(0, 1fr) minmax(340px, auto);
  min-height: 76px;
}

.brand img {
  width: 76px;
}

.primary-navigation .menu-item > a {
  padding-inline: clamp(0.65rem, 1.25vw, 1.25rem);
  font-size: 0.69rem;
}

.header-actions {
  align-items: center;
}

.header-search {
  display: grid;
  grid-template-columns: minmax(90px, 1fr) 30px;
  align-items: center;
  width: 180px;
  padding: 0 0.8rem;
  border-bottom: 1px solid var(--brown-900);
}

.header-search input,
.header-search button {
  min-width: 0;
  padding: 0.55rem 0;
  color: var(--brown-900);
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 0.68rem;
  text-transform: uppercase;
}

.header-search button {
  display: grid;
  place-items: center;
}

.header-search input::placeholder {
  color: var(--brown-900);
  opacity: 1;
}

.header-actions .button {
  min-height: 76px;
  align-self: stretch;
  margin-left: 1.4rem;
  padding-inline: 1.8rem;
}

.solgar-home .home-hero {
  min-height: min(590px, calc(100vh - 104px));
}

.solgar-home .home-hero__inner {
  width: min(1100px, calc(100% - 48px));
}

.solgar-home .home-hero__copy {
  max-width: 470px;
  padding-block: 4rem;
}

.solgar-home .home-hero h1 {
  max-width: 18ch;
  margin-bottom: 1.15rem;
  font-size: clamp(2rem, 2.2vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: -0.02em;
}

.solgar-home .home-hero p {
  max-width: 43ch;
  margin-bottom: 1.35rem;
  font-size: 1rem;
  line-height: 1.55;
}

.button--hero {
  min-height: 46px;
  padding: 0;
  color: var(--brown-900);
  background: rgba(255, 250, 243, 0.12);
  border-color: var(--gold-400);
}

.button--hero > span {
  padding: 0.85rem 1.3rem;
}

.button--hero > i {
  display: grid;
  align-self: stretch;
  min-width: 42px;
  place-items: center;
  border-left: 1px solid var(--gold-400);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
}

.button--hero:hover {
  color: var(--white);
  background: var(--brown-900);
  border-color: var(--brown-900);
}

.browse-by {
  padding-block: clamp(3.5rem, 6vw, 6rem);
  color: var(--white);
  background: var(--olive-500);
}

.browse-by h2,
.home-section-heading h2 {
  margin-bottom: 2rem;
  font-size: clamp(1.7rem, 3vw, 2.8rem);
  text-align: center;
  text-transform: uppercase;
}

.browse-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 680px;
  margin: 0 auto 3rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.browse-tabs a {
  position: relative;
  display: grid;
  align-items: center;
  min-height: 52px;
  padding: 0.7rem;
  color: rgba(255, 255, 255, 0.72);
  background: transparent;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.045em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.browse-tabs a[aria-current="true"] {
  color: var(--white);
}

.browse-tabs a[aria-current="true"]::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  height: 3px;
  content: "";
  background: var(--white);
}

.browse-panel {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  border-left: 1px solid rgba(255, 255, 255, 0.28);
}

.browse-panel[hidden] {
  display: none;
}

.browse-panel a {
  display: grid;
  justify-items: center;
  align-content: center;
  min-height: 145px;
  gap: 1rem;
  padding: 1rem;
  border-right: 1px solid rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.67rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 180ms ease, background-color 180ms ease;
}

.browse-panel a:hover {
  color: var(--brown-900);
  background: var(--olive-300);
}

.browse-panel img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.browse-panel a:hover img {
  filter: none;
}

.home-products,
.home-articles {
  padding-block: clamp(4rem, 7vw, 7rem);
  background: var(--porcelain);
}

.home-section-heading {
  max-width: 780px;
  margin: 0 auto clamp(2.5rem, 5vw, 4.5rem);
  text-align: center;
}

.home-section-heading h2 {
  margin-bottom: 1rem;
}

.home-section-heading p {
  margin-bottom: 0;
  color: var(--ink-muted);
  font-weight: 200;
}

.home-product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.25vw, 2.5rem);
}

.home-product-card {
  min-width: 0;
}

.home-product-card__media {
  position: relative;
  display: grid;
  aspect-ratio: 1.28 / 1;
  overflow: hidden;
  place-items: center;
  background: #65b7a1;
}

.home-product-card--1 .home-product-card__media {
  background: #e5a567;
}

.home-product-card--2 .home-product-card__media {
  background: #ad77ae;
}

.home-product-card__shape {
  position: absolute;
  top: -18%;
  right: -12%;
  width: 62%;
  aspect-ratio: 1;
  background: rgba(255, 255, 255, 0.92);
  border-radius: 50%;
}

.home-product-card--1 .home-product-card__shape {
  top: auto;
  right: -10%;
  bottom: -25%;
  border-radius: 0;
  transform: rotate(38deg);
}

.home-product-card--2 .home-product-card__shape {
  top: -35%;
  right: auto;
  left: 22%;
  border-radius: 0;
  transform: rotate(45deg);
}

.home-product-card__media img {
  position: relative;
  z-index: 1;
  width: 64%;
  height: 92%;
  object-fit: contain;
  transition: transform 300ms ease;
}

.home-product-card__media:hover img {
  transform: translateY(-5px);
}

.home-product-card__copy {
  padding: 1.35rem 0.5rem 0;
  text-align: center;
}

.home-product-card__copy > p {
  margin-bottom: 0.45rem;
  color: var(--gold-700);
  font-size: 0.62rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-product-card h3 {
  min-height: 2.4em;
  margin-bottom: 0.6rem;
  font-size: 1rem;
}

.home-product-card h3 a {
  text-decoration: none;
}

.home-product-card__copy > div {
  color: var(--ink-muted);
  font-size: 0.78rem;
}

.home-products__action {
  margin: 3rem 0 0;
  text-align: center;
}

.product-standards {
  background: var(--gold-600);
}

.product-standards__inner {
  display: block;
  padding-block: 3rem;
}

.product-standards__inner > h2 {
  margin-bottom: 2rem;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
}

.product-standards__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  max-width: 880px;
  margin: auto;
  border: 0;
}

.product-standards__grid a {
  border: 0;
}

.where-to-buy-home {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 440px;
  background: var(--porcelain);
}

.where-to-buy-home__copy {
  display: grid;
  align-content: center;
  justify-items: start;
  padding: clamp(3rem, 8vw, 8rem);
}

.where-to-buy-home h2 {
  margin-bottom: 1rem;
  font-size: clamp(2rem, 4vw, 3.8rem);
  text-transform: uppercase;
}

.where-to-buy-home p {
  max-width: 48ch;
  margin-bottom: 1.8rem;
  color: var(--ink-muted);
}

.where-to-buy-home > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-community {
  padding-block: 2.6rem;
  color: var(--white);
  background: var(--olive-700);
}

.home-community__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}

.home-community h2 {
  margin-bottom: 0.35rem;
  font-size: 1.1rem;
  text-transform: uppercase;
}

.home-community p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.85rem;
}

.home-community__links {
  display: flex;
  gap: 0.8rem;
}

.home-community__links a {
  min-width: 130px;
  padding: 0.7rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 0.7rem;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.home-article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 2.2vw, 2.2rem);
}

.home-article-card__image {
  display: block;
  aspect-ratio: 1.45 / 1;
  margin-bottom: 1.2rem;
  overflow: hidden;
  background: var(--paper);
}

.home-article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-article-card time {
  color: var(--gold-700);
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
}

.home-article-card h3 {
  margin: 0.6rem 0 1rem;
  font-size: clamp(1rem, 1.5vw, 1.35rem);
  text-transform: uppercase;
}

.home-article-card h3 a {
  text-decoration: none;
}

.site-footer {
  padding-top: 4.5rem;
  color: var(--white);
  background: var(--brown-900);
}

.site-footer__main {
  display: grid;
  grid-template-columns: 0.65fr 1.25fr 0.9fr 1.4fr;
  align-items: start;
  gap: clamp(2rem, 4vw, 4.5rem);
  padding-bottom: 4rem;
}

.site-footer__heading,
.site-footer__social > p {
  display: block;
  margin-bottom: 1.1rem;
  color: var(--gold-400);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-footer__social a,
.site-footer__products a,
.site-footer__links a {
  display: block;
  margin-bottom: 0.42rem;
  font-size: 0.72rem;
  text-decoration: none;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer__community > p:not(.site-footer__heading) {
  max-width: 38ch;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.site-footer__legal {
  display: flex;
  align-items: center;
  gap: 2rem;
  min-height: 82px;
  padding-block: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.65rem;
}

.site-footer__legal p {
  margin: 0 auto 0 0;
}

.site-footer__legal img {
  width: 52px;
}

.catalog-layout {
  grid-template-columns: 275px minmax(0, 1fr);
  gap: clamp(2.5rem, 5vw, 5.5rem);
  padding-top: 4rem;
}

.catalog-filters {
  padding-right: 2rem;
  border-right: 1px solid var(--rule);
}

.catalog-filters > h2 {
  margin-bottom: 1.5rem;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.catalog-results__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 48px;
}

.catalog-results {
  min-width: 0;
  max-width: 900px;
}

.catalog-results__header h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.2;
  text-transform: uppercase;
}

.catalog-results__header p {
  margin-bottom: 0;
  color: var(--ink-muted);
  font-size: 0.72rem;
  text-transform: uppercase;
}

.catalog-results__header form {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  padding-top: 0.5rem;
  font-size: 0.7rem;
  font-weight: 700;
  white-space: nowrap;
}

.catalog-results__header select {
  width: 150px;
  min-height: 28px;
  padding: 4px 8px;
  border-radius: 0;
  font-size: 12px;
  font-weight: 400;
  color: var(--brown-900);
  background: transparent;
  border: 1px solid #d3b595;
}

.catalog-results .product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px 24px;
}

.catalog-results .product-card__media {
  height: 200px;
  aspect-ratio: auto;
  background: transparent;
  border: 0;
}

.catalog-results .product-card__media::after {
  display: none;
}

.catalog-results .product-card__media img {
  width: 210px;
  max-width: 100%;
  height: 210px;
  max-height: 100%;
  object-fit: contain;
  padding: 0;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.catalog-results .product-card__media:hover img {
  transform: translate(-50%, -50%) scale(1.035);
}

.catalog-results .product-card__content {
  padding-top: 8px;
  text-align: center;
}

.catalog-results .product-card__category,
.catalog-results .product-card__attributes,
.catalog-results .product-card__content > .text-link {
  display: none;
}

.catalog-results .product-card__title {
  min-height: 0;
  margin: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
}

@media (max-width: 560px) {
  .catalog-results__header {
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 32px;
  }

  .catalog-results__header h1 {
    font-size: 28px;
  }

  .catalog-results .product-grid {
    gap: 24px 16px;
  }

  .catalog-results .product-card__media {
    height: 180px;
  }

  .catalog-results .product-card__media img {
    width: 195px;
    height: 195px;
  }
}

@media (max-width: 980px) {
  .nav-shell {
    min-height: 88px;
    grid-template-columns: 1fr auto;
  }

  .header-actions {
    display: none;
  }

  .browse-panel {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .catalog-results .product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .catalog-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalog-filters {
    padding-right: 2rem;
    border-right: 0;
  }

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

@media (max-width: 640px) {
  .utility-bar {
    display: none;
  }

  .nav-shell {
    min-height: 86px;
  }

  .brand img {
    width: 72px;
  }

  .solgar-home .home-hero {
    min-height: 610px;
  }

  .solgar-home .home-hero__copy {
    padding-bottom: 2.5rem;
  }

  .solgar-home .home-hero h1 {
    max-width: 12ch;
    font-size: 2.15rem;
  }

  .browse-tabs {
    margin-bottom: 2rem;
  }

  .browse-tabs a {
    min-height: 62px;
    padding-inline: 0.35rem;
    font-size: 0.61rem;
  }

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

  .browse-panel a {
    min-height: 132px;
  }

  .home-product-grid,
  .home-article-grid,
  .where-to-buy-home {
    grid-template-columns: 1fr;
  }

  .home-product-card:not(:first-child) {
    display: none;
  }

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

  .product-standards__grid a:last-child {
    grid-column: 1 / -1;
  }

  .where-to-buy-home__copy {
    min-height: 360px;
    padding: 3rem 1.5rem;
  }

  .where-to-buy-home > img {
    min-height: 320px;
  }

  .home-community__inner {
    display: block;
  }

  .home-community__links {
    margin-top: 1.4rem;
  }

  .home-community__links a {
    min-width: 0;
    flex: 1;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
  }

  .catalog-results__header {
    display: block;
  }

  .catalog-results__header form {
    margin-top: 1.25rem;
  }

  .catalog-results .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2rem 1rem;
  }

  .site-footer__legal {
    align-items: flex-start;
    flex-wrap: wrap;
  }

  .site-footer__legal p {
    width: 100%;
  }
}

/* Global Solgar header and mega-navigation. */
.utility-bar__inner {
  min-height: 35px;
}

.nav-shell {
  display: grid;
  grid-template-columns: minmax(260px, 410px) minmax(390px, 435px) minmax(360px, 1fr);
  min-height: 98px;
}

.brand {
  padding-left: 40px;
}

.brand img {
  width: 94px;
}

.primary-navigation {
  display: block;
}

.mega-navigation {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-nav-item {
  position: static;
}

.mega-nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 38px 33px 37px;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  background-color: transparent;
  color: black;
  transition: all .15s ease-in-out;
  gap: 7px;
  text-decoration: none;
}

.mega-nav-link::after {
  flex: 0 0 7px;
  width: 7px;
  height: 7px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  color: var(--brown-900);
  content: "";
  transform: translateY(-2px) rotate(45deg);
}

.mega-nav-item:hover > .mega-nav-link,
.mega-nav-item:focus-within > .mega-nav-link {
  background: #e2d8c4;
}

.mega-menu {
  position: absolute;
  z-index: 100;
  top: 100%;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  color: var(--brown-900);
  background: #e2d8c4;
  box-shadow: 0 18px 28px rgba(48, 37, 25, 0.1);
  transform: translateY(-4px);
  transition: opacity 160ms ease, transform 160ms ease, visibility 160ms;
}

.mega-nav-item:hover > .mega-menu,
.mega-nav-item:focus-within > .mega-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.mega-menu__inner {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr minmax(320px, 1.45fr);
  gap: clamp(2rem, 4vw, 5rem);
  min-height: 345px;
  padding-block: 40px;
}

.mega-menu__column > p {
  margin-bottom: 1.25rem;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.mega-menu__column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mega-menu__column--health ul {
  columns: 2;
  column-gap: 2rem;
}

.mega-menu__column li {
  break-inside: avoid;
}

.mega-menu__column a {
  display: block;
  padding-block: 0.36rem;
  font-size: 15px;
  text-decoration: none;
}

.mega-menu__column a:hover {
  text-decoration: underline;
}

.mega-menu__promo {
  position: relative;
  display: grid;
  min-height: 250px;
  overflow: hidden;
  align-self: center;
  place-items: end center;
  color: var(--white);
  background: var(--brown-900);
  text-decoration: none;
}

.mega-menu__promo::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(48, 37, 25, 0.26);
}

.mega-menu__promo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mega-menu__promo span {
  position: relative;
  z-index: 1;
  width: calc(100% - 2rem);
  margin-bottom: 1rem;
  padding: 0.65rem 1rem;
  color: var(--brown-900);
  background: var(--gold-600);
  font-size: 0.67rem;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.mega-menu__inner--simple {
  display: block;
  width: 100%;
  min-height: 0;
  margin: 0;
  padding: 20px 0;
}

.mega-nav-item:not(:first-child) {
  position: relative;
}

.mega-menu--simple {
  top: calc(100% - 2px);
  right: auto;
  left: 0;
  width: 260px;
  min-width: 260px;
  padding: 0;
  transform: none;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
}

.mega-nav-item:hover > .mega-menu--simple,
.mega-nav-item:focus-within > .mega-menu--simple {
  transform: none;
}

.mega-menu--simple .mega-menu__column a {
  width: 100%;
  padding: 12px 33px;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}

.mega-menu--simple .mega-menu__column a:hover,
.mega-menu--simple .mega-menu__column a:focus {
  text-decoration: none;
}

.header-actions {
  display: grid;
  grid-template-columns: minmax(180px, 1fr) 183px;
  align-items: stretch;
  border-left: 1px solid rgba(199, 165, 102, 0.42);
}

.header-search {
  width: auto;
  align-self: stretch;
  padding-inline: 2rem;
  border: 0;
  border-bottom: 0;
}

.header-actions .button {
  min-height: 98px;
  margin: 0;
}

.solgar-home .home-hero {
  min-height: min(590px, calc(100vh - 133px));
}

@media (max-width: 1060px) {
  .nav-shell {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 86px;
  }

  .utility-bar {
    display: none;
  }

  .brand {
    padding-left: 0;
  }

  .brand img {
    width: 76px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .header-actions {
    display: none;
  }

  .primary-navigation {
    position: fixed;
    z-index: 90;
    top: 86px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 1.5rem 16px 3rem;
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
    background: var(--porcelain);
    transform: translateY(-12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms;
  }

  .primary-navigation.is-open {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .mega-navigation {
    display: block;
    height: auto;
  }

  .mega-nav-item {
    border-bottom: 1px solid var(--rule);
  }

  .mega-nav-link {
    justify-content: space-between;
    min-height: 62px;
    border: 0;
    font-size: 0.88rem;
  }

  .mega-nav-link::after {
    display: none;
  }

  .mega-menu {
    display: none;
  }

  .solgar-home .home-hero {
    min-height: 610px;
  }
}

/* Mobile navigation mirrors the compact accordion used by solgar.com. */
@media (max-width: 1060px) {
  .site-header {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff6e8;
    border: 1px solid var(--gold-400);
  }

  html {
    scroll-padding-top: 72px;
  }

  /* WordPress keeps its admin toolbar fixed above 600px. */
  @media (min-width: 601px) {
    body.admin-bar .site-header {
      top: var(--wp-admin--admin-bar--height, 32px);
    }

    body.admin-bar .primary-navigation {
      top: calc(56px + var(--wp-admin--admin-bar--height, 32px));
    }
  }

  .nav-shell {
    display: grid;
    grid-template-columns: 65px minmax(0, 1fr) 54px;
    width: 100%;
    min-height: 54px;
    height: 54px;
    padding: 0;
  }

  .brand {
    width: 65px;
    height: 54px;
    padding: 0;
    justify-content: center;
    border-right: 1px solid var(--gold-400);
  }

  .brand img {
    width: 65px;
    max-height: 54px;
    padding: 5px;
  }

  .mobile-header-search {
    display: flex;
    align-items: center;
    height: 54px;
    margin: 0;
    padding: 0 18px;
    border-right: 1px solid var(--gold-400);
  }

  .mobile-header-search input {
    width: 100%;
    height: 100%;
    min-width: 0;
    padding: 0;
    color: var(--brown-900);
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
  }

  .mobile-header-search input::placeholder {
    color: currentColor;
    opacity: 1;
  }

  .nav-toggle {
    display: grid;
    width: 54px;
    height: 54px;
    min-height: 54px;
    padding: 0;
    place-items: center;
    color: var(--brown-900);
    background: transparent;
    border: 0;
  }

  .nav-toggle__icon {
    position: relative;
    display: block;
    width: 25px;
    height: 20px;
  }

  .nav-toggle__icon i {
    position: absolute;
    left: 0;
    width: 25px;
    height: 1px;
    background: currentColor;
    transition: top 180ms ease, transform 180ms ease;
  }

  .nav-toggle__icon i:first-child {
    top: 5px;
  }

  .nav-toggle__icon i:last-child {
    top: 14px;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__icon i:first-child,
  .nav-toggle[aria-expanded="true"] .nav-toggle__icon i:last-child {
    top: 10px;
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__icon i:first-child {
    transform: rotate(45deg);
  }

  .nav-toggle[aria-expanded="true"] .nav-toggle__icon i:last-child {
    transform: rotate(-45deg);
  }

  body.nav-open .site-header,
  body.nav-open .nav-shell,
  body.nav-open .brand,
  body.nav-open .mobile-header-search,
  body.nav-open .nav-toggle {
    color: var(--white);
    background: var(--brown-900);
    border-color: #936f2c;
  }

  body.nav-open .mobile-header-search input {
    color: var(--white);
  }

  .primary-navigation {
    position: fixed;
    z-index: 90;
    top: 56px;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    padding: 0 0 max(150px, env(safe-area-inset-bottom));
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
    color: var(--white);
    background: var(--brown-900);
    transform: none;
    transition: opacity 180ms linear, visibility 180ms linear;
    overscroll-behavior: contain;
  }

  .primary-navigation.is-open {
    visibility: visible;
    opacity: 1;
    transform: none;
  }

  .mega-navigation {
    display: none;
  }

  .mobile-navigation {
    display: block;
    padding-top: 30px;
  }

  .mobile-menu-section {
    margin: 0;
    padding: 20px 10%;
    border: 0;
    border-bottom: 1px solid #936f2c;
  }

  .mobile-menu-section > summary,
  .mobile-menu-buy {
    display: flex;
    align-items: center;
    min-height: 19px;
    color: var(--white);
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    text-transform: uppercase;
    list-style: none;
  }

  .mobile-menu-section > summary {
    cursor: pointer;
  }

  .mobile-menu-section > summary > a {
    color: inherit;
    text-decoration: none;
  }

  .mobile-menu-section > summary::-webkit-details-marker,
  .mobile-menu-subsection > summary::-webkit-details-marker {
    display: none;
  }

  .mobile-menu-indicator {
    position: relative;
    display: inline-block;
    flex: 0 0 19px;
    width: 19px;
    height: 19px;
    margin-left: 12px;
  }

  .mobile-menu-indicator::before,
  .mobile-menu-indicator::after {
    position: absolute;
    top: 9px;
    left: 0;
    width: 19px;
    height: 1px;
    content: "";
    background: currentColor;
  }

  .mobile-menu-indicator::before {
    width: 17px;
    transform: rotate(90deg);
    transform-origin: center;
  }

  details[open] > summary > .mobile-menu-indicator::before {
    display: none;
  }

  .mobile-product-groups {
    margin-top: 10px;
    padding-right: 20px;
    padding-left: 45px;
  }

  .mobile-menu-subsection {
    margin: 0;
    padding: 0;
    border: 0;
  }

  .mobile-menu-subsection > summary {
    display: flex;
    align-items: center;
    min-height: 38px;
    padding: 10px 0;
    color: var(--gold-600);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    list-style: none;
    cursor: pointer;
  }

  .mobile-menu-subsection ul,
  .mobile-menu-pages {
    margin: 10px 0 0;
    padding: 0 20px 0 45px;
    list-style: none;
  }

  .mobile-menu-subsection li,
  .mobile-menu-pages li {
    margin: 0;
    padding: 10px 0;
  }

  .mobile-menu-subsection a {
    color: var(--white);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
  }

  .mobile-menu-pages a {
    color: var(--gold-600);
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
  }

  .mobile-menu-buy {
    padding: 20px 10%;
  }
}

/* Homepage parallax and product discovery layout, matched to solgar.com. */
.solgar-home {
  position: relative;
  isolation: isolate;
}

.solgar-home .home-hero {
  min-height: 66vh;
  overflow: visible;
  isolation: auto;
}

.solgar-home .home-hero h1 {
  font-size: 30px;
}

.solgar-home .home-hero::after {
  display: none;
}

.solgar-home .button--hero:hover,
.solgar-home .button--hero:focus {
  color: rgb(33, 37, 41);
  background-color: rgb(255, 242, 228);
  text-decoration: none;
}

.solgar-home .home-hero__image {
  position: fixed;
  z-index: -2;
  inset: 0;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
}

.browse-by {
  position: relative;
  z-index: 1;
  padding-block: 80px;
  color: #313030;
  background: var(--olive-500);
}

.browse-by > .site-shell {
  width: min(1334px, calc(100% - 66px));
  border: 1px solid #b8b99e;
}

.browse-by h2 {
  margin: 0;
  padding: 20px;
  border-bottom: 1px solid #b8b99e;
  color: #313030;
  font-size: 15px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
}

.browse-tabs {
  display: flex;
  max-width: none;
  margin: 0;
  border: 0;
}

.browse-tabs a {
  display: block;
  flex: 1 1 0;
  min-height: 0;
  margin: 0 0 -1px;
  padding: 32px;
  border-top: 1px solid #b8b99e;
  border-right: 0;
  border-bottom: 1px solid #b8b99e;
  border-left: 0;
  border-radius: 0;
  color: #313030;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}

.browse-tabs a + a {
  border-left: 1px solid #b8b99e;
}

.browse-tabs a[aria-current="true"],
.browse-tabs a[aria-selected="true"],
.browse-tabs a:hover,
.browse-tabs a:focus-visible {
  color: #313030;
  background: rgba(255, 255, 255, 0.2);
}

.browse-tabs a[aria-current="true"]::after,
.browse-tabs a[aria-selected="true"]::after {
  display: none;
}

.browse-panel {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  padding: 60px 20px 45px;
  margin-bottom: -70px;
  border: 0;
}

.browse-panel a {
  display: flex;
  min-height: 135px;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  gap: 0;
  margin-bottom: 70px;
  padding: 0 15px;
  border: 0;
  color: #313030;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.browse-panel a:hover,
.browse-panel a:focus-visible {
  color: var(--white);
  background: transparent;
}

.browse-panel img {
  width: 85px;
  height: 85px;
  object-fit: contain;
  filter: none;
}

.browse-panel a span {
  width: 100%;
  min-height: 30px;
  margin-top: 20px;
}

.browse-panel a:hover img,
.browse-panel a:focus-visible img {
  filter: none;
}

@media (max-width: 991px) {
  .solgar-home .home-hero {
    min-height: 0;
  }

  .browse-by {
    padding-block: 40px;
  }

  .browse-by > .site-shell {
    width: calc(100% - 32px);
  }

  .browse-by h2 {
    padding: 10px;
    font-size: 13px;
    line-height: 13px;
  }

  .browse-tabs {
    flex-wrap: nowrap;
  }

  .browse-tabs a {
    width: auto;
    padding: 18px 6px;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 1.3px;
  }

  .browse-panel {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding-top: 60px;
    padding-right: 8px;
    padding-left: 8px;
  }
}

/* Latest articles and footer, matched to the solgar.com desktop/mobile rhythm. */
.solgar-home .home-articles {
  padding: 80px 0 110px;
  border-top: 1px solid rgba(199, 165, 102, 0.45);
  background: #fffaf3;
}

.solgar-home .home-articles > .site-shell {
  width: min(1335px, calc(100% - 64px));
}

.solgar-home .home-articles .home-section-heading {
  max-width: none;
  margin: 0 0 74px;
}

.solgar-home .home-articles .home-section-heading h2 {
  margin: 0;
  color: #302519;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.solgar-home .home-article-grid {
  gap: 32px;
}

.solgar-home .home-article-card__image {
  aspect-ratio: 1.41 / 1;
  margin-bottom: 14px;
}

.solgar-home .home-article-card__image img {
  transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1);
}

.solgar-home .home-article-card__image:hover img,
.solgar-home .home-article-card__image:focus-visible img {
  transform: scale(1.025);
}

.solgar-home .home-article-card time {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #302519;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.solgar-home .home-article-card time::before {
  color: #c7a566;
  content: "\f133";
  font: var(--fa-font-light);
  font-size: 15px;
}

.solgar-home .home-article-card h3 {
  margin: 12px 0 8px;
  color: #302519;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 1.5px;
}

.solgar-home .home-article-card__button {
  position: relative;
  display: block;
  width: max-content;
  min-width: 156px;
  min-height: 0;
  margin-inline: auto;
  padding: 13px 54px 13px 20px;
  border: 1px solid #d3b595;
  color: #302519;
  background: transparent;
  font-family: "HCo Gotham SSm", "GothamSSm", "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.16;
  text-decoration: none;
}

.solgar-home .home-article-card__button i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  width: 39px;
  border-left: 1px solid #d3b595;
  font-style: normal;
  font-size: 16px;
  place-items: center;
}

.solgar-home .home-article-card__button:hover,
.solgar-home .home-article-card__button:focus-visible {
  border-color: #d3b595;
  color: #302519;
  background: #fff2e4;
  text-decoration: none;
}

.site-footer {
  position: relative;
  z-index: 10;
  isolation: isolate;
  display: block;
  clear: both;
  width: 100%;
  padding-top: 0;
  color: #fff;
  background: #302519;
}

.site-footer .site-footer__main {
  grid-template-columns: 145px 199px 335px minmax(0, 1fr);
  min-height: 530px;
  width: min(1260px, calc(100% - 64px));
  gap: 64px;
  padding: 80px 0 58px;
}

.site-footer .footer-menu {
  columns: 1;
}

.site-footer .site-footer__heading,
.site-footer .site-footer__social > p {
  margin: 0 0 28px;
  color: #c7a566;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.2px;
}

.site-footer .site-footer__social a,
.site-footer .site-footer__products a,
.site-footer .site-footer__links a {
  margin: 0 0 8px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.site-footer .site-footer__products > .site-footer__heading,
.site-footer .site-footer__links > .site-footer__heading {
  margin: 0 0 28px;
  color: #c7a566;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.site-footer .site-footer__links .footer-menu a {
  letter-spacing: 0;
  text-transform: none;
}

.site-footer .site-footer__social a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.site-footer .site-footer__social svg {
  width: 14px;
  height: 14px;
  flex: 0 0 14px;
  fill: currentColor;
}

.site-footer .site-footer__community > p:not(.site-footer__heading) {
  max-width: 52ch;
  margin: 0;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.site-footer .site-footer__community .newsletter-form {
  width: min(100%, 420px);
  margin-top: 24px;
}

.site-footer .site-footer__community .newsletter-form__fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  border: 1px solid #c7a566;
}

.site-footer .site-footer__community .newsletter-form__fields p {
  margin: 0;
}

#site-footer #input-polje label {
  display: block;
  min-width: 0;
}

#site-footer #input-polje input {
  width: 100%;
  height: 44px;
  padding: 0 14px;
  border: 0;
  border-radius: 0;
  outline-offset: -3px;
  color: #fff;
  background: transparent;
  font-family: "GothamSSm", "Montserrat", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: none;
}

#site-footer #input-polje input::placeholder {
  color: rgba(255, 255, 255, 0.75);
}

#site-footer #input-polje input:focus-visible {
  outline: 2px solid #fff2e4;
}

#site-footer #forma-gumb input {
  height: 44px;
  padding: 0 18px;
  border: 0;
  border-left: 1px solid #c7a566;
  border-radius: 0;
  color: #302519;
  background: #c7a566;
  font-family: "GothamSSm", "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  transition: background-color 180ms ease-out;
}

#site-footer #forma-gumb input:hover,
#site-footer #forma-gumb input:focus-visible {
  background: #fff2e4;
  outline: none;
}

.site-footer .site-footer__community .newsletter-form__response {
  margin-top: 12px;
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
}

.site-footer .newsletter-form__consent {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 11px;
  line-height: 1.45;
}

.site-footer .newsletter-form__consent input {
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  margin: 1px 0 0;
  accent-color: #c7a566;
}

.site-footer .newsletter-form__consent a {
  color: #fff;
  text-underline-offset: 3px;
}

.site-footer .mc4wp-response p {
  margin: 12px 0 0;
  color: #fff;
  font-size: 12px;
  line-height: 1.45;
}

.site-footer .site-footer__legal {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 180px;
  align-items: center;
  gap: 64px;
  width: 100%;
  max-width: none;
  padding: 38px max(32px, calc((100vw - 1330px) / 2));
  border-top: 1px solid rgba(211, 181, 149, 0.75);
  color: #fff;
  font-size: 12px;
  text-align: left;
}

.site-footer .site-footer__legal-copy p {
  margin: 0;
}

.site-footer .site-footer__legal-copy a {
  display: inline-block;

  color: #fff;
}

.site-footer .site-footer__legal img {
  width: 105px;
  height: auto;
  filter: brightness(0) invert(1);
}

@media (max-width: 1150px) {
  .site-footer .site-footer__main {
    grid-template-columns: 1fr 1fr;
    min-height: 0;
    width: calc(100% - 60px);
    gap: 42px 30px;
    padding: 38px 0 58px;
  }

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

  .site-footer__products {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .site-footer__links {
    grid-column: 1;
    grid-row: 2;
  }

  .site-footer__community {
    grid-column: 1 / -1;
    grid-row: 3;
    text-align: center;
  }

  .site-footer .site-footer__community > p:not(.site-footer__heading) {
    max-width: 58ch;
    margin-inline: auto;
  }
}

@media (max-width: 991px) {
  .solgar-home .home-articles {
    padding: 60px 0 72px;
  }

  .solgar-home .home-articles > .site-shell {
    width: calc(100% - 32px);
  }

  .solgar-home .home-articles .home-section-heading {
    margin-bottom: 44px;
  }

  .solgar-home .home-article-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    max-width: 620px;
    margin-inline: auto;
  }

  .site-footer .site-footer__legal {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 26px;
    padding-inline: 30px;
    text-align: center;
  }
}

@media (max-width: 560px) {
  .site-footer .site-footer__main {
    grid-template-columns: 1fr;
    width: calc(100% - 40px);
    gap: 40px;
  }

  .site-footer__social,
  .site-footer__products,
  .site-footer__links,
  .site-footer__community {
    grid-column: 1;
    grid-row: auto;
  }

  .site-footer .site-footer__community .newsletter-form__fields {
    grid-template-columns: minmax(0, 1fr);
    gap: 10px;
    border: 0;
  }

  #site-footer #input-polje,
  #site-footer #forma-gumb {
    border: 1px solid #c7a566;
  }

  #site-footer #forma-gumb input {
    width: 100%;
    border-left: 0;
  }
}

/* Product standards and store locator, matched to the solgar.com homepage. */
.solgar-home .product-standards {
  min-height: 272px;
  color: #302519;
  background: #c7a566;
}

.solgar-home .product-standards__inner {
  width: min(1000px, calc(100% - 64px));
  padding: 44px 0 36px;
}

.solgar-home .product-standards__inner > h2 {
  margin: 0 0 42px;
  color: #302519;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
}

.solgar-home .product-standards__grid {
  max-width: 940px;
}

.solgar-home .product-standards__grid a {
  gap: 18px;
  padding: 0 12px;
  color: #302519;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.solgar-home .product-standards__grid img {
  width: 70px;
  height: 70px;
  filter: brightness(0) invert(1);
}

.solgar-home .where-to-buy-home {
  display: grid;
  grid-template-columns: 2fr 1fr;
  min-height: 425px;
  background: #fffaf3;
}

.solgar-home .where-to-buy-home__copy {
  min-height: 425px;
  padding: 72px clamp(40px, 12.45vw, 180px);
}

.solgar-home .where-to-buy-home h2 {
  margin: 0 0 14px;
  color: #302519;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.solgar-home .where-to-buy-home p {
  max-width: 580px;
  margin: 0 0 22px;
  color: #302519;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
}

.solgar-home .where-to-buy-home > img {
  min-height: 425px;
  object-position: center;
}

.solgar-home .where-to-buy-home .button {
  position: relative;
  display: inline-block;
  min-width: 174px;
  min-height: 0;
  padding: 13px 60px 13px 21px;
  border: 1px solid #c7a566;
  color: #302519;
  background: transparent;
  font-family: "HCo Gotham SSm", "GothamSSm", "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.16;
  text-decoration: none;
}

.solgar-home .where-to-buy-home .button i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  width: 39px;
  border-left: 1px solid #c7a566;
  font-style: normal;
  font-size: 16px;
  place-items: center;
}

.solgar-home .where-to-buy-home .button:hover,
.solgar-home .where-to-buy-home .button:focus-visible {
  border-color: #c7a566;
  color: #302519;
  background: #fff2e4;
  text-decoration: none;
}

@media (max-width: 991px) {
  .solgar-home .product-standards__inner {
    width: calc(100% - 32px);
  }

  .solgar-home .product-standards__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 36px 0;
  }

  .solgar-home .product-standards__grid a:last-child {
    grid-column: 1 / -1;
  }

  .solgar-home .where-to-buy-home {
    grid-template-columns: 1fr;
  }

  .solgar-home .where-to-buy-home__copy {
    min-height: 330px;
    padding: 56px 32px;
  }

  .solgar-home .where-to-buy-home > img {
    min-height: 320px;
  }
}

@media (min-width: 1061px) {
  .utility-bar {
    font-size: 12px;
    line-height: 16px;
  }

  .utility-bar__social {
    margin-right: 38px;
  }

  .nav-shell {
    grid-template-columns: minmax(260px, 410px) minmax(390px, 455px) minmax(360px, 1fr);
  }

  .brand {
    padding-left: 35px;
  }

  .header-actions {
    grid-template-columns: minmax(180px, 320px) minmax(180px, 1fr);
  }

  .header-search {
    grid-template-columns: minmax(0, 1fr) 30px;
    padding-inline: 33px;
    background: rgba(255, 255, 255, 0.23);
    border-right: 1px solid rgba(199, 165, 102, 0.42);
  }

  .header-actions .button {
    min-width: 148px;
    min-height: 34px;
    height: 34px;
    align-self: center;
    justify-self: start;
    margin: 0 0 0 33px;
    padding: 10px 22px;
    border: 0;
    color: var(--brown-900);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.16;
    letter-spacing: 0;
  }

  .header-actions .button:hover,
  .header-actions .button:focus {
    color: var(--brown-900);
  }
}

/* Homepage featured-product carousel, matched to the solgar.com composition. */
.solgar-home .home-products {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 82px 0 30px;
  background: #fffaf5;
}

.solgar-home .home-products::before,
.solgar-home .home-products::after {
  position: absolute;
  right: 0;
  left: 0;
  content: "";
  pointer-events: none;
}

.solgar-home .home-products::before {
  z-index: -2;
  top: -10px;
  height: 330px;
  background-image: var(--home-products-background);
  background-position: center 47%;
  background-size: cover;
  filter: blur(4px);
  transform: scale(1.02);
}

.solgar-home .home-products::after {
  z-index: -1;
  top: 310px;
  bottom: 0;
  background: #fffaf5;
}

.solgar-home .home-products > .site-shell {
  width: min(1245px, calc(100% - 64px));
}

.solgar-home .home-products .home-section-heading {
  max-width: 900px;
  margin: 0 auto 20px;
}

.solgar-home .home-products .home-section-heading h2 {
  margin-bottom: 14px;
  color: #302419;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.solgar-home .home-products .home-section-heading p {
  max-width: 860px;
  margin-inline: auto;
  color: #302419;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.home-product-carousel {
  display: grid;
  grid-template-columns: 45px minmax(0, 1080px) 45px;
  gap: 38px;
  align-items: center;
  justify-content: center;
}

.solgar-home .home-product-grid {
  display: flex;
  gap: 30px;
}

.home-product-carousel__viewport {
  min-width: 0;
  overflow: hidden;
}

.solgar-home .home-product-card {
  display: grid;
  flex: 0 0 calc((100% - 60px) / 3);
  grid-template-rows: 210px 235px;
}

.solgar-home .home-product-card__media {
  width: 100%;
  height: 210px;
  aspect-ratio: auto;
  overflow: visible;
  background: transparent;
}

.solgar-home .home-product-card--1 .home-product-card__media,
.solgar-home .home-product-card--2 .home-product-card__media {
  background: transparent;
}

.solgar-home .home-product-card__shape {
  display: none;
}

.solgar-home .home-product-card__media img {
  width: auto;
  max-width: 70%;
  height: 165px;
}

.solgar-home .home-product-card__copy {
  display: flex;
  height: 235px;
  flex-direction: column;
  align-items: center;
  padding: 34px 32px 26px;
  background: #fff;
  text-align: center;
}

.solgar-home .home-product-card__copy > p {
  display: none;
}

.solgar-home .home-product-card h3 {
  min-height: 2.5em;
  margin: 0 0 20px;
  color: #966c23;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.35;
}

.solgar-home .home-product-card h3 a {
  color: inherit;
}

.solgar-home .home-product-card__copy > div {
  display: -webkit-box;
  overflow: hidden;
  color: #302419;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.48;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.home-product-carousel__arrow {
  display: grid;
  width: 45px;
  height: 45px;
  padding: 0;
  border: 1px solid #d0ad72;
  border-radius: 0;
  color: #302419;
  background: #fffaf5;
  font: inherit;
  font-size: 18px;
  cursor: pointer;
  place-items: center;
  transition: color 180ms ease, background-color 180ms ease;
}

.home-product-carousel__arrow:hover,
.home-product-carousel__arrow:focus-visible {
  color: #fff;
  background: #302419;
}

.home-product-carousel__arrow:disabled {
  cursor: wait;
}

.solgar-home .home-products__action {
  margin: 44px 0 0;
}

.solgar-home .home-products__action .button {
  position: relative;
  display: inline-block;
  min-width: 168px;
  min-height: 0;
  padding: 13px 60px 13px 21px;
  border: 1px solid #c7a566;
  border-radius: 0;
  color: #302519;
  background: transparent;
  font-family: "HCo Gotham SSm", "GothamSSm", "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.16;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}

.solgar-home .home-products__action i {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: grid;
  width: 39px;
  border-left: 1px solid #c7a566;
  font-style: normal;
  font-size: 16px;
  place-items: center;
}

.solgar-home .home-products__action .button:hover,
.solgar-home .home-products__action .button:focus-visible {
  border-color: #c7a566;
  color: #302519;
  background: #fff2e4;
  text-decoration: none;
}

.solgar-home .health-products::before {
  background-color: #c7a566;
  background-position: center 42%;
  background-size: cover;
  filter: none;
  opacity: 1;
  transform: none;
}

.solgar-home .health-products .home-section-heading h2,
.solgar-home .health-products .home-section-heading p {
  color: #fff;
}

.solgar-home .health-product-grid {
  max-width: 1080px;
  margin-inline: auto;
}

.home-video {
  padding: 70px 0;
  background: var(--olive-500);
}

.home-video__inner {
  width: min(1260px, calc(100% - 64px));
}

.home-video__player {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  background: #302519;
}

@media (max-width: 991px) {
  .solgar-home .home-products {
    padding: 56px 0 34px;
  }

  .solgar-home .home-products > .site-shell {
    width: calc(100% - 32px);
  }

  .solgar-home .home-products .home-section-heading {
    margin-bottom: 24px;
  }

  .solgar-home .home-products .home-section-heading h2 {
    font-size: 24px;
  }

  .solgar-home .home-products .home-section-heading p {
    font-size: 14px;
  }

  .home-product-carousel {
    grid-template-columns: 36px minmax(0, 420px) 36px;
    gap: 10px;
  }

  .solgar-home .home-product-grid {
    gap: 0;
  }

  .solgar-home .home-product-card {
    display: none;
    flex-basis: 100%;
  }

  .solgar-home .home-product-card.is-current {
    display: grid;
  }

  .solgar-home .health-product-grid {
    max-width: 420px;
    flex-direction: column;
    gap: 24px;
  }

  .solgar-home .health-product-grid .home-product-card {
    display: grid;
    flex-basis: auto;
  }

  .home-video {
    padding: 40px 0;
  }

  .home-video__inner {
    width: calc(100% - 32px);
  }

  .home-product-carousel__arrow {
    width: 36px;
    height: 36px;
  }
}

/* Product archive filters — Solgar.com accordion treatment with local data. */
.catalog-layout {
  grid-template-columns: 310px minmax(0, 1fr);
  gap: clamp(44px, 5vw, 80px);
}

.catalog-filters {
  top: 24px;
  padding: 0 38px 0 0;
  border-right: 0;
}

.filter-accordions {
  display: grid;
}

.filter-accordion {
  margin: 0;
  border: 0;
}

.filter-accordion summary {
  position: relative;
  display: flex;
  min-height: 59px;
  align-items: center;
  padding: 18px 0 18px 34px;
  color: #302519;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  list-style: none;
}

.filter-accordion summary::-webkit-details-marker {
  display: none;
}

.filter-accordion summary::before,
.filter-accordion summary::after {
  position: absolute;
  left: 0;
  background: #302519;
  content: "";
  transition: transform 180ms ease-out;
}

.filter-accordion summary::before {
  top: calc(50% - 0.5px);
  width: 15px;
  height: 1px;
}

.filter-accordion summary::after {
  top: calc(50% - 7px);
  left: 7px;
  width: 1px;
  height: 15px;
}

.filter-accordion[open] summary::after {
  transform: scaleY(0);
}

.filter-accordion summary:hover {
  color: #966c23;
}

.filter-accordion summary:focus-visible {
  outline: 2px solid #966c23;
  outline-offset: 3px;
}

.filter-accordion__count {
  display: inline-grid;
  width: 22px;
  height: 22px;
  place-items: center;
  margin-left: 10px;
  color: #fffaf3;
  background: #966c23;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.filter-accordion__options {
  display: grid;
  gap: 0;
  padding: 0 0 40px 35px;
}

.filter-accordion[open] summary {
  min-height: 40px;
  padding-block: 10px;
}

.filter-accordion .check-control {
  min-height: 39px;
  gap: 11px;
  color: #302519;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.25;
  cursor: pointer;
}

.filter-accordion .check-control input {
  appearance: none;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  margin: 0;
  border: 1px solid #f0cfad;
  border-radius: 0;
  background: #fff;
  cursor: pointer;
}

.filter-accordion .check-control input:checked {
  background: #c7a566;
  box-shadow: inset 0 0 0 3px #fffaf3;
}

.filter-accordion .check-control input:focus-visible {
  outline: 2px solid #302519;
  outline-offset: 3px;
}

.filter-accordion .check-control:hover span {
  color: #966c23;
}

.catalog-filters .filter-actions {
  gap: 14px;
  margin-top: 12px;
  padding-top: 28px;
  border-top: 1px solid #d3b595;
}

.catalog-filters .filter-actions .button {
  min-height: 44px;
  border-radius: 0;
  font-size: 12px;
  letter-spacing: 0.7px;
}

.catalog-filters .filter-actions .button:hover,
.catalog-filters .filter-actions .button:focus-visible {
  color: #302519;
  background: #fff2e4;
}

.catalog-filters .filter-actions a {
  color: #51483f;
  text-underline-offset: 4px;
}

@media (min-width: 981px) {
  .catalog-layout {
    width: min(1330px, calc(100% - 64px));
    grid-template-columns: 310px minmax(0, 1fr);
    column-gap: clamp(40px, calc(40px + (100vw - 1200px) * 0.148), 144px);
    padding-block: 0;
  }

  .catalog-filters {
    position: relative;
    top: 0;
    align-self: stretch;
    padding: 48px 35px 64px 36px;
    border-right: 1px solid #d3b595;
  }

  .catalog-results {
    padding-block: 60px 96px;
  }

  .catalog-results__header {
    margin-bottom: 51px;
  }

  .catalog-results .product-card__media {
    height: 210px;
  }

  .catalog-results .product-card__title {
    min-height: 67.5px;
  }
}

@media (max-width: 980px) {
  .catalog-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .catalog-filters {
    position: fixed;
    z-index: 150;
    inset: 0;
    display: none;
    top: 0;
    padding: 24px clamp(24px, 6vw, 48px) 40px;
    border-right: 0;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: var(--porcelain);
  }

  .catalog-filters.is-open {
    display: block;
  }

  .filter-toggle,
  .filter-close {
    display: flex;
    width: 100%;
  }

  .filter-close {
    justify-content: space-between;
    align-items: center;
    min-height: 54px;
    margin-bottom: 16px;
    border: 0;
    border-bottom: 1px solid #d3b595;
    background: transparent;
    color: #302519;
  }

  .filter-accordions {
    max-width: 420px;
    margin-inline: auto;
  }

  .catalog-filters .filter-actions {
    max-width: 420px;
    margin-inline: auto;
  }
}

@media (max-width: 480px) {
  .catalog-filters {
    padding-inline: 22px;
  }

  .filter-accordion summary {
    min-height: 56px;
  }

  .filter-accordion__options {
    padding-left: 34px;
  }
}

.site-footer__legal-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  align-items: center;
  margin-top: 8px;
}

.site-footer__legal-links button,
.site-footer__legal-links a {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
  cursor: pointer;
}

.site-footer__legal-links button:hover,
.site-footer__legal-links button:focus-visible,
.site-footer__legal-links a:hover,
.site-footer__legal-links a:focus-visible {
  color: #d2ab5c;
}

.solgar-privacy-choice {
  position: fixed;
  z-index: 1000;
  right: 20px;
  bottom: 20px;
  left: 20px;
  margin-inline: auto;
  max-width: 1120px;
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  border: 1px solid #caa66a;
  background: #fff9f1;
  box-shadow: 0 16px 48px rgba(48, 37, 25, 0.2);
  color: #302519;
}

.solgar-privacy-choice[hidden] {
  display: none;
}

.solgar-privacy-choice__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 22px 24px;
}

.solgar-privacy-choice h2 {
  margin: 0 0 6px;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
}

.solgar-privacy-choice p {
  max-width: 720px;
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.solgar-privacy-choice a {
  color: inherit;
  font-weight: 600;
  text-underline-offset: 3px;
}

.solgar-privacy-choice__actions {
  display: flex;
  gap: 10px;
}

.solgar-privacy-choice__button {
  min-height: 46px;
  padding: 10px 20px;
  border: 1px solid #aa8040;
  border-radius: 0;
  font: inherit;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.45px;
  text-transform: uppercase;
  cursor: pointer;
}

.solgar-privacy-choice__button--primary {
  background: #caa66a;
  color: #302519;
}

.solgar-privacy-choice__button--secondary {
  background: transparent;
  color: #302519;
}

.solgar-privacy-choice__button:hover,
.solgar-privacy-choice__button:focus-visible {
  border-color: #302519;
  outline: 2px solid transparent;
  background: #302519;
  color: #fff9f1;
}

@media (max-width: 760px) {
  .solgar-privacy-choice {
    right: 12px;
    bottom: 12px;
    left: 12px;
  }

  .solgar-privacy-choice__content {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 20px;
  }

  .solgar-privacy-choice__actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 420px) {
  .solgar-privacy-choice__actions {
    grid-template-columns: 1fr;
  }
}

.legal-page {
  min-height: 70vh;
  color: #302519;
  background: #fffaf3;
}

.legal-nav {
  border-bottom: 1px solid #d3b595;
  background: #fffaf3;
}

.legal-nav__inner {
  display: flex;
  justify-content: center;
  gap: clamp(24px, 4vw, 64px);
  min-height: 66px;
}

.legal-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #302519;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.legal-nav a::after {
  position: absolute;
  right: 0;
  bottom: 14px;
  left: 0;
  height: 1px;
  background: #c7a566;
  content: "";
  opacity: 0;
  transform: scaleX(0.4);
  transition: opacity 180ms ease, transform 180ms ease;
}

.legal-nav a:hover::after,
.legal-nav a:focus-visible::after,
.legal-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.legal-hero {
  border-bottom: 1px solid #d3b595;
  background: #f7ead7;
}

.legal-hero__inner {
  padding-block: clamp(48px, 7vw, 92px);
}

.legal-hero__eyebrow {
  margin: 0 0 16px;
  color: #936c2e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.legal-hero h1 {
  max-width: 18ch;
  margin: 0;
  color: #302519;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  text-transform: uppercase;
}

.legal-hero__lead {
  max-width: 68ch;
  margin: 22px 0 0;
  color: #5f5245;
  font-size: 16px;
  line-height: 1.6;
}

.legal-layout {
  display: grid;
  grid-template-columns: minmax(180px, 240px) minmax(0, 760px);
  justify-content: space-between;
  gap: clamp(48px, 8vw, 112px);
  padding-block: clamp(48px, 7vw, 96px);
}

.legal-toc {
  align-self: start;
  position: sticky;
  top: 132px;
  padding-top: 4px;
}

.legal-toc > p {
  margin: 0 0 18px;
  color: #936c2e;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.legal-toc nav {
  display: grid;
  border-top: 1px solid #d3b595;
}

.legal-toc a {
  padding: 11px 0;
  border-bottom: 1px solid rgba(211, 181, 149, 0.65);
  color: #5f5245;
  font-size: 13px;
  line-height: 1.35;
  text-decoration: none;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
  color: #936c2e;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.legal-content {
  min-width: 0;
  color: #302519;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.legal-content > :first-child {
  margin-top: 0;
}

.legal-content > * + * {
  margin-top: 1.25em;
}

.legal-content h2 {
  margin: 48px 0 16px;
  color: #302519;
  font-size: 25px;
  line-height: 1.25;
  scroll-margin-top: 150px;
  text-transform: uppercase;
}

.legal-content h2:first-child {
  margin-top: 0;
}

.legal-content p,
.legal-content li {
  overflow-wrap: anywhere;
}

.legal-content ul,
.legal-content ol {
  margin: 18px 0 28px;
  padding-left: 22px;
}

.legal-content li + li {
  margin-top: 8px;
}

.legal-content li::marker {
  color: #aa8040;
}

.legal-content a {
  color: inherit;
  text-decoration-color: #aa8040;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.legal-content a:hover,
.legal-content a:focus-visible {
  color: #936c2e;
  text-decoration-thickness: 2px;
}

.legal-content code {
  padding: 2px 5px;
  background: #f1e3ce;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.9em;
}

.legal-data-table {
  max-width: 100%;
  border: 1px solid #d3b595;
  overflow-x: auto;
}

.legal-data-table:focus-visible {
  outline: 2px solid #aa8040;
  outline-offset: 3px;
}

.legal-data-table table {
  width: 100%;
  min-width: 520px;
  border-collapse: collapse;
}

.legal-data-table th,
.legal-data-table td {
  padding: 14px 18px;
  border-bottom: 1px solid rgba(211, 181, 149, 0.7);
  text-align: left;
  vertical-align: top;
}

.legal-data-table tr:last-child th,
.legal-data-table tr:last-child td {
  border-bottom: 0;
}

.legal-data-table th {
  width: 34%;
  background: #f7ead7;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.legal-cookie-settings {
  margin-top: 48px;
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid #d3b595;
  background: #f7ead7;
}

.legal-cookie-settings h2 {
  margin-top: 0;
}

.legal-cookie-settings .button {
  margin-top: 8px;
}

@media (max-width: 900px) {
  .legal-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .legal-toc {
    position: static;
  }

  .legal-toc nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 24px;
  }
}

@media (max-width: 700px) {
  .legal-nav__inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    padding-inline: 0;
  }

  .legal-nav a {
    justify-content: center;
    min-height: 48px;
    padding: 8px 12px;
    border-right: 1px solid rgba(211, 181, 149, 0.65);
    border-bottom: 1px solid rgba(211, 181, 149, 0.65);
    text-align: center;
  }

  .legal-nav a:nth-child(even) {
    border-right: 0;
  }

  .legal-nav a::after {
    right: 20%;
    bottom: 7px;
    left: 20%;
  }

  .legal-hero__inner,
  .legal-layout {
    width: calc(100% - 40px);
  }

  .legal-hero h1 {
    font-size: 34px;
  }

  .legal-layout {
    padding-block: 40px 64px;
  }

  .legal-toc nav {
    grid-template-columns: 1fr;
  }

  .legal-content {
    font-size: 15px;
    line-height: 1.65;
  }

  .legal-content h2 {
    margin-top: 38px;
    font-size: 22px;
  }

  .legal-data-table {
    margin-inline: -8px;
  }

  .legal-data-table table {
    min-width: 0;
  }

  .legal-data-table th,
  .legal-data-table td {
    padding: 12px 10px;
  }

  .legal-data-table th {
    width: 38%;
  }
}
