/* ==========================================================================
   Domino Comercio — Main Stylesheet
   v1.3.68 — 2026-03-11
   Navy palette, FFDINWebPro fonts, B2B layout
   ========================================================================== */

/* --------------------------------------------------------------------------
   CSS Variables
   -------------------------------------------------------------------------- */
:root {
  --dc-header-bg: #1C386F;
  --dc-heading: #1F448E;
  --dc-footer-bg: #20458D;
  --dc-newsletter-bg: #1E3C60;
  --dc-text: #464749;
  --dc-white: #FFFFFF;
  --dc-link: #0079C0;
  --dc-black: #000000;
  --dc-grey-label: #8A8A8A;
  --dc-social-bg: #0E569C;
  --dc-dark-navy: #0F3680;
  --dc-ingredient-bg: #f1f1f1;
  --dc-accent-blue: #04559f;
  --sk-trigger-bg: #04559f;
  --sk-panel-color: #1C386F;
  --dc-share-blue: #0032a0;
  --dc-border-light: #ccc;
  --dc-input-bg: #F6F6F6;
}

/* --------------------------------------------------------------------------
   Reset / Base
   -------------------------------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}

body {
  font-family: "FFDINWebPro", "Trebuchet MS", "Gotham Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--dc-text);
  background: var(--dc-white) !important;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  color: var(--dc-link);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "FFDINWebProBlack", "FFDINWebPro", "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: var(--dc-heading);
  line-height: 1.1;
}

/* --------------------------------------------------------------------------
   Kadence Overrides
   -------------------------------------------------------------------------- */
.site-container,
.site {
  background: var(--dc-white) !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.entry-content-wrap,
.content-wrap {
  max-width: 100% !important;
  padding: 0 !important;
}

/* Hide Kadence default header/footer */
#masthead,
.site-header-wrap,
header.site-header,
.site-footer-wrap,
footer.site-footer,
.kadence-header,
.kadence-footer {
  display: none !important;
}

/* --------------------------------------------------------------------------
   Layout Container
   -------------------------------------------------------------------------- */
.dc-container {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
}

.dc-container-narrow {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

/* --------------------------------------------------------------------------
   HEADER
   -------------------------------------------------------------------------- */
.dc-header {
  background: var(--dc-header-bg);
  position: relative;
  width: 100%;
  z-index: 1000;
}

.dc-header-inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  height: 138px;
  overflow: hidden;
}

.dc-header-logo {
  display: inline-block;
  padding-top: 0;
}

.dc-header-logo img {
  max-width: 280px;
  width: 100%;
  height: auto;
  display: block;
}

.dc-header-nav {
  position: absolute;
  bottom: 13px;
  left: 314px;
  display: flex;
  align-items: center;
}

.dc-header-nav a {
  font-family: "FFDINWebProBold", "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--dc-white);
  text-decoration: none;
  padding: 0 20px;
  text-transform: uppercase;
  display: block;
  border-left: 1px solid #fff;
}

.dc-header-nav a:first-child {
  border-left: none;
}

.dc-header-nav a:hover {
  color: #2FA8DF;
  text-decoration: none;
}

.dc-header-search {
  position: absolute;
  bottom: 10.5px;
  right: 0;
  display: flex;
  align-items: center;
}

.dc-header-search-input,
input[type="search"].dc-header-search-input {
  background: transparent !important;
  border: transparent !important;
  color: var(--dc-white) !important;
  font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
  font-size: 14px;
  width: 120px;
  height: 44px;
  padding: 22px 22px 22px 11px;
  outline: none;
  transition: 0.5s;
  box-shadow: none !important;
  letter-spacing: 0.0625rem;
  float: right;
  border-radius: 0 !important;
}

.dc-header-search-input::placeholder {
  color: var(--dc-white);
}

/* Search expands on container hover (matching PROD) */
.dc-header-search:hover .dc-header-search-input,
.dc-header-search:hover input[type="search"].dc-header-search-input {
  width: 250px;
  background: var(--dc-white) !important;
  color: var(--dc-dark-navy) !important;
  padding-right: 28px;
  padding-left: 20px;
  text-align: left;
}

.dc-header-search:hover .dc-header-search-input::placeholder {
  color: var(--dc-dark-navy) !important;
}

.dc-header-search:hover .dc-header-search-btn svg {
  fill: var(--dc-dark-navy);
}

.dc-header-search form {
  position: relative;
  display: flex;
  align-items: center;
}

.dc-header-search-btn {
  background: none;
  border: none;
  color: var(--dc-white);
  font-size: 18px;
  cursor: pointer;
  padding: 10px 5px 10px 10px;
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  transform: translateY(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
}

.dc-header-search-btn svg {
  width: 18px;
  height: 18px;
  fill: var(--dc-white);
}

.dc-header-search-input:focus,
input[type="search"].dc-header-search-input:focus {
  outline: none !important;
  box-shadow: none !important;
  border: transparent !important;
}

.dc-header-search-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

.dc-header-search-btn:hover {
  background: none !important;
}

/* Hamburger (mobile) */
.dc-hamburger {
  display: none;
  position: absolute;
  right: 20px;
  top: 18px;
  width: 37px;
  height: 25px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  z-index: 1001;
}

.dc-hamburger-bars {
  position: relative;
  width: 35px;
  height: 24px;
  background: transparent;
}

.dc-hamburger-bars::before,
.dc-hamburger-bars span,
.dc-hamburger-bars::after {
  content: '';
  position: absolute;
  left: 0;
  width: 35px;
  height: 4px;
  background: var(--dc-white);
  border-radius: 15px;
  transition: transform 0.2s ease;
}

.dc-hamburger-bars::before { top: 0; }
.dc-hamburger-bars span { top: 10px; }
.dc-hamburger-bars::after { top: 20px; }

/* Hamburger open state */
.dc-hamburger[aria-expanded="true"] .dc-hamburger-bars::before {
  transform: translateY(10px) rotate(45deg);
}
.dc-hamburger[aria-expanded="true"] .dc-hamburger-bars span {
  opacity: 0;
}
.dc-hamburger[aria-expanded="true"] .dc-hamburger-bars::after {
  transform: translateY(-10px) rotate(-45deg);
}

/* Mobile menu container */
.dc-mobile-menu {
  display: none;
  flex-direction: column;
  background: #0F3680;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}

.dc-mobile-menu.show {
  max-height: 400px;
}

.dc-mobile-menu a {
  display: block;
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: var(--dc-white);
  padding: 11px;
  border-bottom: 1px solid #fff;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  line-height: 20px;
  text-decoration: none;
}

.dc-mobile-menu a:hover {
  color: #2FA8DF;
  text-decoration: none;
}

.dc-mobile-search {
  order: -1;
  padding: 12px 20px;
}

.dc-mobile-search-input {
  width: 100%;
  height: 44px;
  background: var(--dc-white);
  border: none;
  padding: 0 12px;
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
}

/* --------------------------------------------------------------------------
   HERO BANNER (shared across pages)
   -------------------------------------------------------------------------- */
.dc-hero-banner {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.dc-hero-banner img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 100% 70%;
}

.dc-hero-banner-title {
  position: absolute;
  top: 50%;
  left: 228px;
  transform: translateY(-50%);
  font-family: "FFDINWebProBlack", Helvetica, Arial, sans-serif;
  font-size: 46px;
  font-weight: 400;
  color: #fff;
  line-height: 46px;
  letter-spacing: -0.69px;
  text-align: center;
  margin: 0;
  white-space: nowrap;
  z-index: 2;
}

/* Productos filter hero — 16:9 aspect ratio + centered translucent title box (PROD match) */
.dc-hero-banner--productos {
  height: 56.25vw;
  max-height: 802px;
  min-height: 280px;
}
.dc-hero-banner--productos .dc-hero-banner-title-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.64);
  padding: 25px;
  text-align: center;
  z-index: 2;
  white-space: nowrap;
}
.dc-hero-banner--productos .dc-hero-banner-title {
  position: static !important;
  transform: none !important;
  left: auto !important;
  top: auto !important;
  color: var(--dc-heading) !important;
  font-size: 46px !important;
  line-height: 46px !important;
  white-space: nowrap;
  margin: 0;
}

/* White hero banner variant (recipe results) */
.dc-hero-banner-white {
  background: #fff;
  height: auto;
  padding: 60px 0 30px;
}

.dc-hero-banner-white .dc-hero-banner-title {
  position: static;
  transform: none;
  color: var(--dc-heading);
}

/* --------------------------------------------------------------------------
   HOME — Page title H1 hidden (PROD Drupal no tiene H1 visible; Kadence lo inyecta)
   -------------------------------------------------------------------------- */
.home .entry-title {
  display: none !important;
}

/* --------------------------------------------------------------------------
   HOME — Canales de Distribución
   -------------------------------------------------------------------------- */
.dc-channels-section {
  padding: 60px 0 66px;
  text-align: center;
}
#main-content .dc-channels-section {
  padding-bottom: 66px !important; /* beats #simple-css-output (ID specificity 1-1-0 > 0-1-0) */
}
/* Between adjacent sections: PROD visual gap img→H2 = 100px. 66+60=126 → need -26px */
#main-content .dc-channels-section + .dc-channels-section {
  margin-top: -26px !important;
}
/* Home: PROD gap tiles→btn = 20px. 66+20=86 → need -66px */
#main-content .dc-channels-section + .dc-view-all-wrap {
  margin-top: -66px !important;
}

section.dc-channels-section h2 {
  font-family: "FFDINWebProBlack", Helvetica, Arial, sans-serif;
  font-size: 46px; /* PROD desktop: 46px */
  font-weight: 400;
  color: var(--dc-heading);
  letter-spacing: -0.69px; /* -0.015em × 46px */
  line-height: 46px;
  margin: 0 0 8px !important;
}

.dc-channels-grid {
  display: flex;
  justify-content: center;
  column-gap: 15.5px;
  row-gap: 20px;
  flex-wrap: wrap;
  max-width: 1030px;
  margin: 45px auto 0;
}

.dc-channel-tile {
  position: relative;
  width: 242px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.dc-channel-tile::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 242px;
  background: var(--dc-header-bg);
  opacity: 0.75;
  z-index: 1;
  cursor: pointer;
  transition: opacity 0.3s ease;
}

.dc-channel-tile:hover::before {
  opacity: 0;
}

.dc-channel-tile img {
  width: 242px;
  height: 242px;
  object-fit: cover;
  display: block;
}

