@font-face {
  font-family: 'Bricolage Grotesque';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/bricolage-grotesque-latin.woff2') format('woff2');
}

/* Owner-approved catalog simplification, 2026-08-03 */
.pf-home-product-carousel {
  padding-top: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
}

.pf-home-product-carousel .pf-section-head {
  margin-bottom: 1.15rem;
}

.pf-home-product-slider .product-small .box {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 22px;
  background: #fffaf4;
  box-shadow: 0 14px 34px rgba(31, 24, 16, 0.07);
}

.pf-home-product-slider .box-image {
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, #fff8ef 0%, #ffffff 75%);
}

.pf-home-product-slider .box-image img {
  width: 100%;
  height: 100%;
  padding: clamp(0.75rem, 1.5vw, 1.3rem);
  object-fit: contain;
}

.pf-home-product-slider .box-text {
  min-height: auto !important;
  padding: 0.85rem 1rem 1.1rem;
  text-align: center;
}

.pf-home-product-slider .product-title {
  min-height: 2.65em;
  margin: 0;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.32;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pf-newsletter__form input[type="submit"] {
  min-height: 54px;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  font-size: 0.9rem;
}

body.post-type-archive-product.woocommerce ul.products,
body.tax-product_cat.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
}

body.post-type-archive-product.woocommerce ul.products > li.product,
body.tax-product_cat.woocommerce ul.products > li.product {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
}

body.post-type-archive-product.woocommerce ul.products > li.product .product-small,
body.tax-product_cat.woocommerce ul.products > li.product .product-small {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 22px;
  background: #fffaf4;
  box-shadow: 0 14px 34px rgba(31, 24, 16, 0.07);
}

body.post-type-archive-product.woocommerce ul.products .box-image,
body.tax-product_cat.woocommerce ul.products .box-image {
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #fff6ea 0%, #ffffff 80%);
}

body.post-type-archive-product.woocommerce ul.products .box-image img,
body.tax-product_cat.woocommerce ul.products .box-image img {
  width: 100%;
  height: 100%;
  padding: clamp(0.85rem, 1.75vw, 1.5rem);
  object-fit: contain;
}

body.post-type-archive-product.woocommerce ul.products li.post-25 .box-image .front-image img,
body.tax-product_cat.woocommerce ul.products li.post-25 .box-image .front-image img {
  padding: 19%;
}

body.post-type-archive-product.woocommerce ul.products .box-image .back-image,
body.tax-product_cat.woocommerce ul.products .box-image .back-image {
  box-sizing: border-box;
  padding: clamp(1.25rem, 2.5vw, 2.25rem);
  background: #fff;
  object-fit: contain !important;
}

body.post-type-archive-product.woocommerce ul.products .box-text,
body.tax-product_cat.woocommerce ul.products .box-text {
  padding: 1rem 1.05rem 1.25rem;
}

.pf-contact-instagram {
  margin-top: 0.4rem;
}

@media (min-width: 768px) and (max-width: 1023px) {
  body.post-type-archive-product.woocommerce ul.products,
  body.tax-product_cat.woocommerce ul.products {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (hover: none), (max-width: 849px) {
  body.post-type-archive-product.woocommerce ul.products .box-image .back-image,
  body.tax-product_cat.woocommerce ul.products .box-image .back-image {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pf-home-product-carousel {
    padding-top: 1.5rem;
    padding-bottom: 2rem;
  }

  .pf-home-product-slider .product-title {
    font-size: 0.88rem;
  }

  body.post-type-archive-product.woocommerce ul.products,
  body.tax-product_cat.woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 0.75rem !important;
  }

  body.post-type-archive-product.woocommerce ul.products .box-text,
  body.tax-product_cat.woocommerce ul.products .box-text {
    padding: 0.75rem 0.7rem 0.95rem;
  }
}

:root {
  --fs-color-primary: #bb9773;
  --primary-color: #bb9773;
  --pf-ink: #0b0b0c;
  --pf-paper: #fbf4ea;
  --pf-surface: #ffffff;
  --pf-line: rgba(14, 14, 16, 0.12);
  --pf-muted: rgba(11, 11, 12, 0.68);
  --pf-accent: #bb9773;
  --pf-accent-strong: #a77f59;
  --pf-accent-soft: rgba(187, 151, 115, 0.16);
  --pf-shadow: 0 18px 45px rgba(18, 18, 20, 0.08);
  --pf-radius: 24px;
  --pf-radius-sm: 16px;
  --pf-shell: min(1680px, calc(100vw - 80px));
}

html {
  scroll-behavior: smooth;
}

body.pf-brand {
  --fs-color-primary: #bb9773;
  --primary-color: #bb9773;
  color: var(--pf-ink);
  background:
    radial-gradient(circle at top left, rgba(243, 107, 18, 0.12), transparent 32%),
    radial-gradient(circle at top right, rgba(11, 11, 12, 0.06), transparent 26%),
    linear-gradient(180deg, #fff8ef 0%, #ffffff 680px);
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
}

body.pf-brand a {
  color: inherit;
}

body.pf-brand h1,
body.pf-brand h2,
body.pf-brand h3,
body.pf-brand h4 {
  font-family: 'Bricolage Grotesque', system-ui, sans-serif;
  font-weight: 750;
  letter-spacing: -0.04em;
  line-height: 1;
}

body.pf-brand .button,
body.pf-brand button,
body.pf-brand input,
body.pf-brand select,
body.pf-brand textarea {
  font-family: inherit;
}

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

.pf-topbar {
  background: #090909;
  color: #fff;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

.pf-topbar__inner {
  min-height: 42px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.pf-topbar__note {
  margin: 0;
  display: flex;
  gap: 0.55rem;
  flex-wrap: wrap;
  align-items: center;
}

.pf-topbar__note strong {
  color: #fff;
}

.pf-topbar__links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.pf-topbar__links a {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(255, 255, 255, 0.88);
  text-decoration: none;
}

.pf-topbar__links .pf-icon {
  width: 15px;
  height: 15px;
}

.pf-eyebrow {
  margin: 0 0 0.8rem;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--pf-accent);
}

.pf-button,
.button.pf-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border-radius: 10px;
  padding: 0.9rem 1.4rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  border: 1px solid transparent;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease, border-color 180ms ease;
}

.pf-button:hover,
.button.pf-button:hover {
  transform: translateY(-1px);
}

.pf-button--primary,
.button.pf-button--primary,
body.pf-brand .single_add_to_cart_button,
body.pf-brand .pf-buy-now,
body.pf-brand .pf-sticky-buy__primary {
  background: linear-gradient(180deg, var(--pf-accent-strong), var(--pf-accent));
  color: #fff;
  box-shadow: 0 12px 28px rgba(243, 107, 18, 0.28);
}

.pf-button--secondary,
.button.pf-button--secondary,
body.pf-brand .pf-buy-secondary,
body.pf-brand .pf-sticky-buy__secondary {
  background: transparent;
  border-color: var(--pf-accent);
  color: var(--pf-ink);
}

.pf-hero {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: 1.5rem;
  align-items: center;
  padding: 1.4rem 0 0.8rem;
}

.pf-hero__copy {
  position: relative;
  z-index: 2;
}

.pf-hero__copy h1 {
  margin: 0;
  max-width: none;
  font-size: clamp(3rem, 4.7vw, 4.8rem);
  line-height: 0.94;
  text-transform: uppercase;
}

.pf-hero__copy h1 span,
.pf-hero__copy h1 strong {
  display: block;
  white-space: nowrap;
}

.pf-hero-title-main span {
  display: inline;
}

.pf-hero__lede--mobile {
  display: none;
}

.pf-hero__copy h1 strong {
  color: var(--pf-accent);
  font-weight: 800;
}

.pf-hero__lede {
  max-width: 31rem;
  margin: 1rem 0 0;
  font-size: 1.2rem;
  line-height: 1.4;
  color: var(--pf-ink);
}

.pf-hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.65rem;
}

.pf-hero__visual {
  position: relative;
  min-height: 340px;
  display: grid;
  align-items: end;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
}

.pf-hero__visual::before {
  content: '';
  position: absolute;
  inset: 5% 0 0;
  border-radius: 32px;
  background:
    linear-gradient(135deg, rgba(243, 107, 18, 0.08), rgba(255, 255, 255, 0.88)),
    radial-gradient(circle at 20% 20%, rgba(243, 107, 18, 0.12), transparent 45%);
  border: 1px solid rgba(11, 11, 12, 0.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65), var(--pf-shadow);
}

.pf-hero__image {
  position: relative;
  z-index: 1;
  filter: drop-shadow(0 26px 26px rgba(11, 11, 12, 0.18));
}

.pf-hero__image img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}

.pf-hero__image--large {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  margin: 0 -8% 0 0;
}

.pf-hero__image--small {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  max-width: 100%;
  margin: 0 -8%;
}

.pf-hero__image--offset {
  grid-column: 3;
  grid-row: 1;
  align-self: end;
  margin: 0 0 0 -8%;
}

.pf-hero__visual-mobile {
  display: none;
}

.pf-traits {
  margin-top: 0.55rem;
}

.pf-traits__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.95rem;
}

.pf-trait {
  display: grid;
  grid-template-columns: 38px 1fr;
  grid-template-rows: auto auto;
  column-gap: 0.65rem;
  row-gap: 0.1rem;
  align-items: center;
  justify-items: start;
  text-align: left;
  padding: 0.72rem 0.8rem;
  border: 1px solid var(--pf-line);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: var(--pf-shadow);
}

.pf-trait .pf-icon {
  grid-row: 1 / span 2;
  width: 32px;
  height: 32px;
  color: var(--pf-accent);
}

.pf-trait strong {
  font-size: 1rem;
}

.pf-trait span {
  color: var(--pf-muted);
  font-size: 0.92rem;
  line-height: 1.3;
}

.pf-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.1rem;
}

.pf-section-head h2,
.pf-story__panel h2 {
  margin: 0;
  font-size: clamp(1.8rem, 2.15vw, 2.45rem);
}

.pf-section-head h2 {
  max-width: none;
}

.pf-story__panel h2 {
  max-width: 14ch;
}

.pf-section-subcopy {
  margin: 0.3rem 0 0;
  color: var(--pf-muted);
}

.pf-text-link {
  color: var(--pf-accent);
  font-weight: 700;
  text-decoration: none;
}

.pf-categories,
.pf-products,
.pf-recipes,
.pf-story {
  padding-top: 1.9rem;
}

.pf-categories__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 0.9rem;
}

.pf-category-card {
  display: flex;
  gap: 0.9rem;
  align-items: center;
  padding: 1rem;
  border-radius: 22px;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--pf-line);
  box-shadow: var(--pf-shadow);
  min-height: 78px;
  transition: transform 180ms ease, border-color 180ms ease;
}

.pf-category-card:hover {
  transform: translateY(-3px);
  border-color: rgba(243, 107, 18, 0.36);
}

.pf-category-card__icon .pf-icon {
  width: 28px;
  height: 28px;
  color: var(--pf-accent);
  flex: none;
}

.pf-category-card__copy {
  display: grid;
  gap: 0.18rem;
}

.pf-category-card__copy strong {
  font-size: 1.02rem;
}

.pf-category-card__copy span {
  color: var(--pf-muted);
  font-size: 0.93rem;
  line-height: 1.35;
}

.pf-products__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.pf-product-card,
.pf-recipe-card {
  border-radius: 26px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--pf-line);
  box-shadow: var(--pf-shadow);
}

.pf-product-card {
  display: grid;
  grid-template-columns: minmax(0, 0.44fr) minmax(0, 0.56fr);
  min-height: 226px;
}

.pf-product-card__media {
  display: block;
  background:
    radial-gradient(circle at top, rgba(243, 107, 18, 0.12), transparent 55%),
    linear-gradient(180deg, #fff, #fff8ef);
  aspect-ratio: auto;
  padding: 0.75rem;
}

.pf-product-card__media img,
.pf-product-card__media .wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pf-product-card__body {
  display: grid;
  align-content: center;
  gap: 0.45rem;
  padding: 0.8rem;
}

.pf-product-card__category,
.pf-recipe-card__category {
  margin: 0;
  color: var(--pf-accent);
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pf-product-card__body h3,
.pf-recipe-card__body h3 {
  margin: 0;
  font-size: 1.12rem;
  line-height: 1.08;
}

.pf-product-card__body h3 a {
  text-decoration: none;
}

.pf-product-card__excerpt {
  display: none;
}

.pf-product-card__price-row {
  display: grid;
  gap: 0.55rem;
}

.pf-product-card__price {
  font-size: 1.08rem;
  font-weight: 800;
}

.pf-card-button {
  border-radius: 999px;
  background: var(--pf-accent);
  color: #fff;
  width: 100%;
  min-height: 40px;
  padding: 0.65rem 0.5rem;
  font-size: 0.78rem;
  line-height: 1.15;
  text-align: center;
  white-space: nowrap;
}

.pf-card-button .pf-icon {
  width: 17px;
  height: 17px;
  margin-right: 0.3rem;
  vertical-align: middle;
}

.pf-card-button:hover {
  background: #111;
}

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

.pf-recipe-card {
  display: grid;
  text-decoration: none;
}

.pf-recipe-card__media {
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.pf-recipe-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-recipe-card__body {
  display: grid;
  gap: 0.55rem;
  padding: 1rem 1rem 1.2rem;
}

.pf-recipe-card__body p {
  margin: 0;
  color: var(--pf-muted);
  line-height: 1.45;
}

.pf-story {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 1rem;
  padding-bottom: 5rem;
}

.pf-story__panel,
.pf-story__list {
  border-radius: 28px;
  border: 1px solid var(--pf-line);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--pf-shadow);
}

.pf-story__panel {
  padding: 1.5rem;
}

.pf-story__panel p:last-child {
  margin-bottom: 0;
  color: var(--pf-muted);
  line-height: 1.6;
}

.pf-story__list {
  display: grid;
  gap: 0.95rem;
  padding: 1.1rem;
}

.pf-story__item,
.pf-trust-strip__item,
.pf-prefooter__item,
.pf-product-highlights__item {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}

.pf-story__item .pf-icon,
.pf-trust-strip__item .pf-icon,
.pf-prefooter__item .pf-icon,
.pf-product-highlights__item .pf-icon,
.pf-page-intro__aside .pf-icon {
  width: 24px;
  height: 24px;
  color: var(--pf-accent);
  flex: none;
}

.pf-story__item strong,
.pf-trust-strip__item strong,
.pf-prefooter__item strong {
  display: block;
  margin-bottom: 0.2rem;
}

.pf-story__item span,
.pf-trust-strip__item span,
.pf-prefooter__item span,
.pf-page-intro__aside span {
  color: var(--pf-muted);
  line-height: 1.45;
}

.pf-archive-intro,
.pf-page-intro {
  margin-top: 1rem;
  margin-bottom: 1.7rem;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 1.15rem 0 0.35rem;
}

.pf-archive-intro.pf-shell,
.pf-page-intro.pf-shell {
  width: 100%;
}

.pf-archive-intro__copy,
.pf-page-intro__copy {
  max-width: 55rem;
}

.pf-archive-intro__copy h2,
.pf-page-intro__copy h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 4rem);
}

.pf-archive-intro__copy p,
.pf-page-intro__copy p {
  margin: 0.85rem 0 0;
  color: var(--pf-muted);
  line-height: 1.55;
}

.pf-archive-intro__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  justify-content: flex-end;
}

.pf-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--pf-line);
  background: rgba(255, 255, 255, 0.92);
  text-decoration: none;
  white-space: nowrap;
}

.pf-chip .pf-icon {
  width: 18px;
  height: 18px;
  color: var(--pf-accent);
}

.pf-product-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.pf-product-highlights__item {
  align-items: center;
  border: 1px solid rgba(243, 107, 18, 0.18);
  background: rgba(243, 107, 18, 0.08);
  padding: 0.65rem 0.85rem;
  border-radius: 999px;
}

.pf-product-buy-row {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.pf-product-presentation {
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
}

.pf-product-presentation span {
  color: var(--pf-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pf-product-presentation strong {
  width: fit-content;
  padding: 0.65rem 1rem;
  border: 1px solid var(--pf-accent);
  border-radius: 10px;
  background: #fff;
}

.pf-product-presentation__mobile {
  display: none;
}

.pf-product-category-badge {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 0.5rem;
  padding: 0.35rem 0.65rem;
  border-radius: 6px;
  background: var(--pf-accent);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pf-product-rating {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: -0.1rem 0 0.55rem;
  color: var(--pf-accent);
  font-size: 1.05rem;
  letter-spacing: 0.08em;
}

.pf-product-rating small {
  color: var(--pf-muted);
  font-size: 0.78rem;
  letter-spacing: 0;
}

.pf-product-subtitle {
  margin: -0.1rem 0 0.45rem;
  color: var(--pf-muted);
  font-size: 1rem;
}

.pf-buy-secondary {
  display: none !important;
}

.pf-product-buy-row .button {
  margin: 0;
}

.pf-trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.15rem;
  border-radius: 28px;
  border: 1px solid var(--pf-line);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--pf-shadow);
}

.pf-home-service-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
  padding: 1rem;
  border: 1px solid var(--pf-border);
  border-radius: 18px;
  background: #fff;
}

.pf-home-service-strip__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  color: var(--pf-ink);
}

