/* Auditoría prepublicación de Selección: correcciones técnicas sin rediseño. */
html.seleccion-intro-review {
  --fs-shell-sans: Manrope, Arial, sans-serif;
  --fs-shell-serif: "Bodoni Moda", Georgia, serif;
  scroll-padding-top: 136px;
}

html.seleccion-intro-review,
html.seleccion-intro-review body {
  overflow-x: hidden;
}

html.seleccion-intro-review :is(
  .fs-global-header,
  .fs-global-footer,
  .fs-global-footer-nav
) {
  font-family: Manrope, Arial, sans-serif;
}

html.seleccion-intro-review .fs-global-footer-brand {
  font-family: "Bodoni Moda", Georgia, serif;
}

html.seleccion-intro-review :is(
  .fs-global-monogram,
  .fs-global-wordmark,
  .fs-global-buy,
  .fs-global-selection,
  .product-nav a,
  .honey-discover-link
) {
  align-items: center;
  display: inline-flex;
  min-height: 44px;
  min-width: 44px;
}

html.seleccion-intro-review main#contenido > section {
  scroll-margin-top: 136px;
}

html.seleccion-intro-review :is(
  .honey-philosophy-review,
  .manifesto
) {
  min-height: calc(100svh - 136px);
}

html.seleccion-intro-review :is(
  .aove-hero,
  .aove-intro,
  .aove-profiles,
  .oil-yield,
  .oil-process,
  .aove-closing,
  .honey-hero,
  .honey-philosophy,
  .honey-scene,
  .honey-origins,
  .honey-process,
  .honey-closing,
  .hero,
  .manifesto,
  .proof,
  .nature,
  .journey,
  .guide,
  .authenticity
) {
  overflow-x: clip;
}

html.seleccion-intro-review :is(a, button, summary):focus-visible {
  outline: 2px solid #d7b45e;
  outline-offset: 5px;
}

html.seleccion-intro-review :is(
  .final-links a,
  .honey-faq-question,
  .faq-review-question
) {
  min-height: 44px;
}

html.seleccion-intro-review .legal-image-credits {
  margin-top: 100px;
  margin-bottom: 100px;
}

html.seleccion-intro-review .legal-image-credits .answer p {
  margin: 12px 0 0;
  line-height: 1.55;
}

html.seleccion-intro-review main#contenido > [data-product-group]:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 680px) {
  html.seleccion-intro-review {
    scroll-padding-top: 104px;
  }

  html.seleccion-intro-review main#contenido > section {
    scroll-margin-top: 104px;
  }

  html.seleccion-intro-review :is(
    .honey-philosophy-review,
    .manifesto
  ) {
    min-height: calc(100svh - 104px);
  }

  html.seleccion-intro-review .legal-image-credits {
    margin-top: 84px;
    margin-bottom: 84px;
  }
}

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