.dc-channel-tile-label {
  position: absolute;
  top: 92px;
  left: 0;
  right: 0;
  padding: 10px 20px;
  font-family: "FFDINWebProBlack", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--dc-white);
  text-align: center;
  background: none;
  letter-spacing: -0.36px;
  line-height: 24px;
  z-index: 2;
}

/* --------------------------------------------------------------------------
   HOME — Tipo de Producto
   -------------------------------------------------------------------------- */
.dc-product-types-section {
  padding: 20px 0 40px;
  text-align: center;
}

.dc-product-types-section h2 {
  font-family: "FFDINWebProBlack", Helvetica, Arial, sans-serif;
  font-size: 46px;
  font-weight: 400;
  color: var(--dc-heading);
  letter-spacing: -0.69px;
  margin: 0 0 8px;
}

.dc-product-types-grid {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  max-width: 1030px;
  margin: 0 auto;
}

.dc-product-type-tile {
  position: relative;
  width: 242px;
  overflow: hidden;
  text-decoration: none;
  display: block;
}

.dc-product-type-tile img {
  width: 242px;
  height: 242px;
  object-fit: cover;
  display: block;
}

.dc-product-type-tile-label {
  padding: 10px 5px;
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--dc-heading);
  text-align: center;
  background: var(--dc-white);
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dc-product-type-tile:hover img {
  opacity: 0.85;
  transition: opacity 0.3s ease;
}

/* --------------------------------------------------------------------------
   HOME — "Ver todos los productos" Button
   -------------------------------------------------------------------------- */
.dc-view-all-wrap {
  text-align: center;
  padding: 20px 0;
}

.dc-btn-outline {
  display: inline-block;
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: var(--dc-heading);
  border: 1px solid var(--dc-heading);
  padding: 0 40px;
  height: 42px;
  line-height: 40px;
  letter-spacing: 0.72px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.dc-btn-outline:hover {
  background: var(--dc-heading);
  color: var(--dc-white);
  text-decoration: none;
}

/* --------------------------------------------------------------------------
   HOME — Contact Banner
   -------------------------------------------------------------------------- */
.dc-contact-banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.dc-contact-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.dc-contact-banner::before {
  content: "";
  display: block;
  padding-bottom: 78.3%; /* PROD aspect: 1277/1631 = 0.783 */
}

.dc-contact-banner-overlay {
  position: absolute;
  top: 50%;
  right: 86px;
  transform: translateY(-50%);
  z-index: 2;
  max-width: 500px;
  background: rgba(255,255,255,0.64);
  padding: 25px;
  text-align: right;
}

.dc-contact-banner-overlay h2 {
  font-family: "FFDINWebProBlack", Helvetica, Arial, sans-serif;
  font-size: 46px;
  font-weight: 400;
  color: var(--dc-heading);
  margin: 0;
  line-height: 46px;
  letter-spacing: -0.69px;
  padding-bottom: 10px;
  text-align: right;
}

.dc-contact-banner-overlay p {
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: var(--dc-heading);
  line-height: 25.5px;
  letter-spacing: -0.17px;
  margin: 0 0 16px;
  text-align: right;
}

.dc-btn-solid {
  display: inline-block;
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--dc-white);
  background: var(--dc-heading);
  padding: 20px;
  line-height: 16px;
  min-width: 250px;
  text-align: center;
  text-decoration: none;
  border: 1px solid var(--dc-white);
  border-radius: 10px;
  transition: background 0.3s ease;
}

.dc-btn-solid:hover {
  background: var(--dc-header-bg);
  text-decoration: none;
  color: var(--dc-white);
}

/* --------------------------------------------------------------------------
   FOOTER
   -------------------------------------------------------------------------- */
.dc-footer {
  background: var(--dc-footer-bg);
  padding: 54px 0 95px;
  color: var(--dc-white);
  position: relative;
}

.dc-footer-inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.dc-footer-top-row {
  display: flex;
  align-items: center;
  gap: 0;
  margin-bottom: 30px;
}

.dc-footer-logo {
  flex: 0 0 auto;
  margin-right: 60px;
}

.dc-footer-logo img {
  width: 88px;
  height: auto;
  display: block;
}

.dc-footer-nav {
  flex: 1;
  padding-top: 16px;
}

.dc-footer-nav a {
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--dc-white);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1;
  padding: 0 15px;
}

.dc-footer-nav a:first-child {
  padding-left: 0;
}

.dc-footer-nav a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.dc-footer-bottom {
  padding-top: 20px;
  margin-top: 20px;
  padding-left: 148px;
}

.dc-footer-legal {
  margin-bottom: 33px;
}

.dc-footer-legal a {
  font-family: "FFDINWebProMedium", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: var(--dc-white);
  text-decoration: none;
  line-height: 1.2;
  padding: 0 10px;
  text-transform: uppercase;
}

.dc-footer-legal a:first-child {
  padding-left: 0;
}

.dc-footer-legal a:hover {
  opacity: 0.8;
}

.dc-footer-copyright {
  font-family: "FFDINWebProMedium", Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: var(--dc-white);
  line-height: 1.2;
  margin: 0;
}

/* Back to top button — PROD: position absolute in footer, NOT floating */
.dc-back-to-top {
  position: absolute;
  top: -60px;
  right: 0;
  width: 60px;
  height: 60px;
  background: #EFEFEF;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.dc-back-to-top svg {
  width: 20px;
  height: 20px;
  fill: #C4C4C4;
}

/* --------------------------------------------------------------------------
   COMPANIA PAGE (75/25 layout)
   -------------------------------------------------------------------------- */
.dc-page-content {
  display: flex;
  flex-wrap: wrap;
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 0 40px;
  gap: 0;
}

.dc-page-main {
  flex: 0 0 75%;
  max-width: 75%;
  padding: 15px 36px 0 15px;
}

/* ASR Group — 3-column layout (PROD: 25/50/15) */
.dc-page-content--asr {
  margin-top: 30px;
  padding-top: 0;
}
.dc-asr-logo {
  flex: 0 0 25%;
  max-width: 25%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.dc-asr-logo-wrapper {
  position: relative;
  display: inline-block;
  width: 88px;
}
.dc-asr-logo img {
  width: 88px;
  height: auto;
  display: block;
}
.dc-asr-reg {
  position: absolute;
  top: 22px;
  right: -7px;
  font-size: 9px;
  font-family: Arial, sans-serif;
  color: #008F4C;
  line-height: 1;
}
.dc-page-content--asr .dc-page-main {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
}
.dc-page-content--asr .dc-page-main p {
  margin: 0;
}
.dc-page-content--asr .dc-page-sidebar {
  flex: 0 0 15%;
  max-width: 15%;
  padding-left: 19px;
}
.dc-page-content--asr .dc-page-sidebar h2 {
  margin: 0 0 18px;
}

.dc-page-main p {
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--dc-black);
  line-height: 24px;
  letter-spacing: -0.16px;
  margin: 20px 0;
}

.dc-page-sidebar {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 70px;
}

.dc-page-sidebar h2 {
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--dc-heading);
  letter-spacing: 1.04px;
  margin: 30px 0 18px;
  line-height: 1.12;
}

.dc-page-sidebar h2 a {
  font-size: 24px;
  color: var(--dc-heading);
  text-decoration: none;
  letter-spacing: 0.96px;
}

.dc-page-sidebar p {
  margin: 0;
  line-height: 24px;
}

.dc-page-sidebar a {
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 17px;
  color: var(--dc-heading);
  text-decoration: none;
  line-height: 1.12;
  letter-spacing: 0.68px;
}

.dc-page-sidebar a:hover {
  text-decoration: none;
}

/* --------------------------------------------------------------------------
   PRODUCT GRID
   -------------------------------------------------------------------------- */
.dc-product-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0 24px;
  max-width: 1080px;
  margin: 0 auto;
  justify-content: center;
}

/* --------------------------------------------------------------------------
   PRODUCT RESULTS — PROD-style cards (Trebuchet MS link titles)
   -------------------------------------------------------------------------- */
.dc-product-card-prod {
  display: block;
  width: 242px;
  text-align: center;
  margin: 0 0 16px;
  padding: 0 0 40px;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s;
}

.dc-product-card-prod:hover {
  text-decoration: none;
  opacity: 0.6;
}

.dc-product-card-prod-img {
  width: 242px;
  height: 242px;
  overflow: hidden;
  background: #fff;
}

.dc-product-card-prod-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.dc-product-card-prod-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-family: "FFDINWebProBlack", Helvetica, Arial, sans-serif;
  font-size: 21.33px;
  font-weight: 400;
  letter-spacing: -0.32px;
  color: rgb(255, 255, 255);
  background: rgb(31, 68, 142);
  text-align: left;
  text-decoration: none;
  line-height: 21.33px;
  min-height: 120px;
  padding: 10px 20px;
}
.dc-title-name,
.dc-title-variant {
  display: block;
}
.dc-title-variant strong {
  font-weight: 700;
  font-style: normal;
}

/* --------------------------------------------------------------------------
   PRODUCT RESULTS
   -------------------------------------------------------------------------- */
.dc-products-results-section {
  padding: 20px 0 80px;
}
#main-content .dc-products-results-section {
  padding-bottom: 80px !important; /* beats #simple-css-output */
}

/* Spoon GIF loader (PROD match: loader-recipe.gif 200×200px centered) */
.dc-product-loader {
  display: flex;
  justify-content: center;
  padding: 20px 0 55px;
}
.dc-product-loader img {
  width: 200px;
  height: 200px;
  display: block;
}
.dc-product-loader.dc-no-more {
  display: none;
}

.dc-channel-tile.active {
  outline: 3px solid var(--dc-link);
  outline-offset: -3px;
}

/* --------------------------------------------------------------------------
   FILTER PANEL (matches PROD /product-result)
   -------------------------------------------------------------------------- */
.dc-filter-panel {
  padding: 30px 0 0;
}

.dc-page-title {
  font-family: "FFDINWebProBlack", Helvetica, Arial, sans-serif;
  font-size: 46px;
  font-weight: 400;
  color: var(--dc-heading);
  text-align: center;
  margin: 0;
  padding: 0;
}