.pf-home-service-strip__item .pf-icon {
  width: 24px;
  height: 24px;
  color: var(--pf-accent);
}

.pf-trust-strip__item {
  padding-right: 0.4rem;
}

.pf-trust-strip__item strong {
  font-size: 1rem;
}

.pf-quality-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--pf-line);
  border-bottom: 1px solid var(--pf-line);
}

.pf-quality-strip__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.pf-quality-strip__item .pf-icon {
  width: 30px;
  height: 30px;
  color: var(--pf-accent);
}

.pf-quality-strip__item span {
  display: grid;
  gap: 0.15rem;
}

.pf-quality-strip__item small {
  color: var(--pf-muted);
}

.pf-prefooter {
  padding: 2.5rem 0 0.8rem;
}

.pf-prefooter__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
  padding: 1rem;
  border-radius: 30px;
  background: linear-gradient(180deg, #101010, #060606);
  color: #fff;
  box-shadow: 0 24px 55px rgba(10, 10, 10, 0.32);
}

.pf-prefooter__item {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 22px;
  padding: 1rem;
}

.pf-prefooter__item h3 {
  margin: 0 0 0.2rem;
  color: #fff;
}

.pf-prefooter__item p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.45;
}

.pf-prefooter__item .pf-icon {
  color: var(--pf-accent-strong);
}

body.pf-brand .footer-wrapper,
body.pf-brand footer,
body.pf-brand .footer {
  background: #050505;
  color: rgba(255, 255, 255, 0.82);
}

body.pf-brand footer a,
body.pf-brand .footer a {
  color: #fff;
}

.pf-nutrition-tab {
  display: grid;
  gap: 1rem;
}

.pf-nutrition-tab__image {
  width: 100%;
  height: auto;
  border-radius: 20px;
  border: 1px solid var(--pf-line);
}

.pf-nutrition-tab__meta {
  display: grid;
  gap: 0.75rem;
  margin: 0;
}

.pf-nutrition-tab__meta > div {
  display: grid;
  gap: 0.25rem;
  padding: 0.9rem 1rem;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--pf-line);
}

.pf-nutrition-tab__meta dt {
  font-weight: 800;
}

.pf-nutrition-tab__meta dd {
  margin: 0;
  color: var(--pf-muted);
}

body.pf-brand .woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

body.pf-brand .woocommerce ul.products li.product {
  width: auto;
  margin: 0;
  float: none;
}

body.pf-brand .woocommerce ul.products li.product .product-small.box {
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--pf-line);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--pf-shadow);
}

body.pf-brand .woocommerce ul.products li.product .box-image {
  background:
    radial-gradient(circle at top, rgba(243, 107, 18, 0.12), transparent 55%),
    linear-gradient(180deg, #fff, #fff8ef);
}

body.pf-brand .woocommerce ul.products li.product .box-text {
  padding: 0.95rem 1rem 1rem;
}

body.pf-brand .woocommerce ul.products li.product .box-text .category {
  color: var(--pf-accent);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

body.pf-brand .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Fraunces', Georgia, serif;
  font-size: 1.35rem;
  line-height: 1.08;
  padding: 0;
  margin: 0.35rem 0 0.45rem;
}

body.pf-brand .woocommerce ul.products li.product .price {
  color: var(--pf-ink);
  font-size: 1.08rem;
  font-weight: 800;
}

body.pf-brand .woocommerce ul.products li.product .button {
  width: 100%;
  margin-top: 0.7rem;
  border-radius: 999px;
  background: var(--pf-accent);
  color: #fff;
}

body.pf-brand .product-container,
body.pf-brand .woocommerce-Tabs-panel,
body.pf-brand .woocommerce-tabs,
body.pf-brand .summary,
body.pf-brand .product-main,
body.pf-brand .product-footer,
body.pf-brand .cart,
body.pf-brand .checkout {
  color: var(--pf-ink);
}

body.pf-brand .product-container,
body.pf-brand .woocommerce-cart,
body.pf-brand .woocommerce-checkout,
body.pf-brand .archive.woocommerce,
body.pf-brand .single-product .product-main {
  position: relative;
}

body.pf-brand .product-title,
body.pf-brand .product-info .product_title {
  font-size: clamp(2.3rem, 4vw, 4rem);
}

body.pf-brand .product-info .price,
body.pf-brand .summary .price {
  color: var(--pf-accent);
  font-size: clamp(1.8rem, 2.5vw, 2.8rem);
  font-weight: 800;
}

body.pf-brand .woocommerce-product-gallery,
body.pf-brand .product-gallery {
  border-radius: 28px;
}

body.pf-brand .woocommerce-product-gallery__wrapper,
body.pf-brand .woocommerce div.product div.images {
  border-radius: 28px;
  overflow: hidden;
}

body.pf-brand .woocommerce div.product .woocommerce-product-rating {
  color: var(--pf-accent);
}

body.pf-brand .woocommerce div.product form.cart .variations label,
body.pf-brand .woocommerce div.product form.cart .quantity label {
  font-weight: 700;
}

body.pf-brand .woocommerce div.product form.cart .quantity {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  border: 1px solid var(--pf-line);
  border-radius: 16px;
  background: #fff;
  padding: 0.2rem;
}

body.pf-brand .woocommerce div.product form.cart .quantity input.qty {
  width: 72px;
  border: 0;
  box-shadow: none;
  background: transparent;
  text-align: center;
}

body.pf-brand .woocommerce div.product .single_add_to_cart_button {
  min-width: 220px;
}

@media (min-width: 1024px) {
  body.single-product .product-container,
  body.single-product .product-main > .row,
  body.single-product .product-footer > .container {
    width: min(1540px, calc(100vw - 48px));
    max-width: 1540px;
    margin-inline: auto !important;
  }

  body.single-product .product-main > .row {
    margin-inline: auto;
  }

  body.single-product .product-gallery {
    position: relative;
    flex-basis: 47%;
    max-width: 47%;
  }

  body.single-product .product-summary {
    flex-basis: 35%;
    max-width: 35%;
    padding-inline: 2.25rem;
  }

  body.single-product .product-sidebar-small {
    flex-basis: 18%;
    max-width: 18%;
  }

  body.single-product .product-images {
    padding-left: 112px;
  }

  body.single-product .product-thumbnails {
    position: absolute;
    top: 0;
    left: 10px;
    z-index: 3;
    width: 92px;
    max-height: 560px;
    margin: 0 !important;
    overflow: hidden;
  }

  body.single-product .product-thumbnails .flickity-viewport {
    height: 560px !important;
  }

  body.single-product .product-thumbnails .flickity-slider {
    position: static !important;
    display: grid;
    gap: 0.75rem;
    transform: none !important;
  }

  body.single-product .product-thumbnails .col {
    position: static !important;
    width: 88px !important;
    max-width: 88px !important;
    margin: 0;
    padding: 0;
  }

  body.single-product .product-footer > .container {
    position: relative;
  }

  body.single-product .product-footer .pf-trust-strip {
    position: absolute;
    top: -640px;
    right: 0;
    width: 260px;
    grid-template-columns: 1fr;
    gap: 0.75rem;
    margin: 0;
    padding: 1.25rem;
    border-radius: 22px;
  }

  body.single-product .product-footer .pf-trust-strip__item {
    padding: 0.35rem 0;
  }

  body.single-product .product-footer .pf-quality-strip {
    margin-top: 0;
  }
}

body.pf-brand .woocommerce div.product .summary .woocommerce-tabs {
  margin-top: 2rem;
}

body.pf-brand .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  border-bottom: 0;
}

body.pf-brand .woocommerce div.product .woocommerce-tabs ul.tabs li {
  border: 1px solid var(--pf-line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  margin: 0;
}

body.pf-brand .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
  border-color: var(--pf-accent);
  background: var(--pf-accent);
}

body.pf-brand .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  padding: 0.72rem 1rem;
  font-weight: 700;
}

body.pf-brand .woocommerce div.product .woocommerce-tabs .panel {
  border: 1px solid var(--pf-line);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--pf-shadow);
  padding: 1.25rem;
}

body.pf-brand .woocommerce div.product .woocommerce-tabs .panel p:last-child {
  margin-bottom: 0;
}

body.pf-brand .woocommerce .woocommerce-cart-form,
body.pf-brand .woocommerce .cart-collaterals,
body.pf-brand .woocommerce .checkout-sidebar,
body.pf-brand .woocommerce .woocommerce-checkout-review-order {
  border-radius: 26px;
}

body.pf-brand .woocommerce table.shop_table {
  border: 1px solid var(--pf-line);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--pf-shadow);
}

body.pf-brand .woocommerce table.shop_table th {
  font-weight: 800;
}

body.pf-brand .woocommerce .cart_totals,
body.pf-brand .woocommerce .checkout-sidebar,
body.pf-brand .woocommerce .woocommerce-checkout-review-order {
  border: 1px solid var(--pf-line);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: var(--pf-shadow);
  padding: 1rem;
}

body.pf-brand .woocommerce .wc-proceed-to-checkout a.checkout-button,
body.pf-brand .woocommerce #place_order {
  background: linear-gradient(180deg, var(--pf-accent-strong), var(--pf-accent));
  color: #fff;
  border-radius: 999px;
}

body.pf-brand .woocommerce .coupon {
  border: 1px solid var(--pf-line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  padding: 1rem;
}

body.pf-brand .woocommerce .woocommerce-breadcrumb,
body.pf-brand .pf-breadcrumb {
  font-size: 0.94rem;
  color: var(--pf-muted);
}

body.pf-brand .pf-breadcrumb__sep {
  margin: 0 0.45rem;
  color: rgba(11, 11, 12, 0.35);
}

.pf-sticky-buy {
  display: none;
  position: fixed;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  z-index: 9999;
  gap: 0.55rem;
  padding: 0.65rem;
  border-radius: 22px;
  background: rgba(8, 8, 8, 0.95);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.28);
}

.pf-sticky-buy__primary,
.pf-sticky-buy__secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: 16px;
  padding: 0.7rem 1rem;
  text-decoration: none;
  font-weight: 800;
}

.pf-sticky-buy__primary {
  background: linear-gradient(180deg, var(--pf-accent-strong), var(--pf-accent));
  color: #fff;
  flex: 1 1 52%;
}

.pf-sticky-buy__secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  flex: 1 1 24%;
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.pf-reveal {
  opacity: 1;
  transform: none;
  transition: transform 220ms ease;
}

.pf-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

body.pf-js .pf-reveal {
  will-change: transform;
}

@media (max-width: 1180px) {
  .pf-traits__grid,
  .pf-categories__grid,
  .pf-products__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pf-hero,
  .pf-story {
    grid-template-columns: 1fr;
  }

  .pf-hero__visual {
    min-height: 420px;
  }
}

