
    @font-face {
      font-family: "Inter NA";
      src: url("/wp-content/themes/twentytwentythree/assets/fonts/inter/Inter-VariableFont_slnt,wght.ttf") format("truetype");
      font-display: swap;
    }
    @font-face {
      font-family: "Serif NA";
      src: url("/wp-content/themes/twentytwentythree/assets/fonts/source-serif-pro/SourceSerif4Variable-Roman.ttf.woff2") format("woff2");
      font-display: swap;
    }
    @font-face {
      font-family: "woodmart-font";
      src: url("/wp-content/themes/woodmart/fonts/woodmart-font.woff2") format("woff2"), url("/wp-content/themes/woodmart/fonts/woodmart-font.woff") format("woff");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }

    /* Fuentes del sitio original (Woodmart): Ano (texto) y Recoleta (header/entidades) */
    @font-face {
      font-family: "Ano";
      src: url("/wp-content/uploads/2024/10/AnoRegular-Regular.woff2") format("woff2"), url("/wp-content/uploads/2024/10/AnoRegular-Regular.woff") format("woff");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: "Ano";
      src: url("/wp-content/uploads/2024/10/AnoBold-Regular.woff2") format("woff2"), url("/wp-content/uploads/2024/10/AnoBold-Regular.woff") format("woff");
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: "Recoleta";
      src: url("/wp-content/uploads/2024/12/RecoletaAlt-Thin.woff2") format("woff2"), url("/wp-content/uploads/2024/12/RecoletaAlt-Thin.woff") format("woff");
      font-weight: 100;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: "Recoleta";
      src: url("/wp-content/uploads/2024/12/RecoletaAlt-Light.woff2") format("woff2"), url("/wp-content/uploads/2024/12/RecoletaAlt-Light.woff") format("woff");
      font-weight: 200;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: "Recoleta";
      src: url("/wp-content/uploads/2024/12/RecoletaAlt-Regular.woff2") format("woff2"), url("/wp-content/uploads/2024/12/RecoletaAlt-Regular.woff") format("woff");
      font-weight: 400;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: "Recoleta";
      src: url("/wp-content/uploads/2024/12/RecoletaAlt-Medium.woff2") format("woff2"), url("/wp-content/uploads/2024/12/RecoletaAlt-Medium.woff") format("woff");
      font-weight: 500;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: "Recoleta";
      src: url("/wp-content/uploads/2024/12/RecoletaAlt-SemiBold.woff2") format("woff2"), url("/wp-content/uploads/2024/12/RecoletaAlt-SemiBold.woff") format("woff");
      font-weight: 600;
      font-style: normal;
      font-display: swap;
    }
    @font-face {
      font-family: "Recoleta";
      src: url("/wp-content/uploads/2024/12/RecoletaAlt-Bold.woff2") format("woff2"), url("/wp-content/uploads/2024/12/RecoletaAlt-Bold.woff") format("woff");
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }

    :root {
      --wd-text-font: "Ano", Arial, Helvetica, sans-serif;
      --wd-text-font-weight: 400;
      --wd-text-font-size: 16px;
      --wd-text-color: rgb(20, 67, 61);
      --wd-title-font: "Ano", Arial, Helvetica, sans-serif;
      --wd-title-font-weight: 600;
      --wd-title-color: rgb(20, 67, 61);
      --wd-entities-title-font: "Recoleta", Arial, Helvetica, sans-serif;
      --wd-widget-title-font: "Ano", Arial, Helvetica, sans-serif;
      --wd-widget-title-font-weight: 600;
      --wd-widget-title-font-size: 16px;
      --wd-widget-title-color: rgb(20, 67, 61);
      --wd-header-el-font: "Recoleta", Arial, Helvetica, sans-serif;
      --wd-header-el-font-weight: 300;
      --wd-header-el-font-size: 10px;
    --wd-primary-color: rgb(94, 31, 47);
    --wd-link-color: rgb(94, 31, 47);
      --wd-link-color-hover: rgba(94, 31, 47, 0.77);
    }

    :root {
    --petrol: #5e1f2f;
    --petrol-deep: #451627;
    --ink: #000000;
    --lavender: #fff2f8;
    --lavender-deep: #ffe3ef;
    --pink: #faccdb;
    --pink-light: #ffe3ef;
    --white: #ffffff;
    --muted: #555555;
    --line: rgba(94, 31, 47, .18);
      --orange: #ee7631;
      --max: 1240px;
      --ease: cubic-bezier(.22, 1, .36, 1);
    }

    * { box-sizing: border-box; }
    html { scroll-behavior: smooth; }
    body { margin: 0; background: var(--lavender); color: var(--ink); font-family: "Inter NA", Inter, Arial, sans-serif; line-height: 1.5; counter-reset: section; overflow-x: clip; }
    body.is-locked { overflow: hidden; }
    img { display: block; max-width: 100%; }
    button, input { font: inherit; }
    button { cursor: pointer; }
    a { color: inherit; }
    :focus-visible { outline: 2px solid var(--petrol); outline-offset: 4px; }

    /* =============================================
       NAVBAR NUEVOS ALIMENTOS
       Y2K / Pop-editorial / Gen-Z
       ============================================= */

    /* Announcement Bar */
    .na-announcement-bar {
      background: #f9d8e4;
      border-bottom: 1px solid rgba(94, 31, 47, 0.15);
      text-align: center;
      padding: 8px 16px;
    }
    .na-announcement-text {
      font-family: "Inter NA", Inter, sans-serif;
      font-size: 13px;
      font-weight: 500;
      color: #000000;
      letter-spacing: 0.3px;
    }

    /* Main Header */
    .na-header {
      position: sticky;
      top: 0;
      z-index: 30;
      background: #ffffff;
      border-bottom: 1px solid rgba(94, 31, 47, 0.15);
      margin-bottom: 0;
    }
    .na-header.sticked {
      box-shadow: 0 1px 12px rgba(0, 0, 0, 0.07);
    }

    .na-header-inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: min(var(--max), calc(100% - 64px));
      height: 84px;
      margin: 0 auto;
    }

    /* Logo */
    .na-logo {
      display: flex;
      flex-direction: column;
      text-decoration: none;
      color: #000000;
      font-family: "Recoleta", Georgia, serif;
      font-size: 26px;
      font-weight: 800;
      line-height: 0.9;
      flex-shrink: 0;
      transition: opacity 0.2s ease;
    }
    .na-logo:hover { opacity: 0.8; }
    .na-logo-line { display: block; }
    .na-logo-image {
      display: block;
      width: 225px;
      max-width: 100%;
      height: auto;
    }

    /* Desktop Navigation */
    .na-nav-desktop {
      display: flex;
      align-items: center;
      gap: 42px;
    }
     .na-nav-desktop a, .na-nav-link, .na-has-dropdown > a {
      text-transform: uppercase !important;
     }
    .na-nav-link:hover { color: #000000; }

    .na-nav-link.active {
      display: inline-flex;
      align-items: center;
      background: #f9d8e4;
      border: 1.5px solid var(--petrol);
      padding: 7px 20px;
      border-radius: 999px;
      font-weight: 700;
      color: #000000;
      transition: background 0.2s ease, transform 0.2s ease;
    }
    .na-nav-link.active:hover {
      background: #f2cada;
      transform: translateY(-1px);
    }

    /* Nav dropdown */
    .na-has-dropdown { position: relative; }
    .na-dropdown {
      display: none;
      position: absolute;
      top: 100%;
      left: -12px;
      min-width: 200px;
      padding: 12px 0;
      background: #ffffff;
      border: 1.5px solid var(--petrol);
      border-radius: 14px;
      box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.06);
      z-index: 50;
    }
    .na-dropdown a {
      display: block;
      padding: 9px 22px;
      font-family: "Inter NA", Inter, sans-serif;
      font-size: 14px;
      font-weight: 600;
      color: #1a1a1a;
      text-decoration: none;
      white-space: nowrap;
      transition: background 0.15s ease;
    }
    .na-dropdown a:hover { background: rgba(0, 0, 0, 0.04); }
    .na-has-dropdown:hover .na-dropdown { display: block; }

    /* Action Icons */
    .na-actions {
      display: flex;
      align-items: center;
      gap: 10px;
      flex-shrink: 0;
    }
    .na-icon-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      padding: 0;
      border: none;
      background: transparent;
      cursor: pointer;
      border-radius: 8px;
      transition: background 0.15s ease;
    }
    .na-icon-btn:hover { background: rgba(0, 0, 0, 0.04); }
    .na-icon-btn svg { width: 22px; height: 22px; display: block; }

    .na-cart-btn { position: relative; }
    .na-cart-badge {
      position: absolute;
      top: 3px;
      right: 2px;
      min-width: 18px;
      height: 18px;
      padding: 0 3px;
      background: var(--petrol);
      color: #ffffff;
      font-family: "Inter NA", Inter, sans-serif;
      font-size: 11px;
      font-weight: 700;
      border-radius: 999px;
      display: flex;
      align-items: center;
      justify-content: center;
      line-height: 1;
      pointer-events: none;
    }

    /* Mobile */
    .na-mobile-menu-btn { display: none; }

    @media (max-width: 980px) {
      .na-header-inner {
        width: min(var(--max), calc(100% - 44px));
        height: 70px;
      }
    }

    @media (max-width: 680px) {
      .na-nav-desktop { display: none; }
      .na-mobile-menu-btn { display: flex; }
      .na-header-inner {
       width: min(calc(100% - 32px), var(--max));
      }
      .na-logo { font-size: 22px; }
    }

    /* Mobile Nav Sidebar */
    .na-mobile-nav {
      position: fixed;
      inset: 0;
      z-index: 10001;
      background: #ffffff;
      transform: translateX(-100%);
      transition: transform 0.35s var(--ease);
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 380px;
    }
    .na-mobile-nav.open {
      transform: translateX(0);
    }
    .na-mobile-nav-head {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 18px 24px;
      border-bottom: 1px solid rgba(94, 31, 47, 0.12);
    }
    .na-mobile-nav-title {
      font-family: "Recoleta", Georgia, serif;
      font-size: 20px;
      font-weight: 700;
      color: #000000;
    }
    .na-mobile-nav-close {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 36px;
      height: 36px;
      padding: 0;
      border: none;
      background: transparent;
      cursor: pointer;
      border-radius: 8px;
      transition: background 0.15s ease;
    }
    .na-mobile-nav-close:hover { background: rgba(0, 0, 0, 0.04); }
    .na-mobile-nav-close svg { width: 20px; height: 20px; display: block; }

    .na-mobile-nav-body {
      flex: 1;
      overflow-y: auto;
      padding: 12px 24px 32px;
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
    .na-mobile-section {
      display: flex;
      flex-direction: column;
      gap: 4px;
      margin-bottom: 8px;
      padding-bottom: 12px;
      border-bottom: 1px solid rgba(94, 31, 47, 0.08);
    }
    .na-mobile-label {
      font-family: "Inter NA", Inter, sans-serif;
      font-size: 11px;
      font-weight: 800;
      color: #999999;
      text-transform: uppercase;
      letter-spacing: 0.08em;
      padding: 8px 14px 6px;
    }
    .na-mobile-link {
      display: flex;
      align-items: center;
      gap: 12px;
      padding: 12px 14px;
      font-family: "Inter NA", Inter, sans-serif;
      font-size: 16px;
      font-weight: 600;
      color: #1a1a1a;
      text-decoration: none;
      border-radius: 10px;
      transition: background 0.15s ease;
    }
    .na-mobile-link:hover { background: rgba(0, 0, 0, 0.04); }
    .na-mobile-link.active {
      background: #f9d8e4;
      border: 1.5px solid var(--petrol);
      border-radius: 999px;
      justify-content: center;
      margin: 4px 0;
      padding: 14px;
      font-weight: 700;
      color: #000000;
    }
    .na-mobile-link.active:hover { background: #f2cada; }
    .na-mobile-link-icon svg {
      width: 20px;
      height: 20px;
      flex-shrink: 0;
    }
    .na-mobile-separator {
      height: 1px;
      background: rgba(0, 0, 0, 0.08);
      margin: 12px 0;
    }

    /* Overlay */
    .na-overlay {
      position: fixed;
      inset: 0;
      z-index: 10000;
      background: rgba(0, 0, 0, 0.25);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.35s ease;
    }
    .na-overlay.show {
      opacity: 1;
      pointer-events: auto;
    }

    /* Footer (estética home) */
    .na-footer {
      background: var(--lavender);
      background-image: radial-gradient(rgba(94, 31, 47, 0.06) 1.5px, transparent 1.5px);
      background-size: 24px 24px;
      font-family: "Ano", "Inter NA", Arial, sans-serif;
      border-bottom: 2px solid var(--petrol);
    }
    .na-footer-inner {
      width: min(var(--max), calc(100% - 64px));
      margin: 0 auto;
      display: grid;
      grid-template-columns: 1.4fr 1fr 1fr;
      gap: 40px;
      align-items: start;
      padding: 56px 0 40px;
    }
    .na-footer-logo {
      display: block;
      width: 150px;
      max-width: 100%;
      height: auto;
      align-self: start;
      color: var(--petrol);
      margin: 6px 0 18px;
    }
    .na-footer-contact {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 10px;
    }
    .na-footer-contact li {
      display: flex;
      align-items: center;
      gap: 9px;
      font-size: 14px;
      line-height: 1.5;
      color: var(--ink);
    }
    .na-footer-contact svg {
      width: 17px;
      height: 17px;
      flex: 0 0 auto;
      color: var(--petrol);
    }
    .na-footer-title {
      font-family: "Recoleta", Georgia, serif;
      font-size: 19px;
      font-weight: 700;
      color: var(--petrol);
      margin: 0 0 14px;
    }
    .na-footer-col ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: grid;
      gap: 10px;
    }
    .na-footer-col a {
      color: var(--ink);
      font-size: 14px;
      text-decoration: none;
      transition: color 0.2s ease;
    }
    .na-footer-col a:hover { color: var(--petrol); }
    .na-footer-bottom-inner {
      width: min(var(--max), calc(100% - 64px));
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 16px;
      padding: 0 0 28px;
    }
    .na-footer-copy small {
      font-size: 13px;
      color: rgba(94, 31, 47, 0.68);
    }
    .na-footer-copy small::after {
      content: " · Remix by Cristian Ancan";
      color: rgba(94, 31, 47, 0.68);
      font-size: 10px;
      font-weight: 700;
      letter-spacing: 0.02em;
      line-height: 1;
    }
    .na-footer-social {
      display: flex;
      gap: 10px;
    }
    .na-footer-social a {
      width: 40px;
      height: 40px;
      display: grid;
      place-items: center;
      border: 1.5px solid var(--petrol);
      border-radius: 50%;
      background: var(--pink-light);
      color: var(--petrol);
      transition: all 0.2s ease;
    }
    .na-footer-social a:hover { background: var(--petrol); color: #ffffff; transform: translateY(-2px); }
    .na-footer-social svg { width: 17px; height: 17px; display: block; }
    @media (max-width: 980px) {
      .na-footer-inner { grid-template-columns: 1fr 1fr; gap: 28px; }
      .na-footer-bottom-inner { flex-direction: column; align-items: flex-start; }
    }
    @media (max-width: 680px) {
      .na-footer-inner { grid-template-columns: 1fr; padding: 40px 0 28px; }
    }

    .hero { position: relative; min-height: 760px; overflow: hidden; background: var(--lavender); }
    .hero::before { content: ""; position: absolute; width: 48vw; height: 48vw; max-width: 680px; max-height: 680px; left: -15vw; bottom: -28vw; border-radius: 50%; background: rgba(246,191,208,.4); }
    .hero::after { content: ""; position: absolute; width: 28vw; height: 28vw; max-width: 390px; max-height: 390px; right: -8vw; top: 8%; border-radius: 50%; background: rgba(255,253,251,.5); }
    .hero-inner { position: relative; z-index: 1; width: min(var(--max), calc(100% - 64px)); min-height: 760px; display: grid; grid-template-columns: minmax(0, .93fr) minmax(0, 1.07fr); align-items: center; gap: clamp(30px, 7vw, 110px); margin: auto; padding: 66px 0 88px; }
    .hero-copy { position: relative; z-index: 2; padding-bottom: 18px; }
    h1, h2, h3 { font-family: "Recoleta", Georgia, serif; font-weight: 400; }
    h1 { max-width: 620px; margin: 22px 0 20px; color: var(--petrol); font-size: clamp(62px, 8.4vw, 120px); line-height: .78; letter-spacing: -.075em; }
    h1 em { color: var(--orange); font-style: normal; }
    .hero-intro { max-width: 435px; margin: 0 0 30px; color: var(--muted); font-size: 16px; line-height: 1.65; }
    .hero-proof { display: flex; align-items: center; gap: 13px; margin-bottom: 33px; color: var(--petrol); font-size: 12px; }
    .proof-dots { display: flex; }
    .proof-dots span { width: 28px; height: 28px; display: grid; place-items: center; margin-left: -6px; border: 2px solid var(--lavender); border-radius: 50%; background: var(--pink); color: var(--petrol); font-family: "Recoleta", Georgia, serif; font-size: 12px; }
    .proof-dots span:first-child { margin-left: 0; background: var(--petrol); color: #fff; }
    .proof-dots span:last-child { background: var(--white); }
    .hero-link { display: inline-flex; align-items: center; gap: 13px; color: var(--petrol); font-size: 12px; font-weight: 850; text-decoration: none; text-transform: uppercase; letter-spacing: .1em; }
    .hero-link::after { content: "↘"; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: var(--pink); font-size: 18px; transition: transform .25s var(--ease); }
    .hero-link:hover::after { transform: translate(3px, 3px); }

    .hero-art { position: relative; min-height: 610px; }
    .art-ring { position: absolute; width: min(42vw, 570px); aspect-ratio: 1; top: 48%; left: 51%; transform: translate(-50%, -50%); border: 1px solid rgba(94, 31, 47, .24); border-radius: 50%; }
    .art-ring::before, .art-ring::after { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(94, 31, 47, .13); border-radius: 50%; }
    .art-ring::after { inset: 21%; border-color: rgba(236,104,52,.2); }
    .art-blob { position: absolute; right: 1%; top: 10%; width: 52%; height: 82%; border-radius: 49% 51% 44% 56% / 44% 38% 62% 56%; background: var(--pink); transform: rotate(18deg); animation: floatBlob 8s ease-in-out infinite; }
    .art-blob-two { position: absolute; left: -1%; bottom: 7%; width: 34%; height: 30%; border-radius: 70% 30% 55% 45% / 41% 57% 43% 59%; background: var(--petrol); transform: rotate(-18deg); opacity: .95; }
    @keyframes floatBlob { 0%, 100% { transform: rotate(18deg) translateY(0); } 50% { transform: rotate(21deg) translateY(-15px); } }
    .product-hero-image { position: absolute; z-index: 2; width: 92%; height: 92%; top: 4%; left: 4%; object-fit: contain; filter: drop-shadow(0 34px 20px rgba(0,0,0,.22)); transform: rotate(2deg); transition: transform .5s var(--ease); }
    .hero-art:hover .product-hero-image { transform: rotate(-1deg) scale(1.035); }
    .art-label { position: absolute; z-index: 4; display: grid; place-items: center; text-align: center; border-radius: 50%; }
    .art-label-primary { width: 114px; height: 114px; top: 6%; left: 4%; background: var(--petrol); color: #fff; transform: rotate(-11deg); animation: floatLabel 6s ease-in-out infinite; }
    .art-label-primary strong { display: block; font-family: "Recoleta", Georgia, serif; font-size: 37px; line-height: .8; font-weight: 400; }
    .art-label-primary span { max-width: 72px; margin-top: 7px; font-size: 9px; font-weight: 800; line-height: 1.1; text-transform: uppercase; }
    .art-label-secondary { width: 112px; height: 112px; right: -1%; bottom: 4%; background: var(--white); color: var(--petrol); border: 1px solid var(--petrol); transform: rotate(8deg); }
    .art-label-secondary strong { font-family: "Recoleta", Georgia, serif; font-size: 27px; line-height: 1; }
    .art-label-secondary span { max-width: 74px; margin-top: 5px; font-size: 9px; font-weight: 800; line-height: 1.1; text-transform: uppercase; }
    @keyframes floatLabel { 0%,100% { transform: rotate(-11deg) translateY(0); } 50% { transform: rotate(-8deg) translateY(-9px); } }
    .art-caption { position: absolute; z-index: 3; left: 4%; bottom: 8%; width: 170px; color: var(--petrol); font-size: 10px; line-height: 1.45; transform: rotate(-5deg); }
    .art-caption strong { display: block; margin-bottom: 4px; font-family: "Recoleta", Georgia, serif; font-size: 20px; font-weight: 400; }

    .buy-bar { position: relative; z-index: 5; background: var(--petrol); color: #fff; }
    .buy-inner { width: min(var(--max), calc(100% - 64px)); display: grid; grid-template-columns: 1.1fr .9fr; gap: 50px; align-items: center; margin: auto; padding: 28px 0; }
    .buy-title { display: flex; align-items: center; gap: 18px; }
    .buy-title .mini-shot { width: 54px; height: 54px; padding: 2px; border-radius: 50%; background: var(--pink); object-fit: contain; }
    .buy-title p { margin: 0; color: rgba(255,255,255,.7); font-size: 11px; }
    .buy-title strong { display: block; color: #fff; font-family: "Recoleta", Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1; }
    .buy-title del { margin-left: 5px; color: rgba(255,255,255,.45); font-size: 11px; }
    .buy-saving { margin-left: 5px; color: var(--pink); font-size: 10px; font-weight: 850; }
    .buy-title small { display: block; margin-top: 5px; color: rgba(255,255,255,.56); font-size: 10px; }
    .buy-form { display: grid; grid-template-columns: 1fr 92px 1.2fr; gap: 10px; align-items: center; }
    .select-wrap { position: relative; }
    .select-wrap select { width: 100%; appearance: none; border: 1px solid rgba(255,255,255,.6); border-radius: 99px; padding: 13px 35px 13px 16px; background: transparent; color: #fff; font-size: 12px; }
    .select-wrap::after { content: "⌄"; position: absolute; right: 15px; top: 9px; pointer-events: none; color: var(--pink); font-size: 17px; }
    .select-wrap option { color: var(--petrol); }
    .buy-quantity { display: grid; grid-template-columns: 26px 1fr 26px; align-items: center; min-height: 43px; border: 1px solid rgba(255,255,255,.6); border-radius: 99px; }
    .buy-quantity button { padding: 0; border: 0; background: transparent; color: var(--pink); font-size: 16px; }
    .buy-quantity input { width: 100%; min-width: 0; padding: 0; border: 0; background: transparent; color: #fff; text-align: center; font-size: 12px; }
    .buy-button { min-height: 43px; padding: 0 18px; border: 0; border-radius: 99px; background: var(--pink); color: var(--petrol-deep); font-size: 12px; font-weight: 850; transition: transform .25s var(--ease), background .25s ease; }
    .buy-button:hover { background: #fff; transform: translateY(-2px); }
    .buy-button.added { background: #d9d9d9; }

    .section { position: relative; padding: 125px 0; overflow: hidden; }
    .section-inner { position: relative; z-index: 1; width: min(var(--max), calc(100% - 64px)); margin: auto; }
    .section-intro { max-width: 550px; color: var(--muted); font-size: 15px; line-height: 1.7; }
    h2 { color: var(--petrol); font-size: clamp(50px, 7vw, 94px); line-height: .83; letter-spacing: -.07em; margin: 23px 0 23px; }
    .center-heading { max-width: 720px; margin: 0 auto 58px; text-align: center; }
    .center-heading .section-intro { margin: auto; }

    /* Y2K Pinterest Inspired Background & Collage Styling (60% Y2K, 30% Home Palette, 10% Empaste) */
    .logic-section { background: var(--lavender); position: relative; background-image: radial-gradient(rgba(0, 0, 0, 0.06) 1.5px, transparent 1.5px); background-size: 24px 24px; border-top: 2px solid var(--petrol); border-bottom: 2px solid var(--petrol); overflow: hidden; }
    .logic-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 120px); align-items: center; position: relative; z-index: 2; }

    /* Neubrutalist main gallery (Soften outlines & shadows in brand green) */
    .logic-art { position: relative; min-height: 540px; border: 2px solid var(--petrol); border-radius: 24px; background: var(--white); box-shadow: 8px 8px 0 var(--petrol); display: flex; align-items: center; justify-content: center; overflow: hidden; z-index: 3; transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .logic-art:hover { transform: translate(-2px, -2px); box-shadow: 10px 10px 0 var(--petrol); }
    .logic-art::before { content: ""; position: absolute; inset: 10px; border: 1.5px dashed var(--line); border-radius: 16px; z-index: 1; pointer-events: none; }
    .logic-art::after { content: none; }
    
    .logic-seal { position: absolute; z-index: 4; left: 15px; bottom: 15px; width: 105px; height: 105px; display: grid; place-items: center; border-radius: 50%; border: 2px solid var(--petrol); background: var(--petrol); color: #fff; text-align: center; transform: rotate(-8deg); box-shadow: 4px 4px 0 var(--petrol); animation: y2kBounce 4s ease-in-out infinite alternate; }
    .logic-seal strong { display: block; color: #fff; font-family: "Recoleta", Georgia, serif; font-size: 26px; line-height: .8; font-weight: 700; }
    .logic-seal span { max-width: 80px; margin-top: 5px; font-size: 8.5px; font-weight: 800; line-height: 1.1; text-transform: uppercase; color: rgba(255,255,255,0.9); }
    
    /* Interactive Neubrutalist ingredient rows */
    .logic-copy h2 { max-width: 620px; }
    .ingredient-list { display: grid; gap: 12px; margin-top: 32px; }
    .ingredient-row { display: grid; grid-template-columns: 110px 1fr; gap: 15px; align-items: center; padding: 16px 20px; background: var(--white); border: 2px solid var(--petrol); border-radius: 14px; box-shadow: 4px 4px 0 var(--petrol); cursor: pointer; transition: all 0.25s var(--ease); position: relative; z-index: 2; }
    .ingredient-row:last-child { border-bottom: 2px solid var(--petrol); }
    .ingredient-row:hover, .ingredient-row.active { transform: translate(-2px, -2px); box-shadow: 6px 6px 0 var(--petrol); background-color: var(--pink-light); }
    .highlight-metric-badge { display: flex; flex-direction: column; align-items: center; justify-content: center; background: var(--pink-light); border: 2px solid var(--petrol); border-radius: 8px; padding: 6px 10px; text-align: center; width: 100%; transition: all 0.25s ease; }
    .ingredient-row.active .highlight-metric-badge { background: var(--petrol); color: var(--white); }
    .metric-value { font-family: "Recoleta", Georgia, serif; font-size: 24px; font-weight: 700; line-height: 1.1; }
    .metric-label { font-size: 10px; font-weight: 850; text-transform: uppercase; letter-spacing: 0.05em; }
    .highlight-info p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.4; }

    /* Filas de highlights automáticos (alimentadas desde la descripción tienda) */
    .ingredient-row.na-td-highlight-row { grid-template-columns: 46px 1fr; gap: 14px; }
    .na-td-hl-icon { display: grid; place-items: center; width: 46px; height: 46px; border: 2px solid var(--petrol); border-radius: 50%; background: var(--pink-light); color: var(--petrol); flex-shrink: 0; }
    .na-td-hl-icon svg { display: block; width: 22px; height: 22px; }
    .na-td-hl-text { display: block; color: var(--petrol); font-size: 15px; font-weight: 800; line-height: 1.3; }
    .na-td-hl-desc { margin: 3px 0 0; }

    @keyframes y2kBounce {
      0% { transform: rotate(-8deg) translateY(0); }
      100% { transform: rotate(-4deg) translateY(-6px); }
    }

    .benefits-section { background: var(--lavender); position: relative; background-image: radial-gradient(rgba(0,0,0,0.06) 1.5px, transparent 1.5px); background-size: 24px 24px; border-bottom: 2px solid var(--petrol); overflow: hidden; }
    .benefits-heading { max-width: 600px; margin: 0 auto 36px; text-align: center; }
    .benefits-heading-top { display: none; }
    .benefits-heading h2 { margin: 0 0 23px; }
    .benefits-heading .section-intro { margin: auto; }
    .benefit-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 36px; }
    .benefit-card { position: relative; min-height: 0; padding: 24px 20px; border: 2px solid var(--petrol) !important; border-radius: 16px !important; background: var(--white) !important; box-shadow: 4px 4px 0 var(--petrol) !important; transition: all 0.25s var(--ease) !important; transform: none !important; }
    .benefit-card:hover { transform: translate(-3px, -3px) !important; box-shadow: 7px 7px 0 var(--petrol) !important; background: var(--pink-light) !important; }
    .benefit-card-num { color: var(--petrol); font-weight: 850; font-size: 11px; letter-spacing: 0.05em; }
    .benefit-card-icon { position: absolute; right: 20px; top: 18px; width: 38px; height: 38px; border: 2px solid var(--petrol); border-radius: 50%; background: var(--pink-light); display: grid; place-items: center; margin: 0 !important; color: var(--petrol); font-weight: 700; }
    .benefit-card-icon svg { width: 18px; height: 18px; }
    .benefit-card h3 { margin: 12px 0 6px; font-size: 22px; font-weight: 700; color: var(--petrol); }
    .benefit-card p { margin: 0; font-size: 13px; color: var(--muted); line-height: 1.5; }
    .benefit-photo-strip { margin-top: 32px; }

    /* Chips "Tu compra incluye" en la sección Beneficios */
    .na-td-includes--section { max-width: 600px; margin: 42px auto 0; text-align: center; }
    .na-td-includes--section .na-td-includes-label { display: block; margin-bottom: 10px; font-family: "Recoleta", Georgia, serif; font-size: 22px; font-weight: 700; letter-spacing: -0.01em; text-transform: none; color: var(--petrol); }
    .na-td-includes--section .na-td-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 8px; }
    .na-td-includes--section .na-td-chip { padding: 8px 18px; border: 2px solid var(--petrol); border-radius: 999px; background: var(--white); box-shadow: 3px 3px 0 var(--petrol); font-size: 13px; font-weight: 700; color: var(--petrol); }

    /* Mobile Adaptivity for Section 03 */
    @media (max-width: 980px) {
      .benefit-cards { grid-template-columns: 1fr; gap: 16px; }
    }

    /* Compressed Section: FAQ + foto editorial side-by-side */
    .ritual-section { background: var(--white); border-top: 2px solid var(--petrol); border-bottom: 2px solid var(--petrol); }
    .ritual-faq-grid { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: clamp(40px, 8vw, 90px); align-items: start; }
    
    .faq-list { display: grid; gap: 0; margin-top: 24px; border-top: 1px solid var(--line); }
    .faq-list details { border-bottom: 1px solid var(--line); }
    .faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 18px 0; color: var(--petrol); font-size: 15px; font-weight: 700; cursor: pointer; list-style: none; }
    .faq-list summary::-webkit-details-marker { display: none; }
    .faq-list summary::after { content: "+"; color: var(--orange); font-family: "Recoleta", Georgia, serif; font-size: 24px; font-weight: 400; line-height: .6; }
    .faq-list details[open] summary::after { content: "−"; }
    .faq-list details p { max-width: 650px; margin: -4px 40px 18px 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

    /* Related Products at the bottom */
    .related-section { background: var(--lavender); position: relative; background-image: radial-gradient(rgba(0,0,0,0.06) 1.5px, transparent 1.5px); background-size: 24px 24px; border-bottom: 2px solid var(--petrol); overflow: hidden; padding-top: 50px !important; padding-bottom: 90px !important; }
    .related-heading, .related-grid { position: relative; z-index: 2; }
    .related-heading { display: flex; justify-content: space-between; align-items: end; gap: 30px; margin-bottom: 45px; }
    .related-heading h2 { margin-bottom: 0; }
    .related-link { color: var(--petrol); font-size: 12px; font-weight: 850; text-transform: uppercase; text-decoration: none; letter-spacing: .1em; }
    .related-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
    .related-card { position: relative; padding: 14px 14px 22px; border: 2px solid var(--petrol); border-radius: 20px; background: var(--white); text-decoration: none; box-shadow: 4px 4px 0 var(--petrol); transition: transform 0.3s ease, box-shadow 0.3s ease; display: flex; flex-direction: column; height: 100%; }
    .related-card:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--petrol); }
    .related-image { position: relative; height: 265px; display: grid; place-items: center; overflow: hidden; border: 1.5px solid var(--petrol); border-radius: 14px; background: var(--pink-light); padding: 12px; box-sizing: border-box; }
    .related-image img { width: 100%; height: 100%; min-height: 0; object-fit: contain; object-position: center; transition: transform .5s var(--ease); }
    .related-card:hover .related-image img { transform: scale(1.08) rotate(2deg); }
    .related-badge { position: absolute; left: 12px; top: 12px; padding: 6px 9px; border-radius: 99px; background: var(--pink); color: var(--petrol); border: 1.5px solid var(--petrol); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
    .related-link-wrapper { text-decoration: none; display: block; }
    .related-card h3 { margin: 17px 5px 5px; color: var(--petrol); font-family: "Recoleta", Georgia, serif; font-size: 26px; line-height: .95; font-weight: 600; }
    .related-card p { margin: 0 5px 0; color: var(--muted); font-size: 11px; flex-grow: 1; }
    .related-bottom { display: flex; align-items: center; justify-content: space-between; margin: 12px 5px 0; margin-bottom: 12px !important; }
    .related-price { color: var(--petrol); font-size: 18px; font-weight: 850; }
    .related-price .woocommerce-price-suffix,
    .related-price .woocommerce-Price-amount {
      font-weight: 850;
      color: var(--petrol);
    }
    .related-price del { margin-left: 5px; color: var(--muted); font-size: 13px; font-weight: 500; }
    
    .related-purchase-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin: 14px 5px 0; margin-top: auto; }
    .related-qty { min-height: 42px; border: 2px solid var(--petrol); border-radius: 8px; display: grid; grid-template-columns: 26px 1fr 26px; align-items: center; background: var(--white); overflow: hidden; }
    .related-qty .qty-btn { padding: 0; border: 0; background: transparent; color: var(--petrol); font-size: 15px; font-weight: 700; cursor: pointer; height: 100%; display: grid; place-items: center; }
    .related-qty .qty-input { width: 100%; border: 0; background: transparent; text-align: center; font-size: 15px; font-weight: 700; color: var(--petrol); padding: 0; }
    .related-add-btn { min-height: 42px; padding: 0 12px; border-radius: 8px; border: 2px solid var(--petrol); background: var(--petrol); color: #fff; font-size: 14px; font-weight: 850; text-transform: uppercase; box-shadow: 3px 3px 0 var(--petrol); transition: all 0.2s ease; cursor: pointer; }
    .related-add-btn:hover { transform: translate(-1px, -1px); box-shadow: 4px 4px 0 var(--petrol); background: var(--pink); color: var(--petrol); }
    .related-add-btn.added { background: #d9d9d9; box-shadow: none; transform: none; border-color: #ccc; color: #555; }
    .related-title-link { color: inherit; text-decoration: none; }
    .related-title-link:hover { color: var(--petrol); text-decoration: underline; }
    .related-card .na-td-home--stickers { margin: 10px 5px 6px !important; }
    .related-card .na-td-home--text { margin: 6px 5px 8px !important; flex-grow: 1; }
    .related-purchase-row--single { grid-template-columns: 1fr; }
    .related-card .buy-button.related-variant-trigger {
      min-height: 42px;
      padding: 0 14px;
      border-radius: 8px;
      border: 2px solid var(--petrol);
      background: var(--petrol) !important;
      color: #ffffff !important;
      font-size: 14px;
      font-weight: 850;
      text-transform: uppercase;
      box-shadow: 3px 3px 0 var(--petrol) !important;
      transform: none;
      width: 100%;
      cursor: pointer;
      display: grid;
      place-items: center;
      transition: all 0.2s ease;
    }
    .related-card .buy-button.related-variant-trigger:hover {
      background: var(--pink) !important;
      color: var(--petrol) !important;
      transform: translate(-1px, -1px) !important;
      box-shadow: 4px 4px 0 var(--petrol) !important;
    }
    .related-add-link { display: grid; place-items: center; text-align: center; text-decoration: none; }
    .related-variant-row { margin: 14px 5px 0; }
    .related-variant-row select { width: 100%; padding: 10px 12px; border: 2px solid var(--petrol); border-radius: 8px; font-size: 13px; font-weight: 700; color: var(--petrol); background: #ffffff; outline: none; }

    @media (max-width: 980px) {
      .ritual-faq-grid { grid-template-columns: 1fr; gap: 48px; }
    }

    .toast { position: fixed; z-index: 40; left: 50%; bottom: 25px; padding: 13px 20px; border-radius: 99px; background: var(--petrol-deep); color: #fff; font-size: 12px; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .3s var(--ease); }
    .toast.show { opacity: 1; transform: translate(-50%, 0); }
    .reveal { opacity: 0; transform: translateY(26px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
    .reveal.visible { opacity: 1; transform: none; }
    .reveal-delay-1 { transition-delay: .1s; }
    .reveal-delay-2 { transition-delay: .2s; }
    .reveal-delay-3 { transition-delay: .3s; }

    @media (max-width: 980px) {
      .hero-inner, .buy-inner, .section-inner { width: min(var(--max), calc(100% - 44px)); }
      .hero-inner { grid-template-columns: 1fr; padding-top: 76px; }
      .hero { min-height: 0; }
      .hero-inner { min-height: 0; }
      .hero-copy { max-width: 680px; }
      .hero-art { min-height: min(80vw, 680px); max-width: 700px; width: 100%; margin: 0 auto; }
      .art-ring { width: 68vw; }
      .buy-inner { grid-template-columns: 1fr; gap: 18px; }
      .buy-form { max-width: 700px; }
      .logic-grid, .details-grid, .faq-layout { grid-template-columns: 1fr; gap: 55px; }
      .logic-art, .detail-photo { max-width: 520px; width: 100%; margin: auto; }
      .benefit-layout { grid-template-columns: 1fr; gap: 38px; }
      .benefit-layout h2 { max-width: 620px; }
      .related-grid { grid-template-columns: repeat(3, 1fr); }
    }
    @media (max-width: 680px) {
       .hero-inner, .buy-inner, .section-inner { width: min(calc(100% - 32px), var(--max)); }
      .hero-inner { padding: 58px 0 58px; }
      h1 { font-size: clamp(58px, 17vw, 88px); }
      .hero-intro { font-size: 14px; }
      .hero-proof { margin-bottom: 27px; }
      .hero-art { min-height: 92vw; }
      .art-label-primary { width: 88px; height: 88px; left: 0; }
      .art-label-primary strong { font-size: 27px; }
      .art-label-secondary { width: 86px; height: 86px; right: -2%; }
      .art-label-secondary strong { font-size: 21px; }
      .art-caption { display: none; }
       .buy-inner { width: min(calc(100% - 32px), var(--max)); padding: 22px 0; }
      .buy-form { grid-template-columns: 1fr 90px; }
      .buy-button { grid-column: 1 / -1; }
      .section { padding: 85px 0; }
       .section-inner { width: min(calc(100% - 32px), var(--max)); }
      h2 { font-size: clamp(50px, 16vw, 76px); }
      .logic-art, .detail-photo { min-height: 94vw; }
      .logic-seal { left: -4px; bottom: 25px; width: 94px; height: 94px; }
      .logic-seal strong { font-size: 23px; }
      .logic-seal span { font-size: 8px; }
      .ingredient-row { grid-template-columns: 100px 1fr; }
      .metric-value { font-size: 20px; }
      .metric-label { font-size: 9px; }
      .highlight-info p { font-size: 12px; }
       .benefits-heading h2 { font-size: clamp(50px, 16vw, 76px); }
       .benefit-cards { grid-template-columns: 1fr; }
       .benefit-card { min-height: 220px; }
       .benefit-card-icon { margin-top: 24px; }
      .related-heading { display: block; }
      .related-heading .related-link { display: inline-block; margin-top: 12px; }
      .related-grid { grid-template-columns: 1fr; }
      .related-image { height: 280px; }
      .faq-list summary { font-size: 14px; }
    }
    @media (prefers-reduced-motion: reduce) {
      *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; scroll-behavior: auto !important; transition-duration: .01ms !important; }
      .reveal { opacity: 1; transform: none; }
    }

    /* Product system: the storefront shell stays quiet so the item and purchase flow lead. */
     .product-hero { position: relative; min-height: 0; padding: 0; background-image: radial-gradient(rgba(0, 0, 0, 0.06) 1.5px, transparent 1.5px), linear-gradient(180deg, #ffd2e3 0%, #ffebf3 45%, var(--lavender) 100%); background-size: 24px 24px, cover; }
    .product-hero::before { content: ""; position: absolute; inset: 0; z-index: 0; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3CfeColorMatrix type='saturate' values='0'/%3E%3C/filter%3E%3Crect width='160' height='160' filter='url(%23n)'/%3E%3C/svg%3E"); background-size: 160px 160px; opacity: 0.75; mix-blend-mode: soft-light; }
    .product-hero::after { display: none; }
     .product-hero-inner { position: relative; z-index: 1; width: min(var(--max), calc(100% - 64px)); margin: auto; padding: 28px 0 72px; }
    .product-breadcrumb { display: flex; align-items: center; gap: 9px; margin-bottom: 28px; color: var(--muted); font-size: 11px; }
    .product-breadcrumb a { text-decoration: none; }
    .product-breadcrumb strong { color: var(--petrol); font-weight: 700; }
    .product-layout { display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(380px, .92fr); gap: clamp(42px, 7vw, 96px); align-items: start; }
    .product-gallery { min-width: 0; }
    .product-media { position: relative; display: grid; place-items: center; min-height: 650px; padding: 45px; overflow: hidden; border: 2px solid var(--petrol); border-radius: 20px; background: var(--white); box-shadow: 4px 4px 0 var(--petrol); transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .product-media::before { content: ""; position: absolute; inset: 10px; border: 1.5px solid rgba(94, 31, 47, 0.12); border-radius: 14px; z-index: 1; pointer-events: none; }
    .product-media:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--petrol); }
    .product-media::after { display: none; }
    .product-hero-image { position: relative; z-index: 1; top: auto; left: auto; width: 88%; height: 88%; object-fit: contain; filter: drop-shadow(0 24px 20px rgba(0,0,0,.14)); transform: rotate(0); transition: opacity .18s ease, transform .45s var(--ease); }
    .product-media:hover .product-hero-image { transform: scale(1.025); }
    .product-sale, .product-format { position: absolute; z-index: 3; top: 20px; padding: 8px 14px; border: 1.5px solid var(--petrol); border-radius: 99px; font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; box-shadow: 2px 2px 0 rgba(94, 31, 47, 0.2); }
    .product-sale { left: 20px; background: var(--pink); color: var(--petrol); }
    .product-format { right: 20px; color: var(--petrol); background: var(--pink); }
    .gallery-control { position: absolute; z-index: 3; top: 50%; width: 40px; height: 40px; display: grid; place-items: center; border: 2px solid var(--petrol); border-radius: 50%; background: var(--white); color: var(--petrol); font-family: "Recoleta", Georgia, serif; font-size: 28px; line-height: 1; box-shadow: 3px 3px 0 var(--petrol); transform: translateY(-50%); transition: background .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease; }
    .gallery-control:hover { background: var(--pink); color: var(--petrol); transform: translate(-1px, calc(-50% - 1px)); box-shadow: 4px 4px 0 var(--petrol); }
    .gallery-control-prev { left: 18px; }
    .gallery-control-next { right: 18px; }
    .product-thumbs { display: flex; gap: 10px; margin-top: 13px; }
    .gallery-thumb { width: 72px; height: 72px; padding: 4px; overflow: hidden; border: 2px solid rgba(94, 31, 47, 0.2); border-radius: 12px; background: var(--white); box-shadow: 2px 2px 0 rgba(94, 31, 47, 0.2); transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
    .gallery-thumb:hover { transform: translateY(-2px); }
    .gallery-thumb.active { border-color: var(--petrol); box-shadow: 3px 3px 0 var(--petrol); }
    .gallery-thumb img { width: 100%; height: 100%; object-fit: contain; }
     .gallery-caption { display: flex; gap: 9px; align-items: baseline; max-width: 540px; margin: 15px 0 0; color: var(--muted); font-size: 10px; }
     .gallery-caption strong { color: var(--petrol); font-family: "Recoleta", Georgia, serif; font-size: 16px; font-weight: 400; }
     .gallery-caption span { line-height: 1.45; }
     .gallery-quickfacts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 21px; padding-top: 16px; border-top: 1px solid rgba(94,31,47,.18); }
     .gallery-quickfact { display: flex; align-items: center; gap: 9px; min-width: 0; min-height: 62px; padding: 9px 10px; border: 1.5px solid var(--petrol); border-radius: 12px; background: var(--white); box-shadow: 2px 2px 0 rgba(94, 31, 47, 0.25); }
     .gallery-quickfact-icon { flex: 0 0 auto; width: 40px; height: 40px; display: grid; place-items: center; border: 1.5px solid var(--petrol); border-radius: 50%; color: var(--petrol); background: var(--white); }
     .gallery-quickfact-icon svg { width: 21px; height: 21px; }
     .gallery-quickfact strong { display: block; color: var(--petrol); font-size: 11px; font-weight: 850; line-height: 1.15; }
     .gallery-quickfact small { display: block; margin-top: 3px; color: var(--muted); font-size: 10px; line-height: 1.2; }
     .product-info { position: sticky; top: 104px; min-width: 0; padding-top: 24px; }
     .product-info h1 { max-width: 540px; margin: 10px 0 16px; color: var(--petrol); font-size: clamp(58px, 6vw, 86px); line-height: .82; letter-spacing: -.07em; }
     .product-info h1 em { color: var(--ink); font-style: normal; }
     .product-description { max-width: 450px; margin: 0 0 19px; color: var(--muted); font-size: 15px; line-height: 1.55; }
    .product-purchase-summary { display: flex; align-items: baseline; flex-wrap: wrap; gap: 10px; }
     .product-purchase-summary strong { color: var(--petrol); font-size: 33px; font-weight: 850; letter-spacing: -.04em; }
     .product-purchase-summary del { color: #888; font-size: 13px; }
     .product-purchase-summary span { color: var(--orange); font-size: 11px; font-weight: 850; }
     .product-tax { margin: 3px 0 21px; color: var(--muted); font-size: 10px; }
     .product-purchase { padding: 21px; border: 2px solid var(--petrol); border-radius: 18px; background: var(--white); box-shadow: 4px 4px 0 var(--petrol); transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .product-purchase:hover { transform: translate(-2px, -2px); box-shadow: 7px 7px 0 var(--petrol); }
     .purchase-heading { display: flex; align-items: start; justify-content: space-between; gap: 16px; margin-bottom: 14px; padding-bottom: 13px; border-bottom: 1px solid var(--line); }
     .purchase-edition { display: none; }
     .purchase-heading strong { display: block; color: var(--petrol); font-family: "Recoleta", Georgia, serif; font-size: 27px; font-weight: 400; line-height: 1; }
     .purchase-heading span:not(.purchase-stock) { display: block; margin-top: 6px; color: var(--muted); font-size: 12px; }
     .purchase-stock { flex: 0 0 auto; padding: 7px 10px; border-radius: 99px; background: var(--pink); color: var(--petrol); font-size: 10px; font-weight: 850; text-transform: uppercase; border: 1.5px solid var(--petrol); }
     .purchase-label { display: block; margin-bottom: 7px; color: var(--petrol); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
     .purchase-select { margin-bottom: 10px; }
     .purchase-select select { width: 100%; padding: 12px 35px 12px 13px; border: 2px solid var(--petrol); border-radius: 8px; appearance: none; background: var(--white); color: var(--ink); font-size: 14px; }
    .purchase-select::after { color: var(--petrol); }
     .purchase-row { display: grid; grid-template-columns: 105px 1fr; gap: 9px; }
    .product-purchase .buy-quantity { min-height: 49px; border: 2px solid var(--petrol); border-radius: 8px; }
    .product-purchase .buy-quantity button { color: var(--petrol); }
    .product-purchase .buy-quantity input { color: var(--ink); }
    .product-purchase .buy-button,
    .product-purchase button.single_add_to_cart_button,
    .product-purchase .single_add_to_cart_button { min-height: 49px; border-radius: 8px; border: 2px solid var(--petrol); background: var(--petrol) !important; color: #fff !important; font-size: 16px !important; font-weight: 850; text-transform: uppercase; letter-spacing: 0.05em; box-shadow: 4px 4px 0 var(--petrol); transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; cursor: pointer; }
    .product-purchase .buy-button:hover,
    .product-purchase button.single_add_to_cart_button:hover,
    .product-purchase .single_add_to_cart_button:hover { background: var(--pink) !important; color: var(--petrol) !important; transform: translate(-1px, -1px); box-shadow: 5px 5px 0 var(--petrol); }
    /* Selector de cantidad (- 1 +) del botón principal: el form nativo de
       WooCommerce/Woodmart renderiza .quantity.buy-quantity con button.qty-btn
       y input.qty. Sin estos estilos los botones colapsan y el número queda
       diminuto y descentrado dentro de la píldora. */
    .product-purchase .quantity {
      flex: 0 0 112px;
      height: 49px;
      display: grid;
      grid-template-columns: 38px 1fr 38px;
      align-items: stretch;
      border: 2px solid var(--petrol);
      border-radius: 8px;
    }
    .product-purchase .quantity .qty-btn {
      display: grid;
      place-items: center;
      padding: 0;
      border: 0;
      background: transparent;
      color: var(--petrol);
      font-size: 18px;
      font-weight: 700;
      line-height: 1;
    }
    .product-purchase .quantity input.qty {
      width: 100%;
      min-width: 0;
      border: 0;
      background: transparent;
      text-align: center;
      font-size: 14px;
      font-weight: 700;
      color: var(--ink);
    }
     .purchase-meta { display: none; }
     .product-shipping { margin-top: 15px; padding: 15px 0 0; border-top: 1px solid var(--line); background: transparent; }
    .shipping-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 8px; }
     .shipping-heading strong { color: var(--petrol); font-family: "Recoleta", Georgia, serif; font-size: 22px; font-weight: 400; }
     .shipping-provider { padding: 6px 9px; border-radius: 99px; background: var(--pink); color: var(--petrol); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; border: 1.5px solid var(--petrol); }
     .shipping-copy { display: none; }
    .product-shipping-form { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 8px; }
    .product-cp-input { width: 100%; min-height: 43px; padding: 0 13px; border: 2px solid var(--petrol); border-radius: 8px; background: #fff; color: var(--ink); font-size: 14px; outline: none; }
    .product-cp-input:focus { border-color: var(--petrol); box-shadow: 3px 3px 0 rgba(94, 31, 47, 0.15); }
    .product-cp-button { min-height: 43px; padding: 0 16px; border: 2px solid var(--petrol); border-radius: 8px; background: var(--petrol); color: #fff; font-size: 11px; font-weight: 850; box-shadow: 3px 3px 0 var(--petrol); transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease; }
    .product-cp-button:hover { background: var(--pink); color: var(--petrol); transform: translate(-1px, -1px); box-shadow: 4px 4px 0 var(--petrol); }
     .shipping-helper { display: none; }
    .shipping-helper a { color: var(--petrol); font-weight: 700; }
    .shipping-result { display: none; margin: 11px 0 0; padding: 10px 12px; border-radius: 9px; background: var(--pink-light); color: var(--petrol); font-size: 11px; font-weight: 700; line-height: 1.4; }
    .shipping-result.is-visible { display: block; }
    .shipping-result.is-loading { background: #f3eef0; color: var(--muted); }
     .shipping-mode { display: none; }
     .product-trust { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--petrol); font-size: 9px; font-weight: 700; line-height: 1.2; text-transform: uppercase; }
     .product-trust span { display: flex; min-height: 58px; align-items: center; justify-content: center; flex-direction: column; gap: 6px; padding: 8px 5px; border: 1.5px solid var(--petrol); border-radius: 12px; background: var(--white); box-shadow: 2px 2px 0 rgba(94, 31, 47, 0.25); text-align: center; }
     .product-trust svg { width: 22px; height: 22px; flex: 0 0 auto; }
    .product-proof { display: none; }
    .product-proof .proof-dots { flex: 0 0 auto; }
    .product-proof strong { color: var(--petrol); }
     .product-benefits { display: none !important; }
     .product-benefits-head { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; }
     .product-benefits-head strong { color: var(--petrol); font-family: "Recoleta", Georgia, serif; font-size: 17px; font-weight: 400; }
     .product-benefits-head span { display: none; }
     .product-benefits-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
    .product-benefit { display: block; min-width: 0; }
     .product-benefit-icon { width: 28px; height: 28px; margin-bottom: 6px; display: grid; place-items: center; border-radius: 50%; border: 1px solid var(--petrol); background: var(--pink-light); color: var(--petrol); font-size: 12px; font-weight: 700; }
     .product-benefit strong { display: block; color: var(--petrol); font-size: 10px; font-weight: 850; line-height: 1.15; }
     .product-benefit p { display: none; }
    
    /* Y2K Nutri Drawer */
     .y2k-nutri-drawer { margin-top: 14px; border: 1.5px solid var(--petrol); border-radius: 10px; background: var(--white); box-shadow: 3px 3px 0 var(--petrol); transition: all 0.25s ease; }
     .y2k-nutri-drawer summary { padding: 10px 14px; font-weight: 850; font-size: 9px; text-transform: uppercase; letter-spacing: 0.05em; color: var(--petrol); cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; }
    .y2k-nutri-drawer summary::-webkit-details-marker { display: none; }
    .y2k-nutri-drawer summary::after { content: "↓"; font-weight: 700; font-size: 14px; }
    .y2k-nutri-drawer[open] summary::after { content: "↑"; }
    .y2k-nutri-content { padding: 14px; border-top: 2px solid var(--petrol); background: var(--pink-light); display: flex; justify-content: center; }
    .y2k-nutri-content img { max-width: 100%; border: 2px solid var(--petrol); border-radius: 8px; }

    .buy-bar { display: none; }
    .logic-section { background: var(--pink-light); }
    .logic-art { min-height: 520px; border-radius: 18px; background: var(--white); box-shadow: 0 8px 24px rgba(0,0,0,.06); display: flex; align-items: center; justify-content: center; overflow: hidden; }
    .logic-art::before { inset: 7%; border-radius: 12px; border-color: rgba(94, 31, 47, .12); }
    .logic-art::after { display: none; }
    .logic-product-image { position: relative; z-index: 1; width: 84%; height: 84%; object-fit: contain; filter: drop-shadow(0 24px 20px rgba(0,0,0,.16)); transform: rotate(-2deg); transition: transform .5s var(--ease); }
    .logic-art:hover .logic-product-image { transform: rotate(0deg) scale(1.03); }
    .logic-seal { left: auto; right: 22px; bottom: 22px; width: 96px; height: 96px; margin: 0; transform: rotate(-6deg); }
    .logic-seal strong { font-size: 26px; }
    .logic-seal span { font-size: 8px; }
    .details-section { background: var(--lavender); }
    .detail-photo { min-height: 500px; border-radius: 18px; background: var(--pink-light); }
    .detail-photo::before, .detail-photo::after { display: none; }
    .detail-photo img { width: 100%; height: 100%; left: 0; top: 0; transform: none; }
    .ritual-section { background: var(--pink-light); color: var(--ink); }
    .ritual-section .section-intro { color: var(--muted); }
    .faq-section { background: var(--lavender); }
    .faq-section h2 { color: var(--petrol); }
    .faq-lead p { color: var(--muted); }
    .faq-list { border-top-color: rgba(94, 31, 47, .18); }
    .faq-list details { border-bottom-color: rgba(94, 31, 47, .18); }
    .faq-list summary { color: var(--petrol); }
    .faq-list summary::after { color: var(--orange); }
    .faq-list details p { color: var(--muted); }

    @media (max-width: 980px) {
      .product-hero-inner { width: min(var(--max), calc(100% - 44px)); }
      .product-layout { grid-template-columns: 1fr; gap: 30px; }
      .product-gallery { max-width: 700px; width: 100%; margin: auto; }
      .product-info { position: static; max-width: 700px; width: 100%; margin: auto; padding-top: 0; }
      .product-info h1 { font-size: clamp(56px, 9vw, 86px); }
    }
    @media (max-width: 680px) {
       .product-hero-inner { width: min(calc(100% - 32px), var(--max)); padding: 20px 0 65px; }
      .product-hero::before { opacity: 0.3; }
      .product-breadcrumb { margin-bottom: 18px; }
      .product-media { min-height: 108vw; padding: 25px; border-radius: 16px; box-shadow: 3px 3px 0 var(--petrol); }
      .product-sale, .product-format { top: 14px; font-size: 9px; }
      .product-sale { left: 14px; }
      .product-format { right: 14px; }
      .gallery-control { width: 34px; height: 34px; font-size: 23px; box-shadow: 2px 2px 0 var(--petrol); }
      .gallery-control-prev { left: 12px; }
      .gallery-control-next { right: 12px; }
      .gallery-thumb { width: 60px; height: 60px; }
      .gallery-caption { display: block; }
      .gallery-caption strong { display: block; margin-bottom: 4px; }
      .product-info h1 { font-size: clamp(56px, 16vw, 78px); }
      .product-description { font-size: 14px; }
       .product-purchase { padding: 17px; box-shadow: 3px 3px 0 var(--petrol); }
       .purchase-row { grid-template-columns: 98px 1fr; }
       .product-shipping { padding-top: 14px; }
       .product-trust { gap: 8px; font-size: 8px; }
       .product-trust svg { width: 15px; height: 15px; }
       .product-benefits-list { grid-template-columns: 1fr; gap: 10px; }
       .product-benefit { display: grid; grid-template-columns: 32px 1fr; gap: 10px; align-items: center; }
       .product-benefit-icon { margin-bottom: 0; }
    }

    /* =============================================
       BLOQUES EDITORIALES (estética home)
       ============================================= */
    .editorial-photo {
      position: relative;
      border-radius: 18px;
      overflow: hidden;
      background: var(--pink-light);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }
    .editorial-photo img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.6s var(--ease);
    }
    .editorial-photo:hover img { transform: scale(1.04); }

    .ritual-cover { aspect-ratio: 4 / 5; }

    .benefit-photo-strip {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 18px;
      margin-top: 32px;
    }
    .benefit-photo-strip .editorial-photo { aspect-ratio: 4 / 3; }
    @media (max-width: 680px) {
      .benefit-photo-strip { grid-template-columns: 1fr; }
    }

    /* =============================================
       LEGIBILIDAD · escala tipográfica (sube textos)
       ============================================= */
    .na-announcement-text { font-size: 14px; }
    .na-cart-item-variant { font-size: 12px; }
    .na-cart-related-name { font-size: 13px; }
    .na-cart-related-price { font-size: 13px; }
    .na-cart-related-add { font-size: 12px; }
    .na-cart-shipping-label { font-size: 13px; }
    .na-cart-shipping-helper { font-size: 12px; }
    .na-mobile-label { font-size: 12px; }
    .hero-proof { font-size: 13px; }
    .hero-link { font-size: 13px; }
    .product-breadcrumb { font-size: 13px; }
    .product-sale, .product-format { font-size: 12px; }
    .gallery-caption { font-size: 12px; }
    .gallery-quickfact strong { font-size: 13px; }
    .gallery-quickfact small { font-size: 12px; }
    .product-tax { font-size: 12px; }
    .purchase-stock { font-size: 12px; }
    .purchase-label { font-size: 12px; }
    .product-purchase .buy-quantity input { font-size: 14px; }
    .product-purchase .buy-button { font-size: 15px !important; }
    .shipping-provider { font-size: 12px; }
    .product-cp-button { font-size: 13px; }
    .shipping-result { font-size: 13px; }
    .product-trust { font-size: 11px; }
    .product-benefit strong { font-size: 12px; }
    .y2k-nutri-drawer summary { font-size: 11px; }
    .logic-seal span { font-size: 10px; }
    .metric-label { font-size: 12px; }
    .highlight-info p { font-size: 14.5px; }
    .related-badge { font-size: 11px; }
    .related-card p { font-size: 13px; }
    .related-price { font-size: 18px; }
    .related-price del { font-size: 12px; }
    .related-qty .qty-input { font-size: 14px; }
    .related-add-btn { font-size: 12px; }
    .faq-list summary { font-size: 16px; }
    .faq-list details p { font-size: 14px; }
    .section-intro { font-size: 16px; }
    .benefit-card-num { font-size: 12px; }
    .benefit-card p { font-size: 14px; }
    .na-add-copy { font-size: 14px; }
    .na-add-item-variant { font-size: 12px; }
    .na-add-related-name { font-size: 12.5px; min-height: 34px; }
    .na-add-related-price { font-size: 13px; }
    .na-add-related-btn { font-size: 11.5px; }
    .art-label span { font-size: 10px; }
    .art-caption { font-size: 12px; }
    .toast { font-size: 13px; }

    /* =============================================
       HERO DE FICHA · descripción con arte (plugin) y precio
       Sube la escala de la card dentro de la página de producto:
       letras, íconos SVG, chips y precio más grandes y legibles.
       ============================================= */
    .product-hero .product-description .na-td-tagline { font-size: 18px; line-height: 1.35; margin-bottom: 12px; font-weight: 700; color: var(--petrol); }
    .product-hero .product-description .na-td-benefits li { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
    .product-hero .product-description .na-td-btext { font-size: 15px; font-weight: 600; line-height: 1.35; color: var(--petrol); }
    .product-hero .product-description .na-td-bicon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; border: 1.5px solid var(--petrol); background: var(--pink-light); color: var(--petrol); flex-shrink: 0; }
    .product-hero .product-description .na-td-bicon svg { width: 17px !important; height: 17px !important; stroke: var(--petrol) !important; color: var(--petrol) !important; }
    .product-hero .product-description .na-td-includes { margin-top: 14px; }
    .product-hero .product-description .na-td-includes-label { font-size: 12px; margin-bottom: 8px; }
    .product-hero .product-description .na-td-chips { gap: 7px; }
    .product-hero .product-description .na-td-chip { font-size: 13px; padding: 5px 12px; }
    .product-hero .product-description .na-td-stickers { gap: 8px; margin-bottom: 10px; }
    .product-hero .product-description .na-td-sticker { display: inline-flex; flex-shrink: 0; padding: 4px; border: 1.5px solid var(--petrol); border-radius: 50%; background: var(--pink); box-shadow: 2px 2px 0 rgba(94, 31, 47, 0.25); filter: none; transition: transform .3s var(--ease); }
    .product-hero .product-description .na-td-sticker:hover { transform: rotate(-6deg) scale(1.08) translateY(-2px); }
    .product-hero .product-description .na-td-sticker svg { width: 46px; height: 46px; }
    .product-hero .product-description .na-td-sticker img { width: 46px; height: auto; }

    .product-hero .product-purchase-summary { gap: 12px; color: var(--petrol) !important; }
    .product-hero .product-purchase-summary strong { font-size: 46px; color: var(--petrol) !important; }
    .product-hero .product-purchase-summary del { font-size: 17px; }
    .product-hero .product-purchase-summary span { font-size: 13px; color: var(--petrol) !important; }
    /* El precio de WooCommerce va dentro de spans (amount / currencySymbol)
       con su propio font-size (13px): deben heredar el tamaño del contenedor. */
    .product-hero .product-purchase-summary .woocommerce-Price-amount,
    .product-hero .product-purchase-summary .woocommerce-Price-currencySymbol {
      font-size: inherit;
      line-height: inherit;
      color: var(--petrol) !important;
    }

    /* =============================================
       CALCULADOR DE ENVÍO (proveedor real) y sellos
       ============================================= */

    /* El widget nativo de ShipNow queda oculto: lo maneja la sección
       "Calculá tu envío" de la ficha con el proveedor elegido. */
    .product-hero .product-info .shipnow-form { display: none !important; }

    /* Resultados del calculador */
    .shipping-result .na-envio-rates { margin: 0; padding: 0; list-style: none; display: grid; gap: 6px; }
    .shipping-result .na-envio-rate { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 12px; border: 1.5px solid var(--petrol); border-radius: 9px; background: var(--white); box-shadow: 2px 2px 0 var(--petrol); }
    .shipping-result .na-envio-rate-label { color: var(--petrol); font-size: 12px; font-weight: 700; line-height: 1.3; }
    .shipping-result .na-envio-rate-cost { color: var(--orange); font-size: 13px; font-weight: 850; white-space: nowrap; }
    .shipping-result .na-envio-error { display: block; color: var(--petrol); font-size: 12px; font-weight: 700; }

    /* Resultados del proveedor ShipNow (HTML que devuelve su AJAX) */
    .shipping-result .shipnow-estimate { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 8px 12px; border: 1.5px solid var(--petrol); border-radius: 9px; background: var(--white); box-shadow: 2px 2px 0 var(--petrol); margin-bottom: 6px; }
    .shipping-result .shipnow-estimate label { margin: 0; color: var(--petrol); font-size: 12px; font-weight: 700; }
    .shipping-result .shipnow-estimate label small { display: block; color: var(--muted); font-size: 10px; font-weight: 500; }
    .shipping-result .shipnow-estimate-cost { color: var(--orange); font-size: 13px; font-weight: 850; white-space: nowrap; text-align: right; }
    .shipping-result .shipnow-estimate-cost small { display: block; color: var(--muted); font-size: 8.5px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
    .shipping-result .shipnow-estimate-postoffices { display: none; }

    /* Sellos: se adaptan a la cantidad activa (1 a 3) */
    .product-hero .product-trust { grid-template-columns: repeat(auto-fit, minmax(84px, 1fr)); }
    .product-hero .product-trust span { min-height: 58px; }

    @media (max-width: 680px) {
      .product-hero .product-purchase-summary strong { font-size: 40px; }
      .product-hero .product-description .na-td-tagline { font-size: 17px; }
      .product-hero .product-description .na-td-btext { font-size: 15px; }
      .product-hero .product-description .na-td-sticker svg { width: 40px; height: 40px; }
      .product-hero .product-description .na-td-sticker img { width: 40px; height: auto; }
    }
  