.dc-filter-panel-inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Search input */
.dc-fp-search {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.dc-fp-search input {
  width: 365px;
  height: 35px;
  border: none;
  border-radius: 0;
  padding: 8px 10px 6px;
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 15.6px;
  color: var(--dc-heading);
  background: transparent;
  outline: none;
  box-shadow: none;
}

.dc-fp-search input:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.dc-fp-search input:focus + button {
  border-color: var(--dc-heading);
}

.dc-fp-search .dc-fp-search-box {
  display: flex;
  width: 400px;
  height: 37px;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  align-items: center;
}

.dc-fp-search input::placeholder {
  color: #8a8a8a;
  opacity: 1;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.dc-fp-search button {
  width: 32px;
  height: 31px;
  border: 1px solid var(--dc-heading);
  border-radius: 0;
  background: var(--dc-heading);
  color: var(--dc-white);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  flex-shrink: 0;
}

.dc-fp-search button svg {
  width: 14px;
  height: 14px;
}

.dc-fp-search button:hover {
  background: transparent;
  border-left: 1px solid var(--dc-heading);
}

.dc-fp-search button:hover svg {
  color: var(--dc-heading);
}

/* Tabs */
.dc-fp-tabs {
  display: flex;
  margin: 0 -15px;
  gap: 10px;
}

.dc-fp-tab {
  flex: 1;
  height: 40px;
  border: 1px solid #8a8a8a;
  background: transparent;
  color: var(--dc-heading);
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 8px 16px;
  cursor: pointer;
  text-align: center;
}

.dc-fp-tab:hover {
  background: transparent !important;
  color: var(--dc-heading) !important;
}

.dc-fp-tab.active {
  background: rgb(31, 68, 142);
  color: var(--dc-white);
}

.dc-fp-tab.active:hover {
  background: rgb(31, 68, 142) !important;
  color: var(--dc-white) !important;
}

/* Gray container for panels + apply button */
.dc-fp-panel-box {
  background: rgb(246, 246, 246);
  padding: 16px 40px;
  margin: 5px -15px 0;
}

/* Tab panels */
.dc-fp-panel {
  display: none;
}

.dc-fp-panel.active {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  justify-content: flex-start;
  background: rgb(246, 246, 246);
  padding: 0;
  margin-top: 0;
}

.dc-fp-cb-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 25%;
  box-sizing: border-box;
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 24px;
  font-weight: 400;
  color: #8a8a8a;
  letter-spacing: 0.52px;
  cursor: pointer;
  padding: 0;
  height: 51px;
  margin-bottom: 2px;
  white-space: nowrap;
}

.dc-fp-cb-label:has(input:checked) {
  color: var(--dc-heading);
}

.dc-fp-cb-label input[type="checkbox"] {
  width: 22px;
  height: 22px;
  margin: 0;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: none;
  flex-shrink: 0;
  position: relative;
}

.dc-fp-cb-label input[type="checkbox"]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #8a8a8a;
  border-radius: 0;
  box-sizing: border-box;
}

.dc-fp-cb-label input[type="checkbox"]::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 22 22'%3e%3cpath d='M5.5 5.5L16.5 16.5M16.5 5.5L5.5 16.5' stroke='%231F448E' stroke-width='2'/%3e%3c/svg%3e") center/contain no-repeat;
  opacity: 0;
  transform: scale(0);
  transition: 0.2s;
}

.dc-fp-cb-label input[type="checkbox"]:checked::before {
  border-color: var(--dc-heading);
}

.dc-fp-cb-label input[type="checkbox"]:checked::after {
  opacity: 1;
  transform: scale(1);
}

.dc-fp-coming-soon {
  color: #8a8a8a;
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: italic;
}

/* Apply button — extends panel-box gray area on desktop */
.dc-fp-apply-wrap {
  display: flex;
  justify-content: center;
  background: rgb(246, 246, 246);
  padding: 32px 40px;
  margin: 0 -15px;
}

.dc-fp-apply-btn {
  width: 240px;
  height: 60px;
  border: 2px solid rgb(31, 68, 142);
  border-radius: 0;
  background: transparent;
  color: rgb(31, 68, 142);
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 16px;
  padding: 6px 12px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}

.dc-fp-apply-btn:hover {
  background: rgb(31, 68, 142);
  color: #fff;
}

/* Active filter badges */
.dc-fp-active-bar {
  display: flex;
  align-items: normal;
  gap: normal;
  padding: 0 40px;
  background: #f6f6f6;
  margin: 3px -15px 0;
  min-height: 75px;
}

.dc-fp-badge {
  display: inline-block;
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  color: #8a8a8a;
  border: 1px solid #8a8a8a;
  padding: 8px;
  border-radius: 0;
  margin: 20px 10px 20px 0;
  height: 35px;
  box-sizing: border-box;
  white-space: nowrap;
}

.dc-fp-badge-x {
  color: #8a8a8a;
  text-decoration: none;
  font-size: 0;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3e%3cpath d='M1 1L13 13M13 1L1 13' stroke='%238a8a8a' stroke-width='2'/%3e%3c/svg%3e") no-repeat center/contain;
  vertical-align: middle;
  margin-left: 3px;
}

.dc-fp-badge-x:hover {
  color: var(--dc-heading);
  text-decoration: none;
}

.dc-fp-clear {
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 100;
  color: #8a8a8a;
  text-decoration: none;
  line-height: 35px;
  margin: 20px 10px 20px 0;
  padding: 0;
}

.dc-fp-clear:hover {
  text-decoration: underline;
}

/* Results bar */
.dc-fp-results-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 15px;
}

.dc-fp-count {
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #8a8a8a;
  letter-spacing: 0.56px;
  line-height: 14px;
}

.dc-fp-sort {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dc-fp-sort-label {
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #8a8a8a;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-right: 10px;
}

.dc-fp-sort select {
  width: 178px;
  height: 37px;
  border: 1px solid #c4c4c4;
  border-radius: 0;
  background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23464749' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") no-repeat right 12px center;
  -webkit-appearance: none;
  appearance: none;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: var(--dc-text);
  padding: 10px 45px 10px 12px;
  cursor: pointer;
}

.dc-fp-sort select:focus {
  border-color: var(--dc-heading);
  outline: none;
}

/* --------------------------------------------------------------------------
   SINGLE PRODUCT (B2B) — matches PROD layout exactly
   -------------------------------------------------------------------------- */
.dc-single-product {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
}

/* Navy title banner — PROD: 286px min-height, centered 1030px content */
.dc-single-product-title {
  background: var(--dc-header-bg);
  min-height: 286px;
  display: flex;
  align-items: center;
}

.dc-single-product-title-inner {
  max-width: 1030px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: "FFDINWebProBlack", Helvetica, Arial, sans-serif;
  font-size: 46px;
  font-weight: 400;
  color: var(--dc-white);
  letter-spacing: -0.69px;
  line-height: 46px;
}

/* Float layout — PROD: image 412px float left + body 618px float right */
.dc-single-product {
  margin-top: 50px; /* PROD: 50px gap between banner and content */
}
.dc-single-product-layout {
  overflow: hidden;
}

.dc-product-image-wrap {
  float: left;
  width: 412px;
  margin: 0 0 50px;
}

.dc-product-image-wrap img {
  max-width: 100%;
  height: auto;
  display: block;
}

.dc-product-body {
  float: right;
  width: 618px;
  padding-left: 76px;
}

/* Section H3 headings — PROD: border-bottom separator, letter-spacing */
.dc-product-body h3 {
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 18.72px;
  font-weight: 400;
  color: var(--dc-heading);
  letter-spacing: 0.7488px;
  margin: 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #C4C4C4;
  line-height: 1.12;
}

/* Section containers — PROD: 40px margin-bottom between sections */
.dc-product-section {
  margin-bottom: 40px;
}
/* Description paragraphs — Kadence zeroes p margins; restore ~25px gap (matches PROD <br><br> at line-height 25.5px) */
.dc-product-desc p {
  margin-bottom: 25px !important;
}
.dc-product-desc p:last-child {
  margin-bottom: 0 !important;
}

.dc-specifications-section {
  margin-bottom: 30px;
}

.dc-product-body p {
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--dc-text);
  line-height: 25.5px;
  letter-spacing: -0.17px;
  margin: 0;
}

/* Canal list — PROD: no bullets */
.dc-channel-list {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}

.dc-channel-list li {
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--dc-text);
  padding: 4px 0;
}

/* Características list — PROD: disc bullets */
.dc-characteristics-list {
  list-style: disc;
  padding: 0;
  margin: 20px 0 0 15px;
}

.dc-characteristics-list li {
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--dc-text);
  letter-spacing: -0.16px;
  padding: 0;
}

/* Spec table — PROD: FFDINWebProMedium for cells (not Regular) */
.dc-spec-table-wrap {
  overflow-x: auto;
}

.dc-spec-table {
  border-collapse: collapse;
  margin: 15px 0;
  width: 100%;
  max-width: 100%;
  display: block;
  overflow-x: auto;
}

.dc-spec-table th {
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: var(--dc-grey-label);
  padding: 10px 15px;
  border: 1px solid var(--dc-black);
  text-align: left;
}

.dc-spec-table td {
  font-family: "FFDINWebProMedium", "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 13px;
  color: var(--dc-grey-label);
  padding: 10px 15px;
  border: 1px solid var(--dc-black);
}

/* Social sharing — solo icono Print (PROD: 32px square #0E569C border-radius:6px) */
.dc-social-share {
  display: flex;
  margin: 14px 0;
  padding-left: 15px;
}
.dc-social-share a,
.dc-social-share button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #0E569C;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
}
.dc-social-share a svg,
.dc-social-share button svg {
  width: 32px;
  height: 32px;
  display: block;
}

.dc-share-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  text-decoration: none;
  line-height: 0;
}

.dc-share-icon:hover {
  text-decoration: none;
  opacity: 0.8;
}

.dc-share-icon svg {
  width: 32px;
  height: 32px;
}

/* Categories — PROD: pipe-separated, uppercase, heading-blue links */
.dc-product-categories {
  clear: both;
  padding: 30px 0 0;
  margin: 70px 0 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.dc-product-categories h4 {
  display: block;
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--dc-grey-label);
  text-transform: uppercase;
  letter-spacing: 0.56px;
  line-height: 26px;
  margin-right: 5px;
  padding: 5px 0;
}

.dc-category-links {
  display: inline;
}

.dc-product-categories a {
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: var(--dc-heading);
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.56px;
  line-height: 14px;
}

.dc-product-categories a:hover {
  text-decoration: underline;
}

.dc-cat-sep {
  color: var(--dc-black);
  font-size: 13px;
  padding: 0 5px;
  margin: 0;
}

/* --------------------------------------------------------------------------
   SINGLE PRODUCT — Related products carousel
   -------------------------------------------------------------------------- */
.dc-related-products {
  margin: 0;
  padding: 40px 0 80px;
}

.dc-related-title {
  font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  color: var(--dc-heading);
  text-transform: uppercase;
  margin-bottom: 80px !important;
}

.dc-related-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.dc-carousel-viewport {
  flex: 1;
  overflow: hidden;
}