@media (max-width: 767px) {
  :root {
    --pf-shell: min(100vw - 20px, 100%);
  }

  .pf-topbar__inner,
  .pf-section-head,
  .pf-archive-intro,
  .pf-page-intro {
    flex-direction: column;
    align-items: flex-start;
  }

  .pf-topbar__inner {
    min-height: 28px;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .pf-topbar__note {
    flex-wrap: nowrap;
    gap: 0.35rem;
    font-size: 0.58rem;
    white-space: nowrap;
  }

  .pf-topbar__links {
    display: none;
  }

  body.pf-brand .header-logo,
  body.pf-brand .header_logo {
    width: auto !important;
    max-height: 52px !important;
  }

  body.single-product #simple-chat-button--container,
  body.single-product .pf-sticky-buy {
    display: none;
  }

  body.single-product .pf-topbar,
  body.single-product .header-search {
    display: none !important;
  }

  body.single-product .product-main {
    padding-top: 0.35rem;
    padding-bottom: 0 !important;
  }

  body.single-product .product-main .row {
    margin-inline: 0;
  }

  body.single-product .product-gallery,
  body.single-product .product-summary {
    padding-inline: 15px;
  }

  body.single-product .product-gallery::after {
    content: "●  ●  ●  ●  ●";
    position: absolute;
    right: 0;
    bottom: -0.1rem;
    left: 0;
    color: #d7d7d7;
    font-size: 0.48rem;
    letter-spacing: 0.35rem;
    text-align: center;
  }

  body.single-product .product-summary {
    padding-bottom: 0;
  }

  body.single-product .product-images {
    margin-bottom: 0.35rem;
  }

  body.single-product .product-images .flickity-viewport,
  body.single-product .woocommerce-product-gallery__image {
    height: 170px !important;
  }

  body.single-product .woocommerce-product-gallery__image a {
    display: flex;
    height: 170px;
    align-items: center;
    justify-content: center;
  }

  body.single-product .woocommerce-product-gallery__image img {
    width: auto !important;
    max-width: 100%;
    height: 165px !important;
    object-fit: contain;
  }

  body.single-product .product-thumbnails {
    display: none;
  }

  body.single-product .badge-container {
    transform: scale(0.72);
    transform-origin: top left;
  }

  body.single-product .product-summary .product-title {
    margin-bottom: 0.3rem;
    font-size: 1.55rem;
    line-height: 1;
  }

  body.single-product .pf-product-category-badge {
    margin-bottom: 0.3rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.62rem;
  }

  body.single-product .pf-product-subtitle {
    margin-bottom: 0.2rem;
    font-size: 0.72rem;
  }

  body.single-product .pf-product-rating {
    margin-bottom: 0.25rem;
    font-size: 0.78rem;
  }

  body.single-product .product-summary .price {
    margin-bottom: 0.35rem;
    font-size: 1.4rem;
  }

  body.single-product .product-info .next-prev-thumbs,
  body.single-product .pf-product-highlights,
  body.single-product .product-short-description {
    display: none;
  }

  body.single-product .woocommerce-breadcrumb {
    margin: 0.25rem 0 0.45rem;
    font-size: 0.68rem;
  }

  body.single-product .pf-product-presentation {
    gap: 0.2rem;
    margin-top: 0.35rem;
  }

  body.single-product .pf-product-presentation span {
    font-size: 0.65rem;
  }

  body.single-product .pf-product-presentation strong {
    padding: 0.4rem 0.65rem;
    font-size: 0.8rem;
  }

  body.single-product .pf-product-presentation__desktop {
    display: none;
  }

  body.single-product .pf-product-presentation__mobile {
    display: block;
  }

  body.single-product form.cart {
    display: grid;
    grid-template-columns: 92px 1fr;
    gap: 0.5rem;
    margin: 0.4rem 0 0.35rem;
  }

  body.single-product form.cart .quantity,
  body.single-product form.cart .quantity .ux-quantity__button,
  body.single-product form.cart .quantity input.qty {
    height: 40px !important;
    min-height: 40px !important;
  }

  body.single-product div.product form.cart .quantity {
    min-height: 38px;
  }

  body.single-product div.product form.cart .quantity input.qty {
    width: 44px;
  }

  body.single-product div.product .single_add_to_cart_button {
    width: 100%;
    min-width: 0;
    min-height: 40px;
    margin: 0;
    padding: 0.55rem;
  }

  body.single-product .pf-product-buy-row {
    display: block;
    gap: 0.5rem;
    margin-top: 0.35rem;
  }

  body.single-product .pf-product-buy-row .button {
    width: 100%;
  }

  body.single-product .pf-product-buy-row .pf-buy-now {
    border: 1px solid var(--pf-accent);
    background: #fff;
    color: var(--pf-accent);
    box-shadow: none;
  }

  body.single-product .pf-product-buy-row .pf-buy-secondary {
    display: none;
  }

  body.single-product .pf-trust-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    margin-top: 0;
    padding: 0.5rem 0.25rem;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0.4rem;
  }

  body.single-product .pf-trust-strip__item {
    padding: 0.2rem;
    text-align: center;
  }

  body.single-product .pf-trust-strip__item + .pf-trust-strip__item {
    border-left: 1px solid var(--pf-line);
  }

  body.single-product .pf-trust-strip__item .pf-icon {
    width: 18px;
    height: 18px;
  }

  body.single-product .pf-trust-strip__item strong {
    font-size: 0.58rem;
  }

  body.single-product .pf-trust-strip__item span {
    display: none;
  }

  body.single-product .woocommerce-tabs {
    margin-top: 0.35rem;
    padding-top: 0.35rem;
  }

  body.single-product .pf-quality-strip {
    display: none;
  }

  body.single-product .woocommerce-tabs ul.tabs {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.3rem;
    border: 0;
  }

  body.single-product .woocommerce-tabs ul.tabs .additional_information_tab {
    display: none;
  }

  body.single-product .woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    border: 1px solid var(--pf-line);
    border-radius: 8px;
    text-align: center;
  }

  body.single-product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 0.55rem 0.3rem;
    font-size: 0.6rem;
  }

  body.single-product .woocommerce-tabs ul.tabs li.active {
    border-color: var(--pf-accent);
    background: var(--pf-accent);
  }

  body.single-product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
  }

  body.single-product .woocommerce-tabs .tab-panels {
    padding-top: 0.5rem;
    font-size: 0.78rem;
    line-height: 1.35;
  }

  body.single-product #tab-description {
    position: relative;
    max-height: 88px;
    overflow: hidden;
  }

  body.single-product .related-products-wrapper {
    margin-top: 0.75rem;
  }

  .pf-hero {
    grid-template-columns: minmax(0, 0.96fr) minmax(0, 1.04fr);
    gap: 0;
    min-height: 232px;
    padding: 0.55rem 1rem;
    border-radius: 0 0 24px 24px;
    background:
      radial-gradient(circle at 70% 25%, rgba(243, 107, 18, 0.12), transparent 46%),
      linear-gradient(135deg, #fff8ef, #ffffff);
  }

  .pf-hero__copy h1 {
    max-width: 100%;
    font-size: 1.42rem;
    line-height: 1;
  }

  .pf-hero__copy h1 span,
  .pf-hero__copy h1 strong {
    white-space: normal;
  }

  .pf-hero-title-main span {
    display: block;
  }

  .pf-hero-title-main span:last-child {
    color: var(--pf-accent);
  }

  .pf-hero__copy h1 > strong {
    display: none;
  }

  .pf-hero__lede {
    margin-top: 0.65rem;
    font-size: 0.76rem;
    line-height: 1.35;
  }

  .pf-hero__lede--desktop {
    display: none;
  }

  .pf-hero__lede--mobile {
    display: block;
    max-width: 14rem;
  }

  .pf-hero__visual {
    display: none;
  }

  .pf-hero__visual-mobile {
    position: relative;
    display: block;
    min-height: 208px;
  }

  .pf-hero__visual-mobile img {
    position: absolute;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 10px 12px rgba(0, 0, 0, 0.12));
  }

  .pf-hero__mobile-pancake {
    width: 88%;
    top: 0;
    right: -12%;
  }

  .pf-hero__mobile-bar {
    width: 68%;
    right: 2%;
    bottom: 10%;
  }

  .pf-hero__actions {
    margin-top: 0.75rem;
  }

  .pf-hero__actions .pf-button {
    min-height: 38px;
    padding: 0.6rem 0.72rem;
    font-size: 0.72rem;
  }

  .pf-hero__actions .pf-button--secondary {
    display: none;
  }

  .pf-traits {
    display: none;
  }

  .pf-home .pf-categories {
    padding-top: 0.65rem;
    padding-bottom: 0;
  }

  .pf-home .pf-categories .pf-section-head {
    display: none;
  }

  .pf-traits__grid,
  .pf-categories__grid,
  .pf-products__grid,
  .pf-recipes__grid,
  .pf-prefooter__grid,
  .pf-trust-strip {
    grid-template-columns: 1fr;
  }

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

  .pf-categories__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.5rem;
    overflow: hidden;
    padding-bottom: 0;
  }

  .pf-home .pf-category-card {
    min-height: 48px;
    display: grid;
    justify-items: center;
    align-content: center;
    text-align: center;
    padding: 0.45rem 0.3rem;
    border-radius: 16px;
  }

  .pf-home .pf-category-card__copy strong {
    font-size: 0.68rem;
    line-height: 1.15;
  }

  .pf-home .pf-category-card__icon .pf-icon {
    width: 20px;
    height: 20px;
  }

  .pf-home .pf-category-card__copy span {
    display: none;
  }

  .pf-home .pf-category-card:nth-child(n + 5) {
    display: none;
  }

  .pf-products__grid,
  .pf-recipes__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .pf-home .pf-products {
    padding-top: 0.9rem;
  }

  .pf-home .pf-products .pf-section-head {
    flex-direction: row;
    align-items: center;
  }

  .pf-home .pf-products .pf-section-head h2 {
    font-size: 1rem;
  }

  .pf-home .pf-products .pf-text-link {
    font-size: 0.72rem;
    color: var(--pf-accent);
  }

  .pf-home .pf-products__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    overflow: hidden;
    gap: 0.5rem;
    padding-bottom: 0;
  }

  .pf-home .pf-product-card:nth-child(n + 4) {
    display: none;
  }

  .pf-home .pf-product-card {
    display: block;
    min-height: 0;
  }

  .pf-home .pf-product-card__media {
    height: 86px;
  }

  .pf-home .pf-product-card__body {
    display: grid;
    min-height: 72px;
    align-content: start;
    padding: 0.5rem;
  }

  .pf-home .pf-product-card__category {
    display: none;
  }

  .pf-home .pf-product-card__body h3 {
    margin-bottom: 0.35rem;
    font-size: 0.66rem;
    line-height: 1.15;
  }

  .pf-home .pf-product-card__price {
    font-size: 0.68rem;
  }

  .pf-home .pf-product-card__price-row {
    margin-top: auto;
    grid-template-columns: 1fr auto;
    align-items: center;
  }

  .pf-home .pf-card-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    min-width: 28px;
    height: 28px;
    padding: 0;
  }

  .pf-home .pf-card-button .pf-icon {
    width: 15px;
    height: 15px;
    margin: 0;
  }

  .pf-home .pf-card-button span {
    display: none;
  }

  body.home #simple-chat-button--container {
    display: none;
  }

  .pf-home-service-strip {
    gap: 0;
    margin-top: 0.65rem;
    padding: 0.55rem 0.25rem;
    border-radius: 12px;
  }

  .pf-home-service-strip__item {
    display: grid;
    justify-items: center;
    gap: 0.2rem;
    padding: 0 0.15rem;
    font-size: 0.54rem;
  }

  .pf-home-service-strip__item .pf-icon {
    width: 18px;
    height: 18px;
  }

  .pf-home .pf-recipes {
    padding-top: 0.75rem;
  }

  .pf-home .pf-recipes .pf-section-head {
    margin-bottom: 0.45rem;
  }

  .pf-home .pf-recipes .pf-eyebrow {
    margin: 0;
    color: var(--pf-ink);
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: none;
  }

  .pf-home .pf-recipes .pf-section-head h2 {
    display: none;
  }

  .pf-story {
    padding-bottom: 4rem;
  }

  .pf-sticky-buy {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
  }

  body.pf-brand .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Fabricación hero desktop proof: left anchored, proportional and overflow-safe. */
@media (min-width: 850px) {
  body.page-id-240 .pf-corporate-hero {
    --pf-fabricacion-hero-padding: clamp(2rem, 5vw, 6rem);
  }

  body.page-id-240 .pf-corporate-hero .banner-layers.container {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.page-id-240 .pf-corporate-hero .pf-institutional-hero__copy {
    top: 50% !important;
    right: auto !important;
    left: var(--pf-fabricacion-hero-padding) !important;
    width: min(
      52rem,
      calc(100% - var(--pf-fabricacion-hero-padding) - var(--pf-fabricacion-hero-padding))
    ) !important;
    max-width: none !important;
    transform: translateY(-50%) !important;
  }

  body.page-id-240 .pf-corporate-hero .pf-institutional-hero__copy .text-inner {
    max-width: none;
    padding: 0;
  }

  body.page-id-240 .pf-corporate-hero h1 {
    width: 100%;
    max-width: 52rem !important;
    margin: 0.35rem 0 1rem;
    font-size: clamp(2.55rem, 2vw, 3.4rem) !important;
    letter-spacing: -0.045em !important;
    line-height: 0.98 !important;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
  }

  body.page-id-240 .pf-corporate-hero .pf-institutional-hero__lead {
    max-width: 46rem;
    font-size: clamp(1rem, 1vw, 1.15rem);
  }

  body.page-id-240 .pf-corporate-hero .banner-bg {
    background: #17120f !important;
  }

  body.page-id-240 .pf-corporate-hero .banner-bg img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: 50% 50% !important;
    transform: none !important;
  }
}

@media (max-width: 480px) {
  .pf-traits__grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .pf-categories__grid {
    grid-template-columns: repeat(4, minmax(96px, 1fr));
  }

  .pf-hero__copy h1 {
    font-size: clamp(2.8rem, 13vw, 4rem);
  }

  .pf-hero__visual {
    min-height: 280px;
  }

  .pf-hero__image--offset {
    margin-left: 0;
  }

  .pf-product-buy-row {
    flex-direction: column;
  }

  .pf-product-buy-row .button {
    width: 100%;
  }
}

/* 2026 visual refinement: denser layouts, clearer CTAs and geometric typography. */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('../fonts/montserrat-latin-variable.woff2') format('woff2');
}

body.pf-brand,
body.pf-brand button,
body.pf-brand input,
body.pf-brand select,
body.pf-brand textarea,
body.pf-brand h1,
body.pf-brand h2,
body.pf-brand h3,
body.pf-brand h4,
body.pf-brand h5,
body.pf-brand h6,
body.pf-brand .button,
body.pf-brand .woocommerce-loop-product__title {
  font-family: 'Montserrat', Arial, sans-serif;
}

body.pf-brand h1,
body.pf-brand h2,
body.pf-brand h3,
body.pf-brand .product-title {
  font-weight: 780;
  letter-spacing: -0.04em;
}

body.pf-brand .woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 720;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.pf-hero {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 1.25rem;
  min-height: 0;
  padding: 1rem 0 0.45rem;
}

.pf-hero__copy h1 {
  font-size: clamp(2.7rem, 4.15vw, 4.25rem);
  letter-spacing: -0.055em;
  line-height: 0.92;
}

.pf-hero__lede {
  margin-top: 0.75rem;
  font-size: 1.05rem;
}

.pf-hero__actions {
  margin-top: 1.1rem;
}

.pf-hero__visual {
  display: block;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(11, 11, 12, 0.07);
  border-radius: 26px;
  background: #f4eee6;
  box-shadow: 0 20px 48px rgba(11, 11, 12, 0.12);
}

.pf-hero__visual::before {
  display: none;
}

.pf-hero__art,
.pf-hero__art img {
  display: block;
  width: 100%;
}

.pf-hero__art img {
  aspect-ratio: 16 / 9;
  height: auto;
  object-fit: cover;
}

.pf-traits {
  margin-top: 0.25rem;
}

.pf-traits__grid {
  gap: 0.65rem;
}

.pf-trait {
  padding: 0.58rem 0.7rem;
  border-radius: 16px;
}

.pf-trait strong {
  font-size: 0.9rem;
}

.pf-trait span {
  font-size: 0.8rem;
}

.pf-categories,
.pf-products,
.pf-recipes,
.pf-story {
  padding-top: 1.35rem;
}

.pf-category-card {
  min-height: 66px;
  padding: 0.75rem;
  border-radius: 16px;
}

.pf-description-toggle {
  display: none;
}

@media (min-width: 1024px) {
  body.single-product .product-main {
    padding: 1rem 0 0.5rem;
  }

  body.single-product .product-container,
  body.single-product .product-main > .row,
  body.single-product .product-footer > .container {
    width: min(1440px, calc(100vw - 64px));
    max-width: 1440px;
  }

  body.single-product .product-gallery {
    flex-basis: 44%;
    max-width: 44%;
  }

  body.single-product .product-summary {
    flex-basis: 38%;
    max-width: 38%;
    padding-inline: 1.4rem;
  }

  body.single-product .product-sidebar-small {
    flex-basis: 18%;
    max-width: 18%;
  }

  body.single-product .product-images {
    padding-left: 88px;
  }

  body.single-product .product-thumbnails {
    left: 8px;
    width: 72px;
    max-height: 500px;
  }

  body.single-product .product-thumbnails .flickity-viewport {
    height: 500px !important;
  }

  body.single-product .product-thumbnails .col {
    width: 68px !important;
    max-width: 68px !important;
  }

  body.single-product .woocommerce-product-gallery__image a {
    display: flex;
    min-height: 490px;
    align-items: center;
    justify-content: center;
  }

  body.single-product .woocommerce-product-gallery__image img {
    width: auto !important;
    max-height: 490px;
    object-fit: contain;
  }

  body.single-product .product-summary .product-title {
    margin-bottom: 0.4rem;
    font-size: clamp(2rem, 3vw, 3.25rem);
    line-height: 0.98;
  }

  body.single-product .pf-product-subtitle,
  body.single-product .pf-product-rating,
  body.single-product .product-summary .price {
    margin-bottom: 0.4rem;
  }

  body.single-product .pf-product-highlights {
    gap: 0.45rem;
    margin-top: 0.55rem;
  }

  body.single-product .pf-product-highlights li {
    padding: 0.5rem 0.7rem;
  }

  body.single-product .pf-product-presentation {
    margin-top: 0.55rem;
  }

  body.single-product .pf-product-presentation strong {
    padding: 0.5rem 0.8rem;
  }

  body.single-product form.cart {
    margin: 0.65rem 0 0.25rem;
  }

  body.single-product form.cart .quantity,
  body.single-product form.cart .quantity .ux-quantity__button,
  body.single-product form.cart .quantity input.qty,
  body.single-product div.product .single_add_to_cart_button {
    min-height: 48px;
    height: 48px;
  }

  body.single-product .pf-product-buy-row {
    margin-top: 0.35rem;
  }

  body.single-product .product-footer .pf-trust-strip {
    top: -540px;
    width: 240px;
    padding: 1rem;
  }
}

@media (max-width: 767px) {
  .pf-hero {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: 0.4rem;
    min-height: 220px;
    padding: 0.55rem 0.65rem;
    background: #fff8ef;
  }

  .pf-hero__copy h1 {
    font-size: 1.5rem;
    letter-spacing: -0.045em;
    line-height: 0.95;
  }

  .pf-hero__lede {
    margin-top: 0.5rem;
    font-size: 0.7rem;
  }

  .pf-hero__actions {
    margin-top: 0.55rem;
  }

  .pf-hero__visual {
    display: block;
    min-height: 0;
    border-radius: 18px;
  }

  .pf-hero__art img {
    aspect-ratio: 4 / 5;
    height: 218px;
    object-fit: cover;
  }

  .pf-categories__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.35rem;
  }

  .pf-category-card {
    min-height: 72px;
    padding: 0.4rem;
  }

  body.single-product .product-images .flickity-viewport,
  body.single-product .woocommerce-product-gallery__image {
    height: 220px !important;
  }

  body.single-product .woocommerce-product-gallery__image a {
    height: 220px;
  }

  body.single-product .woocommerce-product-gallery__image img {
    height: 215px !important;
  }

  body.single-product .product-summary .product-title {
    font-size: 1.45rem;
  }

  body.single-product #tab-description {
    max-height: 104px;
  }

  body.single-product #tab-description.is-expanded {
    max-height: none;
  }

  .pf-description-toggle {
    display: inline-flex;
    margin: 0.35rem 0 0;
    padding: 0.15rem 0;
    border: 0;
    border-bottom: 1px solid currentColor;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: var(--pf-accent);
    font-size: 0.72rem;
    font-weight: 750;
    line-height: 1.2;
  }

  body.single-product .related-products-wrapper .products {
    display: grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.45rem;
  }

  body.single-product .related-products-wrapper .product-small {
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
  }

  body.single-product .related-products-wrapper .box-text {
    padding: 0.4rem 0.15rem;
  }

  body.single-product .related-products-wrapper .woocommerce-loop-product__title {
    font-size: 0.7rem;
    line-height: 1.1;
  }

  body.single-product .related-products-wrapper .category {
    font-size: 0.55rem;
  }

  body.single-product .related-products-wrapper .price {
    font-size: 0.72rem;
  }
}

@media (max-width: 480px) {
  .pf-categories__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .pf-hero__copy h1 {
    font-size: 1.5rem;
  }

  .pf-hero__visual {
    min-height: 0;
  }
}

/* 2026-07 campaign slider and WooCommerce visual repair. */
.pf-campaign-hero {
  width: 100%;
  overflow: hidden;
  background: #f6eee3;
}

