/*
Theme Name: Zipper
Template: storefront
Description: Tienda Zipper. Sistema visual Industry: ground claro, acento azul acero, tipografía condensada y marcas de registro. Header y barra inferior en negro. Mobile first, ancho de diseño 390 px.
Version: 4.0.8
Text Domain: zipper
*/

/* ============================================================
   FUENTES
   ============================================================ */
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/BarlowCondensed-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/BarlowCondensed-SemiBold.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Barlow Condensed"; src: url("assets/fonts/BarlowCondensed-Bold.ttf") format("truetype"); font-weight: 700; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("assets/fonts/Barlow-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("assets/fonts/Barlow-Medium.ttf") format("truetype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Barlow"; src: url("assets/fonts/Barlow-SemiBold.ttf") format("truetype"); font-weight: 600; font-display: swap; }

/* ============================================================
   TOKENS · sistema Industry en paleta oscura
   ============================================================ */
:root {
  /* Ground claro del sistema Industry. El header y la barra inferior
     siguen siendo negros, como en el diseño. */
  --zp-bg: #f2f2f3;
  --zp-bg-header: #0c0d0d;
  --zp-surface: #e9e9ea;
  --zp-surface-2: #e0e0e2;
  --zp-text: #1d1f20;
  --zp-text-soft: #424244;
  --zp-text-mute: #5d5d60;
  --zp-divider: rgba(29, 31, 32, 0.16);
  --zp-divider-soft: rgba(29, 31, 32, 0.08);

  --zp-accent: #5980a6;
  --zp-accent-100: #eef6ff;
  --zp-accent-200: #d6ebff;
  --zp-accent-300: #b5d9fd;
  --zp-accent-400: #94bce3;
  --zp-accent-500: #749dc4;
  --zp-accent-600: #597ea3;
  --zp-accent-700: #416180;
  --zp-accent-800: #2c455d;
  --zp-accent-900: #1d2d3d;

  --zp-neutral-100: #f5f5f8;
  --zp-neutral-200: #e7e7ea;
  --zp-neutral-300: #d4d4d7;
  --zp-neutral-600: #7a7a7d;
  --zp-neutral-700: #5d5d60;
  --zp-neutral-800: #424244;

  --zp-sale: #b3410f;

  --zp-font-head: "Barlow Condensed", "Arial Narrow", system-ui, sans-serif;
  --zp-font-body: "Barlow", system-ui, -apple-system, sans-serif;

  --zp-gut: 18px;
  --zp-radius: 4px;
  --zp-tap: 48px;
  --zp-max: 430px;
}

/* ============================================================
   BASE
   ============================================================ */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  background: var(--zp-bg);
  color: var(--zp-text);
  font-family: var(--zp-font-body);
  font-size: 15px;
  line-height: 1.55;
  margin: 0;
  overflow-x: hidden;
}
body, .site, #page { background: var(--zp-bg); }
h1, h2, h3, h4, h5, h6, .zp-head {
  font-family: var(--zp-font-head);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: var(--zp-text);
  line-height: 1;
  margin: 0;
}
a { color: var(--zp-accent-700); text-decoration: none; }
a:hover { color: var(--zp-accent-900); }
img { max-width: 100%; height: auto; }
::selection { background: var(--zp-accent-200); color: var(--zp-accent-900); }
:focus-visible { outline: 2px solid var(--zp-accent); outline-offset: 2px; }

/* El contenido de la tienda vive en una columna de ancho de celular,
   centrada en pantallas grandes. Es un diseño mobile first. */
.zp-wrap { width: 100%; max-width: var(--zp-max); margin: 0 auto; }
.zp-pad { padding-inline: var(--zp-gut); }

/* ============================================================
   BLUEPRINT · el marco con marcas de registro
   ============================================================ */
.zp-bp { position: relative; border: 1px solid var(--zp-divider); }
.zp-bp > .c { position: absolute; width: 7px; height: 7px; pointer-events: none; z-index: 2; }
.zp-bp > .c::before, .zp-bp > .c::after { content: ""; position: absolute; background: var(--zp-neutral-600); }
.zp-bp > .c::before { left: 0; right: 0; top: 50%; height: 1px; transform: translateY(-50%); }
.zp-bp > .c::after { top: 0; bottom: 0; left: 50%; width: 1px; transform: translateX(-50%); }
.zp-bp > .tl { top: -4px; left: -4px; }
.zp-bp > .tr { top: -4px; right: -4px; }
.zp-bp > .bl { bottom: -4px; left: -4px; }
.zp-bp > .br { bottom: -4px; right: -4px; }

/* ============================================================
   BOTONES
   ============================================================ */