.dc-carousel-track {
  display: flex;
  gap: 16px;
}

.dc-carousel-slide {
  flex: 0 0 230px;
  text-align: center;
  margin: 0;
}

.dc-carousel-slide a {
  display: block;
  text-decoration: none;
  color: var(--dc-text);
}

.dc-carousel-slide img {
  width: 230px;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  display: block;
}

.dc-carousel-slide figcaption {
  font-family: 'FFDINWebPro', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: var(--dc-text);
  padding: 8px 4px;
  line-height: 1.3;
  text-align: left;
}

.dc-carousel-placeholder {
  width: 230px;
  height: 230px;
  background: #f0f0f0;
}

.dc-carousel-prev,
.dc-carousel-next {
  flex-shrink: 0;
  width: 55px;
  height: 55px;
  background: #f0f0f0 !important;
  color: #000 !important;
  border: none !important;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dc-carousel-prev:hover,
.dc-carousel-next:hover {
  background: #ddd !important;
}

/* --------------------------------------------------------------------------
   SHARED UTILITY
   -------------------------------------------------------------------------- */
.dc-no-results {
  text-align: center;
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--dc-text);
  padding: 40px 0;
}

.dc-channel-tile.active::before {
  opacity: 0;
}

/* --------------------------------------------------------------------------
   SINGLE RECIPE
   -------------------------------------------------------------------------- */
.dc-single-recipe {
  max-width: none;
  margin: 0 auto;
  padding: 68px 15% 0;
}

.dc-single-recipe:not(.dc-single-recipe-si) > h1 {
  font-family: "FFDINWebProBlack", Helvetica, Arial, sans-serif;
  font-size: 72px;
  font-weight: 400;
  color: var(--dc-heading);
  line-height: 1;
  letter-spacing: -0.015em;
  padding-left: 15px;
  margin: 0 0 20px calc(max(37.5px, 50vw - 547.5px) - 15vw + 2.25px);
}

/* Standard recipe: align title/categories/social to match PROD (x≈172px at 1440px) */
.dc-single-recipe:not(.dc-single-recipe-si) > .dc-recipe-categories,
.dc-single-recipe:not(.dc-single-recipe-si) > .dc-social-share {
  margin-left: calc(max(37.5px, 50vw - 547.5px) - 15vw + 2.25px);
}

.dc-recipe-categories {
  font-size: 14px;
  color: var(--dc-grey-label);
  margin-bottom: 15px;
  padding-left: 15px;
}

.dc-recipe-categories span {
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
}

.dc-recipe-categories a {
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  color: var(--dc-heading);
  letter-spacing: 0.56px;
}

/* Banner — PROD: full viewport width, breaks out of 1030px container */
.dc-recipe-banner {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-top: 20px;
  margin-bottom: 20px;
}

.dc-recipe-banner img {
  width: 100%;
  height: auto;
  max-height: 500px;
  object-fit: fill;
  display: block;
}

/* Description (PROD: FFDINWebPro 16px/24px #464749, margin 0 0 17px) */
.dc-recipe-description {
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: var(--dc-text);
  margin: 0 0 17px;
  padding: 0;
}
.dc-recipe-description p {
  margin: 0;
}

.dc-recipe-meta-bar {
  display: flex;
  gap: 2%;
  align-items: flex-start;
  margin: 80px 0 35px;
  flex-wrap: wrap;
}

.dc-recipe-meta-info {
  flex: 0 0 46%;
  padding-left: 18px;
  padding-right: 26.19px;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.dc-recipe-description p {
  padding-right: 45px;
}

.dc-recipe-meta-items {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.dc-recipe-meta-item {
  margin-bottom: 0;
}

.dc-recipe-meta-label {
  font-family: "MuseoSlab-700", Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-style: italic;
  line-height: 24px;
  color: #000;
  display: block;
  text-align: left;
  padding-bottom: 15px;
  margin-bottom: 0;
}

.dc-recipe-meta-value {
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-style: normal;
  line-height: 24px;
  color: var(--dc-text);
  text-align: left;
  display: block;
}

.dc-recipe-slider {
  flex: 0 0 52%;
  max-width: 52%;
  position: relative;
  aspect-ratio: 600/336;
}

.dc-recipe-slider img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
  display: block;
}

.dc-recipe-slider img.dc-slide-active {
  opacity: 1;
}

.dc-slider-nav {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.dc-slider-prev,
.dc-slider-next {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--dc-heading);
  color: #fff;
  border: none;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.dc-slider-prev { margin-left: -45px; }
.dc-slider-next { margin-right: -45px; }

.dc-slider-prev:hover,
.dc-slider-next:hover {
  background: var(--dc-dark-navy);
}

/* Ingredients + Instructions columns — PROD: full-width, left column #f1f1f1 bg */
.dc-recipe-columns {
  display: flex;
  gap: 0;
  margin: 30px 0 0;
  position: relative;
}

/* Gray bg extending from left viewport edge to ingredient column boundary */
.dc-recipe-columns::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 50%;
  left: calc(-50vw + 50%);
  background: var(--dc-ingredient-bg);
  z-index: 0;
}

.dc-recipe-col-ingredients {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  z-index: 1;
  padding: 0 20px 40px 0;
}

.dc-recipe-col-instructions {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  z-index: 1;
  padding-left: 77px;
}

/* Ingredientes tab row — PROD: white strip with gray tab right-aligned */
.dc-ingredients-tab-row {
  display: flex;
  justify-content: flex-end;
  background: #fff;
  margin: 0 0 20px;
  position: relative;
  z-index: 2;
}

/* Extend white bg to left viewport edge (covers gray pseudo) */
.dc-ingredients-tab-row::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 50vw;
  background: #fff;
}

.dc-recipe-section-heading {
  font-family: "FFDINWebProBlack", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.48px;
  color: var(--dc-accent-blue);
  background: var(--dc-ingredient-bg);
  padding: 16px 48px;
  margin: 0;
  display: inline-block;
}

.dc-instructions-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.dc-instructions-header .dc-recipe-section-heading {
  flex: 0 1 auto;
  width: auto;
}

.dc-instr-print {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: #0E569C;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}

.dc-instr-print:hover {
  opacity: 0.8;
}

.dc-recipe-col-instructions .dc-recipe-section-heading {
  color: var(--dc-heading);
  background: transparent;
  padding: 0;
  margin: 16px 5px 10px 0;
}

/* Presentación H3 — PROD: Reflex Blue #04559F, 24px, FFDINWebProBlack, ls -0.36px */
.dc-recipe-presentation {
  margin: 20px 0;
}
.dc-presentation-heading {
  font-family: "FFDINWebProBlack", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--dc-accent-blue);
  letter-spacing: -0.36px;
  line-height: 1.08;
  margin: 0 0 10px;
}
.dc-recipe-presentation p {
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--dc-text);
  line-height: 24px;
  margin: 0;
}

/* TIP DEL CHEF — PROD: dark blue #1F448E, 32px, FFDINWebProBlack, ls -0.48px, inside instructions column */
.dc-recipe-tip {
  margin: 0;
}
.dc-tip-heading {
  font-family: "FFDINWebProBlack", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  color: var(--dc-heading);
  letter-spacing: -0.48px;
  line-height: 32px;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 35px;
  padding: 6px 0 6px;
  border-bottom: 1px solid #ccc;
}
.dc-tip-text {
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--dc-text);
  letter-spacing: -0.16px;
  line-height: 24px;
  margin-bottom: 16px;
}

.dc-recipe-servings {
  display: flex;
  align-items: center;
  padding: 40px 0 30px;
  margin: 0;
}

.dc-recipe-servings strong {
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--dc-text);
  line-height: 24px;
}

.dc-recipe-servings-value {
  font-family: "Trebuchet MS", "Gotham Light", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--dc-text);
  border: 1px solid #ccc;
  padding: 5px 15px 5px 10px;
  margin-left: 5px;
  background: #fff;
}

.dc-ingredient-subheader {
  font-family: "Trebuchet MS", "Gotham Light", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--dc-accent-blue);
  border-bottom: 1px solid var(--dc-border-light);
  padding: 6px 0;
  margin: 0;
}

.dc-ingredient-list + .dc-ingredient-subheader {
  margin-top: 24px;
}

.dc-ingredient-list {
  list-style: none;
  padding: 10px 20px 0;
  margin: 0;
}

.dc-ingredient-list li {
  font-family: FFDINWebPro, Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--dc-text);
  letter-spacing: -0.16px;
  margin-bottom: 5px;
  line-height: 1.5;
}

.dc-instruction-section-title {
  font-family: "FFDINWebProBlack", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--dc-accent-blue);
  letter-spacing: -0.36px;
  line-height: 1.08;
  border: none;
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
  margin: 50px 0 30px;
}
.dc-instruction-step-p {
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--dc-text);
  letter-spacing: normal;
  line-height: 24px;
  margin: 0 0 20px;
}

.dc-instruction-list {
  list-style: decimal;
  padding-left: 15px;
  margin: 0 0 16px;
}

.dc-instruction-list li {
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: var(--dc-text);
  margin: 0 0 20px;
  line-height: 1.5;
}

/* --------------------------------------------------------------------------
   CONTACT PAGE
   -------------------------------------------------------------------------- */
.dc-contact-page {
  display: flex;
  flex-wrap: wrap;
  min-height: 500px;
}

.dc-contact-info {
  flex: 0 0 50%;
  background: #2EA5DA url('../images/dfi_contact-us_bg.png') repeat;
  padding: 90px 70px 45px;
  color: var(--dc-white);
}

.dc-contact-info h1 {
  font-family: "FFDINWebProBlack", Helvetica, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: var(--dc-white);
  line-height: 58px;
  margin: 0;
}

.dc-contact-info p {
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 20px;
  color: var(--dc-white);
  line-height: 30px;
  margin: 14px 0 30px;
}

.dc-contact-info a {
  color: var(--dc-white);
  text-decoration: underline;
}

.dc-contact-form {
  flex: 0 0 50%;
  padding: 90px 70px 45px;
}

.dc-contact-form label {
  font-family: "FFDINWebProMedium", Helvetica, Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  color: #999;
  display: block;
  margin-bottom: 10px;
  line-height: 1.14;
}
.dc-required {
  color: #e00;
}

.dc-contact-form input[type="text"],
.dc-contact-form input[type="email"],
.dc-contact-form input[type="tel"],
.dc-contact-form textarea {
  width: 100%;
  background: var(--dc-input-bg);
  border: 1px solid transparent;
  border-radius: 0;
  padding: 9px 7px;
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.23;
  color: var(--dc-grey-label);
  margin-bottom: 36px;
}