.pf-native-campaign-slider,
.pf-native-campaign-slider .slider,
.pf-native-campaign-slider .flickity-viewport,
.pf-native-campaign-slider .flickity-slider,
.pf-native-campaign-slider .pf-campaign-slide {
  width: 100%;
}

.pf-native-campaign-slider {
  margin: 0;
}

.pf-campaign-slide {
  overflow: hidden;
}

.pf-campaign-slide .banner-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-campaign-slide__product {
  position: absolute;
  z-index: 3;
  right: 25%;
  bottom: -5%;
  width: clamp(220px, 23vw, 430px);
  height: auto;
  filter: drop-shadow(0 24px 24px rgba(35, 19, 8, 0.28));
  transform: rotate(-3deg);
  pointer-events: none;
}

.pf-campaign-slide--cupcake .pf-campaign-slide__product {
  right: 27%;
  transform: rotate(3deg);
}

.pf-campaign-slide--latte .pf-campaign-slide__product {
  right: 26%;
}

.pf-campaign-slide__copy {
  z-index: 5;
}

.pf-campaign-slide__copy .text-inner {
  padding: 1rem 0;
}

.pf-campaign-slide__eyebrow {
  display: inline-flex;
  margin-bottom: 0.75rem;
  padding: 0.42rem 0.72rem;
  border-radius: 999px;
  background: var(--pf-accent);
  color: #fff;
  font-size: clamp(0.7rem, 0.8vw, 0.84rem);
  font-weight: 800;
  letter-spacing: 0.08em;
}

body.pf-brand .pf-campaign-slide__title {
  max-width: 760px;
  margin: 0;
  color: #17120f;
  font-size: clamp(2.35rem, 4.4vw, 5.25rem);
  font-weight: 820;
  letter-spacing: -0.055em;
  line-height: 0.94;
}

.pf-campaign-slide__result {
  margin: 1rem 0 1.2rem;
  color: #31251e;
  font-size: clamp(1rem, 1.35vw, 1.35rem);
  font-weight: 720;
}

.pf-campaign-slide__button {
  min-height: 46px;
  margin: 0;
  padding: 0.78rem 1.1rem;
  border: 0;
  border-radius: 999px;
  background: #17120f;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-transform: none;
}

.pf-campaign-slide--cupcake .pf-campaign-slide__title,
.pf-campaign-slide--cupcake .pf-campaign-slide__result {
  color: #fff;
}

.pf-campaign-slide--cupcake .pf-campaign-slide__eyebrow {
  background: #fff;
  color: #a72b13;
}

.pf-campaign-slide--cupcake .pf-campaign-slide__button {
  background: #fff;
  color: #8e2514;
}

.pf-native-campaign-slider .flickity-page-dots {
  bottom: 16px;
}

.pf-native-campaign-slider .flickity-page-dots .dot {
  width: 24px;
  height: 5px;
  margin: 0 4px;
  border-radius: 999px;
}

body.pf-brand h1,
body.pf-brand h2,
body.pf-brand h3,
body.pf-brand h4,
body.pf-brand .product-title,
body.pf-brand .entry-title {
  color: #17120f;
}

body.pf-brand .pf-archive-intro h2 {
  max-width: 760px;
  margin-bottom: 0.55rem;
  font-size: clamp(1.85rem, 2.8vw, 2.8rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
}

body.pf-brand .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.pf-brand .woocommerce ul.products li.product .product-title,
body.pf-brand .product-small .woocommerce-loop-product__title,
body.pf-brand .product-small .product-title,
body.pf-brand .related-products-wrapper .woocommerce-loop-product__title {
  display: -webkit-box;
  overflow: hidden;
  min-height: 2.45em;
  margin: 0 0 0.45rem !important;
  color: #17120f !important;
  font-family: 'Montserrat', Arial, sans-serif !important;
  font-size: clamp(0.9rem, 1vw, 1.05rem) !important;
  font-weight: 760 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.2 !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

body.single-product .related-products-wrapper .product-section-title-related {
  width: 100%;
  text-align: center;
}

body.pf-brand .woocommerce ul.products li.product .box-text,
body.pf-brand .product-small .box-text {
  display: flex;
  min-height: 148px;
  flex-direction: column;
  padding: 0.9rem 0.75rem 1rem;
}

body.pf-brand .woocommerce ul.products li.product .price-wrapper,
body.pf-brand .product-small .price-wrapper {
  display: block !important;
  visibility: visible !important;
  margin-top: auto;
  opacity: 1 !important;
}

body.pf-brand .woocommerce ul.products li.product .price,
body.pf-brand .product-small .price {
  display: flex !important;
  min-height: 1.5em;
  align-items: center;
  color: var(--pf-accent) !important;
  font-size: 1.03rem !important;
  font-weight: 800;
  opacity: 1 !important;
}

.pf-trait > .pf-icon,
.pf-home-service-strip__item .pf-icon,
.pf-trust-strip__item .pf-icon {
  box-sizing: content-box;
  width: 24px;
  height: 24px;
  padding: 9px;
  border-radius: 50%;
  background: var(--pf-accent);
  color: #fff;
  stroke-width: 2.2;
}

.pf-category-card__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pf-accent);
  color: #fff;
  box-shadow: 0 8px 18px rgba(231, 91, 23, 0.24);
}

.pf-category-card__icon .pf-icon {
  width: 25px;
  height: 25px;
  color: #fff;
  stroke-width: 2.2;
}

.pf-trait span,
.pf-product-highlights__item span {
  font-weight: 750;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

body.single-product .product-summary .product-title {
  color: #17120f;
  font-size: clamp(1.9rem, 2.45vw, 2.65rem);
  line-height: 1.02;
}

body.single-product .pf-nutrition-tab__image {
  display: block;
  width: auto;
  max-width: min(100%, 760px);
  max-height: 820px;
  margin: 0 auto;
  object-fit: contain;
}

body.single-product .woocommerce-Tabs-panel--description .pf-product-nutrition-link {
  position: relative;
  display: inline-block;
  width: min(100%, 300px);
  max-width: 300px;
  margin: 0.5rem 0 1rem;
  overflow: hidden;
  border: 1px solid var(--pf-line);
  border-radius: 12px;
  background: #fff;
  cursor: zoom-in;
}

body.single-product .woocommerce-Tabs-panel--description .pf-product-nutrition-link .pf-product-nutrition {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  margin: 0;
}

body.single-product .woocommerce-Tabs-panel--description .pf-product-nutrition-link__hint {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  padding: 0.35rem 0.65rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, 0.88);
  color: #fff;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
  text-transform: uppercase;
}

body.single-product .woocommerce-Tabs-panel--description .pf-product-nutrition-link:hover,
body.single-product .woocommerce-Tabs-panel--description .pf-product-nutrition-link:focus-visible {
  border-color: var(--pf-accent);
  box-shadow: 0 8px 24px rgba(17, 17, 17, 0.12);
}