.zp-btn,
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button,
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt,
.woocommerce #respond input#submit {
  display: inline-flex; align-items: center; justify-content: center;
  min-height: var(--zp-tap);
  padding: 0 20px;
  font-family: var(--zp-font-head);
  font-weight: 600; font-size: 16px;
  letter-spacing: 0.12em; text-transform: uppercase;
  border-radius: var(--zp-radius);
  border: 1px solid var(--zp-accent);
  background: var(--zp-accent); color: #fff;
  cursor: pointer; text-align: center;
  transition: background .15s ease, border-color .15s ease, color .15s ease;
  line-height: 1;
}
.zp-btn:hover,
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover { background: var(--zp-accent-600); border-color: var(--zp-accent-600); color: #fff; }
.zp-btn:active { background: var(--zp-accent-700); border-color: var(--zp-accent-700); }

.zp-btn--sec,
.woocommerce a.button.alt.wc-forward:not(.checkout) {
  background: transparent; color: var(--zp-text); border-color: var(--zp-divider);
}
.zp-btn--sec { border-color: var(--zp-text); }
.zp-btn--sec:hover { background: rgba(89,128,166,.12); border-color: var(--zp-accent); color: var(--zp-accent-800); }
.zp-btn--ghost { background: transparent; border-color: transparent; color: var(--zp-text-soft); }
.zp-btn--ghost:hover { background: transparent; border-color: transparent; color: var(--zp-accent-700); }
.zp-btn--block { display: flex; width: 100%; }
.zp-btn[disabled], .zp-btn.disabled { opacity: .45; pointer-events: none; }

/* ============================================================
   TAGS
   ============================================================ */
.zp-tag {
  display: inline-flex; align-items: center;
  font-family: var(--zp-font-head); font-weight: 600;
  font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase;
  padding: 4px 8px; border-radius: 2px; line-height: 1.2;
}
.zp-tag--accent { background: var(--zp-accent); color: #fff; }
.zp-tag--dark { background: #0c0d0d; color: #fff; }
.zp-tag--outline { background: transparent; color: var(--zp-text); border: 1px solid var(--zp-divider); }
.zp-tag--sale { background: var(--zp-sale); color: #fff; }

/* ============================================================
   FORMULARIOS
   ============================================================ */
input[type="text"], input[type="email"], input[type="tel"], input[type="number"],
input[type="password"], input[type="search"], input[type="url"], input[type="date"],
textarea, select, .zp-input,
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea,
.woocommerce form .form-row select, .select2-container .select2-selection--single {
  width: 100%;
  min-height: var(--zp-tap);
  padding: 10px 14px;
  background: #fff;
  border: 1px solid var(--zp-divider);
  border-radius: var(--zp-radius);
  color: var(--zp-text);
  font-family: var(--zp-font-body); font-size: 16px; /* 16px evita el zoom en iOS */
  line-height: 1.4;
}
input::placeholder, textarea::placeholder { color: var(--zp-text-mute); }
input:focus, textarea:focus, select:focus { border-color: var(--zp-accent); outline: none; }
label { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--zp-text-soft); font-family: var(--zp-font-head); font-weight: 600; }

/* ============================================================
   HEADER
   ============================================================ */
.zp-header { position: sticky; top: 0; z-index: 50; background: var(--zp-bg-header); }
.zp-header__bar { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 12px var(--zp-gut) 14px; max-width: var(--zp-max); margin: 0 auto; }
.zp-header__brand { display: flex; align-items: center; }
.zp-header__brand img { height: 30px; width: auto; display: block; }
.zp-header__brand-text { font-family: var(--zp-font-head); font-weight: 700; font-size: 22px; letter-spacing: 0.1em; color: #fff; background: #0c0d0d; }
.zp-icon-btn { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; margin: -8px 0; color: #fff; background: none; border: 0; cursor: pointer; position: relative; }
.zp-icon-btn:hover { color: var(--zp-accent-300); }
.zp-icon-btn svg { width: 21px; height: 21px; stroke-width: 1.5; }
.zp-header__side { display: flex; align-items: center; gap: 2px; }
.zp-count { position: absolute; top: 2px; right: 2px; min-width: 16px; height: 16px; padding: 0 4px; border-radius: 8px; background: var(--zp-accent); color: #fff; font-family: var(--zp-font-body); font-size: 10px; font-weight: 600; display: flex; align-items: center; justify-content: center; line-height: 1; }

/* Subbarra: volver + título de sección */
.zp-subbar { display: flex; align-items: center; gap: 14px; padding: 10px var(--zp-gut) 14px; background: var(--zp-bg-header); max-width: var(--zp-max); margin: 0 auto; color: #fff; }
.zp-subbar__back { display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; margin-left: -6px; color: #fff; }
.zp-subbar__back svg { width: 20px; height: 20px; stroke-width: 1.5; }
.zp-subbar__title { flex: 1; font-family: var(--zp-font-head); font-weight: 600; font-size: 22px; letter-spacing: 0.12em; text-transform: uppercase; line-height: 1; margin: 0; }
.zp-subbar__crumb { flex: 1; font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--zp-accent-300); }

/* Menú lateral */
.zp-drawer { position: fixed; inset: 0; z-index: 100; visibility: hidden; }
.zp-drawer[data-open="true"] { visibility: visible; }
.zp-drawer__bd { position: absolute; inset: 0; background: rgba(0,0,0,.6); opacity: 0; transition: opacity .2s ease; }
.zp-drawer[data-open="true"] .zp-drawer__bd { opacity: 1; }
.zp-drawer__panel { position: absolute; top: 0; left: 0; bottom: 0; width: min(84vw, 340px); background: var(--zp-bg-header); border-right: 1px solid var(--zp-divider); transform: translateX(-100%); transition: transform .24s ease; display: flex; flex-direction: column; padding: 18px; overflow-y: auto; }
.zp-drawer[data-open="true"] .zp-drawer__panel { transform: translateX(0); }
.zp-drawer__head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 22px; }
.zp-drawer nav a { display: block; padding: 13px 0; font-family: var(--zp-font-head); font-weight: 600; font-size: 21px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--zp-text); border-bottom: 1px solid var(--zp-divider-soft); }
.zp-drawer nav a:hover { color: var(--zp-accent-300); }

/* ============================================================
   BARRA DE BENEFICIOS
   ============================================================ */
.zp-usp { display: flex; background: var(--zp-accent-900); color: #fff; font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; font-family: var(--zp-font-head); font-weight: 600; max-width: var(--zp-max); margin: 0 auto; }
.zp-usp span { flex: 1; padding: 11px 6px; text-align: center; border-right: 1px solid var(--zp-accent-700); line-height: 1.25; }
.zp-usp span:last-child { border-right: 0; }

/* ============================================================
   SECCIONES
   ============================================================ */
.zp-sec { padding: 26px var(--zp-gut) 0; max-width: var(--zp-max); margin: 0 auto; }
.zp-sec__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 13px; gap: 12px; }
.zp-sec__title { font-size: 24px; }
.zp-sec__link { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--zp-accent-700); font-family: var(--zp-font-head); font-weight: 600; white-space: nowrap; }

/* ============================================================
   TARJETA DE PRODUCTO
   ============================================================ */
.zp-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.zp-card { display: block; color: inherit; }
.zp-card__fig { position: relative; aspect-ratio: 4 / 5; overflow: hidden; background: var(--zp-surface); }
.zp-card__fig img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
.zp-card:hover .zp-card__fig img { transform: scale(1.04); }
.zp-card__badge { position: absolute; top: 8px; left: 8px; z-index: 3; }
.zp-card__title { font-family: var(--zp-font-head); font-weight: 600; font-size: 17px; text-transform: uppercase; line-height: 1.1; margin-top: 9px; color: var(--zp-text); }
.zp-card__price { font-family: var(--zp-font-head); font-weight: 600; font-size: 17px; display: flex; gap: 8px; align-items: baseline; margin-top: 1px; color: var(--zp-text); }
.zp-card__price del { font-family: var(--zp-font-body); font-weight: 400; font-size: 12px; color: var(--zp-text-mute); }
.zp-card__price ins { text-decoration: none; }
.zp-card__inst { font-size: 12px; color: var(--zp-text-mute); }

/* ============================================================
   CUOTAS
   ============================================================ */
.zp-inst { font-size: 13px; color: var(--zp-text-soft); }
.zp-inst strong { color: var(--zp-text); font-weight: 600; }

/* ============================================================
   01 · HOME
   ============================================================ */
.zp-hero { position: relative; height: 430px; overflow: hidden; max-width: var(--zp-max); margin: 0 auto; }
.zp-hero__img { width: 100%; height: 100%; object-fit: cover; display: block; filter: saturate(.75) contrast(1.06); }
.zp-hero__scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,13,13,.88) 0%, rgba(12,13,13,.10) 55%); }
.zp-hero__body { position: absolute; left: 20px; right: 20px; bottom: 20px; color: #fff; }
.zp-hero__kicker { font-family: var(--zp-font-head); font-weight: 600; font-size: 12px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--zp-accent-300); }
.zp-hero__title { font-family: var(--zp-font-head); font-weight: 700; font-size: 46px; line-height: .86; text-transform: uppercase; margin-top: 8px; color: #fff; }
.zp-hero__actions { display: flex; gap: 10px; margin-top: 18px; }
.zp-hero__actions .zp-btn { flex: 1; }
.zp-hero__actions .zp-btn--sec { color: #fff; border-color: rgba(255,255,255,.5); }

.zp-cats { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.zp-cat { display: flex; flex-direction: column; justify-content: flex-end; padding: 16px 14px; min-height: 76px; color: var(--zp-text); }
.zp-cat__name { font-family: var(--zp-font-head); font-weight: 600; font-size: 19px; text-transform: uppercase; line-height: 1; }
.zp-cat__count { font-size: 12px; color: var(--zp-text-mute); margin-top: 2px; }
.zp-cat--sale { background: var(--zp-accent); border-color: var(--zp-accent); }
.zp-cat--sale .zp-cat__name, .zp-cat--sale .zp-cat__count { color: #fff; }

.zp-story { margin: 30px var(--zp-gut) 0; max-width: calc(var(--zp-max) - (var(--zp-gut) * 2)); margin-inline: auto; background: #0c0d0d; border: 0; padding: 26px 22px; }
.zp-story .zp-story__title { color: #fff; }
.zp-story .zp-btn--sec { color: #fff; border-color: rgba(255,255,255,.45); }
.zp-story .zp-btn--sec:hover { color: #fff; border-color: #fff; background: rgba(255,255,255,.1); }
.zp-story > .c::before, .zp-story > .c::after { background: rgba(255,255,255,.5); }
.zp-story__kicker { font-family: var(--zp-font-head); font-weight: 600; font-size: 11px; letter-spacing: 0.24em; text-transform: uppercase; color: var(--zp-accent-300); }
.zp-story__title { font-size: 28px; line-height: .98; margin: 10px 0 18px; }

/* ============================================================
   02 · CATÁLOGO
   ============================================================ */
.zp-filters { display: flex; gap: 8px; padding: 14px var(--zp-gut); overflow-x: auto; border-bottom: 1px solid var(--zp-divider); max-width: var(--zp-max); margin: 0 auto; scrollbar-width: none; }
.zp-filters::-webkit-scrollbar { display: none; }
.zp-chip { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 6px; min-height: 40px; padding: 0 14px; font-family: var(--zp-font-head); font-weight: 600; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; border: 1px solid var(--zp-divider); border-radius: var(--zp-radius); background: transparent; color: var(--zp-text); cursor: pointer; white-space: nowrap; }
.zp-chip:hover { border-color: var(--zp-accent); }
.zp-chip--on { background: var(--zp-accent); border-color: var(--zp-accent); color: #fff; }
.zp-chip svg { width: 15px; height: 15px; stroke-width: 1.5; }

.zp-cathead { display: flex; justify-content: space-between; align-items: center; padding: 12px var(--zp-gut); font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--zp-text-mute); font-family: var(--zp-font-head); font-weight: 600; max-width: var(--zp-max); margin: 0 auto; }
.zp-cathead select { width: auto; min-height: 0; padding: 4px 8px; background: transparent; border: 0; color: var(--zp-text); font-family: var(--zp-font-head); font-weight: 600; font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; }

.zp-loop { padding: 0 var(--zp-gut); max-width: var(--zp-max); margin: 0 auto; }
.zp-empty { padding: 40px var(--zp-gut); text-align: center; color: var(--zp-text-soft); max-width: var(--zp-max); margin: 0 auto; }
.zp-pager { padding: 22px var(--zp-gut) 0; max-width: var(--zp-max); margin: 0 auto; }
.zp-pager .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 40px; height: 40px; padding: 0 8px; border: 1px solid var(--zp-divider); margin-right: 6px; font-family: var(--zp-font-head); font-weight: 600; color: var(--zp-text); border-radius: var(--zp-radius); }
.zp-pager .page-numbers.current { background: var(--zp-accent); border-color: var(--zp-accent); color: #fff; }
.zp-pager ul { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 0; }

/* Panel de orden y precio */
.zp-sheet { position: fixed; inset: 0; z-index: 110; visibility: hidden; }
.zp-sheet[data-open="true"] { visibility: visible; }
.zp-sheet__bd { position: absolute; inset: 0; background: rgba(0,0,0,.6); opacity: 0; transition: opacity .2s ease; }
.zp-sheet[data-open="true"] .zp-sheet__bd { opacity: 1; }
.zp-sheet__panel { position: absolute; left: 0; right: 0; bottom: 0; background: var(--zp-bg); border-top: 1px solid var(--zp-divider); transform: translateY(100%); transition: transform .26s ease; max-height: 86vh; overflow-y: auto; padding: 20px var(--zp-gut) calc(20px + env(safe-area-inset-bottom)); max-width: var(--zp-max); margin: 0 auto; }
.zp-sheet[data-open="true"] .zp-sheet__panel { transform: translateY(0); }
.zp-sheet__head { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 18px; }
.zp-sheet__title { font-size: 24px; }
.zp-sheet__clear { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--zp-accent-700); background: none; border: 0; cursor: pointer; font-family: var(--zp-font-head); font-weight: 600; }
.zp-sheet__group { margin-bottom: 22px; }
.zp-sheet__label { display: block; font-family: var(--zp-font-head); font-weight: 600; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--zp-text-mute); margin-bottom: 10px; }
.zp-sheet__actions { display: flex; gap: 10px; }
.zp-sheet__actions .zp-btn { flex: 1; }
.zp-radios { display: flex; flex-direction: column; gap: 2px; }
.zp-radio { display: flex; align-items: center; gap: 12px; min-height: var(--zp-tap); cursor: pointer; font-size: 15px; color: var(--zp-text); }
.zp-radio input { position: absolute; opacity: 0; width: 0; height: 0; }
.zp-radio .dot { width: 20px; height: 20px; border: 1px solid var(--zp-divider); border-radius: 50%; display: grid; place-items: center; flex: 0 0 auto; }
.zp-radio input:checked + .dot { border-color: var(--zp-accent); }
.zp-radio input:checked + .dot::after { content: ""; width: 10px; height: 10px; border-radius: 50%; background: var(--zp-accent); }
.zp-radio input:focus-visible + .dot { outline: 2px solid var(--zp-accent); outline-offset: 2px; }
.zp-range { display: flex; align-items: center; gap: 10px; }
.zp-range input[type="number"] { min-height: 44px; }
.zp-range span { color: var(--zp-text-mute); font-size: 13px; }

/* ============================================================
   04 · FICHA DE PRODUCTO
   ============================================================ */
.zp-gallery { position: relative; max-width: var(--zp-max); margin: 0 auto; background: var(--zp-surface); }
.zp-gallery__track { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.zp-gallery__track::-webkit-scrollbar { display: none; }
.zp-gallery__slide { flex: 0 0 100%; scroll-snap-align: start; height: 440px; }
.zp-gallery__slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.zp-gallery__dots { position: absolute; bottom: 12px; left: 0; right: 0; display: flex; justify-content: center; gap: 6px; }
.zp-gallery__dot { width: 22px; height: 3px; background: rgba(12,13,13,.3); border: 0; padding: 0; cursor: pointer; }
.zp-gallery__dot[aria-current="true"] { background: #0c0d0d; }

.zp-pdp { padding: 20px var(--zp-gut) 0; max-width: var(--zp-max); margin: 0 auto; }
.zp-pdp__sku { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; color: var(--zp-accent-700); font-family: var(--zp-font-head); font-weight: 600; }
.zp-pdp__title { font-size: 34px; line-height: .95; margin: 8px 0 0; }
.zp-pdp__price { display: flex; align-items: baseline; gap: 10px; margin-top: 10px; flex-wrap: wrap; }
.zp-pdp__price .price { font-family: var(--zp-font-head); font-weight: 600; font-size: 28px; color: var(--zp-text); display: flex; align-items: baseline; gap: 10px; }
.zp-pdp__price del { font-family: var(--zp-font-body); font-weight: 400; font-size: 14px; color: var(--zp-text-mute); }
.zp-pdp__price ins { text-decoration: none; }
.zp-pdp__inst { font-size: 14px; color: var(--zp-text-soft); margin-top: 4px; }
.zp-pdp__desc { font-size: 15px; line-height: 1.55; color: var(--zp-text-soft); margin: 16px 0 0; }
.zp-pdp__desc p:first-child { margin-top: 0; }
.zp-pdp__lbl { display: flex; justify-content: space-between; align-items: baseline; margin: 22px 0 9px; }
.zp-pdp__lbl span:first-child { font-family: var(--zp-font-head); font-weight: 600; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--zp-text-mute); }
.zp-pdp__guide { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: var(--zp-accent-700); background: none; border: 0; cursor: pointer; font-family: var(--zp-font-head); font-weight: 600; }

.zp-sizes { display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.zp-size { min-height: var(--zp-tap); display: flex; align-items: center; justify-content: center; border: 1px solid var(--zp-divider); border-radius: var(--zp-radius); font-family: var(--zp-font-head); font-weight: 600; font-size: 16px; background: transparent; color: var(--zp-text); cursor: pointer; }
.zp-size:hover { border-color: var(--zp-accent); }
.zp-size[aria-pressed="true"] { background: var(--zp-accent); border-color: var(--zp-accent); color: #fff; }
.zp-swatches { display: flex; gap: 10px; }
.zp-swatch { width: 46px; height: 46px; border-radius: var(--zp-radius); border: 2px solid var(--zp-divider); cursor: pointer; padding: 0; }
.zp-swatch[aria-pressed="true"] { border-color: var(--zp-accent-300); }

.zp-specs { margin-top: 22px; width: 100%; border-collapse: collapse; }
.zp-specs td { padding: 11px 14px; border-bottom: 1px solid var(--zp-divider-soft); vertical-align: top; }
.zp-specs tr:last-child td { border-bottom: 0; }
.zp-specs td:first-child { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--zp-text-mute); font-family: var(--zp-font-head); font-weight: 600; width: 40%; }
.zp-specs td:last-child { font-size: 14px; color: var(--zp-text); }

/* Barra fija de compra */
.zp-buybar { position: sticky; bottom: 0; z-index: 40; display: flex; gap: 10px; padding: 12px var(--zp-gut) calc(12px + env(safe-area-inset-bottom)); background: var(--zp-bg); border-top: 1px solid var(--zp-divider); max-width: var(--zp-max); margin: 24px auto 0; }
.zp-qty { display: flex; align-items: center; border: 1px solid var(--zp-divider); border-radius: var(--zp-radius); flex: 0 0 auto; }
.zp-qty button { width: 40px; height: 52px; background: none; border: 0; color: var(--zp-text); font-size: 20px; font-family: var(--zp-font-head); cursor: pointer; line-height: 1; }
.zp-qty button:hover { color: var(--zp-accent-700); }
.zp-qty input { width: 34px; min-height: 0; padding: 0; text-align: center; background: none; border: 0; color: var(--zp-text); font-family: var(--zp-font-head); font-weight: 600; font-size: 17px; -moz-appearance: textfield; }
.zp-qty input::-webkit-outer-spin-button, .zp-qty input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }
.zp-buybar .zp-btn { flex: 1; min-height: 54px; font-size: 18px; }

/* ============================================================
   05 · CARRITO
   ============================================================ */
.zp-cart { padding: 18px var(--zp-gut) 0; max-width: var(--zp-max); margin: 0 auto; }
.zp-citem { display: grid; grid-template-columns: 92px minmax(0,1fr); gap: 14px; margin-bottom: 18px; }
.zp-citem__fig { aspect-ratio: 4/5; overflow: hidden; background: var(--zp-surface); }
.zp-citem__fig img { width: 100%; height: 100%; object-fit: cover; display: block; }
.zp-citem__name { font-family: var(--zp-font-head); font-weight: 600; font-size: 19px; text-transform: uppercase; line-height: 1.05; color: var(--zp-text); }
.zp-citem__meta { font-size: 13px; color: var(--zp-text-mute); margin-top: 4px; }
.zp-citem__price { font-family: var(--zp-font-head); font-weight: 600; font-size: 19px; margin-top: 6px; color: var(--zp-text); }
.zp-citem__row { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; gap: 10px; }
.zp-citem__row .zp-qty button { height: 44px; }
.zp-remove { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--zp-accent-700); font-family: var(--zp-font-head); font-weight: 600; background: none; border: 0; cursor: pointer; }
.zp-remove:hover { color: var(--zp-accent-900); }

.zp-coupon { display: flex; gap: 10px; }
.zp-coupon .zp-input { flex: 1; min-height: 46px; }
.zp-coupon .zp-btn { min-height: 46px; flex: 0 0 auto; }
.zp-note { background: var(--zp-accent-100); border: 1px solid var(--zp-accent-300); padding: 12px 14px; margin-top: 14px; font-size: 14px; color: var(--zp-accent-800); }
.zp-note strong { color: var(--zp-accent-900); }
.zp-totals { margin-top: 20px; border-top: 1px solid var(--zp-divider); padding-top: 14px; display: flex; flex-direction: column; gap: 8px; font-size: 15px; }
.zp-totals__row { display: flex; justify-content: space-between; }
.zp-totals__row span:first-child { color: var(--zp-text-soft); }
.zp-totals__total { display: flex; justify-content: space-between; font-family: var(--zp-font-head); font-weight: 600; font-size: 24px; text-transform: uppercase; margin-top: 6px; color: var(--zp-text); }
.zp-cart__actions { padding: 18px var(--zp-gut) 24px; max-width: var(--zp-max); margin: 0 auto; }
.zp-cart__actions .zp-btn--block { min-height: 54px; font-size: 18px; }
.zp-cart__actions .zp-btn--ghost { min-height: 46px; margin-top: 6px; }

/* ============================================================
   06 · CHECKOUT
   ============================================================ */
.zp-co { padding: 0 var(--zp-gut); max-width: var(--zp-max); margin: 0 auto; }
.zp-co__steps { display: flex; border-bottom: 1px solid var(--zp-divider); max-width: var(--zp-max); margin: 0 auto; }
.zp-co__step { flex: 1; text-align: center; padding: 14px 6px; font-family: var(--zp-font-head); font-weight: 600; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--zp-text-mute); border-bottom: 2px solid transparent; margin-bottom: -1px; }
.zp-co__step--on { color: var(--zp-text); border-bottom-color: var(--zp-accent); }
.zp-co__sec { padding-top: 22px; }
.zp-co__sectitle { font-family: var(--zp-font-head); font-weight: 600; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--zp-text-mute); margin-bottom: 12px; }
.zp-co__pay { display: flex; gap: 8px; flex-wrap: wrap; }
.zp-co__secure { text-align: center; font-size: 12px; color: var(--zp-text-mute); padding: 12px 0 24px; }
.zp-co__secure svg { width: 13px; height: 13px; vertical-align: -2px; margin-right: 4px; stroke-width: 1.5; }

/* WooCommerce dentro del checkout */
.woocommerce-checkout .zp-co h3 { font-size: 12px; letter-spacing: 0.2em; color: var(--zp-text-mute); margin-bottom: 12px; }
.woocommerce form .form-row { padding: 0; margin: 0 0 14px; display: flex; flex-direction: column; gap: 6px; }
.woocommerce form .form-row label { margin: 0; }
.woocommerce form .form-row-first, .woocommerce form .form-row-last { width: 100%; float: none; }
.zp-co__grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 0 10px; }
.woocommerce-checkout #payment { background: transparent; border-radius: 0; }
.woocommerce-checkout #payment ul.payment_methods { padding: 0; border: 0; list-style: none; margin: 0; }
.woocommerce-checkout #payment ul.payment_methods li { margin-bottom: 10px; border: 1px solid var(--zp-divider); border-radius: var(--zp-radius); padding: 14px; }
.woocommerce-checkout #payment ul.payment_methods li label { font-family: var(--zp-font-head); font-weight: 600; font-size: 15px; letter-spacing: 0.08em; color: var(--zp-text); text-transform: uppercase; display: inline; }
.woocommerce-checkout #payment div.payment_box { background: var(--zp-neutral-200); color: var(--zp-text-soft); font-size: 14px; margin: 10px 0 0; padding: 12px; border-radius: var(--zp-radius); }
.woocommerce-checkout #payment div.payment_box::before { display: none; }
.woocommerce-checkout #payment div.form-row.place-order { padding: 18px 0 0; margin: 0; }
.woocommerce-checkout #payment #place_order { width: 100%; min-height: 54px; font-size: 18px; }
.woocommerce table.shop_table { border: 1px solid var(--zp-divider); border-radius: 0; background: transparent; color: var(--zp-text); width: 100%; border-collapse: collapse; }
.woocommerce table.shop_table th, .woocommerce table.shop_table td { border-top: 1px solid var(--zp-divider-soft); padding: 11px 12px; font-size: 14px; }
.woocommerce table.shop_table tfoot .order-total th, .woocommerce table.shop_table tfoot .order-total td { font-family: var(--zp-font-head); font-weight: 600; font-size: 20px; text-transform: uppercase; }
.woocommerce ul#shipping_method { list-style: none; margin: 0; padding: 0; }
.woocommerce ul#shipping_method li { margin: 0 0 8px; padding: 12px; border: 1px solid var(--zp-divider); border-radius: var(--zp-radius); display: flex; align-items: center; gap: 10px; }
.woocommerce ul#shipping_method li label { font-family: var(--zp-font-body); font-weight: 400; font-size: 14px; letter-spacing: 0; text-transform: none; color: var(--zp-text); }

/* Mensajes */
.woocommerce-message, .woocommerce-info, .woocommerce-error {
  background: var(--zp-neutral-200); border-top: 2px solid var(--zp-accent); color: var(--zp-text);
  padding: 14px 16px; margin: 0 auto 14px; max-width: var(--zp-max); list-style: none; font-size: 14px;
}
.woocommerce-error { border-top-color: var(--zp-sale); }
.woocommerce-message::before, .woocommerce-info::before, .woocommerce-error::before { display: none; }
.woocommerce-message .button { margin-top: 10px; display: inline-flex; }

/* ============================================================
   PIE
   ============================================================ */
.zp-footer { margin-top: 36px; background: var(--zp-neutral-200); border-top: 1px solid var(--zp-divider); padding: 28px var(--zp-gut) calc(28px + env(safe-area-inset-bottom)); }
.zp-footer__in { max-width: var(--zp-max); margin: 0 auto; }
.zp-footer__nav { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 16px; margin-bottom: 22px; }
.zp-footer__nav a { font-size: 13px; color: var(--zp-text-soft); }
.zp-footer__nav a:hover { color: var(--zp-accent-700); }
.zp-footer__legal { border-top: 1px solid var(--zp-divider-soft); padding-top: 18px; display: flex; flex-direction: column; gap: 14px; }
.zp-arrep { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 18px; border: 2px solid var(--zp-text-soft); border-radius: var(--zp-radius); font-family: var(--zp-font-head); font-weight: 600; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--zp-text); align-self: flex-start; }
.zp-arrep { border-color: var(--zp-text); }
.zp-arrep:hover { border-color: var(--zp-accent); color: var(--zp-accent-700); }
.zp-fiscal { display: flex; align-items: center; gap: 12px; font-size: 11px; color: var(--zp-text-mute); }
.zp-fiscal__ph { width: 62px; height: 62px; border: 1px dashed var(--zp-text-mute); display: grid; place-items: center; text-align: center; font-size: 9px; line-height: 1.2; flex: 0 0 auto; }
.zp-copy { font-size: 11px; color: var(--zp-text-mute); letter-spacing: 0.06em; }

/* ============================================================
   BARRA INFERIOR
   ============================================================ */
.zp-tabbar { position: fixed; bottom: 0; left: 0; right: 0; z-index: 45; display: flex; background: var(--zp-bg-header); border-top: 1px solid var(--zp-divider); padding-bottom: env(safe-area-inset-bottom); }
.zp-tabbar__in { display: flex; width: 100%; max-width: var(--zp-max); margin: 0 auto; }
.zp-tab { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 3px; padding: 9px 4px 8px; color: var(--zp-text-mute); font-family: var(--zp-font-head); font-weight: 600; font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; position: relative; }
.zp-tab svg { width: 20px; height: 20px; stroke-width: 1.5; }
.zp-tab[aria-current="page"] { color: var(--zp-accent-300); }
.zp-tab .zp-count { top: 2px; right: 50%; margin-right: -18px; }
body.zp-has-tabbar { padding-bottom: 66px; }



/* Correcciones */
.zp-count[hidden] { display: none !important; }
.zp-header__brand img { height: 30px; width: auto; object-fit: contain; }

/* El total y el aviso de IVA en renglones separados */
.zp-totals__total { align-items: baseline; gap: 12px; }
.zp-totals__total .includes_tax,
.zp-totals__total small { display: block; font-family: var(--zp-font-body); font-weight: 400; font-size: 11px; text-transform: none; letter-spacing: 0; color: var(--zp-text-mute); margin-top: 2px; }
.zp-totals__total > span:last-child { text-align: right; }

/* Miniatura del carrito: llenar el recuadro */
.zp-citem__fig a, .zp-citem__fig a img { display: block; width: 100%; height: 100%; object-fit: cover; }

/* Aviso de "producto agregado": el botón debajo del texto */
.woocommerce-message { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.woocommerce-message .button { margin: 0; }

/* ============================================================
   AJUSTES DE LA PALETA CLARA
   ============================================================ */

/* Barra de estado del diseño: franja negra sobre el header */
.zp-statusbar { display: none; }

/* Tarjetas de categoría: línea fina sobre el ground claro */
.zp-cat { background: transparent; }
.zp-cat:hover { border-color: var(--zp-accent); }

/* Tarjeta de producto: el recuadro de la foto sobre ground claro */
.zp-card__fig { background: var(--zp-neutral-200); }
.zp-card__title { color: var(--zp-text); }

/* Barra inferior: se mantiene oscura, como en el diseño */
.zp-tabbar { background: var(--zp-bg-header); border-top: 0; }
.zp-tab { color: rgba(255,255,255,.55); }
.zp-tab[aria-current="page"] { color: var(--zp-accent-300); }

/* Especificaciones y paneles sobre ground claro */
.zp-specs td:last-child { color: var(--zp-text); }
.zp-sheet__panel { background: var(--zp-bg); }
.zp-drawer__panel { background: var(--zp-bg-header); }

/* Galería: el recuadro de fondo */
.zp-gallery { background: var(--zp-neutral-200); }

/* Totales del carrito */
.zp-totals__row span:first-child { color: var(--zp-text-soft); }

/* Filtros: chip activo */
.zp-chip { background: #fff; }
.zp-chip--on { background: var(--zp-accent); border-color: var(--zp-accent); color: #fff; }

/* El aviso de "agregado al carrito" */
.woocommerce-message { border-top-color: var(--zp-accent); }

/* Logo: el archivo ya trae su propio fondo negro, va a sangre en el header */
.zp-header__brand img { height: 32px; width: auto; max-width: 150px; object-fit: contain; display: block; }

/* Hero: el degradado solo oscurece la mitad inferior, la foto se ve arriba */
.zp-hero__scrim { background: linear-gradient(to top, rgba(12,13,13,.88) 0%, rgba(12,13,13,.45) 38%, rgba(12,13,13,.05) 70%); }

/* La subbarra es negra: su contenido va en blanco */
.zp-subbar, .zp-subbar__title, .zp-subbar__back { color: #fff; }
.zp-subbar__title { color: #fff; }
.zp-subbar__crumb { color: var(--zp-accent-300); }
.zp-subbar__back:hover { color: var(--zp-accent-300); }

/* ============================================================
   03 · BUSCADOR
   ============================================================ */
.zp-searchbar { display: flex; gap: 10px; align-items: center; padding: 12px var(--zp-gut) 14px; background: var(--zp-bg-header); max-width: var(--zp-max); margin: 0 auto; }
.zp-searchbar input { flex: 1; min-height: 46px; background: #1a1c1d; color: #fff; border-color: #34383a; }
.zp-searchbar input::placeholder { color: #7c7d80; }
.zp-searchbar__close { color: #fff; font-family: var(--zp-font-head); font-weight: 600; font-size: 14px; letter-spacing: 0.1em; text-transform: uppercase; background: none; border: 0; cursor: pointer; white-space: nowrap; padding: 0 4px; }
.zp-searchbar__close:hover { color: var(--zp-accent-300); }

.zp-suggest { padding: 18px var(--zp-gut) 0; max-width: var(--zp-max); margin: 0 auto; }
.zp-suggest__label { font-family: var(--zp-font-head); font-weight: 600; font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--zp-text-mute); }
.zp-suggest__list { display: flex; flex-direction: column; margin-top: 8px; }
.zp-suggest__item { padding: 13px 0; border-bottom: 1px solid var(--zp-divider); font-size: 16px; color: var(--zp-text); display: block; }
.zp-suggest__item strong { font-weight: 600; }
.zp-suggest__item:hover { color: var(--zp-accent-700); }
.zp-recent { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; }
.zp-recent a { display: inline-flex; align-items: center; min-height: 38px; padding: 0 12px; background: var(--zp-neutral-200); border-radius: 2px; font-size: 14px; color: var(--zp-text); }
.zp-recent a:hover { background: var(--zp-accent-100); color: var(--zp-accent-800); }

/* ============================================================
   07 · CUENTA
   ============================================================ */
.zp-acct-hero { padding: 20px var(--zp-gut) 26px; background: var(--zp-bg-header); color: #fff; max-width: var(--zp-max); margin: 0 auto; }
.zp-acct-hero__hi { font-size: 12px; letter-spacing: 0.2em; text-transform: uppercase; color: var(--zp-accent-300); font-family: var(--zp-font-head); font-weight: 600; }
.zp-acct-hero__name { font-family: var(--zp-font-head); font-weight: 600; font-size: 34px; text-transform: uppercase; line-height: 1; margin-top: 6px; color: #fff; }
.zp-acct-hero__stats { display: flex; gap: 22px; margin-top: 16px; }
.zp-acct-hero__stats b { font-family: var(--zp-font-head); font-weight: 600; font-size: 22px; }
.zp-acct-hero__stats span { font-size: 12px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--zp-accent-300); }

.zp-order { padding: 14px; margin-bottom: 14px; }
.zp-order__top { display: flex; justify-content: space-between; align-items: center; gap: 10px; }
.zp-order__num { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--zp-text-mute); font-family: var(--zp-font-head); font-weight: 600; }
.zp-order__body { display: grid; grid-template-columns: 64px minmax(0,1fr) auto; gap: 12px; align-items: center; margin-top: 12px; }
.zp-order__fig { aspect-ratio: 1; overflow: hidden; background: var(--zp-neutral-200); }
.zp-order__fig img { width: 100%; height: 100%; object-fit: cover; display: block; }
.zp-order__name { font-family: var(--zp-font-head); font-weight: 600; font-size: 17px; text-transform: uppercase; line-height: 1.05; color: var(--zp-text); }
.zp-order__eta { font-size: 13px; color: var(--zp-text-mute); margin-top: 2px; }
.zp-order__total { font-family: var(--zp-font-head); font-weight: 600; font-size: 17px; color: var(--zp-text); white-space: nowrap; }
.zp-order__action { min-height: 44px; margin-top: 12px; font-size: 14px; }

.zp-acct-links { margin-top: 8px; }
.zp-acct-links a { display: flex; align-items: center; justify-content: space-between; padding: 15px 0; border-bottom: 1px solid var(--zp-divider); font-size: 16px; color: var(--zp-text); }
.zp-acct-links a:hover { color: var(--zp-accent-700); }
.zp-acct-links a svg { width: 17px; height: 17px; stroke-width: 1.5; color: var(--zp-text-mute); }
.zp-acct-links a.is-exit { color: var(--zp-accent-700); }

/* Formulario de ingreso */
.zp-login { padding: 24px var(--zp-gut); max-width: var(--zp-max); margin: 0 auto; }
.zp-login h2 { font-size: 26px; margin-bottom: 6px; }
.zp-login p.sub { color: var(--zp-text-mute); font-size: 14px; margin-bottom: 20px; }
.woocommerce form.login, .woocommerce form.register { border: 0; padding: 0; margin: 0; }
.woocommerce form.login .form-row, .woocommerce form.register .form-row { margin-bottom: 14px; }
.woocommerce-form__label-for-checkbox { display: flex; align-items: center; gap: 8px; font-family: var(--zp-font-body); font-size: 14px; letter-spacing: 0; text-transform: none; color: var(--zp-text-soft); }
.woocommerce-form__label-for-checkbox input { width: auto; min-height: 0; }
.woocommerce-LostPassword { font-size: 14px; margin-top: 10px; }
.woocommerce-MyAccount-navigation { display: none; }
.woocommerce-MyAccount-content { padding: 0; }

/* ============================================================
   08 · LANDING DE CAMPAÑA
   ============================================================ */
.zp-drop { background: #0c0d0d; color: #fff; max-width: var(--zp-max); margin: 0 auto; min-height: 100vh; }
.zp-drop__hero { position: relative; height: 500px; overflow: hidden; }
.zp-drop__hero img { width: 100%; height: 100%; object-fit: cover; display: block; filter: grayscale(1) contrast(1.1) brightness(1.15); }
.zp-drop__scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(12,13,13,.92) 4%, rgba(12,13,13,.55) 34%, rgba(29,45,61,.18) 66%, rgba(12,13,13,.45) 100%); }
.zp-drop__top { position: absolute; top: 18px; left: 18px; right: 18px; display: flex; justify-content: space-between; align-items: center; }
.zp-drop__top img { height: 30px; width: auto; }
.zp-drop__since { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--zp-accent-300); font-family: var(--zp-font-head); font-weight: 600; }
.zp-drop__body { position: absolute; left: 18px; right: 18px; bottom: 22px; }
.zp-drop__title { font-family: var(--zp-font-head); font-weight: 700; font-size: 56px; line-height: .82; text-transform: uppercase; margin-top: 12px; color: #fff; }
.zp-drop__sub { font-size: 15px; line-height: 1.5; color: var(--zp-neutral-300); margin: 14px 0 0; }

.zp-clock { display: flex; border-top: 1px solid #34383a; border-bottom: 1px solid #34383a; text-align: center; }
.zp-clock__unit { flex: 1; padding: 14px 4px; border-right: 1px solid #34383a; }
.zp-clock__unit:last-child { border-right: 0; }
.zp-clock__n { font-family: var(--zp-font-head); font-weight: 600; font-size: 26px; line-height: 1; color: #fff; font-variant-numeric: tabular-nums; }
.zp-clock__l { font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: #8a8b8e; margin-top: 2px; }
.zp-clock--over { padding: 16px; text-align: center; font-family: var(--zp-font-head); font-weight: 600; font-size: 18px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--zp-accent-300); }

.zp-drop__sec { padding: 22px 18px 0; }
.zp-drop .zp-card__title, .zp-drop .zp-order__name { color: #fff; }
.zp-drop .zp-card__price { color: var(--zp-accent-300); }
.zp-drop .zp-card__price del { color: #7c7d80; }
.zp-drop .zp-card__inst { color: #8a8b8e; }
.zp-drop .zp-bp { border-color: #34383a; }
.zp-drop .zp-bp > .c::before, .zp-drop .zp-bp > .c::after { background: #5d5d60; }
.zp-drop .zp-card__fig { background: #1a1c1d; }

.zp-club { margin-top: 24px; }
.zp-club__title { font-family: var(--zp-font-head); font-weight: 600; font-size: 26px; text-transform: uppercase; line-height: 1; color: #fff; }
.zp-club__sub { font-size: 14px; color: #8a8b8e; margin: 8px 0 14px; }
.zp-club__form { display: flex; gap: 10px; }
.zp-club__form input { flex: 1; min-height: 48px; background: #1a1c1d; color: #fff; border-color: #34383a; }
.zp-club__form input::placeholder { color: #7c7d80; }
.zp-club__msg { margin-top: 10px; font-size: 14px; color: var(--zp-accent-300); }
.zp-drop__cta { padding: 24px 18px calc(24px + env(safe-area-inset-bottom)); }
.zp-drop__cta .zp-btn { min-height: 54px; font-size: 18px; }

/* ============================================================
   PIEZAS DE ESCRITORIO · ocultas en celular
   ============================================================ */
.zp-topbar { display: none; }
.zp-header__nav { display: none; }
.zp-search-field { display: none; }
.zp-crumb { display: none; }
.zp-desk-only { display: none; }
.zp-cat__fig { display: none; }
.zp-cat__kicker { display: none; }
.zp-hero__lead { display: none; }

/* El cuerpo de la tarjeta de categoría se apila en las dos pantallas. */
.zp-cat__body { display: flex; flex-direction: column; width: 100%; }

/* ============================================================
   ESCRITORIO · diseño de 1440 px
   El diseño de celular manda hasta 1024 px. De ahí para arriba
   se reorganiza en las 5 pantallas de escritorio.
   ============================================================ */
@media (min-width: 1024px) {

  :root { --zp-max: 1440px; --zp-gut: 48px; }

  body { padding-bottom: 0; }
  body.zp-has-tabbar { padding-bottom: 0; }

  /* ---------- Encabezado ---------- */
  .zp-topbar {
    display: flex; justify-content: center; gap: 56px;
    background: var(--zp-accent-900); color: #fff;
    padding: 9px 0; font-family: var(--zp-font-head); font-weight: 600;
    font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase;
  }

  .zp-header__bar {
    display: grid; grid-template-columns: 240px minmax(0,1fr) 240px;
    align-items: center; gap: 24px;
    height: 78px; padding: 0 var(--zp-gut);
    max-width: var(--zp-max); margin: 0 auto;
  }
  .zp-header__brand img { height: 34px; max-width: 160px; }

  .zp-header__nav {
    display: flex; justify-content: center; gap: 34px;
    font-family: var(--zp-font-head); font-weight: 600;
    font-size: 15px; letter-spacing: 0.16em; text-transform: uppercase;
  }
  .zp-header__nav a { color: #fff; padding-bottom: 3px; border-bottom: 2px solid transparent; white-space: nowrap; }
  .zp-header__nav a:hover { color: var(--zp-accent-300); }
  .zp-header__nav a[aria-current="page"] { border-bottom-color: var(--zp-accent); }
  .zp-header__nav a.is-sale { color: var(--zp-accent-300); }

  .zp-header__side { justify-content: flex-end; gap: 12px; }
  .zp-search-field {
    display: flex; align-items: center; gap: 8px;
    border: 1px solid #34383a; background: #1a1c1d;
    height: 40px; padding: 0 12px; width: 150px;
    font-size: 13px; color: #8a8b8e; border-radius: var(--zp-radius);
  }
  .zp-search-field:hover { border-color: var(--zp-accent); color: var(--zp-accent-300); }
  .zp-search-field svg { width: 16px; height: 16px; stroke-width: 1.5; }
  .zp-icon-btn--search { display: none; }
  /* En escritorio el menú de categorías está en la barra: el botón
     del menú lateral no hace falta. */
  .zp-icon-btn[data-zp-drawer-open] { display: none; }

  /* La barra inferior es de celular. */
  .zp-tabbar { display: none; }

  /* Subbarra: en escritorio la reemplaza la miga de pan. */
  .zp-subbar { display: none; }
  .zp-crumb {
    display: flex; align-items: center; gap: 8px; flex-wrap: wrap;
    max-width: var(--zp-max); margin: 0 auto; padding: 22px var(--zp-gut) 0;
    font-size: 13px; letter-spacing: 0.06em; color: var(--zp-text-mute);
  }
  .zp-crumb a { color: var(--zp-text-mute); }
  .zp-crumb a:hover { color: var(--zp-accent-700); }
  .zp-crumb i { font-style: normal; opacity: .5; }
  .zp-crumb span:last-child { color: var(--zp-text); }

  .zp-desk-only { display: block; }

  /* ---------- 01 · Home ---------- */
  .zp-hero { height: 620px; max-width: none; }
  .zp-hero__img { object-position: 50% 32%; }
  .zp-hero__scrim { background: linear-gradient(90deg, rgba(12,13,13,.9) 0%, rgba(12,13,13,.55) 46%, rgba(12,13,13,.15) 100%); }
  .zp-hero__body {
    position: absolute; inset: 0; left: 0; right: 0; bottom: 0;
    display: flex; flex-direction: column; justify-content: center;
    align-items: flex-start;
    max-width: var(--zp-max); margin: 0 auto; padding: 0 var(--zp-gut);
  }
  .zp-hero__kicker { font-size: 13px; letter-spacing: 0.24em; }
  .zp-hero__title { font-size: 104px; line-height: .84; margin-top: 14px; }
  .zp-hero__lead { display: block; font-size: 18px; line-height: 1.55; color: var(--zp-neutral-300); max-width: 46ch; margin: 20px 0 0; }
  .zp-hero__actions { gap: 14px; margin-top: 30px; }
  .zp-hero__actions .zp-btn { flex: 0 0 auto; min-height: 54px; padding-inline: 34px; font-size: 17px; letter-spacing: 0.14em; }

  /* La franja de beneficios bajo el hero no va: está arriba. */
  .zp-usp { display: none; }

  .zp-sec { padding: 54px var(--zp-gut) 0; max-width: var(--zp-max); }
  .zp-sec__head { margin-bottom: 20px; }
  .zp-sec__title { font-size: 34px; }
  .zp-sec__link { font-size: 13px; letter-spacing: 0.16em; }

  /* Categorías: 4 columnas con foto */
  .zp-cats { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 20px; }
  .zp-cat { padding: 0; min-height: 0; overflow: hidden; }
  .zp-cat__fig { display: block; aspect-ratio: 4/3; overflow: hidden; background: var(--zp-neutral-200); }
  .zp-cat__fig img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .4s ease; }
  .zp-cat:hover .zp-cat__fig img { transform: scale(1.04); }
  .zp-cat__body { padding: 16px 18px 18px; }
  .zp-cat__name { font-size: 24px; }
  .zp-cat__count { font-size: 13px; margin-top: 3px; }
  .zp-cat--sale { display: flex; flex-direction: column; justify-content: space-between; min-height: 260px; }
  .zp-cat--sale .zp-cat__body { padding: 26px 20px 20px; display: flex; flex-direction: column; height: 100%; justify-content: space-between; }
  .zp-cat--sale .zp-cat__kicker { font-family: var(--zp-font-head); font-weight: 600; font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase; }
  .zp-cat--sale .zp-cat__name { font-size: 56px; line-height: .9; }
  .zp-cat--sale .zp-cat__count { font-size: 14px; }

  /* Productos: 4 columnas */
  .zp-grid { grid-template-columns: repeat(4, minmax(0,1fr)); gap: 24px; }
  .zp-card__title { font-size: 21px; margin-top: 12px; }
  .zp-card__price { font-size: 21px; }
  .zp-card__price del { font-size: 14px; }
  .zp-card__inst { font-size: 13px; }
  .zp-card__badge { top: 10px; left: 10px; }

  /* Bloque de marca: a dos columnas */
  .zp-story {
    max-width: var(--zp-max); margin: 58px auto 0;
    padding: 54px var(--zp-gut); display: grid;
    grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 48px; align-items: center;
  }
  .zp-story__title { font-size: 46px; margin: 12px 0 0; }
  .zp-story__body { display: block; color: #a8a9ab; font-size: 16px; line-height: 1.6; margin-top: 16px; }
  .zp-story__aside { display: flex; flex-direction: column; align-items: flex-start; gap: 20px; }

  /* ---------- 02 · Catálogo ---------- */
  .zp-cat-head {
    display: flex; justify-content: space-between; align-items: flex-end; gap: 24px;
    max-width: var(--zp-max); margin: 0 auto; padding: 10px var(--zp-gut) 26px;
  }
  .zp-cat-head__title { font-size: 44px; line-height: 1; }
  .zp-cat-head__sub { font-size: 14px; color: var(--zp-text-mute); margin-top: 8px; }
  .zp-cat-head__sort { display: flex; align-items: center; gap: 10px; white-space: nowrap; }
  .zp-cat-head__sort label { font-size: 12px; letter-spacing: 0.14em; }
  .zp-cat-head__sort select {
    width: auto; min-height: 42px; padding: 0 30px 0 12px; background: #fff;
    border: 1px solid var(--zp-divider); border-radius: var(--zp-radius);
    font-family: var(--zp-font-head); font-weight: 600; font-size: 14px;
    letter-spacing: 0.1em; text-transform: uppercase; color: var(--zp-text);
  }

  /* Dos columnas: filtros fijos y productos */
  .zp-shop {
    display: grid; grid-template-columns: 250px minmax(0,1fr); gap: 40px;
    max-width: var(--zp-max); margin: 0 auto; padding: 0 var(--zp-gut);
    align-items: start;
  }
  .zp-loop { padding: 0; max-width: none; }

  /* La barra de chips y los paneles son de celular. */
  .zp-filters { display: none; }
  .zp-cathead { display: none; }

  /* El panel de filtros pasa a columna fija */
  .zp-sheet#zp-sheet-filters {
    position: static; visibility: visible; display: block;
  }
  .zp-sheet#zp-sheet-filters .zp-sheet__bd { display: none; }
  .zp-sheet#zp-sheet-filters .zp-sheet__panel {
    position: static; transform: none; max-height: none; overflow: visible;
    background: transparent; border-top: 0; padding: 0; max-width: none;
    position: sticky; top: 100px;
  }
  .zp-sheet#zp-sheet-filters .zp-sheet__head { margin-bottom: 20px; }
  .zp-sheet#zp-sheet-filters .zp-sheet__title { font-size: 26px; }
  .zp-sheet#zp-sheet-filters .zp-sheet__actions { flex-direction: column; }
  .zp-sheet#zp-sheet-filters .zp-sheet__actions .zp-btn--sec { display: none; }
  .zp-sheet#zp-sheet-filters [data-zp-sheet-close] { display: none; }
  .zp-sheet#zp-sheet-sort { }

  /* Filtros activos como fichas quitables */
  .zp-active-filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 18px; }
  .zp-active-filters a {
    display: inline-flex; align-items: center; gap: 7px;
    border: 1px solid var(--zp-divider); background: #fff;
    min-height: 34px; padding: 0 10px; border-radius: var(--zp-radius);
    font-family: var(--zp-font-head); font-weight: 600; font-size: 13px;
    letter-spacing: 0.08em; text-transform: uppercase; color: var(--zp-text);
  }
  .zp-active-filters a:hover { border-color: var(--zp-accent); color: var(--zp-accent-700); }
  .zp-active-filters a::after { content: "✕"; font-size: 11px; opacity: .6; }

  .zp-loop__meta {
    display: flex; justify-content: space-between; align-items: baseline;
    margin-bottom: 18px; font-size: 13px; letter-spacing: 0.12em;
    text-transform: uppercase; color: var(--zp-text-mute);
    font-family: var(--zp-font-head); font-weight: 600;
  }
  .zp-shop .zp-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .zp-pager { padding: 34px 0 0; max-width: none; }
  .zp-pager .page-numbers { min-width: 42px; height: 42px; }

  /* ---------- 03 · Ficha ---------- */
  .zp-pdp-wrap {
    display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
    gap: 56px; max-width: var(--zp-max); margin: 0 auto;
    padding: 18px var(--zp-gut) 0; align-items: start;
  }
  .zp-gallery { max-width: none; background: transparent; }
  .zp-gallery__track { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; overflow: visible; }
  .zp-gallery__slide { height: auto; aspect-ratio: 4/5; background: var(--zp-neutral-200); }
  .zp-gallery__slide img { width: 100%; height: 100%; object-fit: cover; }
  /* Una sola foto: ocupa las dos columnas, como en el diseño. */
  .zp-gallery__track:has(> .zp-gallery__slide:only-child) { grid-template-columns: 1fr; }
  .zp-gallery__slide:only-child { aspect-ratio: 4/5; max-height: 680px; }
  .zp-gallery__dots { display: none; }

  .zp-pdp { padding: 0; max-width: none; position: sticky; top: 100px; }
  .zp-pdp__title { font-size: 44px; }
  .zp-pdp__price .price { font-size: 34px; }
  .zp-pdp__desc { font-size: 16px; }
  .zp-sizes { grid-template-columns: repeat(5, 64px); }

  /* Barra de compra: deja de ser fija */
  .zp-buybar {
    position: static; background: transparent; border-top: 0;
    padding: 0; margin: 26px 0 0; max-width: none;
  }
  .zp-buybar .zp-btn { flex: 1; }
  .zp-pdp__actions { display: flex; gap: 12px; margin-top: 12px; }
  .zp-pdp__actions .zp-btn { flex: 1; }

  .zp-specs td { padding: 13px 16px; }

  /* ---------- 04 · Carrito ---------- */
  .zp-cart-wrap {
    display: grid; grid-template-columns: minmax(0,1fr) 380px; gap: 48px;
    max-width: var(--zp-max); margin: 0 auto; padding: 10px var(--zp-gut) 0;
    align-items: start;
  }
  .zp-cart { padding: 0; max-width: none; }
  .zp-cart__head {
    display: grid; grid-template-columns: minmax(0,1fr) 150px 120px 120px;
    gap: 16px; padding-bottom: 12px; border-bottom: 1px solid var(--zp-divider);
    font-family: var(--zp-font-head); font-weight: 600; font-size: 12px;
    letter-spacing: 0.16em; text-transform: uppercase; color: var(--zp-text-mute);
  }
  .zp-cart__head span:not(:first-child) { text-align: center; }
  .zp-cart__head span:last-child { text-align: right; }

  .zp-citem {
    grid-template-columns: 110px minmax(0,1fr) 150px 120px 120px;
    gap: 16px; align-items: center; padding: 20px 0; margin-bottom: 0;
    border-bottom: 1px solid var(--zp-divider-soft);
  }
  .zp-citem__name { font-size: 21px; }
  .zp-citem__price { display: none; }
  .zp-citem__row { margin-top: 8px; justify-content: flex-start; gap: 16px; }
  .zp-citem__qty-cell { display: flex; justify-content: center; }
  .zp-citem__price-cell { text-align: center; font-family: var(--zp-font-head); font-weight: 600; font-size: 18px; }
  .zp-citem__sub-cell { text-align: right; font-family: var(--zp-font-head); font-weight: 600; font-size: 18px; }
  .zp-citem .zp-qty { margin: 0; }

  .zp-cart__foot { display: flex; justify-content: space-between; align-items: center; gap: 24px; margin-top: 26px; }
  .zp-coupon { flex: 0 0 auto; width: 340px; }
  .zp-back-link { display: inline-flex; align-items: center; gap: 8px; font-size: 14px; color: var(--zp-accent-700); }

  /* Resumen fijo a la derecha */
  .zp-summary {
    position: sticky; top: 100px; padding: 26px 24px;
    background: var(--zp-neutral-200); border: 1px solid var(--zp-divider);
  }
  .zp-summary__title { font-size: 24px; margin-bottom: 18px; }
  .zp-summary .zp-totals { margin-top: 0; border-top: 0; padding-top: 0; }
  .zp-summary .zp-note { margin-top: 0; margin-bottom: 18px; }
  .zp-summary .zp-btn { margin-top: 20px; }
  .zp-summary__secure { text-align: center; font-size: 12px; color: var(--zp-text-mute); margin-top: 12px; }
  .zp-cart__actions { display: none; }

  /* ---------- 05 · Checkout ---------- */
  .zp-co__steps { max-width: var(--zp-max); margin: 0 auto; }
  .zp-co__step { font-size: 14px; padding: 16px 6px; }
  .zp-co {
    display: grid; grid-template-columns: minmax(0,1fr) 420px; gap: 48px;
    max-width: var(--zp-max); margin: 0 auto; padding: 0 var(--zp-gut);
    align-items: start;
  }
  .zp-co__main { min-width: 0; }
  .zp-co__aside { position: sticky; top: 100px; }
  .zp-co__sectitle { font-size: 13px; margin-bottom: 14px; }
  .woocommerce form .form-row-first, .woocommerce form .form-row-last { width: calc(50% - 7px); float: left; }
  .woocommerce form .form-row-last { float: right; }
  .woocommerce-checkout .col2-set::after { content: ""; display: table; clear: both; }
  .woocommerce-checkout #payment #place_order { min-height: 56px; }

  /* ---------- Pie ---------- */
  .zp-footer { padding: 48px var(--zp-gut) 40px; }
  .zp-footer__in { max-width: var(--zp-max); margin: 0 auto; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 48px; align-items: start; }
  .zp-footer__nav { grid-template-columns: repeat(3, auto); justify-content: start; gap: 12px 48px; margin-bottom: 0; }
  .zp-footer__legal { border-top: 0; padding-top: 0; align-items: flex-end; text-align: right; }
  .zp-footer__legal > * { align-self: flex-end; }
  .zp-fiscal { justify-content: flex-end; }

  /* ---------- Buscador y cuenta ---------- */
  .zp-searchbar { max-width: var(--zp-max); padding: 18px var(--zp-gut); }
  .zp-suggest { max-width: 720px; padding: 26px var(--zp-gut) 0; margin: 0 auto; }
  .zp-acct-hero { max-width: var(--zp-max); padding: 44px var(--zp-gut); }
  .zp-acct-hero__name { font-size: 46px; }
  .zp-login { max-width: 460px; padding: 40px var(--zp-gut); }
  .zp-order__body { grid-template-columns: 80px minmax(0,1fr) auto; }
  .zp-empty { padding: 60px var(--zp-gut); max-width: var(--zp-max); }

  /* ---------- Landing de campaña ---------- */
  .zp-drop { max-width: none; }
  .zp-drop__hero { height: 640px; }
  .zp-drop__body { max-width: var(--zp-max); margin: 0 auto; left: 0; right: 0; padding: 0 var(--zp-gut); bottom: 46px; }
  .zp-drop__title { font-size: 104px; }
  .zp-drop__sub { font-size: 18px; max-width: 52ch; }
  .zp-clock { max-width: var(--zp-max); margin: 0 auto; }
  .zp-clock__n { font-size: 38px; }
  .zp-drop__sec { max-width: var(--zp-max); margin: 0 auto; padding: 44px var(--zp-gut) 0; }
  .zp-club { max-width: 620px; }
  .zp-drop__cta { max-width: var(--zp-max); margin: 0 auto; padding: 40px var(--zp-gut) 60px; }
  .zp-drop__cta .zp-btn { max-width: 380px; }
  .zp-drop__top { max-width: var(--zp-max); left: 50%; transform: translateX(-50%); width: 100%; padding: 0 var(--zp-gut); }
}

/* Pantallas anchas: la grilla no crece más allá del diseño */
@media (min-width: 1536px) {
  .zp-hero__body, .zp-drop__body { padding-inline: calc((100vw - var(--zp-max)) / 2 + var(--zp-gut)); }
}

/* Lista de categorías del panel de filtros */
.zp-filter-cats { display: flex; flex-direction: column; }
.zp-filter-cats a { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--zp-divider-soft); font-size: 14px; color: var(--zp-text); }
.zp-filter-cats a:hover { color: var(--zp-accent-700); }
.zp-filter-cats a[aria-current="page"] { color: var(--zp-accent-700); font-weight: 600; }
.zp-filter-cats b { font-weight: 400; font-size: 12px; color: var(--zp-text-mute); }

/* El resumen del checkout en escritorio lleva fondo */
@media (min-width: 1024px) {
  .zp-co__aside .zp-co__sec { background: var(--zp-neutral-200); border: 1px solid var(--zp-divider); padding: 24px; margin-top: 22px; }
  .zp-co__aside .woocommerce-checkout-review-order-table { border: 0; }
  .zp-co__aside .woocommerce-checkout #payment ul.payment_methods li { background: #fff; }
  .zp-co__secure { padding: 14px 0 0; }
}

/* El resumen del checkout: tabla legible en la columna angosta */
@media (min-width: 1024px) {
  .zp-co__aside table.shop_table { border: 0; }
  .zp-co__aside table.shop_table th,
  .zp-co__aside table.shop_table td { padding: 10px 0; font-size: 13px; line-height: 1.4; }
  .zp-co__aside table.shop_table th { text-align: left; font-family: var(--zp-font-head); font-weight: 600; letter-spacing: 0.08em; text-transform: uppercase; font-size: 11px; color: var(--zp-text-mute); }
  .zp-co__aside table.shop_table td { text-align: right; white-space: nowrap; }
  .zp-co__aside table.shop_table .product-name { text-align: left; white-space: normal; padding-right: 12px; }
  .zp-co__aside table.shop_table thead th { border-bottom: 1px solid var(--zp-divider); }
  .zp-co__aside ul#shipping_method { margin-top: 6px; }
  .zp-co__aside ul#shipping_method li { padding: 9px 10px; background: #fff; }
  .zp-co__aside ul#shipping_method li label { font-size: 13px; line-height: 1.35; }
  .zp-co__aside .woocommerce-shipping-totals td { white-space: normal; text-align: left; }
  .zp-co__aside tfoot .order-total th,
  .zp-co__aside tfoot .order-total td { font-size: 19px; padding-top: 14px; }
  .zp-co__aside tfoot .order-total td small { display: block; font-family: var(--zp-font-body); font-weight: 400; font-size: 11px; text-transform: none; letter-spacing: 0; color: var(--zp-text-mute); }
}

/* Reparto de anchos del resumen del checkout */
@media (min-width: 1024px) {
  .zp-co__aside table.shop_table { table-layout: fixed; width: 100%; }
  .zp-co__aside table.shop_table .product-name,
  .zp-co__aside table.shop_table thead th:first-child,
  .zp-co__aside table.shop_table tfoot th { width: 62%; }
  .zp-co__aside table.shop_table .product-total,
  .zp-co__aside table.shop_table thead th:last-child,
  .zp-co__aside table.shop_table tfoot td { width: 38%; }
  .zp-co__aside table.shop_table .product-name { word-break: normal; overflow-wrap: anywhere; }
  .zp-co__aside table.shop_table .product-quantity { font-weight: 400; color: var(--zp-text-mute); }
}

/* El contenedor del resumen ocupa todo el ancho de su columna */
.woocommerce-checkout-review-order { width: 100%; }
@media (min-width: 1024px) {
  .zp-co__aside #order_review { width: 100%; display: block; }
  .zp-co__aside .zp-co__sec > * { max-width: 100%; }
}

/* Fila de envío del resumen: etiqueta arriba, opciones debajo */
@media (min-width: 1024px) {
  .zp-co__aside .woocommerce-shipping-totals { display: block; width: 100%; }
  .zp-co__aside .woocommerce-shipping-totals th,
  .zp-co__aside .woocommerce-shipping-totals td { display: block; width: 100%; text-align: left; padding: 10px 0 0; }
  .zp-co__aside .woocommerce-shipping-totals th { padding-top: 14px; }
  .zp-co__aside .cart-subtotal th, .zp-co__aside .cart-subtotal td { padding-top: 12px; }
  .zp-co__aside tfoot tr { border-top: 1px solid var(--zp-divider-soft); }
  .zp-co__aside tfoot tr:first-child { border-top: 1px solid var(--zp-divider); }
}