.dc-contact-form select {
  width: 100%;
  background: var(--dc-input-bg);
  border: 1px solid transparent;
  border-radius: 0;
  padding: 9px 7px;
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: var(--dc-grey-label);
  text-transform: uppercase;
  margin-bottom: 36px;
  appearance: auto;
}

.dc-contact-form textarea {
  min-height: 94px;
  resize: vertical;
}

.dc-contact-form .dc-btn-submit {
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: var(--dc-heading);
  background: transparent;
  border: 2px solid var(--dc-heading);
  border-radius: 0;
  width: 241px;
  height: 50px;
  padding: 6px 12px;
  cursor: pointer;
  text-transform: uppercase;
  transition: all 0.3s ease;
  margin-top: 10px;
}

.dc-recaptcha-wrap {
  margin-bottom: 20px;
}

.dc-contact-form .dc-btn-submit:hover {
  background: var(--dc-heading);
  color: var(--dc-white);
}

/* --------------------------------------------------------------------------
   LEGAL / STATIC PAGES
   -------------------------------------------------------------------------- */
.dc-legal-page {
  max-width: 1030px;
  margin: 40px auto;
  padding: 0 15px;
}

.dc-legal-page h2 {
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 400;
  color: var(--dc-heading);
  margin: 30px 0;
}

.dc-legal-page p {
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--dc-black);
  line-height: 24px;
  margin: 20px 0;
}

.dc-legal-page ul {
  padding-left: 20px;
}

.dc-legal-page li {
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--dc-text);
  line-height: 24px;
  margin: 5px 0;
}

/* Sitemap */
.dc-sitemap h1 {
  font-family: "FFDINWebProBlack", Helvetica, Arial, sans-serif;
  font-size: 46px;
  color: var(--dc-dark-navy);
  margin: 40px 0 20px;
}

.dc-sitemap ul {
  list-style: disc;
  padding-left: 25px;
}

.dc-sitemap li {
  padding: 4px 0;
}

.dc-sitemap a {
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: var(--dc-text);
  text-decoration: underline;
}

/* --------------------------------------------------------------------------
   SEARCH RESULTS
   -------------------------------------------------------------------------- */
/* Old search — kept for reference */
.dc-search-results {
  max-width: 1030px;
  margin: 40px auto;
  padding: 0 15px;
}

.dc-search-results h1 {
  font-family: "FFDINWebProBlack", Helvetica, Arial, sans-serif;
  font-size: 38px;
  color: var(--dc-heading);
  margin: 0 0 30px;
}

/* --------------------------------------------------------------------------
   GLOBAL SEARCH RESULTS (PROD match — v2.0)
   -------------------------------------------------------------------------- */
.dc-global-search {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Search bar */
.dc-gs-search-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 137px;
  background: rgba(255, 255, 255, 0.8);
}

.dc-gs-search-form {
  display: flex;
  align-items: stretch;
  width: 400px;
  border: 1px solid #c4c4c4;
}

.dc-gs-search-input,
input[type="search"].dc-gs-search-input {
  flex: 1;
  height: 35px;
  padding: 8px 10px 6px !important;
  border: none !important;
  border-radius: 0 !important;
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: var(--dc-heading) !important;
  background: transparent !important;
  outline: none;
  box-shadow: none !important;
  line-height: 15.6px;
}

.dc-gs-search-input::placeholder {
  color: #8a8a8a;
  font-size: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.64px;
  opacity: 1;
}

.dc-gs-search-btn {
  width: 32px;
  height: 31px;
  background: var(--dc-heading);
  border: 1px solid var(--dc-heading);
  border-radius: 0 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 2px 2px 2px -1px;
  flex-shrink: 0;
}

.dc-gs-search-btn:hover {
  background: #fff !important;
  border-color: var(--dc-heading) !important;
}

.dc-gs-search-btn:hover svg {
  fill: var(--dc-heading) !important;
}

.dc-gs-search-btn svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

/* Filters bar */
.dc-gs-filters {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  background: #f6f6f6;
  padding: 15px 30px 30px;
  margin: 30px 0;
  min-height: 95px;
  box-sizing: border-box;
}

.dc-gs-filter-group {
  display: flex;
  align-items: center;
  gap: 10px;
}

.dc-gs-filter-group label {
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8a8a8a;
  letter-spacing: 0.56px;
  line-height: 14px;
  margin: 4px;
  white-space: nowrap;
}

.dc-gs-filter-group select,
.dc-gs-filters select {
  font-family: Helvetica, Arial, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: var(--dc-text) !important;
  height: 35px !important;
  padding: 10px 45px 10px 12px !important;
  border: 1px solid #c4c4c4 !important;
  border-radius: 0 !important;
  background: transparent !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23464749' stroke-width='1.5' fill='none'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 12px center !important;
  background-size: auto !important;
  cursor: pointer;
  line-height: 13px !important;
  letter-spacing: normal;
  box-shadow: none !important;
  outline: none !important;
}

.dc-gs-filter-group:first-child select {
  min-width: 220px !important;
  width: 220px !important;
  padding-right: 28px !important;
  background-position: right 8px center !important;
}

.dc-gs-filter-group select:last-of-type {
  min-width: 188px;
}

/* Results info */
.dc-gs-results-info {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 0;
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #8a8a8a;
  letter-spacing: 0.56px;
  line-height: 14px;
  min-height: 44px;
}

.dc-gs-count {
  color: #8a8a8a;
}

.dc-gs-keyword {
  color: #04559f;
  font-weight: 400;
}

/* Results list */
.dc-gs-results-list {
  list-style: none;
  margin: 50px 0 0;
  padding: 0;
}

.dc-gs-result-item {
  margin: 0;
  padding: 0;
}

.dc-gs-result-link {
  display: table;
  width: 100%;
  min-height: 236px;
  text-decoration: none;
  color: #0079C0;
}

.dc-gs-result-link:hover {
  text-decoration: none;
  opacity: 0.6;
}

.dc-gs-result-img {
  display: table-cell;
  width: 265px;
  vertical-align: bottom;
  overflow: hidden;
}

.dc-gs-result-img img {
  width: 265px;
  height: auto;
  display: block;
}

.dc-gs-no-img {
  width: 265px;
  height: 180px;
  background: #eee;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 13px;
}

.dc-gs-result-info {
  display: table-cell;
  vertical-align: middle;
  padding: 30px;
  max-width: 730px;
}

.dc-gs-result-info {
  border-top: 1px solid #c4c4c4;
}

.dc-gs-result-type {
  display: block;
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #8a8a8a;
  letter-spacing: 0.48px;
  line-height: 12px;
  margin-bottom: 0;
}

.dc-gs-result-info h2 {
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  color: var(--dc-heading);
  letter-spacing: 0.96px;
  margin: 10px 0;
  line-height: 26.88px;
}

/* Pagination */
.dc-gs-pagination {
  text-align: center;
  padding: 30px 0;
}

.dc-gs-pagination .page-numbers {
  display: inline-block;
  padding: 8px 14px;
  margin: 0 4px;
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: var(--dc-heading);
  text-decoration: none;
  border: 1px solid #ccc;
}

.dc-gs-pagination .page-numbers.current {
  background: var(--dc-heading);
  color: #fff;
  border-color: var(--dc-heading);
}

.dc-gs-pagination .page-numbers:hover {
  background: #f0f0f0;
  text-decoration: none;
}

.dc-gs-no-results {
  text-align: center;
  padding: 40px 0;
  font-size: 18px;
  color: var(--dc-text);
}

/* --------------------------------------------------------------------------
   BACK BUTTON (UX — v1.3.22)
   -------------------------------------------------------------------------- */
.dc-back-btn-wrap {
  background: var(--dc-header-bg);
  padding: 10px 20px;
}
.dc-back-btn-wrap .dc-container-inner {
  max-width: 1030px;
  margin: 0 auto;
}
.dc-back-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  padding: 6px 0;
  transition: opacity 0.2s;
}
.dc-back-btn:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}
.dc-back-btn svg {
  flex-shrink: 0;
}

/* ==========================================================================
   REFINERÍA ISN — Timeline Page
   PROD: dominocomercio.com/refineria-isn
   ========================================================================== */
.dc-isn-page {
  max-width: 1030px;
  margin: 0 auto;
  padding: 10px 0 60px;
}

.dc-isn-title {
  font-family: "Roboto", sans-serif;
  font-size: 28px;
  font-weight: 900;
  color: #1D439C;
  line-height: 1;
  margin: 0;
  padding: 58px 15px 0;
}

.dc-isn-intro {
  text-align: left;
  margin: 74px 0 0;
  padding: 0 15px;
}

.dc-isn-logo {
  max-width: 184px;
  height: auto;
}

/* Timeline slideshow */
.dc-isn-timeline {
  margin: 70px 0;
}

.dc-isn-viewport {
  overflow: hidden;
  position: relative;
}

/* Carousel track — JS sets transform + initial widths */
.dc-isn-track {
  display: flex;
  align-items: flex-start;
  transition: transform 0.4s ease;
  will-change: transform;
}