.pf-recipe-page {
  padding-bottom: 4rem;
  background: linear-gradient(180deg, #fff8ef 0, #fff 520px);
}

.pf-recipe-page__hero {
  padding: clamp(3.5rem, 7vw, 6.5rem) 0;
  background:
    radial-gradient(circle at 82% 25%, rgba(241, 109, 35, 0.24), transparent 27%),
    linear-gradient(120deg, #fff1df, #f7d7b5);
}

.pf-recipe-page__hero .pf-shell {
  display: block;
}

body.pf-brand .pf-recipe-page__hero h1 {
  max-width: 900px;
  margin: 0.35rem 0 1rem;
  color: #17120f;
  font-size: clamp(2.25rem, 4.2vw, 3.9rem);
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.pf-recipe-page__hero p:last-child {
  max-width: 720px;
  margin: 0;
  color: #4d3c31;
  font-size: clamp(1rem, 1.6vw, 1.25rem);
}

.pf-recipe-page__featured,
.pf-recipe-page__library {
  padding-top: clamp(2.5rem, 5vw, 4.5rem);
}

.pf-recipe-page__library {
  margin-top: 3rem;
  padding: clamp(2rem, 4vw, 3.5rem);
  border-radius: 30px;
  background: #17120f;
}

.pf-recipe-page__library-head {
  max-width: 760px;
  margin-bottom: 2rem;
}

body.pf-brand .pf-recipe-page__library h2 {
  color: #fff;
  font-size: clamp(1.8rem, 3.2vw, 3rem);
}

.pf-recipe-page__library .pf-eyebrow {
  color: #ff9b59;
}

.pf-recipe-page__content {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pf-recipe-group {
	display: grid;
	grid-template-rows: auto 1fr;
	overflow: hidden;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.07);
}

.pf-recipe-group__media {
	display: block;
	aspect-ratio: 4 / 3;
	overflow: hidden;
	background: #2c211b;
}

.pf-recipe-group__media img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center 50%;
}

.pf-recipe-group__body {
	padding: 1.35rem;
}

body.pf-brand .pf-recipe-group h3 {
  margin-bottom: 0.85rem;
  color: #fff;
  font-size: 1.15rem;
  letter-spacing: -0.025em;
}

.pf-recipe-group ul {
  margin: 0;
  list-style: none;
}

.pf-recipe-group li + li {
  margin-top: 0.6rem;
}

body.pf-brand .pf-recipe-page__library .pf-recipe-group a {
  color: #f9c69f;
  font-size: 0.88rem;
  line-height: 1.35;
}

body.pf-brand .pf-recipe-page__library .pf-recipe-group a:hover {
  color: #fff;
}

@media (min-width: 1024px) {
  body.single-product .product-thumbnails {
    max-height: none;
    overflow: visible;
  }

  body.single-product .product-thumbnails .flickity-viewport {
    height: auto !important;
    overflow: visible;
  }

  body.single-product .product-thumbnails .flickity-slider {
    display: flex;
    flex-direction: column;
    gap: 0.55rem;
    position: static !important;
    transform: none !important;
  }

  body.single-product .product-thumbnails .col {
    position: static !important;
    margin: 0 !important;
  }
}

@media (max-width: 849px) {
  .pf-campaign-slide .banner-bg img {
    object-position: 66% center;
  }

  .pf-campaign-slide__product,
  .pf-campaign-slide--cupcake .pf-campaign-slide__product,
  .pf-campaign-slide--latte .pf-campaign-slide__product {
    right: auto;
    bottom: -1%;
    left: 4%;
    width: min(45vw, 290px);
  }

  .pf-campaign-slide__copy {
    top: 4% !important;
    transform: translateY(0) !important;
  }

  .pf-campaign-slide__copy .text-inner {
    padding: 0.7rem 0;
  }

  body.pf-brand .pf-campaign-slide__title {
    max-width: 92%;
    font-size: clamp(1.75rem, 8.7vw, 3rem);
    line-height: 0.95;
  }

  .pf-campaign-slide__result {
    max-width: 88%;
    margin: 0.55rem 0 0.75rem;
    font-size: 0.9rem;
  }

  .pf-campaign-slide__button {
    min-height: 39px;
    padding: 0.58rem 0.78rem;
    font-size: 0.72rem;
  }

  .pf-campaign-slide__eyebrow {
    margin-bottom: 0.45rem;
    padding: 0.3rem 0.55rem;
    font-size: 0.6rem;
  }

  .pf-recipe-page__content {
    grid-template-columns: 1fr;
  }

  .pf-recipe-page__library {
    width: calc(100% - 20px);
    padding: 1.5rem;
    border-radius: 22px;
  }

  .pf-trait > .pf-icon,
  .pf-home-service-strip__item .pf-icon,
  .pf-trust-strip__item .pf-icon {
    width: 20px;
    height: 20px;
    padding: 7px;
  }
}

/* 2026-07 catalog navigation, product recipes and institutional refresh. */
.pf-campaign-slide__result {
  -webkit-text-stroke: 0.35px rgba(255, 255, 255, 0.9);
  paint-order: stroke fill;
  text-shadow:
    -1px -1px 0 rgba(255, 255, 255, 0.55),
    1px -1px 0 rgba(255, 255, 255, 0.55),
    -1px 1px 0 rgba(255, 255, 255, 0.55),
    1px 1px 0 rgba(255, 255, 255, 0.55),
    0 2px 12px rgba(255, 255, 255, 0.42);
}

.pf-products__grid {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

.pf-product-card {
  height: 100%;
}

.pf-product-card__body {
  align-content: stretch;
  grid-template-rows: auto minmax(2.35em, auto) 1fr auto;
}

.pf-product-card__body h3 {
  display: flex;
  align-items: start;
}

.pf-product-card__price-row {
  align-self: end;
}

.pf-product-card__media img[src*="producto-protein-bar-mini-card"] {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pf-product-recipes-tab__intro {
  margin-bottom: 1.25rem;
}

.pf-product-recipes-tab__intro h3 {
  margin: 0.25rem 0 0;
  font-size: clamp(1.35rem, 2vw, 1.9rem);
}

.pf-product-recipes-tab__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.pf-product-recipe-link {
  display: grid;
  overflow: hidden;
  grid-template-columns: minmax(110px, 0.8fr) minmax(0, 1.2fr);
  border: 1px solid var(--pf-line);
  border-radius: 18px;
  background: #fff;
}

.pf-product-recipe-link__media {
  min-height: 130px;
  overflow: hidden;
}

.pf-product-recipe-link__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pf-product-recipe-link > div {
  display: grid;
  align-content: center;
  gap: 0.7rem;
  padding: 1rem;
}

.pf-product-recipe-link h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 1.2;
}

.pf-product-recipe-link h4 a {
  color: #17120f;
  text-decoration: none;
}

.pf-product-recipe-link__read {
  color: var(--pf-accent);
  font-size: 0.78rem;
  font-weight: 850;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.pf-institutional-page {
  min-height: 420px;
  padding-bottom: 5rem;
  background: linear-gradient(180deg, #fff8ef 0, #fff 720px);
}

.pf-institutional-hero {
  overflow: hidden;
}

.pf-institutional-hero .banner-bg img {
  filter: saturate(0.82) contrast(1.02);
}

.pf-institutional-hero__copy .text-inner {
  max-width: 860px;
  padding: 1.5rem 0;
}

.pf-institutional-hero__copy .pf-eyebrow {
  color: #ff9a52;
}

body.pf-brand .pf-institutional-hero h1 {
  max-width: 820px;
  margin: 0.35rem 0 1rem;
  color: #fff;
  font-size: clamp(2.55rem, 5vw, 5.4rem);
  letter-spacing: -0.06em;
  line-height: 0.94;
  text-wrap: balance;
}

.pf-institutional-hero__lead {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.55;
}

.row.row-large.pf-institutional-content {
  width: calc(100% - 40px);
  max-width: 1280px;
  margin-inline: auto;
  align-items: start;
  padding-top: clamp(2.4rem, 5vw, 5rem);
}

.pf-institutional-content__main > .col-inner {
  min-width: 0;
}

.pf-institutional-content__main .pf-institutional-body > h2 {
  margin: 2.4rem 0 0.8rem;
  color: #17120f;
  font-size: clamp(1.55rem, 2.6vw, 2.35rem);
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.pf-institutional-content__main .pf-institutional-body > h2:first-child {
  margin-top: 0;
}

.pf-institutional-content__main .pf-institutional-body > p,
.pf-institutional-content__main .pf-institutional-body > ul {
  max-width: 850px;
  color: #584a41;
  font-size: 1.02rem;
  line-height: 1.7;
}

.pf-institutional-content__main .pf-institutional-body > ul {
  display: grid;
  gap: 0.55rem;
  padding-left: 1.25rem;
}

.pf-institutional-content__main .pf-institutional-body > h2 + p,
.pf-institutional-content__main .pf-institutional-body > h2 + ul {
  margin-top: 0;
}

.pf-institutional-content__main .wpcf7 {
  margin-top: 1.25rem;
  padding: clamp(1.1rem, 3vw, 2rem);
  border: 1px solid var(--pf-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(56, 31, 16, 0.08);
}

.pf-institutional-content__main .wpcf7 input,
.pf-institutional-content__main .wpcf7 textarea {
  border-radius: 10px;
}

.pf-institutional-content__aside {
  position: static;
}

.pf-institutional-content__aside > .col-inner {
  position: sticky;
  top: 120px;
}

.pf-institutional-aside-card,
.pf-institutional-shop-card {
  overflow: hidden;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(56, 31, 16, 0.1);
}

.pf-institutional-aside-card {
  background: #17120f;
  color: #fff;
}

.pf-institutional-aside-card .text-box,
.pf-institutional-shop-card .text-box {
  font-size: 16px !important;
}

.pf-institutional-aside-icon.button.is-link {
  min-height: 0;
  margin: 0 0 0.8rem;
  padding: 0;
  color: #ff7a22 !important;
  font-size: 1.9rem;
  line-height: 1;
  text-decoration: none;
}

.pf-institutional-aside-icon.button.is-link i {
  top: 0;
  margin: 0;
}

body.pf-brand .pf-institutional-aside-card h2 {
  margin: 0 0 0.7rem;
  color: #fff;
  font-size: 1.45rem;
}

.pf-institutional-aside-card p {
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.55;
}

body.pf-brand .pf-institutional-aside-card .button {
  width: 100%;
  margin: 0.35rem 0 0;
  border-radius: 999px;
  background: var(--pf-accent);
  color: #fff;
  text-align: center;
  text-transform: none;
}

.pf-institutional-shop-card {
  margin-top: 1rem;
  border: 1px solid rgba(243, 107, 18, 0.22);
  background: #fff1e3;
}

.pf-institutional-shop-copy p {
  margin: 0 0 0.15rem;
  color: #4e3322;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pf-institutional-shop-button.button.is-link {
  min-height: 0;
  margin: 0;
  padding: 0;
  color: var(--pf-accent);
  font-size: 1.05rem;
  text-decoration: none;
  text-transform: none;
}

@media (min-width: 850px) {
  body.pf-brand .header-main .header-nav > li > a {
    font-size: 0.84rem;
    letter-spacing: -0.015em;
  }

  body.pf-brand .header-main .pf-catalog-menu > .nav-dropdown {
    width: min(900px, calc(100vw - 40px));
    min-width: 760px;
    padding: 1.1rem;
  }

  body.pf-brand .header-main .pf-catalog-menu > .nav-dropdown > li {
    width: 33.333%;
    vertical-align: top;
  }

  body.pf-brand .header-main .pf-catalog-menu > .nav-dropdown > .pf-catalog-menu__group > a {
    color: var(--pf-accent);
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }
}

@media (max-width: 849px) {
  body.single-product .woocommerce-tabs ul.tabs {
    grid-template-columns: repeat(auto-fit, minmax(72px, 1fr));
  }

  .pf-product-recipes-tab__grid {
    grid-template-columns: 1fr;
  }

  .pf-product-recipe-link {
    grid-template-columns: 112px minmax(0, 1fr);
  }

  .pf-institutional-page {
    padding-bottom: 2.5rem;
  }

  .pf-institutional-hero__copy .text-inner {
    padding: 1rem 0;
  }

  body.pf-brand .pf-institutional-hero h1 {
    font-size: clamp(2.25rem, 11vw, 3.4rem);
  }

  .row.row-large.pf-institutional-content {
    width: calc(100% - 20px);
    padding-top: 1.75rem;
  }

  .pf-institutional-content__main .pf-institutional-body > h2 {
    margin-top: 1.8rem;
  }

  .pf-institutional-content__main .pf-institutional-body > p,
  .pf-institutional-content__main .pf-institutional-body > ul {
    font-size: 0.96rem;
  }

  .pf-institutional-content__aside {
    position: static;
  }

  .pf-institutional-content__aside > .col-inner {
    position: static;
  }
}

/* 2026-07 conversion refinement: Flatsome-aligned responsive hierarchy. */
@media (min-width: 850px) {
  body.pf-brand .header-bottom .flex-center {
    flex: 1 1 auto;
    justify-content: center;
  }

  body.pf-brand .header-bottom .header-bottom-nav {
    width: 100%;
    justify-content: center;
  }

  body.pf-brand .header-bottom .header-bottom-nav > li > a {
    color: #111 !important;
    font-size: 0.9rem;
    font-weight: 800;
    letter-spacing: 0.005em;
    white-space: nowrap;
  }

  body.pf-brand .header-main .header-inner {
    width: calc(100% - 32px);
    max-width: 1280px;
  }

  body.pf-brand .header-main #logo {
    width: 150px !important;
    margin-right: 18px;
  }

  body.pf-brand .header-main .header-nav {
    flex-wrap: nowrap !important;
  }

  body.pf-brand .header-main .header-nav > li {
    margin: 0 4px;
  }

  body.pf-brand .header-main .header-nav > li > a {
    color: #111 !important;
    font-size: 0.78rem;
    font-weight: 750;
    white-space: nowrap;
  }

  body.pf-brand .header-main .header-search-form,
  body.pf-brand .header-main .header-search-form-wrapper,
  body.pf-brand .header-main .header-search-form .searchform {
    width: 220px !important;
  }

  body.pf-brand .header-main .cart-item {
    margin-left: 6px;
  }

  .pf-campaign-slide__product,
  .pf-campaign-slide--cupcake .pf-campaign-slide__product,
  .pf-campaign-slide--latte .pf-campaign-slide__product {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 4%;
    width: auto;
    max-width: 27vw;
    height: 70%;
    transform: translateY(-50%) rotate(-2deg);
  }

  .pf-campaign-slide--cupcake .pf-campaign-slide__product {
    transform: translateY(-50%) rotate(2deg);
  }

  .pf-home .pf-traits {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
  }

  .pf-home .pf-categories {
    padding-top: 2.25rem;
  }

  .pf-home .pf-products {
    padding-top: 2.5rem;
  }

  .pf-home-service-strip {
    margin-top: 2rem;
  }

  body.single-product form.cart {
    display: grid;
    grid-template-columns: max-content minmax(190px, 1fr) minmax(145px, 0.72fr);
    gap: 0.5rem;
    align-items: stretch;
  }

  body.single-product form.cart .quantity,
  body.single-product div.product .single_add_to_cart_button,
  body.single-product form.cart .pf-buy-now {
    min-height: 48px !important;
    height: 48px !important;
    margin: 0 !important;
  }

  body.single-product form.cart .pf-buy-now {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding-inline: 0.8rem;
    border: 1px solid var(--pf-accent);
    background: #fff;
    color: var(--pf-accent);
    box-shadow: none;
    white-space: nowrap;
  }

  body.single-product .product-footer .pf-quality-strip {
    margin-bottom: 1.5rem;
  }

  body.single-product .product-footer .woocommerce-tabs {
    margin-top: 1rem;
  }
}

.pf-trait {
  border-color: rgba(243, 107, 18, 0.2);
  background: #fff5e9;
  box-shadow: 0 8px 20px rgba(112, 61, 24, 0.06);
  cursor: default;
}

.pf-category-card {
  background: #fff;
}

/* 2026-08 supplied campaign and category artwork. */
.pf-campaign-slide--graphic-only .banner-bg img {
  object-fit: cover;
}

.pf-campaign-slide--graphic-only > .fill {
  z-index: 6;
}

.pf-category-card--image {
  position: relative;
  display: block;
  aspect-ratio: 3 / 2;
  min-height: 0;
  overflow: hidden;
  padding: 0;
  border-radius: 20px;
  background: #17120f;
}

.pf-category-card--image::after {
  position: absolute;
  inset: 36% 0 0;
  z-index: 1;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.82));
  content: '';
  pointer-events: none;
}

.pf-category-card__media,
.pf-category-card__media img {
  display: block;
  width: 100%;
  height: 100%;
}

.pf-category-card__media img {
  object-fit: cover;
  transition: transform 240ms ease;
}

.pf-category-card--image:hover .pf-category-card__media img {
  transform: scale(1.035);
}

.pf-category-card--image .pf-category-card__copy {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  gap: 0.08rem;
  padding: 0.85rem;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.62);
}

.pf-category-card--image .pf-category-card__copy strong,
.pf-category-card--image .pf-category-card__copy span {
  color: #fff;
}

.pf-archive-intro--with-media {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.pf-archive-intro__media {
  grid-column: 1 / -1;
  aspect-ratio: 3.4 / 1;
  overflow: hidden;
  border-radius: 24px;
  background: #f7efe6;
  box-shadow: 0 16px 38px rgba(31, 24, 16, 0.09);
}

.pf-archive-intro__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .pf-home .pf-categories__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.55rem;
    overflow: visible;
  }

  .pf-home .pf-category-card--image,
  .pf-home .pf-category-card:nth-child(n + 5) {
    display: block;
  }

  .pf-home .pf-category-card--image {
    min-height: 0;
    padding: 0;
    border-radius: 14px;
  }

  .pf-home .pf-category-card--image:nth-child(5) {
    grid-column: 1 / -1;
    aspect-ratio: 2.4 / 1;
  }

  .pf-home .pf-category-card--image .pf-category-card__copy {
    justify-items: start;
    padding: 0.65rem;
    text-align: left;
  }

  .pf-home .pf-category-card--image .pf-category-card__copy strong {
    font-size: 0.78rem;
  }

  .pf-home .pf-category-card--image .pf-category-card__copy span {
    display: block;
    font-size: 0.62rem;
  }

  body.pf-brand .pf-archive-intro--with-media {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pf-archive-intro__media {
    aspect-ratio: 3 / 2;
    border-radius: 16px;
  }
}

.pf-product-card__media {
  position: relative;
}

.pf-sale-badge,
body.pf-brand .badge-container .badge-inner.on-sale,
body.pf-brand .onsale {
  display: inline-flex;
  min-width: 64px;
  min-height: 34px;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 0.65rem;
  border-radius: 999px;
  background: #e65316 !important;
  color: #fff !important;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 8px 18px rgba(183, 58, 12, 0.24);
}

.pf-product-card__media > .pf-sale-badge {
  position: absolute;
  top: 0.65rem;
  right: 0.65rem;
  z-index: 4;
}

body.pf-brand .badge-container {
  top: 0.65rem !important;
  right: 0.65rem !important;
  left: auto !important;
  margin: 0 !important;
}

.my-mfp-video .mfp-iframe-holder .mfp-content {
  overflow: hidden;
  max-width: min(1000px, calc(100vw - 32px));
  border: 2px solid var(--pf-accent);
  border-radius: 20px;
  background: #17120f;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
}

.my-mfp-video .mfp-iframe-holder .mfp-content::before {
  display: flex;
  min-height: 46px;
  align-items: center;
  padding: 0 3.5rem 0 1rem;
  background: #17120f;
  color: #fff;
  content: 'PROTEIN FACTORY · RECETAS';
  font-family: 'Montserrat', Arial, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.my-mfp-video .mfp-close {
  top: 2px;
  right: 4px;
  color: #fff;
}

.my-mfp-video .mfp-iframe-scaler {
  background: #000;
}

@media (max-width: 549px) {
  .my-mfp-video .mfp-iframe-holder .mfp-content {
    max-width: calc(100vw - 20px);
    border-radius: 14px;
  }

  .my-mfp-video .mfp-iframe-holder .mfp-content::before {
    min-height: 42px;
    font-size: 0.68rem;
  }
}

/* Portrait recipe videos: keep the full frame inside the viewport on desktop
   and mobile while letting the browser preserve the source aspect ratio. */
body.pf-brand .my-mfp-video.mfp-inline-holder .mfp-content {
  width: min(1000px, calc(100vw - 32px));
  max-width: calc(100vw - 32px);
  line-height: 0;
}

body.pf-brand .my-mfp-video .ux-mfp-inline-content--video {
  display: flex;
  width: 100%;
  max-height: calc(100vh - 32px);
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #000;
}

body.pf-brand .my-mfp-video .ux-mfp-inline-content--video video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 32px);
}

@media (max-width: 549px) {
  body.pf-brand .my-mfp-video.mfp-inline-holder .mfp-content {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
  }

  body.pf-brand .my-mfp-video .ux-mfp-inline-content--video {
    max-height: calc(100vh - 20px);
  }

  body.pf-brand .my-mfp-video .ux-mfp-inline-content--video video {
    max-height: calc(100vh - 20px);
  }
}

body.pf-brand .woocommerce .wc-proceed-to-checkout a.checkout-button,
body.pf-brand .woocommerce a.checkout-button,
body.pf-brand .woocommerce #place_order {
  border-color: var(--pf-accent) !important;
  background: var(--pf-accent) !important;
  color: #fff !important;
  text-shadow: none !important;
}

body.woocommerce-checkout .pf-page-intro {
  margin: 0.75rem 0 1rem;
  padding: 0.75rem 0 0.25rem;
}

body.woocommerce-checkout .pf-page-intro__copy h2 {
  font-size: clamp(2rem, 3.2vw, 3rem);
}

body.woocommerce-checkout .pf-page-intro__copy p,
body.woocommerce-checkout .pf-page-intro__aside span {
  line-height: 1.4;
}

body.woocommerce-checkout .checkout-sidebar {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body.woocommerce-checkout .woocommerce-checkout-review-order {
  width: 100%;
  border: 1px solid var(--pf-line) !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  padding: 1rem !important;
}

body.woocommerce-checkout form.checkout .form-row {
  margin-bottom: 0.65rem;
}

body.woocommerce-checkout form.checkout label {
  margin-bottom: 0.25rem;
  font-size: 0.78rem;
  line-height: 1.2;
}

body.woocommerce-checkout form.checkout input.input-text,
body.woocommerce-checkout form.checkout select,
body.woocommerce-checkout form.checkout .select2-selection {
  min-height: 42px;
  height: 42px;
}

body.woocommerce-checkout form.checkout textarea {
  min-height: 74px;
}

body.woocommerce-checkout .mp-checkout-pro-benefits-title,
body.woocommerce-checkout .mp-checkout-pro-benefits,
body.woocommerce-checkout .mp-checkout-pro-redirect {
  display: none !important;
}

body.woocommerce-checkout .mp-checkout-pro-content,
body.woocommerce-checkout .mp-checkout-pro-container,
body.woocommerce-checkout .mp-checkout-container {
  width: 100%;
  margin: 0;
  padding: 0;
}

body.woocommerce-checkout .mp-test-mode-card {
  margin: 0.5rem 0 !important;
  padding: 0.65rem !important;
}

body.woocommerce-checkout .mp-checkout-pro-payment-methods {
  margin: 0.6rem 0 !important;
}

@media (max-width: 849px) {
  body.pf-brand .pf-campaign-slide__title {
    max-width: 68%;
    font-size: clamp(1.65rem, 7.6vw, 2.25rem);
    line-height: 0.96;
  }

  .pf-campaign-slide__result {
    max-width: 66%;
    font-size: 0.82rem;
  }

  .pf-campaign-slide--cupcake .pf-campaign-slide__title,
  .pf-campaign-slide--cupcake .pf-campaign-slide__result {
    color: #fff !important;
  }

  .pf-campaign-slide__product,
  .pf-campaign-slide--cupcake .pf-campaign-slide__product,
  .pf-campaign-slide--latte .pf-campaign-slide__product {
    right: auto;
    bottom: 0;
    left: 4%;
    width: auto;
    max-width: 44vw;
    height: 43%;
    transform: rotate(-2deg);
  }

  .pf-campaign-slide--cupcake .pf-campaign-slide__product {
    transform: rotate(2deg);
  }

  body.pf-brand .pf-archive-intro {
    width: 100%;
    gap: 1rem;
    margin: 0.75rem 0 1.25rem;
    padding: 0.75rem 15px 0;
  }

  body.pf-brand .pf-archive-intro__copy {
    width: 100%;
    max-width: none;
  }

  body.pf-brand .pf-archive-intro h2 {
    max-width: 100%;
    font-size: 1.7rem;
    line-height: 1.02;
  }

  body.pf-brand .pf-archive-intro__copy > p:last-child {
    margin-top: 0.55rem;
    font-size: 0.88rem;
    line-height: 1.45;
  }

  body.pf-brand .pf-archive-intro__chips {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
    justify-content: stretch;
  }

  body.pf-brand .pf-archive-intro__chips .pf-chip {
    width: 100%;
    min-width: 0;
    justify-content: flex-start;
    padding: 0.6rem 0.75rem;
    font-size: 0.8rem;
  }

  body.pf-brand .pf-archive-intro__chips .pf-chip:last-child {
    width: min(100%, 190px);
    grid-column: 1 / -1;
    justify-self: center;
  }

  body.pf-brand .woocommerce ul.products {
    gap: 1.1rem 0.75rem;
  }

  body.pf-brand .woocommerce ul.products li.product .box-text,
  body.pf-brand .product-small .box-text {
    min-height: 116px;
    padding: 0.65rem 0.35rem 0.75rem;
  }

  body.pf-brand .woocommerce ul.products li.product .box-text .category,
  body.pf-brand .product-small .box-text .category {
    color: #6d625b;
    font-size: 0.58rem;
    line-height: 1.2;
    text-align: left;
  }

  body.pf-brand .woocommerce ul.products li.product .woocommerce-loop-product__title,
  body.pf-brand .product-small .woocommerce-loop-product__title,
  body.pf-brand .product-small .product-title {
    min-height: 2.35em;
    margin: 0.3rem 0 0.45rem !important;
    font-size: 0.82rem !important;
    line-height: 1.16 !important;
  }

  body.pf-brand .woocommerce ul.products li.product .price,
  body.pf-brand .product-small .price {
    min-height: 1.4em;
    color: #17120f !important;
    font-size: 0.96rem !important;
    font-weight: 850;
  }

  body.single-product form.cart {
    display: grid;
    grid-template-columns: 82px minmax(0, 1.35fr) minmax(0, 1fr);
    gap: 0.4rem;
    margin: 0.4rem 0 0.55rem;
  }

  body.single-product form.cart .quantity,
  body.single-product form.cart .quantity .ux-quantity__button,
  body.single-product form.cart .quantity input.qty,
  body.single-product div.product .single_add_to_cart_button,
  body.single-product form.cart .pf-buy-now {
    min-height: 44px !important;
    height: 44px !important;
    margin: 0 !important;
  }

  body.single-product div.product form.cart .quantity {
    width: 82px;
    padding: 0;
  }

  body.single-product div.product form.cart .quantity input.qty {
    width: 28px;
  }

  body.single-product div.product form.cart .quantity .ux-quantity__button {
    width: 26px;
    padding: 0;
  }

  body.single-product div.product .single_add_to_cart_button,
  body.single-product form.cart .pf-buy-now {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    justify-content: center;
    padding: 0.4rem 0.3rem;
    font-size: 0.66rem;
    line-height: 1;
    white-space: nowrap;
  }

  body.single-product form.cart .pf-buy-now {
    border: 1px solid var(--pf-accent);
    background: #fff;
    color: var(--pf-accent);
    box-shadow: none;
  }

  body.single-product .pf-trust-strip {
    margin-top: 0.75rem;
    margin-bottom: 1rem;
    padding: 0.55rem 0.2rem 0.65rem;
  }

  body.single-product .pf-trust-strip__item .pf-icon {
    width: 16px;
    height: 16px;
    padding: 5px;
  }

  body.single-product .woocommerce-tabs {
    clear: both;
    margin-top: 0.75rem !important;
    padding-top: 0.5rem;
  }

  body.woocommerce-checkout .pf-page-intro {
    gap: 0.55rem;
    margin: 0.5rem 0 0.75rem;
    padding: 0.5rem 15px 0;
  }

  body.woocommerce-checkout .pf-page-intro__copy h2 {
    font-size: 1.8rem;
  }

  body.woocommerce-checkout .pf-page-intro__copy p,
  body.woocommerce-checkout .pf-page-intro__aside span {
    margin-top: 0.4rem;
    font-size: 0.76rem;
  }

  body.woocommerce-checkout form.checkout .large-7,
  body.woocommerce-checkout form.checkout .large-5 {
    padding-bottom: 0.75rem;
  }

  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5rem;
  }

  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-last {
    width: calc(50% - 0.25rem) !important;
    flex: 0 0 calc(50% - 0.25rem);
    float: none;
  }

  body.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide {
    width: 100%;
    flex: 0 0 100%;
  }

  body.woocommerce-checkout form.checkout .form-row {
    margin-bottom: 0.55rem;
  }

  body.woocommerce-checkout form.checkout label {
    font-size: 0.68rem;
  }

  body.woocommerce-checkout form.checkout input.input-text,
  body.woocommerce-checkout form.checkout select,
  body.woocommerce-checkout form.checkout .select2-selection {
    min-height: 39px;
    height: 39px;
    font-size: 0.78rem;
  }

  body.woocommerce-checkout .woocommerce-checkout-review-order {
    padding: 0.8rem !important;
  }

  body.woocommerce-checkout .payment_box {
    padding: 0.65rem !important;
  }

  body.woocommerce-checkout .mp-test-mode-card {
    font-size: 0.72rem;
  }
}

/* Final audited conversion layer. */
@media (min-width: 1024px) {
  body.pf-brand .pf-campaign-slide__product,
  body.pf-brand .pf-campaign-slide--cupcake .pf-campaign-slide__product,
  body.pf-brand .pf-campaign-slide--latte .pf-campaign-slide__product {
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: -7% !important;
    width: auto !important;
    max-width: 29vw !important;
    height: 74% !important;
    object-fit: contain;
    transform: translateY(-50%) rotate(-2deg) !important;
  }

  body.pf-brand .pf-campaign-slide--cupcake .pf-campaign-slide__product {
    transform: translateY(-50%) rotate(2deg) !important;
  }

  body.pf-brand .pf-campaign-slide__copy {
    top: 50% !important;
    right: auto !important;
    bottom: auto !important;
    left: 32% !important;
    width: 40% !important;
    max-width: 520px;
    transform: translateY(-50%) !important;
  }

  body.single-product form.cart .single_add_to_cart_button,
  body.single-product form.cart .pf-buy-now {
    min-width: 0;
    padding: 0.55rem 0.7rem !important;
    font-size: 0.82rem !important;
    line-height: 1.1 !important;
    white-space: nowrap;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  body.pf-brand .pf-campaign-slide__product,
  body.pf-brand .pf-campaign-slide--cupcake .pf-campaign-slide__product,
  body.pf-brand .pf-campaign-slide--latte .pf-campaign-slide__product {
    left: 0 !important;
    max-width: 31vw !important;
    height: 68% !important;
  }

  body.pf-brand .pf-campaign-slide__copy {
    left: 35% !important;
    width: 42% !important;
  }
}

.pf-trust-strip__item--link {
  color: inherit;
  text-decoration: none;
}

.pf-trust-strip__item--link:hover strong,
.pf-trust-strip__item--link:focus-visible strong {
  color: var(--pf-accent);
}

.pf-product-faq {
  width: min(1120px, calc(100% - 30px));
  margin: 2.5rem auto 3rem;
  padding: 2rem;
  border: 1px solid var(--pf-line);
  border-radius: 24px;
  background: #fffaf4;
}

.pf-product-faq .pf-section-head {
  margin-bottom: 1.25rem;
}

.pf-product-faq .pf-section-head h2 {
  margin: 0;
  color: #111;
  font-size: clamp(1.65rem, 2.6vw, 2.35rem);
}

.pf-product-faq__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem;
}

.pf-product-faq__item {
  border: 1px solid rgba(243, 107, 18, 0.22);
  border-radius: 14px;
  background: #fff;
}

.pf-product-faq__item summary {
  position: relative;
  padding: 1rem 2.75rem 1rem 1rem;
  color: #17120f;
  cursor: pointer;
  font-weight: 800;
  list-style: none;
}

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

.pf-product-faq__item summary::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  color: var(--pf-accent);
  content: '+';
  font-size: 1.25rem;
  transform: translateY(-50%);
}

