/** Shopify CDN: Minification failed

Line 21:60 Unterminated string token

**/
/* ═══════════════════════════════════════════════════════════════
   FOOTER — Chicken Protein+
   Rojo #E63946 · Amarillo #FFC300 · Negro #0A0A0F
   Sistema de espaciado: multiplos de 4/8
   ═══════════════════════════════════════════════════════════════ */

.cpf {
  --red: #E63946;
  --yellow: #FFC300;
  --yellow-hover: #E5AF00;
  --black: #0A0A0F;
  --white: #FFFFFF;
  --gray: #D1D5DB;
  --gray-dim: #6B7280;
  --gray-rule: #1F1F1F;
  font-family: 'Archivo'', 'DM Sans', system-ui, sans-serif;
  margin: 0;
}

/* ─────────────────────────────────────────────────────────
   BLOQUE 1 — HERO
   ───────────────────────────────────────────────────────── */

.cpf-hero {
  background: var(--red);
  border-top: 4px solid var(--yellow);
  padding: 80px 0;
}

.cpf-hero__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 64px;
  align-items: start;
}

.cpf-hero__brand {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cpf-hero__logo {
  height: 96px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  align-self: flex-start;
}

.cpf-hero__logo--circle {
  height: 80px;
  width: 80px;
  border-radius: 50%;
}

.cpf-hero__brandtext {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cpf-hero__tagline {
  font-size: 14px;
  font-weight: 600;
  color: var(--yellow);
  line-height: 1.4;
  letter-spacing: 0.02em;
  margin: 0;
}

/* CTA de WhatsApp */

.cpf-hero__wa {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cpf-hero__wa-label {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.cpf-hero__phones {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.cpf-wa-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border-radius: 999px;
  background: #25D366;
  color: #0A2E1A;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-decoration: none;
  white-space: nowrap;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.cpf-wa-btn:hover,
.cpf-wa-btn:focus-visible {
  background: #1EBE5A;
  color: #0A2E1A;
  transform: translateY(-1px);
}

.cpf-wa-btn svg {
  flex-shrink: 0;
}

/* Newsletter */

.cpf-hero__nl {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cpf-hero__heading {
  font-size: 28px;
  font-weight: 800;
  color: var(--white);
  margin: 0;
  line-height: 1.15;
  letter-spacing: -0.01em;
}

.cpf-hero__sub {
  font-size: 15px;
  font-weight: 400;
  color: var(--white);
  opacity: 0.88;
  margin: 0;
  line-height: 1.5;
}

.cpf-hero__form {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.cpf-hero__fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.cpf-hero__input {
  background: var(--white);
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 14px 16px;
  font-size: 15px;
  font-weight: 400;
  color: var(--black);
  font-family: inherit;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.cpf-hero__input::placeholder {
  color: #9CA3AF;
}

.cpf-hero__input:focus {
  border-color: var(--black);
  box-shadow: 0 0 0 3px rgba(255, 195, 0, 0.3);
}

.cpf-hero__btn {
  background: var(--yellow);
  color: var(--black);
  border: none;
  border-radius: 8px;
  padding: 16px 32px;
  font-size: 14px;
  font-weight: 800;
  font-family: inherit;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  width: fit-content;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.2s ease;
}

.cpf-hero__btn:hover {
  background: var(--yellow-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}

.cpf-hero__btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cpf-hero__msg {
  font-size: 15px;
  font-weight: 600;
  padding: 16px 20px;
  border-radius: 8px;
}

.cpf-hero__msg--ok {
  color: var(--yellow);
  background: rgba(255, 195, 0, 0.12);
}

.cpf-hero__msg--error {
  color: #fecaca;
  background: rgba(255, 200, 200, 0.12);
}

/* ─────────────────────────────────────────────────────────
   BLOQUE 2 — COLUMNAS
   ───────────────────────────────────────────────────────── */

.cpf-cols {
  background: var(--black);
  padding: 64px 0;
}

.cpf-cols__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

.cpf-col__head {
  font-size: 12px;
  font-weight: 800;
  color: var(--yellow);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 24px;
}

.cpf-col__toggle { display: none; }

.cpf-col__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cpf-col__list a {
  font-size: 14px;
  font-weight: 400;
  color: var(--gray);
  text-decoration: none;
  line-height: 1.6;
  display: inline-block;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.cpf-col__list a:hover {
  color: var(--yellow);
  padding-left: 6px;
}

/* Boton de contacto de la columna Conecta.
   Es el elemento mas grande del pie: el resto de la columna va a 12-14px. */

.cpf-contacto {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  margin: 0 0 22px;
  padding: 16px 16px;
  border-radius: 14px;
  background: var(--yellow);
  color: #0A0A0F;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(255, 195, 0, 0.22);
  transition: background-color 0.2s ease,
              transform 0.18s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.2s ease;
}

.cpf-contacto:hover,
.cpf-contacto:focus-visible {
  background: var(--yellow-hover);
  color: #0A0A0F;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255, 195, 0, 0.32);
}

.cpf-contacto:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 3px;
}

.cpf-contacto:active { transform: translateY(0); }

.cpf-contacto svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

@media (prefers-reduced-motion: reduce) {
  .cpf-contacto { transition: background-color 0.2s ease; }
  .cpf-contacto:hover,
  .cpf-contacto:focus-visible,
  .cpf-contacto:active { transform: none; }
}

/* Social */

.cpf-soc {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cpf-soc__a {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--gray);
  font-size: 14px;
  font-weight: 400;
  transition: color 0.2s ease;
}

.cpf-soc__a:hover {
  color: var(--yellow);
}

.cpf-soc__a:hover .cpf-soc__ic {
  background: var(--yellow);
  border-color: var(--yellow);
  color: var(--black);
}

.cpf-soc__ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--gray-rule);
  border: 1px solid var(--yellow);
  color: var(--white);
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.cpf-soc__ic svg {
  width: 16px;
  height: 16px;
}

.cpf-col__head--mob { display: none; }

/* ─────────────────────────────────────────────────────────
   BLOQUE 3 — TRUST
   ───────────────────────────────────────────────────────── */

.cpf-trust {
  background: var(--black);
  border-top: 1px solid var(--gray-rule);
  border-bottom: 1px solid var(--gray-rule);
  padding: 32px 0;
}

.cpf-trust__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
}

.cpf-trust__item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.cpf-trust__ic {
  color: var(--yellow);
  flex-shrink: 0;
  display: flex;
}

.cpf-trust__ic svg {
  width: 28px;
  height: 28px;
}

.cpf-trust__tx {
  font-size: 13px;
  font-weight: 500;
  color: var(--white);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

/* ─────────────────────────────────────────────────────────
   BLOQUE 4 — FINAL
   ───────────────────────────────────────────────────────── */

.cpf-end {
  background: #000;
  border-top: 2px solid var(--yellow);
  padding: 24px 0;
  position: relative;
  overflow: hidden;
}

.cpf-end__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}

.cpf-end__copy {
  font-size: 12px;
  font-weight: 400;
  color: var(--gray-dim);
}

.cpf-end__pay {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  align-items: center;
}

.cpf-end__pay li { display: flex; }

.cpf-end__pay-ic {
  height: 24px;
  width: auto;
  background: #fff;
  padding: 4px 8px;
  border-radius: 4px;
}

.cpf-end__mascot {
  position: absolute;
  right: 40px;
  bottom: -4px;
  width: 48px;
  height: 48px;
  opacity: 0.4;
  pointer-events: none;
  border-radius: 50%;
}

/* ═════════════════════════════════════════════════════════
   MOBILE
   ═════════════════════════════════════════════════════════ */

@media screen and (max-width: 749px) {

  .cpf-hero {
    padding: 56px 0;
  }

  .cpf-hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 24px;
    text-align: center;
  }

  .cpf-hero__brand { align-items: center; }
  .cpf-hero__logo { height: 72px; align-self: center; }
  .cpf-hero__logo--circle { height: 64px; width: 64px; }

  .cpf-hero__heading {
    font-size: 22px;
  }

  .cpf-hero__sub {
    font-size: 14px;
  }

  .cpf-hero__nl { align-items: center; text-align: center; }
  .cpf-hero__fields { grid-template-columns: 1fr; }
  .cpf-hero__btn { width: 100%; }

  /* Columns accordion */

  .cpf-cols { padding: 0; }

  .cpf-cols__inner {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;
  }

  .cpf-col__head { display: none; }

  .cpf-col__toggle {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    background: none;
    border: none;
    border-bottom: 1px solid var(--gray-rule);
    padding: 16px 24px;
    cursor: pointer;
    color: var(--white);
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.12em;
  }

  .cpf-col__plus {
    width: 16px;
    height: 16px;
    position: relative;
    flex-shrink: 0;
  }

  .cpf-col__plus::before,
  .cpf-col__plus::after {
    content: '';
    position: absolute;
    background: var(--yellow);
    border-radius: 1px;
  }

  .cpf-col__plus::before {
    width: 12px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .cpf-col__plus::after {
    width: 2px;
    height: 12px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.25s ease;
  }

  .cpf-acc.is-open .cpf-col__plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
    opacity: 0;
  }

  .cpf-acc .cpf-col__list {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
    padding: 0 24px;
  }

  .cpf-acc.is-open .cpf-col__list {
    padding: 8px 24px 20px;
  }

  /* Social mobile */

  .cpf-col--social {
    padding: 20px 24px;
    border-bottom: 1px solid var(--gray-rule);
  }

  .cpf-col--social .cpf-col__head { display: none; }

  .cpf-col__head--mob {
    display: block;
    font-size: 12px;
    font-weight: 800;
    color: var(--white);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    margin-bottom: 16px;
  }

  .cpf-soc {
    flex-direction: row;
    gap: 12px;
  }

  .cpf-soc__name { display: none; }
  .cpf-soc__ic { width: 40px; height: 40px; }
  .cpf-soc__ic svg { width: 20px; height: 20px; }

  /* Trust mobile */

  .cpf-trust { padding: 28px 0; }

  .cpf-trust__inner {
    padding: 0 24px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }

  .cpf-trust__ic svg { width: 24px; height: 24px; }
  .cpf-trust__tx { font-size: 12px; white-space: normal; }

  /* Final mobile */

  .cpf-end__inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 12px;
    padding: 0 24px;
  }

  .cpf-end__copy { text-align: center; font-size: 12px; }

  .cpf-end__mascot {
    right: 16px;
    bottom: -4px;
    width: 40px;
    height: 40px;
  }
}

/* ═════════════════════════════════════════════════════════
   TABLET
   ═════════════════════════════════════════════════════════ */

@media screen and (min-width: 750px) and (max-width: 989px) {
  .cpf-hero__inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .cpf-cols__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px 48px;
  }
}
.cpf-hero{background:var(--black);padding:56px 0 40px}.cpf-cols{padding:40px 0 48px}.cpf-hero__nl{background:#ffffff0a;border:1px solid var(--gray-rule);border-radius:14px;padding:24px}.cpf-end{border-top:1px solid var(--gray-rule)}@media screen and (max-width:749px){.cpf-hero{padding:40px 0 32px}.cpf-hero__nl{padding:20px}}@media screen and (max-width:749px){.cpf-cols{padding:0}}