.dc-isn-slide {
  flex: 0 0 auto; /* width set by JS = viewport width */
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

.dc-isn-slide-image {
  flex: 0 0 65%;
}

.dc-isn-slide-image img {
  width: 100%;
  height: auto;
  display: block;
}

.dc-isn-slide-content {
  flex: 1;
}

.dc-isn-year {
  font-family: "FFDINWebProBlack", Helvetica, Arial, sans-serif;
  font-size: 46px;
  font-weight: 400;
  color: var(--dc-heading);
  line-height: 46px;
  letter-spacing: -0.69px;
  text-align: center;
  margin: 0 0 16px;
}

.dc-isn-desc {
  font-family: "FFDINWebPro", Helvetica, Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #464749;
  letter-spacing: -0.16px;
}

.dc-isn-desc p {
  margin: 20px 0;
}

/* Year tab bar — PROD Slick-dots match */
.dc-isn-tabs {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-top: 30px;
  padding: 0;
}

.dc-isn-tab-viewport {
  overflow: hidden;
  flex: 1;
}

.dc-isn-tab-list {
  display: flex;
  gap: 0;
  transition: transform 0.42s ease;
}

.dc-isn-tab {
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #8A8A8A;
  background: #BAD0E4;
  border: none;
  border-radius: 0;
  padding: 15px 0;
  cursor: pointer;
  white-space: nowrap;
  flex: 0 0 174px;
  min-width: 174px;
  text-align: center;
}

.dc-isn-tab:hover {
  background: #BAD0E4;
  color: #8A8A8A;
}

.dc-isn-tab.active {
  background: #BAD0E4;
  color: #1F448E;
}

.dc-isn-tab.active:hover {
  color: #1F448E;
}

.dc-isn-tab-prev,
.dc-isn-tab-next {
  background: #1F448E;
  border: none;
  border-radius: 0 !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "FFDINWebProBold", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: normal;
  text-transform: uppercase;
  flex: 0 0 105px;
  width: 105px;
  padding: 15px 0;
  white-space: nowrap;
}

.dc-isn-tab-prev:hover,
.dc-isn-tab-next:hover {
  background: #1F448E;
  color: rgb(186, 208, 228);
}


/* --------------------------------------------------------------------------
   RESPONSIVE — Bootstrap container-lg breakpoint
   PROD .container-lg: >=1400px → 1320px, >=1200px → 1140px
   -------------------------------------------------------------------------- */
@media (max-width: 1399px) {
  .dc-header-inner {
    max-width: 1140px;
  }
}

/* --------------------------------------------------------------------------
   RESPONSIVE — Tablet (max-width: 1024px)
   PROD switches to hamburger at 1024px
   -------------------------------------------------------------------------- */
@media (max-width: 1024px) {
  /* Header mobile */
  .dc-header-nav,
  .dc-header-search {
    display: none !important;
  }

  .dc-hamburger {
    display: block !important;
  }

  .dc-mobile-menu {
    display: flex;
  }

  .dc-header-inner {
    height: 90px;
    min-height: auto;
    padding: 0;
  }

  .dc-header-logo img {
    width: 171px;
    height: auto;
  }

  /* Channels grid */
  .dc-channels-grid,
  .dc-product-types-grid {
    gap: 16px;
  }

  .dc-channel-tile {
    width: 242px;
  }

  .dc-product-type-tile {
    width: calc(50% - 16px);
  }

  .dc-channel-tile img {
    width: 242px;
    height: 242px;
  }

  .dc-product-type-tile img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
  }

  /* Contact banner — stacked on mobile */
  .dc-contact-banner::before {
    display: none !important;
  }
  .dc-contact-banner {
    overflow: visible; /* allow overlay to flow below image naturally */
  }

  .dc-contact-banner img {
    position: static !important;
    height: auto !important;
    max-height: 56.25vw; /* 16:9 cap */
    object-fit: cover;
    display: block;
  }

  .dc-contact-banner-overlay {
    position: relative;
    top: auto;
    right: auto;
    transform: none;
    max-width: none;
    margin: 0;
    text-align: center;
  }

  .dc-contact-banner-overlay h2 {
    text-align: center;
  }

  .dc-contact-banner-overlay p {
    text-align: center;
  }

  .dc-btn-solid {
    margin: 0 auto;
    width: auto;
    padding: 12px 20px;
    font-size: 14px;
    border-color: var(--dc-heading);
  }

  /* ISN mobile */
  .dc-isn-title {
    padding: 0 !important;
    max-width: none !important;
    width: auto !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

  .dc-isn-logo {
    max-width: 200px !important;
    margin-left: 5px !important;
  }

  .dc-isn-timeline {
    margin-top: 54px !important;
  }

  .dc-isn-slide {
    flex-direction: column;
    gap: 0;
  }

  .dc-isn-slide-image {
    flex: 0 0 100%;
  }

  .dc-isn-year {
    font-size: 46px !important;
  }

  .dc-isn-slide-content {
    width: 100%;
    box-sizing: border-box;
    overflow-wrap: break-word;
    padding-top: 80px;
  }

  .dc-isn-desc {
    margin-top: 80px;
  }

  /* Hide year tab list — only show prev/next arrows */
  .dc-isn-tab-viewport {
    display: none !important;
  }

  /* Carousel: 50px left margin, 65px right margin — responsive like PROD Slick */
  .dc-isn-slideshow {
    position: relative;
    margin-left: 50px;
    margin-right: 65px;
    width: auto;
    overflow: visible;
  }

  /* Arrows extend 15px beyond carousel edges — matching PROD Slick arrow positions */
  .dc-isn-tabs {
    position: absolute;
    left: -15px;
    right: -15px;
    margin-top: 0;
    justify-content: space-between;
    pointer-events: none;
    /* top set by JS: imgH - btnH + 8 (arrows protrude 8px below image, matching PROD) */
  }

  .dc-isn-tab-prev,
  .dc-isn-tab-next {
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    padding: 0;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .dc-isn-tab-prev::before {
    content: '←';
    font-size: 20px;
    font-family: sans-serif;
    color: #B5845E;
    line-height: 1;
  }

  .dc-isn-tab-next::before {
    content: '→';
    font-size: 20px;
    font-family: sans-serif;
    color: #B5845E;
    line-height: 1;
  }

  /* Page layout */
  .dc-page-content {
    flex-direction: column;
  }

  .dc-page-main,
  .dc-page-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  .dc-asr-logo {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: center;
    margin-bottom: 0;
  }
  .dc-asr-logo img {
    display: block !important;
    margin-bottom: 30px !important;
  }

  .dc-page-content--asr .dc-page-main {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
  }
  .dc-page-content--asr .dc-page-sidebar {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 30px 20px 0;
  }

  /* Product grid */
  .dc-product-grid,
  .dc-recipe-grid {
    justify-content: center;
  }

  /* Single product */
  .dc-product-image-wrap {
    float: none;
    width: 100%;
    margin-right: 0;
  }

  /* Recipe columns */
  .dc-recipe-columns {
    flex-direction: column;
  }

  .dc-recipe-columns::before {
    right: 0;
    left: calc(-50vw + 50%);
  }

  .dc-recipe-col-ingredients,
  .dc-recipe-col-instructions {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .dc-recipe-col-ingredients {
    padding: 0 15px 30px;
  }

  .dc-ingredients-tab-row {
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
  }

  .dc-recipe-col-instructions {
    padding: 15px 0 0;
  }

  /* Contact page */
  .dc-contact-page {
    flex-direction: column;
  }

  .dc-contact-info,
  .dc-contact-form {
    flex: 0 0 100%;
  }

  /* Hero banner */
  .dc-hero-banner-title {
    font-size: 32px;
    line-height: 36px;
  }
  /* Productos hero — tablet keeps centered box but smaller */
  .dc-hero-banner--productos {
    height: 56.25vw;
    min-height: 200px;
    max-height: 500px;
  }
  .dc-hero-banner--productos .dc-hero-banner-title {
    font-size: 32px !important;
    line-height: 36px !important;
  }

  /* PROD-style cards responsive */
  .dc-product-card-prod {
    width: 180px;
    padding: 0 0 20px;
  }

  .dc-product-card-prod-img {
    width: 180px;
    height: 180px;
  }

  .dc-product-card-prod-title {
    font-size: 16px;
    min-height: 60px;
    padding: 8px 20px;
  }

  /* Filter panel tablet */
  .dc-fp-tabs {
    flex-direction: column;
  }

  .dc-fp-tab + .dc-fp-tab {
    border-left: 1px solid #8a8a8a;
    border-top: none;
  }

  .dc-fp-search .dc-fp-search-box {
    width: 300px;
  }

  .dc-fp-search input {
    width: calc(100% - 32px);
  }

  .dc-fp-panel.active {
    flex-direction: column;
    gap: 4px;
  }

  .dc-fp-results-bar {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  /* Spoon loader tablet */
  .dc-product-loader img {
    width: 120px;
    height: 120px;
  }

  /* Single product — stack on tablet */
  .dc-single-product-title-inner {
    font-size: 36px;
    padding: 30px 20px;
    line-height: 40px;
  }

  .dc-single-product-title {
    min-height: auto;
  }

  .dc-product-image-wrap {
    float: none;
    width: 100%;
    max-width: 412px;
    margin: 0 auto 30px;
  }

  .dc-product-body {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .dc-single-product {
    padding: 30px 15px;
  }
}

/* --------------------------------------------------------------------------
   RESPONSIVE — Small tablet (max-width: 768px)
   PROD: H2 36px, button 16px at 768px
   -------------------------------------------------------------------------- */
@media (max-width: 768px) {
  section.dc-channels-section h2, /* same specificity (0-2-1) as desktop rule → wins by order */
  .dc-product-types-section h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.54px;
  }

  .dc-btn-outline {
    font-size: 16px;
  }

  /* Single recipe — restore fixed padding + stack meta columns */
  .dc-single-recipe {
    padding: 40px 15px 0;
  }

  .dc-recipe-meta-bar {
    flex-direction: column;
    gap: 20px;
  }

  .dc-recipe-meta-info {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
  }

  .dc-recipe-description p {
    padding-right: 0;
  }

  .dc-recipe-slider {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  /* Mobile: arrows protrude outside slider (PROD match) */
  .dc-slider-prev {
    margin-left: -15px !important;
  }
  .dc-slider-next {
    margin-right: -15px !important;
  }

  /* Mobile: H1 34px (PROD match) */
  .dc-single-recipe h1 {
    font-size: 34px !important;
    line-height: 34px !important;
    letter-spacing: -0.51px !important;
  }

  /* Mobile: description padding-bottom (PROD 25px) */
  .dc-recipe-description {
    margin-bottom: 25px !important;
  }

  /* Mobile: meta-bar reduce top margin */
  .dc-recipe-meta-bar {
    margin-top: 20px !important;
    margin-bottom: 15px !important;
  }

  /* Mobile: Instrucciones heading 32px (PROD match) + bottom padding */
  .dc-recipe-col-instructions .dc-recipe-section-heading {
    font-size: 32px !important;
  }
  .dc-recipe-col-instructions {
    padding-bottom: 40px !important;
  }

  /* Mobile: gray bg only on ingredients col, not instructions */
  .dc-recipe-columns::before {
    display: none !important;
  }
  .dc-recipe-col-ingredients {
    background: var(--dc-ingredient-bg) !important;
  }
}

/* --------------------------------------------------------------------------
   RESPONSIVE — Mobile (max-width: 576px)
   -------------------------------------------------------------------------- */
@media (max-width: 576px) {
  section.dc-channels-section h2,
  .dc-product-types-section h2 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: -0.54px;
  }

  /* Channel tiles: stacked single column, 242px centered (PROD) */
  .dc-channels-grid {
    flex-direction: column;
    align-items: center;
  }

  .dc-channel-tile {
    width: 242px;
  }

  .dc-channel-tile img {
    width: 242px;
    height: 242px;
  }

  .dc-product-type-tile {
    width: 100%;
  }

  .dc-contact-info {
    padding: 30px 20px;
  }

  .dc-contact-info h1 {
    font-size: 36px;
  }

  .dc-contact-form {
    padding: 30px 20px;
  }

  .dc-single-recipe:not(.dc-single-recipe-si) > h1,
  .dc-single-recipe:not(.dc-single-recipe-si) > .dc-recipe-categories,
  .dc-single-recipe:not(.dc-single-recipe-si) > .dc-social-share {
    margin-left: 0;
  }

  .dc-single-recipe:not(.dc-single-recipe-si) > h1 {
    font-size: 36px;
    padding-left: 0;
  }

  .dc-recipe-section-heading {
    font-size: 24px;
    padding: 12px 20px;
  }

  .dc-hero-banner {
    height: auto;
  }

  .dc-hero-banner img {
    height: 280px;
    width: 100%;
  }

  .dc-hero-banner-title {
    position: static !important;
    transform: none !important;
    left: auto !important;
    top: auto !important;
    color: var(--dc-heading) !important;
    background: #fff;
    text-align: center;
    padding: 15px;
    font-size: 28px !important;
    line-height: 1.2 !important;
  }

  /* Productos hero mobile — title below image (PROD match) */
  .dc-hero-banner--productos {
    height: auto !important;
    min-height: 0;
    max-height: none;
  }
  .dc-hero-banner--productos img {
    height: 56.25vw !important;
    min-height: 160px !important;
  }
  /* Title box mobile: static flow below image (PROD: gap=40px) */
  .dc-hero-banner--productos .dc-hero-banner-title-box {
    position: static !important;
    transform: none !important;
    background: transparent !important;
    width: 100% !important;
    padding: 40px 0 0 !important;
    text-align: center;
    white-space: normal;
  }
  .dc-hero-banner--productos .dc-hero-banner-title {
    font-size: 46px !important;
    line-height: 46px !important;
    white-space: normal !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* Filter panel mobile — tabs full-width column */
  .dc-fp-tabs {
    flex-direction: column;
  }
  .dc-fp-tab + .dc-fp-tab {
    border-left: 1px solid #8a8a8a;
    border-top: none;
  }
  .dc-fp-tab {
    height: auto;
    padding: 12px 16px;
    font-size: 15px;
  }
  .dc-fp-search {
    flex-direction: row;
    margin: 0 0 15px;
    padding: 0 15px !important;
  }
  .dc-fp-search .dc-fp-search-box {
    width: 100%;
  }
  .dc-fp-search input {
    width: calc(100% - 32px) !important;
    flex: 1;
  }
  .dc-fp-panel.active {
    flex-direction: column;
    gap: 4px;
  }
  .dc-fp-apply-btn {
    width: 240px;
    height: 44px;
    font-size: 14px;
  }
  .dc-fp-results-bar {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
  .dc-fp-sort {
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
  }
  .dc-fp-sort-label {
    white-space: nowrap !important;
  }
  .dc-fp-sort select {
    width: 178px !important;
  }
  .dc-fp-active-bar {
    flex-wrap: wrap;
    gap: 8px;
  }

  /* Spoon loader mobile */
  .dc-product-loader img {
    width: 100px;
    height: 100px;
  }

  .dc-page-main {
    padding: 0 15px 0 20px;
  }

  .dc-page-sidebar {
    padding: 45px 15px 0 35px;
  }

  .dc-back-btn-wrap {
    display: none; /* PROD has no back button */
  }

  .dc-single-product-title {
    min-height: auto;
    background: none; /* PROD mobile: no navy bg */
  }

  .dc-single-product-title-inner {
    font-size: 46px; /* PROD mobile: same 46px */
    padding: 0;
    margin: 30px 20px; /* PROD: margin 30px 20px, x=40 w=280 */
    line-height: 46px;
    color: var(--dc-heading); /* PROD mobile: navy text, not white */
  }

  .dc-product-image-wrap {
    float: none;
    width: 320px; /* PROD mobile: 320x427 */
    margin: 0 0 50px;
  }

  .dc-product-body {
    float: none;
    width: 100%;
    padding-left: 0;
  }

  .dc-single-product {
    padding: 30px 20px; /* PROD: content at x=20 */
    margin-top: 30px; /* PROD mobile: 30px gap (vs 50px desktop) */
  }

  .dc-spec-table {
    font-size: 11px;
  }

  .dc-specifications-section {
    padding: 0 20px; /* PROD mobile: specs at x=40, w=280 (20px extra padding each side) */
  }

  /* Product grid — mobile: 242px centered (PROD match) */
  .dc-product-grid {
    gap: 0 0;
    justify-content: center;
  }

  .dc-product-card-prod {
    width: 242px !important;
    margin: 0;
    padding: 0 0 40px;
  }

  .dc-product-card-prod-img {
    width: 242px !important;
    height: 242px !important;
    aspect-ratio: unset;
  }

  .dc-product-card-prod-title {
    width: 242px;
    font-size: 21.33px;
    min-height: 166px;
    padding: 10px 72px;
  }

  /* Filter panel mobile: accordion style (PROD match) */
  .dc-filter-panel {
    padding-top: 93px !important;
  }

  .dc-fp-tabs {
    flex-direction: column;
    gap: 0;
    border-top: 3px solid rgb(4, 85, 159) !important;
    border-bottom: 3px solid rgb(4, 85, 159) !important;
  }

  /* Panel-box transparent on mobile — gray bg only on open panel */
  .dc-fp-panel-box {
    background: transparent !important;
    padding: 0 !important;
  }

  .dc-fp-tab {
    position: relative;
    text-align: left;
    background: rgb(255, 255, 255) !important;
    border: none;
    border-bottom: 1px solid rgb(196, 196, 196) !important;
    border-left: none !important;
    border-top: none !important;
    padding: 14px 40px 14px 15px;
    width: 100%;
    min-height: 62px;
    font-family: "Trebuchet MS", "Gotham Light", Helvetica, Arial, sans-serif;
    font-size: 17.5px;
    color: rgb(4, 85, 159) !important;
  }

  .dc-fp-tab::after {
    content: '+';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 17.5px;
    font-weight: 400;
    color: rgb(4, 85, 159);
  }

  .dc-fp-tab.active,
  .dc-fp-tab:hover,
  .dc-fp-tab.active:hover {
    background: rgb(255, 255, 255) !important;
    color: rgb(4, 85, 159) !important;
  }

  .dc-fp-tab.active::after {
    content: '−';
    color: rgb(4, 85, 159);
  }

  /* Accordion: hide via max-height for smooth transition */
  .dc-fp-panel,
  .dc-fp-panel.active {
    display: flex !important;
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.35s ease, opacity 0.15s ease !important;
    padding: 0 !important;
    margin: 0 !important;
    background: rgb(246, 246, 246) !important;
    opacity: 0 !important;
  }

  .dc-fp-panel.dc-fp-open {
    max-height: 600px !important;
    padding: 20px 30px !important;
    opacity: 1 !important;
  }

  .dc-fp-cb-label {
    flex: 0 0 100%;
    white-space: normal;
  }

  /* Apply button: no gray bg on mobile — it sits outside the accordion panels */
  .dc-fp-apply-wrap {
    background: transparent !important;
    padding: 16px 0 10px !important;
  }

}

/* --------------------------------------------------------------------------
   STEP IMAGES RECIPE LAYOUT
   PROD ref: dominocomercio.com/recetas/dulce-de-calabaza
   -------------------------------------------------------------------------- */

/* ──────────────────────────────────────────────────────────────────────────
   STEP-IMAGES RECIPE LAYOUT (receta_layout = step_images)
   PROD: dominocomercio.com/recetas/dulce-de-calabaza
   Hero h=252px │ thumb abs left=0 top=80px 330×330 protrudes 158px below
   H1 right of thumb (left:370px) │ Social right-aligned 10px below hero
   Categories below social (clears thumb) │ 2-col: left=263px, right=flex-1
   ────────────────────────────────────────────────────────────────────────── */

/* Hero: full-width, h=252px, thumbnail protrudes below via overflow:visible */
.dc-si-hero {
  position: relative;
  width: 100%;
  height: 252px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: visible;
}

.dc-si-hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.30);
  z-index: 1;
}

/* Hero inner: 1050px centered, relative for absolute children */
.dc-si-hero-inner {
  max-width: 1050px;
  margin: 0 auto;
  height: 252px;
  position: relative;
}

/* Thumbnail: absolute, top=80px from hero top, protrudes 158px below hero bottom */
.dc-si-thumb {
  position: absolute;
  left: 0;
  top: 80px;
  width: 330px;
  height: 330px;
  object-fit: cover;
  display: block;
  z-index: 3;
}

/* H1 area: right of thumbnail, vertically centered within hero */
.dc-si-hero-content {
  position: absolute;
  left: 370px;
  right: 0;
  top: 0;
  height: 252px;
  display: flex;
  align-items: center;
  z-index: 2;
}

.dc-si-hero-title {
  color: #fff !important;
  font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif !important;
  font-size: 36px;
  font-weight: 400 !important;
  text-transform: uppercase;
  margin: 0 !important;
  padding-right: 20px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  background: none !important;
}

.dc-si-title-fallback {
  font-family: 'FFDINWebProBlack', Helvetica, Arial, sans-serif;
  font-size: 36px;
  color: #1F448E;
  text-transform: uppercase;
  margin: 20px 18px;
}

/* Social row: right-aligned, 10px below hero (PROD: y=400 = hero_bottom+10) */
.dc-si-social-row {
  margin-top: 10px;
}

.dc-si-social-inner {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

/* Categories row: clears thumbnail protrusion (158px) + social (~40px) ≈ 120px */
.dc-si-categories-row {
  margin-top: 120px;
}

.dc-si-cats-inner {
  max-width: 1050px;
  margin: 0 auto;
  padding-bottom: 24px;
}

.dc-si-categories {
  font-size: 14px;
  font-weight: 500;
  color: rgb(138, 138, 138);
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.dc-si-categories a {
  color: rgb(138, 138, 138);
  text-decoration: none;
}

.dc-si-categories a:hover {
  color: #1F448E;
}

/* 2-col body container */
.dc-si-body {
  display: flex;
  align-items: flex-start;
  max-width: 1050px;
  margin: 0 auto;
  padding-bottom: 60px;
}

/* Left column: 263px — PORCIONES + TIEMPO DE COCCIÓN + INGREDIENTES */
.dc-si-left {
  flex: 0 0 263px;
  width: 263px;
}

/* Meta row: label + value with bronze bottom separator (PROD match) */
.dc-si-meta-row {
  padding: 16px 0;
  border-bottom: 1px solid rgb(183, 137, 99);
}

.dc-si-meta-label {
  display: block;
  font-family: 'FFDINWebProBold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #1F448E;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  line-height: 1.2;
}

.dc-si-meta-value {
  display: block;
  font-family: 'FFDINWebPro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #464749;
  line-height: 24px;
  margin-top: 4px;
}

/* Ingredientes header (same bronze separator) */
.dc-si-ing-label {
  font-family: 'FFDINWebProBold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: rgb(15, 54, 128);
  text-transform: uppercase;
  letter-spacing: -0.015em;
  padding: 16px 0 12px;
  border-bottom: 1px solid rgb(183, 137, 99);
}

.dc-si-ing-subgroup {
  font-family: 'FFDINWebProBold', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #1F448E;
  margin: 12px 0 6px;
}

.dc-si-ing-list {
  list-style: none;
  padding: 0;
  margin: 4px 0 8px;
}

.dc-si-ing-list li {
  font-family: 'FFDINWebPro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #464749;
  line-height: 24px;
  padding: 3px 0;
}

/* Right column: INSTRUCCIONES heading + step pairs */
.dc-si-right {
  flex: 1;
  min-width: 0;
  padding-left: 40px;
}

/* INSTRUCCIONES heading (PROD match: uppercase bold 18px) */
.dc-si-instrucciones {
  font-family: 'FFDINWebProBold', Helvetica, Arial, sans-serif !important;
  font-size: 18px !important;
  color: #1F448E !important;
  text-transform: uppercase;
  letter-spacing: -0.015em;
  margin: 0 0 24px !important;
  font-weight: 400 !important;
}

/* Step: image + text (or text + image for Nota steps) */
.dc-si-step {
  margin-bottom: 32px;
}

.dc-si-step img {
  width: 100%;
  height: auto;
  aspect-ratio: 750 / 500;
  object-fit: cover;
  display: block;
}

.dc-si-step p {
  font-family: 'FFDINWebPro', Helvetica, Arial, sans-serif;
  font-size: 16px;
  color: #464749;
  line-height: 24px;
  margin: 20px 0;
}

/* Mobile: collapse hero to side-by-side, stack body */
@media (max-width: 768px) {
  .dc-si-hero {
    height: auto;
    overflow: hidden;
  }

  .dc-si-hero-inner {
    height: auto;
    min-height: 160px;
    display: flex;
    align-items: center;
    padding: 20px 15px;
  }

  .dc-si-thumb {
    position: relative;
    left: auto;
    top: auto;
    width: 120px;
    height: 120px;
    flex-shrink: 0;
    margin-right: 15px;
    z-index: 2;
  }

  .dc-si-hero-content {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    height: auto;
    flex: 1;
    z-index: 2;
  }

  .dc-si-hero-title {
    font-size: 22px !important;
    padding-right: 0 !important;
  }

  .dc-si-categories-row {
    margin-top: 10px;
  }

  .dc-si-social-inner {
    padding: 0 15px;
  }

  .dc-si-cats-inner {
    padding: 0 15px 16px;
  }

  .dc-si-body {
    flex-direction: column;
    padding: 0 15px 40px;
  }

  .dc-si-left {
    flex: none;
    width: 100%;
  }

  .dc-si-right {
    padding-left: 0;
    width: 100%;
    margin-top: 24px;
  }
}

/* --------------------------------------------------------------------------
   PRINT
   -------------------------------------------------------------------------- */
@page {
  size: letter;
  margin: 0.4in;
}

@media print {

  .dc-header-nav,
  .dc-header-search,
  .dc-footer,
  .dc-back-to-top,
  .dc-social-share,
  .dc-contact-banner,
  .dc-hamburger,
  .dc-mobile-menu,
  .dc-related-products,
  .dc-back-btn-wrap,
  .dc-instr-print,
  .sk-a11y-widget,
  .sk-cookie-notice,
  .sk-cookie-floating {
    display: none !important;
  }

  body {
    color: #000;
    background: #fff;
  }

  /* Title: navy text on white bg (no banner bg in print) */
  .dc-single-product-title {
    background: #fff !important;
    min-height: auto !important;
    padding: 20px 15px !important;
  }
  .dc-single-product-title-inner {
    color: #0F3680 !important;
    font-family: FFDINWebProBlack, Helvetica, Arial, sans-serif !important;
    font-size: 46px !important;
    line-height: 46px !important;
    letter-spacing: -0.69px !important;
  }

  /* Keep title with content */
  .dc-single-product-title {
    page-break-after: avoid !important;
    break-after: avoid !important;
  }

  /* Single-column layout in print — no floats */
  .dc-product-image-wrap {
    float: none !important;
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 20px !important;
  }
  .dc-product-image-wrap img {
    max-width: 300px !important;
    height: auto !important;
  }
  .dc-product-body {
    float: none !important;
    width: 100% !important;
    padding-left: 0 !important;
  }

  /* Categories stays with content */
  .dc-product-categories {
    page-break-before: avoid !important;
    break-before: avoid !important;
  }

  /* Recipe print: compact, keep 2-col layout */
  .dc-recipe-banner,
  .dc-recipe-slider,
  .dc-si-social-row,
  .dc-si-categories-row,
  .dc-recipe-categories {
    display: none !important;
  }
  .dc-recipe-meta-bar {
    display: block !important;
    padding: 5px 0 !important;
    margin: 0 !important;
  }
  .dc-recipe-meta-info {
    width: 100% !important;
  }
  .dc-single-recipe {
    padding: 0 15px !important;
  }
  .dc-single-recipe h1 {
    color: #0F3680 !important;
    font-size: 28px !important;
    line-height: 32px !important;
    margin: 0 0 5px !important;
  }
  .dc-recipe-description p {
    font-size: 11px !important;
    line-height: 15px !important;
    margin: 0 0 3px !important;
  }
  .dc-recipe-columns {
    display: flex !important;
    flex-direction: row !important;
    margin-top: 5px !important;
    gap: 15px !important;
  }
  .dc-recipe-columns::before {
    display: none !important;
  }
  .dc-recipe-col-ingredients,
  .dc-recipe-col-instructions {
    flex: 0 0 48% !important;
    max-width: 48% !important;
    width: 48% !important;
    padding: 0 !important;
  }
  .dc-instructions-header {
    padding: 5px 0 !important;
    margin: 0 !important;
  }
  .dc-recipe-section-heading {
    margin: 0 0 5px !important;
    font-size: 18px !important;
  }
  .dc-recipe-col-ingredients h2,
  .dc-recipe-col-instructions h2 {
    margin: 0 0 5px !important;
  }
  .dc-recipe-col-ingredients li,
  .dc-recipe-col-instructions li {
    margin-bottom: 3px !important;
    font-size: 11px !important;
    line-height: 15px !important;
  }
  .dc-recipe-meta-label {
    margin-bottom: 0 !important;
  }
  .dc-header {
    padding: 5px 15px !important;
  }
}

/* ================================================================
   AZÚCAR ORGÁNICA — /azucar-organica
   ================================================================ */

/* Hero: full-width, aspect ratio 3:1 */
.dc-ao-hero {
  margin: 0;
  padding: 0;
  line-height: 0;
  font-size: 0;
}
.dc-ao-hero img {
  width: 100%;
  height: auto;
  display: block;
}

/* Logo section: centered — 20px gap after hero */
.dc-ao-logo-section {
  text-align: center;
  margin-top: 20px;
  padding: 44px 20px 0;
}
.dc-ao-logo-section img {
  display: block;
  margin: 0 auto;
  max-width: 384px;
  width: 100%;
  height: auto;
}

/* Two-col container — matches PROD 99px gap from logo section bottom to first row */
.dc-ao-content {
  max-width: 1030px;
  margin: 60px auto 0;
  padding: 0;
}

/* Two-col row */
.dc-ao-row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 35px 0;
}

/* Each col = 50% — 15px gutter each side (PROD: Bootstrap col-md-6) */
.dc-ao-col {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

/* Inner wrapper: tightly contains img+gold (PROD: position:relative flex:1 max-width:400px) */
.dc-ao-img-wrap {
  position: relative;
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0;
}
/* Right col: center the wrap — PROD campo x=770 */
.dc-ao-col--text + .dc-ao-col--img .dc-ao-img-wrap {
  margin: 0 auto;
}
/* Image inside wrap */
.dc-ao-img-wrap img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: block;
}
/* Gold decorative shadow — abs div behind img (PROD: background:#d3a646) */
.dc-ao-gold-shadow {
  background-color: #d3a646;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.dc-ao-gold-shadow--right {
  top: 10px;
  left: 10px;
}
.dc-ao-gold-shadow--left {
  top: 8px;
  left: -8px;
}

/* Text col typography — PROD: <span style="font-size:20px"> inline on all body text */
.dc-ao-col--text p {
  font-size: 20px !important;
  font-family: FFDINWebPro, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  letter-spacing: -0.16px !important;
  color: #000 !important;
  margin-bottom: 1em !important;
}
/* PROD: <strong> inside paragraphs = 20px / weight 900 / line-height 24px */
.dc-ao-col--text p strong {
  font-size: 20px !important;
  font-weight: 900 !important;
  line-height: 24px !important;
}

/* Row 1 text col: 36px right padding → inner 464px (matches PROD row1 left col) */
.dc-ao-col--text:not(.dc-ao-col--right) {
  padding-right: 36px;
}

/* Right-aligned text (section 2) */
.dc-ao-col--right p {
  text-align: right !important;
}


/* CTA: centered text below both sections */
.dc-ao-cta {
  max-width: 1030px;
  margin: 20px auto 0;
  padding: 40px 15px;
  text-align: center;
}
.dc-ao-cta p {
  font-size: 20px !important;
  font-family: FFDINWebPro, Helvetica, Arial, sans-serif !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  letter-spacing: -0.16px !important;
  color: #000 !important;
  text-align: center !important;
}
.dc-ao-cta p strong {
  font-weight: 900 !important;
}

/* Mobile: stack cols */
@media (max-width: 768px) {
  .dc-ao-col {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    padding: 0 20px !important;
  }
  .dc-ao-col--img img {
    max-width: 100% !important;
    margin: 0 !important;
  }
  .dc-ao-cta {
    padding: 40px 20px !important;
  }
}

/* --------------------------------------------------------------------------
   Page Loader Overlay (cucharita)
   -------------------------------------------------------------------------- */
#dc-page-loader {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: var(--dc-header-bg);
  display: flex;
  align-items: center;
  justify-content: center;
}
#dc-page-loader.dc-loader-hidden {
  display: none;
}