.pf-product-faq__item[open] summary::after {
  content: '−';
}

.pf-product-faq__item p {
  margin: 0;
  padding: 0 1rem 1rem;
  color: #4f4640;
  line-height: 1.55;
}

.pf-newsletter {
  padding: 2.2rem 0;
  border-top: 1px solid rgba(243, 107, 18, 0.18);
  background: linear-gradient(135deg, #fff2e4, #fffaf5);
}

.pf-newsletter__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr);
  gap: 2rem;
  align-items: center;
}

.pf-newsletter__copy h2 {
  margin: 0 0 0.5rem;
  color: #111;
  font-size: clamp(1.7rem, 2.4vw, 2.5rem);
}

.pf-newsletter__copy p:last-child {
  margin: 0;
  color: #5d534d;
}

.pf-newsletter__form form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: start;
}

.pf-newsletter__form .wpcf7-form-control-wrap {
  min-width: 0;
}

.pf-newsletter__form input[type='email'] {
  min-height: 48px;
  margin: 0;
  border: 1px solid rgba(17, 17, 17, 0.14);
  border-radius: 12px;
  background: #fff;
}

.pf-newsletter__form input[type='submit'] {
  min-height: 48px;
  margin: 0;
  border-radius: 12px;
  background: var(--pf-accent);
  color: #fff;
}

.pf-newsletter__form .pf-newsletter-consent,
.pf-newsletter__form .wpcf7-response-output {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.78rem;
  line-height: 1.35;
}

@media (max-width: 849px) {
  body.single-product form.cart .single_add_to_cart_button,
  body.single-product form.cart .pf-buy-now {
    padding-inline: 0.35rem !important;
    font-size: 0.66rem !important;
    line-height: 1.05 !important;
    white-space: nowrap;
  }

  body.woocommerce-cart #simple-chat-button--container,
  body.woocommerce-checkout #simple-chat-button--container,
  body.woocommerce-cart .pf-prefooter,
  body.woocommerce-checkout .pf-prefooter {
    display: none !important;
  }

  .pf-product-faq {
    width: calc(100% - 20px);
    margin: 1.25rem auto 1.75rem;
    padding: 1rem;
    border-radius: 18px;
  }

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

  .pf-product-faq__item summary {
    padding: 0.8rem 2.5rem 0.8rem 0.8rem;
    font-size: 0.82rem;
  }

  .pf-product-faq__item p {
    padding: 0 0.8rem 0.8rem;
    font-size: 0.78rem;
  }

  .pf-newsletter {
    padding: 1.5rem 0;
  }

  .pf-newsletter__inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .pf-newsletter__form form {
    grid-template-columns: 1fr;
  }
}

/* Hero legibility and pack alignment. */
body.pf-brand .pf-campaign-slide__title {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.78);
  paint-order: stroke fill;
  text-shadow:
    0 1px 0 rgba(255, 255, 255, 0.72),
    0 3px 10px rgba(47, 22, 8, 0.16);
}

@media (min-width: 1024px) {
  body.pf-brand .pf-campaign-slide__product,
  body.pf-brand .pf-campaign-slide--cupcake .pf-campaign-slide__product,
  body.pf-brand .pf-campaign-slide--latte .pf-campaign-slide__product {
    transform: translateY(-50%) rotate(0deg) !important;
  }
}

@media (max-width: 1023px) {
  body.pf-brand .pf-campaign-slide__product,
  body.pf-brand .pf-campaign-slide--cupcake .pf-campaign-slide__product,
  body.pf-brand .pf-campaign-slide--latte .pf-campaign-slide__product {
    transform: rotate(0deg) !important;
  }

  body.pf-brand .pf-campaign-slide__title {
    -webkit-text-stroke-width: 0.75px;
  }
}

/* Internal recipes and distinct video actions. */
.pf-recipe-card__body h3 a {
  color: #17120f;
  text-decoration: none;
}

.pf-recipe-card__body h3 a:hover {
  color: var(--pf-accent);
}

.pf-recipe-card__actions {
  display: flex;
  gap: 0.55rem;
  align-items: center;
  margin-top: 0.35rem;
}

.pf-recipe-action {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 0.8rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.76rem;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.pf-recipe-action--read {
  background: var(--pf-accent);
  color: #fff;
}

.pf-recipe-action--read:hover {
  background: #17120f;
  color: #fff;
}

.pf-recipe-action--video {
  border-color: rgba(23, 18, 15, 0.24);
  background: #fff;
  color: #17120f;
}

.pf-recipe-action--video::before {
  margin-right: 0.35rem;
  content: '▶';
  color: var(--pf-accent);
  font-size: 0.64rem;
}

.pf-recipe-group li {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem;
  align-items: center;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.pf-recipe-group li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

body.pf-brand .pf-recipe-page__library .pf-recipe-group__read {
  display: grid;
  gap: 0.2rem;
  color: #fff;
  text-decoration: none;
}

body.pf-brand .pf-recipe-page__library .pf-recipe-group__read small {
  color: #f9c69f;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

body.pf-brand .pf-recipe-page__library .pf-recipe-group__video {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  padding: 0.45rem 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}

.pf-recipe-group__video::before {
  margin-right: 0.3rem;
  content: '▶';
  color: #ff9b59;
  font-size: 0.58rem;
}

.pf-recipe-single {
  padding-bottom: 4rem;
  background: linear-gradient(180deg, #fff8ef 0, #fff 620px);
}

.pf-recipe-single__hero {
  padding: clamp(2.5rem, 5vw, 5rem) 0;
  background:
    radial-gradient(circle at 18% 15%, rgba(243, 107, 18, 0.14), transparent 30%),
    linear-gradient(120deg, #fff5e9, #f6dfc7);
}

.pf-recipe-single__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(380px, 1.08fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.pf-recipe-single__back {
  display: inline-flex;
  margin-bottom: 1.4rem;
  color: #5b4d43;
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
}

body.pf-brand .pf-recipe-single h1 {
  max-width: 800px;
  margin: 0.35rem 0 1rem;
  color: #17120f;
  font-size: clamp(2.4rem, 4.6vw, 4.8rem);
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.pf-recipe-single__summary {
  max-width: 650px;
  margin: 0;
  color: #4d4037;
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.55;
}

.pf-recipe-single__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

body.pf-brand .pf-recipe-single__actions .button {
  min-height: 46px;
  margin: 0;
  padding: 0.75rem 1.1rem;
  border-radius: 999px;
  font-size: 0.82rem;
}

body.pf-brand .pf-recipe-single__video {
  background: var(--pf-accent);
  color: #fff;
}

body.pf-brand .pf-recipe-single__video::before {
  margin-right: 0.4rem;
  content: '▶';
  font-size: 0.64rem;
}

body.pf-brand .pf-recipe-single__product {
  border: 1px solid rgba(23, 18, 15, 0.2);
  background: #fff;
  color: #17120f;
}

.pf-recipe-single__media {
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(23, 18, 15, 0.08);
  border-radius: 28px;
  box-shadow: 0 22px 50px rgba(71, 39, 19, 0.16);
}

.pf-recipe-single__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.pf-recipe-single__article {
  width: min(880px, calc(100% - 30px));
  margin-top: clamp(2rem, 5vw, 4rem);
  padding: clamp(1.5rem, 4vw, 3rem);
  border: 1px solid var(--pf-line);
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(56, 31, 16, 0.08);
}

body.pf-brand .pf-recipe-single__article h2 {
  margin: 1.8rem 0 0.85rem;
  color: #17120f;
  font-size: clamp(1.45rem, 2.4vw, 2rem);
}

.pf-recipe-single__article > p:first-child {
  margin-top: 0;
  color: #4d4037;
  font-size: 1.08rem;
  line-height: 1.65;
}

.pf-recipe-single__article li {
  margin-bottom: 0.45rem;
  color: #4d4037;
  line-height: 1.55;
}

.pf-recipe-video-callout {
  margin-top: 2rem;
  padding: 1.4rem;
  border-radius: 18px;
  background: #fff2e6;
}

.pf-recipe-video-callout h2 {
  margin-top: 0 !important;
}

.pf-recipe-single__footer {
  margin-top: 2rem;
  padding-top: 1.2rem;
  border-top: 1px solid var(--pf-line);
}

.pf-recipe-single__footer a {
  color: var(--pf-accent);
  font-weight: 800;
  text-decoration: none;
}

/* Recipe photos are portrait source files; show the complete image without cropping. */
.pf-recipe-card__media,
.pf-recipe-group__media {
  aspect-ratio: 9 / 16;
}

.pf-recipe-card__media img,
.pf-recipe-group__media img {
  object-fit: contain;
  object-position: center;
}

@media (max-width: 849px) {
  .pf-recipe-card__actions {
    align-items: stretch;
  }

  .pf-recipe-action {
    flex: 1;
  }

  .pf-recipe-group li {
    align-items: start;
  }

  .pf-recipe-single__hero {
    padding: 1.75rem 0 2rem;
  }

  .pf-recipe-single__hero-grid {
    grid-template-columns: 1fr;
    gap: 1.4rem;
  }

  .pf-recipe-single__media {
    order: -1;
    border-radius: 20px;
  }

  body.pf-brand .pf-recipe-single h1 {
    font-size: clamp(2.1rem, 11vw, 3.15rem);
  }

  .pf-recipe-single__back {
    margin-bottom: 1rem;
  }

  .pf-recipe-single__article {
    width: calc(100% - 20px);
    margin-top: 1.25rem;
    padding: 1.15rem;
    border-radius: 20px;
  }
}


/* Final owner-approved catalog overrides, 2026-08-03 */
body.pf-brand .pf-home-product-carousel {
  padding-top: clamp(2rem, 4vw, 3.5rem);
  padding-bottom: clamp(2rem, 4vw, 3.5rem);
}
body.pf-brand .pf-home-product-carousel .pf-section-head { margin-bottom: 1.15rem; }
body.pf-brand .pf-home-product-slider .product-small .box {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 22px;
  background: #fffaf4;
  box-shadow: 0 14px 34px rgba(31, 24, 16, 0.07);
}
body.pf-brand .pf-home-product-slider .box-image {
  aspect-ratio: 1 / 1;
  background: linear-gradient(145deg, #fff8ef 0%, #fff 75%);
}
body.pf-brand .pf-home-product-slider .box-image img {
  width: 100%;
  height: 100%;
  padding: clamp(.75rem, 1.5vw, 1.3rem);
  object-fit: contain;
}
body.pf-brand .pf-home-product-slider .box-text {
  min-height: auto !important;
  padding: .85rem 1rem 1.1rem;
  text-align: center;
}
body.pf-brand .pf-home-product-slider .product-title {
  min-height: 2.65em;
  margin: 0;
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.32;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
body.pf-brand .pf-newsletter__form input[type="submit"] {
  min-height: 54px;
  padding-right: 1.6rem;
  padding-left: 1.6rem;
  font-size: .9rem;
}
body.post-type-archive-product.woocommerce ul.products,
body.tax-product_cat.woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 1.25rem !important;
}
body.post-type-archive-product.woocommerce ul.products > li.product,
body.tax-product_cat.woocommerce ul.products > li.product {
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  margin: 0 !important;
}
body.post-type-archive-product.woocommerce ul.products > li.product .product-small,
body.tax-product_cat.woocommerce ul.products > li.product .product-small {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, 0.08);
  border-radius: 22px;
  background: #fffaf4;
  box-shadow: 0 14px 34px rgba(31, 24, 16, 0.07);
}
body.post-type-archive-product.woocommerce ul.products .box-image,
body.tax-product_cat.woocommerce ul.products .box-image {
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #fff6ea 0%, #fff 80%);
}
body.post-type-archive-product.woocommerce ul.products .box-image img,
body.tax-product_cat.woocommerce ul.products .box-image img {
  width: 100%;
  height: 100%;
  padding: clamp(.85rem, 1.75vw, 1.5rem);
  object-fit: contain;
}
body.post-type-archive-product.woocommerce ul.products li.post-25 .box-image .front-image img,
body.tax-product_cat.woocommerce ul.products li.post-25 .box-image .front-image img { padding: 19%; }
body.post-type-archive-product.woocommerce ul.products .box-image .back-image,
body.tax-product_cat.woocommerce ul.products .box-image .back-image {
  box-sizing: border-box;
  padding: clamp(1.25rem, 2.5vw, 2.25rem);
  background: #fff;
  object-fit: contain !important;
}
body.post-type-archive-product.woocommerce ul.products .box-text,
body.tax-product_cat.woocommerce ul.products .box-text { padding: 1rem 1.05rem 1.25rem; }
body.pf-brand .pf-contact-instagram { margin-top: .4rem; }
@media (min-width: 768px) and (max-width: 1023px) {
  body.post-type-archive-product.woocommerce ul.products,
  body.tax-product_cat.woocommerce ul.products { grid-template-columns: repeat(3, minmax(0, 1fr)) !important; }
}
@media (hover: none), (max-width: 849px) {
  body.post-type-archive-product.woocommerce ul.products .box-image .back-image,
  body.tax-product_cat.woocommerce ul.products .box-image .back-image { display: none !important; }
}
@media (max-width: 767px) {
  body.pf-brand .pf-home-product-carousel { padding-top: 1.5rem; padding-bottom: 2rem; }
  body.pf-brand .pf-home-product-slider .product-title { font-size: .88rem; }
  body.post-type-archive-product.woocommerce ul.products,
  body.tax-product_cat.woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: .75rem !important;
  }
  body.post-type-archive-product.woocommerce ul.products .box-text,
  body.tax-product_cat.woocommerce ul.products .box-text { padding: .75rem .7rem .95rem; }
}

/* Flatsome renders the archive loop as div.products.row. */
body.pf-brand.woocommerce.archive .shop-container .products.row > .product-small.product .col-inner {
  height: 100%;
}
body.pf-brand.woocommerce.archive .shop-container .products.row > .product-small.product .product-small.box {
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(20, 20, 20, .08);
  border-radius: 22px;
  background: #fffaf4;
  box-shadow: 0 14px 34px rgba(31, 24, 16, .07);
}
body.pf-brand.woocommerce.archive .shop-container .products.row .box-image {
  display: flex;
  aspect-ratio: 1 / 1;
  align-items: center;
  justify-content: center;
  background: linear-gradient(145deg, #fff6ea 0%, #fff 80%);
}
body.pf-brand.woocommerce.archive .shop-container .products.row .box-image img {
  width: 100%;
  height: 100%;
  padding: clamp(.85rem, 1.75vw, 1.5rem);
  object-fit: contain;
}
body.pf-brand.woocommerce.archive .shop-container .products.row > .product_cat-barras-proteicas .box-image .front-image img {
  padding: 18%;
}
body.pf-brand.woocommerce.archive .shop-container .products.row .box-image .back-image {
  box-sizing: border-box;
  padding: clamp(1.25rem, 2.5vw, 2.25rem);
  background: #fff;
  object-fit: contain !important;
}
body.pf-brand.woocommerce.archive .shop-container .products.row .box-text {
  padding: 1rem 1.05rem 1.25rem;
}
@media (hover: none), (max-width: 849px) {
  body.pf-brand.woocommerce.archive .shop-container .products.row .box-image .back-image {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body.pf-brand.woocommerce.archive .shop-container .products.row .box-text {
    padding: .75rem .7rem .95rem;
  }
}

body.pf-brand.woocommerce.archive .shop-container .products.row > .product_cat-barras-proteicas .box-image img:not(.back-image) {
  padding: 20% !important;
}
body.pf-brand.woocommerce.archive .shop-container .products.row .box-image img.back-image {
  padding: clamp(1.25rem, 2.5vw, 2.25rem) !important;
}

/* Product artwork is supplied on a finished square canvas. Display the complete
   canvas edge-to-edge in shop/category cards; keep nutritional hover images padded. */
body.pf-brand.woocommerce.archive .shop-container .products.row .box-image .image-fade_in_back,
body.pf-brand.woocommerce.archive .shop-container .products.row .box-image .image-fade_in_back > a {
  width: 100%;
  height: 100%;
}

body.pf-brand.woocommerce.archive .shop-container .products.row .box-image .image-fade_in_back img:not(.back-image) {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  object-fit: contain !important;
}

/* The canonical UltraTech heading is substantially longer than other institutional titles. */
body.page-id-18 .pf-about-hero h1 {
  max-width: 920px;
  font-size: clamp(2.5rem, 3.6vw, 3.25rem);
  line-height: .98;
  letter-spacing: -.035em;
}

@media (max-width: 849px) {
  body.page-id-18 .pf-about-hero h1 {
    font-size: clamp(1.85rem, 7.7vw, 2rem);
    line-height: 1;
  }
}

/* Corporate content synchronized from UltraTech, rendered with Flatsome UX Builder. */
.pf-corporate-page {
  background: #fff;
}

.pf-corporate-stats-section {
  position: relative;
  z-index: 3;
  margin-top: -1.5rem;
  background: transparent;
}

.row.pf-corporate-stats {
  width: calc(100% - 40px);
  max-width: 1180px;
  margin-inline: auto;
}

.pf-corporate-stats .col-inner {
  height: 100%;
  padding: 1.25rem 0.8rem;
  border: 1px solid rgba(243, 107, 18, 0.18);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(56, 31, 16, 0.09);
}

.pf-corporate-stats strong,
.pf-corporate-stats span {
  display: block;
}

.pf-corporate-stats strong {
  color: #17120f;
  font-size: clamp(1.45rem, 2.2vw, 2.15rem);
  line-height: 1;
}

.pf-corporate-stats span {
  margin-top: 0.35rem;
  color: #6d625b;
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.25;
  text-transform: uppercase;
}

.pf-corporate-section > .section-content > .row,
.pf-corporate-gallery-section > .section-content > .row,
.pf-corporate-contact > .section-content > .row {
  max-width: 1180px;
}

.pf-corporate-copy h2,
.pf-corporate-section h2,
.pf-corporate-gallery-section h2,
.pf-corporate-contact h2 {
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.pf-corporate-copy p,
.pf-corporate-lead p,
.pf-corporate-card p,
.pf-corporate-quality p,
.pf-corporate-quality li,
.pf-corporate-contact p {
  line-height: 1.65;
}

.pf-corporate-card > .col-inner,
.col-inner.pf-corporate-card {
  height: 100%;
  padding: 1.35rem;
  border: 1px solid rgba(23, 18, 15, 0.08);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(56, 31, 16, 0.07);
}

.pf-corporate-card h3 {
  margin-top: 0;
  font-size: 1.2rem;
  line-height: 1.15;
}

.pf-corporate-card ul {
  margin-bottom: 0;
  padding-left: 1.15rem;
}

.pf-corporate-quality {
  margin-top: 1.25rem;
  padding: clamp(1.25rem, 3vw, 2rem);
  border-radius: 22px;
  background: #17120f;
  color: rgba(255, 255, 255, 0.86);
}

body.pf-brand .pf-corporate-quality h3 {
  color: #fff;
}

.pf-corporate-quality-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 1.7rem;
  margin: 1.15rem 0 0;
  padding-left: 1.35rem;
}

.pf-corporate-mission > .col-inner {
  padding: clamp(1.5rem, 4vw, 2.8rem);
  border-radius: 26px;
  background: linear-gradient(135deg, #17120f, #2d1d14);
  color: rgba(255, 255, 255, 0.86);
  box-shadow: 0 22px 48px rgba(23, 18, 15, 0.2);
}

.pf-corporate-mission .pf-eyebrow {
  color: #ff9a52;
}

.pf-corporate-gallery .box-image,
.pf-corporate-gallery .image-cover {
  overflow: hidden;
  border-radius: 18px;
}

.pf-corporate-gallery img {
  object-fit: cover;
}

.pf-corporate-contact {
  color: rgba(255, 255, 255, 0.86);
}

body.pf-brand .pf-corporate-contact h2,
body.pf-brand .pf-corporate-contact h3 {
  color: #fff;
}

.pf-corporate-form > .col-inner {
  padding: clamp(1.2rem, 3vw, 2rem);
  border-radius: 22px;
  background: #fff;
  color: #17120f;
}

body.pf-brand .pf-corporate-form h3 {
  color: #17120f;
}

.pf-corporate-form .wpcf7 input,
.pf-corporate-form .wpcf7 textarea {
  border-radius: 10px;
}

@media (max-width: 767px) {
  body.pf-brand .pf-corporate-hero h1 {
    font-size: clamp(1.9rem, 8.2vw, 2.35rem);
    line-height: 0.98;
  }

  .pf-corporate-stats-section {
    margin-top: -0.8rem;
  }

  .row.pf-corporate-stats {
    width: calc(100% - 20px);
  }

  .pf-corporate-stats .col {
    padding: 0 5px 10px;
  }

  .pf-corporate-stats .col-inner {
    padding: 0.9rem 0.45rem;
    border-radius: 14px;
  }

  .pf-corporate-stats strong {
    font-size: 1.25rem;
  }

  .pf-corporate-stats span {
    font-size: 0.64rem;
  }

  .pf-corporate-quality-list {
    grid-template-columns: 1fr;
  }

  .pf-corporate-card > .col-inner,
  .col-inner.pf-corporate-card {
    padding: 1rem;
    border-radius: 16px;
  }
}

/* Desktop institutional heroes aligned with the approved Fabricación layout. */
@media (min-width: 850px) {
  body.pf-brand:is(.page-id-18, .page-id-288, .page-id-289) .pf-institutional-hero {
    --pf-institutional-hero-padding: clamp(2rem, 5vw, 6rem);
    padding-top: 34% !important;
  }

  body.pf-brand:is(.page-id-18, .page-id-288, .page-id-289) .pf-institutional-hero .banner-layers.container {
    width: 100% !important;
    max-width: none !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  body.pf-brand:is(.page-id-18, .page-id-288, .page-id-289) .pf-institutional-hero .pf-institutional-hero__copy {
    top: 50% !important;
    right: auto !important;
    left: var(--pf-institutional-hero-padding) !important;
    width: min(
      52rem,
      calc(100% - var(--pf-institutional-hero-padding) - var(--pf-institutional-hero-padding))
    ) !important;
    max-width: none !important;
    transform: translateY(-50%) !important;
  }

  body.pf-brand:is(.page-id-18, .page-id-288, .page-id-289) .pf-institutional-hero .pf-institutional-hero__copy .text-inner {
    max-width: none;
    padding: 0;
  }

  body.pf-brand:is(.page-id-18, .page-id-288, .page-id-289) .pf-institutional-hero h1 {
    width: 100%;
    max-width: 52rem !important;
    margin: 0.35rem 0 1rem;
    font-size: clamp(2.55rem, 2vw, 3.4rem) !important;
    letter-spacing: -0.045em !important;
    line-height: 0.98 !important;
    overflow-wrap: normal;
    word-break: normal;
    hyphens: none;
    text-wrap: balance;
  }

  body.pf-brand:is(.page-id-18, .page-id-288, .page-id-289) .pf-institutional-hero .pf-institutional-hero__lead {
    max-width: 46rem;
    font-size: clamp(1rem, 1vw, 1.15rem);
  }

  body.pf-brand:is(.page-id-18, .page-id-288, .page-id-289) .pf-institutional-hero .banner-bg img {
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    object-fit: cover !important;
    object-position: 50% 50% !important;
    transform: none !important;
  }
}

/* Dónde comprar: preserve the supplied 4.2:1 artwork at every resolution. */
body.pf-brand.page-id-20 .pf-donde-comprar-hero {
  --pf-donde-hero-padding: clamp(0.75rem, 5vw, 6rem);
  height: auto !important;
  min-height: 0 !important;
  padding-top: 23.8095238% !important;
  background: #d7c1a4;
}

body.pf-brand.page-id-20 .pf-donde-comprar-hero .banner-layers.container {
  width: 100% !important;
  max-width: none !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}

body.pf-brand.page-id-20 .pf-donde-comprar-hero .banner-bg img {
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  transform: none !important;
}

body.pf-brand.page-id-20 .pf-donde-comprar-hero .pf-institutional-hero__copy {
  top: 50% !important;
  right: auto !important;
  left: var(--pf-donde-hero-padding) !important;
  width: min(40vw, 36rem) !important;
  max-width: none !important;
  transform: translateY(-50%) !important;
}

body.pf-brand.page-id-20 .pf-donde-comprar-hero .pf-institutional-hero__copy .text-inner {
  max-width: none;
  padding: 0;
}

body.pf-brand.page-id-20 .pf-donde-comprar-hero .pf-eyebrow {
  margin: 0 0 0.35rem;
  color: #d9550d;
  font-size: clamp(0.62rem, 0.75vw, 0.82rem);
}

body.pf-brand.page-id-20 .pf-donde-comprar-hero h1 {
  max-width: 34rem !important;
  margin: 0 0 0.55rem;
  color: #17120f !important;
  font-size: clamp(2rem, 2.2vw, 3rem) !important;
  letter-spacing: -0.045em !important;
  line-height: 0.98 !important;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
  text-wrap: balance;
}

body.pf-brand.page-id-20 .pf-donde-comprar-hero .pf-institutional-hero__lead {
  max-width: 32rem;
  margin: 0;
  color: #3c2f27;
  font-size: clamp(0.78rem, 1vw, 1rem);
  line-height: 1.3;
}

@media (max-width: 849px) {
  body.pf-brand.page-id-20 .pf-donde-comprar-hero .pf-institutional-hero__copy {
    width: 44vw !important;
  }

  body.pf-brand.page-id-20 .pf-donde-comprar-hero .pf-eyebrow {
    margin-bottom: 0.18rem;
    font-size: clamp(0.48rem, 1.4vw, 0.65rem);
  }

  body.pf-brand.page-id-20 .pf-donde-comprar-hero h1 {
    margin-bottom: 0.22rem;
    font-size: clamp(1.05rem, 3.4vw, 1.55rem) !important;
    line-height: 0.96 !important;
  }

  body.pf-brand.page-id-20 .pf-donde-comprar-hero .pf-institutional-hero__lead {
    font-size: clamp(0.52rem, 1.35vw, 0.72rem);
    line-height: 1.18;
  }
}

@media (max-width: 480px) {
  body.pf-brand.page-id-20 .pf-donde-comprar-hero .pf-eyebrow,
  body.pf-brand.page-id-20 .pf-donde-comprar-hero .pf-institutional-hero__lead {
    display: none;
  }

  body.pf-brand.page-id-20 .pf-donde-comprar-hero h1 {
    margin: 0;
    font-size: clamp(0.72rem, 3.5vw, 0.9rem) !important;
    line-height: 1.02 !important;
  }
}

/* Product categories: show the native WooCommerce category image as a full-width 20:3 banner. */
body.pf-brand.tax-product_cat .pf-archive-intro--with-media {
  overflow: visible;
}

body.pf-brand.tax-product_cat .pf-archive-intro--with-media .pf-archive-intro__media {
  width: 100vw;
  max-width: none;
  aspect-ratio: 20 / 3;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  border-radius: 0;
  background: #17120f;
  box-shadow: none;
}

body.pf-brand.tax-product_cat .pf-archive-intro--with-media .pf-archive-intro__media img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: 50% 50% !important;
  transform: none !important;
}

@media (min-width: 768px) {
  body.pf-brand.tax-product_cat .pf-archive-intro--with-media {
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }

  body.pf-brand.tax-product_cat .pf-archive-intro--with-media .pf-archive-intro__copy {
    width: 100%;
    max-width: none;
  }

  body.pf-brand.tax-product_cat .pf-archive-intro--with-media .pf-archive-intro__copy h2,
  body.pf-brand.tax-product_cat .pf-archive-intro--with-media .pf-archive-intro__copy > p:last-child {
    max-width: none;
    white-space: nowrap;
  }

  body.pf-brand.tax-product_cat .pf-archive-intro--with-media .pf-archive-intro__chips {
    justify-content: flex-start;
  }
}

/* Home Instagram section: native Spotlight feed, styled to match Protein Factory. */
body.pf-brand .pf-instagram {
  margin-top: clamp(2.75rem, 5vw, 5rem);
  margin-bottom: clamp(2.75rem, 5vw, 5rem);
  padding: clamp(1.4rem, 3vw, 2.5rem);
  border-radius: 28px;
  background: #17120f;
  color: #fff;
}

body.pf-brand .pf-instagram__head {
  margin: 0 0 1.4rem;
  padding: 0;
}

body.pf-brand .pf-instagram__head h2,
body.pf-brand .pf-instagram__head .pf-section-subcopy {
  color: #fff;
}

body.pf-brand .pf-instagram__head h2 {
  max-width: 42rem;
}

body.pf-brand .pf-instagram__head .pf-section-subcopy {
  opacity: .74;
}

body.pf-brand .pf-instagram__feed {
  min-width: 0;
}

body.pf-brand .pf-instagram__pending {
  display: grid;
  min-height: 13rem;
  align-content: center;
  justify-items: center;
  gap: .5rem;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 20px;
  background: rgba(255, 255, 255, .055);
  color: #fff;
  text-align: center;
}

body.pf-brand .pf-instagram__pending .pf-icon {
  width: 2rem;
  height: 2rem;
  color: var(--pf-accent-strong);
}

body.pf-brand .pf-instagram__pending span {
  max-width: 34rem;
  color: rgba(255, 255, 255, .7);
  line-height: 1.45;
}

body.pf-brand .pf-instagram #sb_instagram {
  min-height: 12rem;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}

body.pf-brand .pf-instagram__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  margin-top: 1.25rem;
}

body.pf-brand .pf-instagram__actions .pf-button {
  min-height: 42px;
}

body.pf-brand .pf-instagram__actions .pf-button:not(.pf-button--secondary) {
  border-color: var(--pf-accent);
  background: var(--pf-accent);
  color: #fff;
}

/* Keep the header mini-cart actions legible and visually prioritized. */
body.pf-brand .cart-popup-inner .woocommerce-mini-cart__buttons .button:not(.checkout),
body.pf-brand .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:not(.checkout) {
  border: 2px solid var(--pf-accent) !important;
  background: #fff !important;
  color: var(--pf-ink) !important;
  box-shadow: none !important;
}

body.pf-brand .cart-popup-inner .woocommerce-mini-cart__buttons .button.checkout,
body.pf-brand .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout {
  border: 2px solid var(--pf-accent) !important;
  background: var(--pf-accent) !important;
  color: #fff !important;
  box-shadow: none !important;
}

body.pf-brand .cart-popup-inner .woocommerce-mini-cart__buttons .button:not(.checkout):hover,
body.pf-brand .cart-popup-inner .woocommerce-mini-cart__buttons .button:not(.checkout):focus-visible,
body.pf-brand .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:not(.checkout):hover,
body.pf-brand .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button:not(.checkout):focus-visible {
  border-color: var(--pf-accent-strong) !important;
  background: var(--pf-accent-soft) !important;
  color: var(--pf-ink) !important;
}

body.pf-brand .cart-popup-inner .woocommerce-mini-cart__buttons .button.checkout:hover,
body.pf-brand .cart-popup-inner .woocommerce-mini-cart__buttons .button.checkout:focus-visible,
body.pf-brand .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout:hover,
body.pf-brand .widget_shopping_cart_content .woocommerce-mini-cart__buttons .button.checkout:focus-visible {
  border-color: var(--pf-accent-strong) !important;
  background: var(--pf-accent-strong) !important;
  color: #fff !important;
}

@media (max-width: 767px) {
  body.pf-brand .pf-instagram {
    margin-right: 10px;
    margin-left: 10px;
    padding: 1.25rem;
    border-radius: 20px;
  }

  body.pf-brand .pf-instagram__head h2 {
    font-size: 1.55rem;
  }

  body.pf-brand .pf-instagram__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body.pf-brand .pf-instagram__actions .pf-button {
    width: 100%;
    padding-right: .7rem;
    padding-left: .7rem;
    font-size: .75rem;
  }
}

/* Mobile product purchase controls: preserve readable CTAs without tab overlap. */
@media (max-width: 849px) {
  body.single-product form.cart {
    grid-template-columns: 78px repeat(2, minmax(0, 1fr));
    gap: 0.35rem;
    margin-bottom: 0.85rem;
  }

  body.single-product div.product form.cart .quantity {
    width: 78px;
  }

  body.single-product div.product .single_add_to_cart_button,
  body.single-product form.cart .pf-buy-now {
    overflow: hidden;
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
    letter-spacing: 0;
    text-overflow: clip;
  }

  body.single-product .woocommerce-tabs {
    margin-top: 0.85rem !important;
  }

  body.single-product .woocommerce-tabs ul.tabs {
    margin-top: 0 !important;
  }
}

@media (max-width: 379px) {
  body.single-product div.product .single_add_to_cart_button {
    font-size: 0 !important;
  }

  body.single-product form.cart .pf-buy-now {
    padding-right: 0.1rem !important;
    padding-left: 0.1rem !important;
    font-size: 0.6rem !important;
    letter-spacing: 0;
  }

  body.single-product div.product .single_add_to_cart_button::before {
    content: "AGREGAR";
    font-size: 0.66rem;
    line-height: 1;
  }
}

/* Mobile institutional hero split for Empresa, Laboratorio, Planta and Fabricacion.
   Keep the native UX Banner, but separate its H1 from the full-width image. */
@media (max-width: 849px) {
  body.pf-brand:is(.page-id-240, .page-id-18, .page-id-288, .page-id-289, .page-id-21) .pf-institutional-hero {
    height: auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
    overflow: visible;
    background: #fff;
  }

  body.pf-brand:is(.page-id-240, .page-id-18, .page-id-288, .page-id-289, .page-id-21) .pf-institutional-hero > .banner-inner {
    position: relative !important;
    inset: auto !important;
    display: flex;
    height: auto !important;
    min-height: 0 !important;
    flex-direction: column;
  }

  body.pf-brand:is(.page-id-240, .page-id-18, .page-id-288, .page-id-289, .page-id-21) .pf-institutional-hero .banner-layers {
    position: relative !important;
    inset: auto !important;
    order: 1;
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 1.25rem 20px 1.1rem;
    background: #fff;
  }

  body.pf-brand:is(.page-id-240, .page-id-18, .page-id-288, .page-id-289, .page-id-21) .pf-institutional-hero .banner-link {
    display: none;
  }

  body.pf-brand:is(.page-id-240, .page-id-18, .page-id-288, .page-id-289, .page-id-21) .pf-institutional-hero .pf-institutional-hero__copy {
    position: relative !important;
    inset: auto !important;
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    transform: none !important;
  }

  body.pf-brand:is(.page-id-240, .page-id-18, .page-id-288, .page-id-289, .page-id-21) .pf-institutional-hero .text-box-content,
  body.pf-brand:is(.page-id-240, .page-id-18, .page-id-288, .page-id-289, .page-id-21) .pf-institutional-hero .text-inner {
    padding: 0 !important;
    background: transparent !important;
    color: var(--pf-ink) !important;
  }

  body.pf-brand:is(.page-id-240, .page-id-18, .page-id-288, .page-id-289, .page-id-21) .pf-institutional-hero .pf-eyebrow,
  body.pf-brand:is(.page-id-240, .page-id-18, .page-id-288, .page-id-289, .page-id-21) .pf-institutional-hero .pf-institutional-hero__lead,
  body.pf-brand:is(.page-id-240, .page-id-18, .page-id-288, .page-id-289, .page-id-21) .pf-institutional-hero .pf-corporate-hero-button {
    display: none !important;
  }

  body.pf-brand:is(.page-id-240, .page-id-18, .page-id-288, .page-id-289, .page-id-21) .pf-institutional-hero h1 {
    max-width: none;
    margin: 0;
    color: var(--pf-ink) !important;
    font-size: clamp(1.8rem, 8vw, 2.35rem);
    letter-spacing: -0.045em;
    line-height: 1;
    text-wrap: balance;
  }

  body.pf-brand:is(.page-id-240, .page-id-18, .page-id-288, .page-id-289, .page-id-21) .pf-institutional-hero .banner-bg {
    position: relative !important;
    inset: auto !important;
    order: 2;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    aspect-ratio: 2000 / 833;
  }

  body.pf-brand:is(.page-id-240, .page-id-18, .page-id-288, .page-id-289, .page-id-21) .pf-institutional-hero .banner-bg img.bg {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: 50% 50% !important;
  }

  body.pf-brand:is(.page-id-240, .page-id-18, .page-id-288, .page-id-289, .page-id-21) .pf-institutional-hero .banner-bg .overlay {
    display: none;
  }
}

/* Contact page: native UX Builder cards and Contact Form 7, Protein Factory skin. */
body.page-id-21 .pf-contact-section-heading {
  max-width: 780px;
  margin: 0 auto 1.6rem;
}

body.page-id-21 .pf-contact-section-heading h2 {
  margin-bottom: 0.65rem;
  font-size: clamp(2rem, 3.5vw, 3.15rem);
}

body.page-id-21 .pf-contact-section-heading p:last-child {
  margin-bottom: 0;
  color: var(--pf-muted);
  font-size: 1.05rem;
}

body.page-id-21 .pf-contact-channel-card > .col-inner,
body.page-id-21 .pf-contact-location-card > .col-inner {
  display: flex;
  height: 100%;
  flex-direction: column;
}

body.page-id-21 .pf-contact-channel-card .pf-eyebrow,
body.page-id-21 .pf-contact-location-card .pf-eyebrow {
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
}

body.page-id-21 .pf-contact-channel-card h3,
body.page-id-21 .pf-contact-location-card h3 {
  margin-bottom: 0.65rem;
}

body.page-id-21 .pf-contact-channel-card a:not(.button),
body.page-id-21 .pf-contact-location-card a:not(.button) {
  color: var(--pf-accent-strong);
  font-weight: 800;
  text-decoration: none;
  overflow-wrap: anywhere;
}

body.page-id-21 .pf-contact-channel-card a:not(.button):hover,
body.page-id-21 .pf-contact-location-card a:not(.button):hover {
  color: var(--pf-ink);
}

body.page-id-21 .pf-contact-location-card .button {
  align-self: flex-start;
  margin-top: auto;
  margin-bottom: 0;
  color: var(--pf-accent-strong);
}

body.page-id-21 .pf-contact-form-copy {
  padding-right: clamp(0rem, 3vw, 2.5rem);
}

body.page-id-21 .pf-contact-form-copy .pf-eyebrow {
  color: var(--pf-accent);
}

body.page-id-21 .pf-contact-form-copy p,
body.page-id-21 .pf-contact-form-copy li {
  color: rgba(255, 255, 255, 0.78);
}

body.page-id-21 .pf-contact-form-copy ul {
  margin-bottom: 0;
}

body.page-id-21 .pf-corporate-form .wpcf7 {
  margin: 0;
}

body.page-id-21 .pf-corporate-form .wpcf7-form p {
  margin-bottom: 0.8rem;
}

body.page-id-21 .pf-corporate-form .wpcf7 textarea {
  min-height: 140px;
}

body.page-id-21 .pf-corporate-form .wpcf7 input[type="submit"] {
  width: 100%;
  min-height: 48px;
  margin-bottom: 0;
  border-radius: 12px;
  background: var(--pf-accent);
}

@media (max-width: 849px) {
  body.page-id-21 .pf-contact-section-heading {
    margin-bottom: 1rem;
    text-align: left !important;
  }

  body.page-id-21 .pf-contact-section-heading h2 {
    font-size: clamp(1.8rem, 8vw, 2.35rem);
  }

  body.page-id-21 .pf-contact-form-copy {
    padding-right: 0;
  }
}

/* Recipe heroes: complete image inside the existing 16:10 frame on every
   viewport, with each recipe's own image softened behind the side space. */
body.single-pf_recipe .pf-recipe-single__media {
  position: relative;
  isolation: isolate;
  background: #d8cabd;
}

body.single-pf_recipe .pf-recipe-single__media::before {
  position: absolute;
  inset: -18px;
  z-index: 0;
  background-image:
    linear-gradient(rgba(23, 18, 15, 0.24), rgba(23, 18, 15, 0.24)),
    var(--pf-recipe-hero-image);
  background-position: center;
  background-size: cover;
  content: "";
  filter: blur(16px) saturate(0.82);
  transform: scale(1.08);
}

body.single-pf_recipe .pf-recipe-single__media img {
  position: relative;
  z-index: 1;
  object-fit: contain;
  object-position: center;
}

/* Native Flatsome blog page and standard WordPress post cards. */
.pf-blog-intro {
  padding: clamp(3.2rem, 7vw, 6.5rem) 0;
  background:
    radial-gradient(circle at 15% 20%, var(--pf-accent-soft), transparent 34%),
    linear-gradient(135deg, #fff8ef, #f3e6d8);
}

.pf-blog-intro .pf-blog-heading {
  max-width: 850px;
  margin: 0 auto;
}

.pf-blog-intro .pf-blog-heading h1 {
  margin: 0.3rem 0 0.8rem;
  font-size: clamp(2.8rem, 6vw, 5rem);
  letter-spacing: -0.06em;
  line-height: 0.94;
  text-wrap: balance;
}

.pf-blog-intro .pf-blog-heading p:last-child {
  max-width: 670px;
  margin: 0 auto;
  color: var(--pf-muted);
  font-size: clamp(1rem, 1.5vw, 1.2rem);
  line-height: 1.6;
}

.pf-blog-listing > .section-content > .row {
  max-width: 1180px;
}

.pf-blog-listing .pf-blog-posts .post-item > .col-inner,
.pf-blog-listing .pf-blog-posts .box {
  height: 100%;
}

.pf-blog-listing .pf-blog-posts .box {
  overflow: hidden;
  border: 1px solid var(--pf-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(31, 24, 16, 0.08);
}

.pf-blog-listing .pf-blog-posts .box-image {
  background: #f3e9df;
}

.pf-blog-listing .pf-blog-posts .box-text {
  padding: 1.15rem 1.2rem 1.35rem;
  text-align: left;
}

.pf-blog-listing .pf-blog-posts .post-title {
  margin-bottom: 0.6rem;
  font-size: 1.25rem;
  line-height: 1.12;
}

.pf-blog-listing .pf-blog-posts .from_the_blog_excerpt {
  color: var(--pf-muted);
  line-height: 1.55;
}

.pf-blog-listing .pf-blog-posts .button {
  border-color: var(--pf-accent);
  background: var(--pf-accent);
  color: var(--pf-ink);
}

.pf-blog-empty-state {
  max-width: 720px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  border: 1px solid var(--pf-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(31, 24, 16, 0.08);
}

.pf-blog-empty-state h2 {
  margin-bottom: 0.65rem;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
}

.pf-blog-empty-state p:last-child {
  max-width: 540px;
  margin: 0 auto;
  color: var(--pf-muted);
  line-height: 1.6;
}

.pf-blog-listing:has(.pf-blog-posts .post-item) .pf-blog-empty-state {
  display: none;
}

@media (max-width: 849px) {
  .pf-blog-intro {
    padding: 2.6rem 0;
  }

  .pf-blog-intro .pf-blog-heading {
    text-align: left !important;
  }

  .pf-blog-intro .pf-blog-heading h1 {
    font-size: clamp(2.4rem, 12vw, 3.4rem);
  }

  .pf-blog-intro .pf-blog-heading p:last-child {
    margin-left: 0;
  }

  .pf-blog-empty-state {
    text-align: left !important;
  }

  .pf-blog-empty-state p:last-child {
    margin-left: 0;
  }
}
