/** Shopify CDN: Minification failed

Line 36:0 All "@import" rules must come first

**/
/* ============================================================
   ZUMELZU · Premium COD Store · Sistema visual
   Se carga después de base.css para sobreescribir Horizon.
   ============================================================ */

:root {
  /* Paleta premium */
  --zp-black: #0A0A0A;
  --zp-bone: #FAF8F5;
  --zp-gold: #C9A96E;
  --zp-gold-dark: #8B6F3F;
  --zp-pearl: #E5E1DA;
  --zp-sage: #3D5A48;
  --zp-white: #FFFFFF;

  /* Tipografía */
  --zp-serif: 'Playfair Display', Georgia, serif;
  --zp-sans: 'Inter', system-ui, -apple-system, sans-serif;

  /* Sombras cálidas/dorado */
  --zp-shadow-gold: 0 14px 36px rgba(201, 169, 110, .35);
  --zp-shadow-deep: 0 24px 60px rgba(10, 10, 10, .18);
  --zp-shadow-sm: 0 6px 18px rgba(10, 10, 10, .08);

  /* Radius */
  --zp-radius: 8px;
  --zp-radius-lg: 16px;
}

/* ---------- Fonts de Google ---------- */
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500&family=Inter:wght@400;500;600;700&display=swap');

/* ============================================================
   ANNOUNCEMENT BAR (top urgencia)
   ============================================================ */
.zp-announcement {
  background: var(--zp-black);
  color: var(--zp-gold);
  font-family: var(--zp-sans);
  font-size: .82rem;
  font-weight: 500;
  letter-spacing: .1em;
  text-transform: uppercase;
  padding: 10px 20px;
  text-align: center;
  border-bottom: 1px solid rgba(201, 169, 110, .2);
}
.zp-announcement strong {
  color: var(--zp-white);
  font-weight: 600;
}

/* ============================================================
   HERO
   ============================================================ */
.zp-hero {
  background: var(--zp-black);
  color: var(--zp-bone);
  padding: 80px 20px 100px;
  position: relative;
  overflow: hidden;
}
.zp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(201, 169, 110, .12), transparent 50%),
    radial-gradient(circle at 80% 70%, rgba(201, 169, 110, .08), transparent 50%);
  pointer-events: none;
}
.zp-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.zp-hero-eyebrow {
  display: inline-block;
  color: var(--zp-gold);
  font-family: var(--zp-sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 1.2rem;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--zp-gold);
}
.zp-hero h1 {
  font-family: var(--zp-serif);
  font-weight: 500;
  font-size: clamp(2.6rem, 5.6vw, 4.8rem);
  line-height: 1.02;
  letter-spacing: -.02em;
  margin: 0 0 1rem;
  color: var(--zp-bone);
}
.zp-hero h1 em {
  font-style: italic;
  font-weight: 500;
  color: var(--zp-gold);
}
.zp-hero-lead {
  font-family: var(--zp-sans);
  font-size: 1.05rem;
  line-height: 1.7;
  color: rgba(250, 248, 245, .75);
  max-width: 52ch;
  margin: 0 0 2rem;
}

/* Bloque precio + countdown */
.zp-hero-offer {
  display: flex;
  align-items: stretch;
  gap: 0;
  margin-bottom: 2rem;
  border: 1px solid rgba(201, 169, 110, .35);
  border-radius: var(--zp-radius-lg);
  overflow: hidden;
  background: rgba(201, 169, 110, .06);
  backdrop-filter: blur(8px);
  max-width: 540px;
}
.zp-hero-price {
  padding: 22px 28px;
  border-right: 1px solid rgba(201, 169, 110, .25);
  flex: 1;
}
.zp-hero-price-label {
  font-family: var(--zp-sans);
  font-size: .7rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: rgba(250, 248, 245, .6);
  margin-bottom: 6px;
}
.zp-hero-price-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
}
.zp-hero-price-old {
  font-family: var(--zp-sans);
  color: rgba(250, 248, 245, .45);
  text-decoration: line-through;
  font-size: 1rem;
}
.zp-hero-price-new {
  font-family: var(--zp-serif);
  font-weight: 600;
  font-size: 2.2rem;
  color: var(--zp-gold);
  line-height: 1;
}
.zp-hero-countdown {
  padding: 22px 28px;
  text-align: center;
  background: rgba(0, 0, 0, .3);
}
.zp-hero-countdown-label {
  font-family: var(--zp-sans);
  font-size: .68rem;
  letter-spacing: .16em;
  text-transform: uppercase;
  color: var(--zp-gold);
  margin-bottom: 8px;
}
.zp-hero-countdown-time {
  font-family: var(--zp-serif);
  font-weight: 600;
  font-size: 1.6rem;
  color: var(--zp-bone);
  font-variant-numeric: tabular-nums;
  letter-spacing: .04em;
}

/* CTA principal dorado */
.zp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6em;
  font-family: var(--zp-sans);
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: .04em;
  padding: 1.15em 2.4em;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  transition: transform .2s ease, box-shadow .25s ease, background .2s ease;
  text-decoration: none;
}
.zp-btn-gold {
  background: var(--zp-gold);
  color: var(--zp-black);
  box-shadow: var(--zp-shadow-gold);
}
.zp-btn-gold:hover {
  background: var(--zp-gold-dark);
  color: var(--zp-bone);
  transform: translateY(-2px);
  box-shadow: 0 20px 42px rgba(201, 169, 110, .45);
}
.zp-btn-ghost {
  background: transparent;
  color: var(--zp-bone);
  border: 1.5px solid rgba(250, 248, 245, .3);
}
.zp-btn-ghost:hover {
  border-color: var(--zp-gold);
  color: var(--zp-gold);
}

.zp-hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 1.8rem;
}

.zp-hero-trust {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  font-family: var(--zp-sans);
  font-size: .86rem;
  color: rgba(250, 248, 245, .65);
}
.zp-hero-trust span::before {
  content: "✓ ";
  color: var(--zp-gold);
  font-weight: 700;
  margin-right: 2px;
}

/* Hero media (imagen producto) */
.zp-hero-media {
  position: relative;
}
.zp-hero-media img {
  width: 100%;
  border-radius: var(--zp-radius-lg);
  box-shadow: var(--zp-shadow-deep);
  aspect-ratio: 4/5;
  object-fit: cover;
}

/* Hero media — grid 2x2 productos */
.zp-hero-media--products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
  height: 480px;
}
.zp-hero-prod-card {
  position: relative;
  display: block;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--zp-shadow-deep);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}
.zp-hero-prod-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.6);
}
.zp-hero-prod-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  aspect-ratio: unset;
  box-shadow: none;
  border-radius: 0;
}
.zp-hero-prod-name {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.5rem 0.7rem;
  background: linear-gradient(transparent, rgba(10,10,10,0.85));
  color: var(--zp-bone);
  font-family: var(--zp-sans);
  font-size: 0.78rem;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zp-hero-badge {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  background: var(--zp-gold);
  color: var(--zp-black);
  font-family: var(--zp-serif);
  font-weight: 700;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--zp-shadow-gold);
  transform: rotate(-8deg);
  text-align: center;
  line-height: 1;
  z-index: 2;
}
.zp-hero-badge small {
  display: block;
  font-family: var(--zp-sans);
  font-size: .55rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-top: 4px;
}

/* ============================================================
   TRUST BAR
   ============================================================ */
.zp-trustbar {
  background: var(--zp-bone);
  padding: 36px 20px;
  border-bottom: 1px solid var(--zp-pearl);
}
.zp-trustbar-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.zp-trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  font-family: var(--zp-sans);
}
.zp-trust-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--zp-black);
  color: var(--zp-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}
.zp-trust-text strong {
  display: block;
  font-size: .92rem;
  font-weight: 600;
  color: var(--zp-black);
}
.zp-trust-text span {
  display: block;
  font-size: .78rem;
  color: #6b6b6b;
  margin-top: 2px;
}

/* ============================================================
   PRODUCT GRID
   ============================================================ */
.zp-products {
  background: var(--zp-bone);
  padding: 90px 20px;
}
.zp-products-head {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 56px;
}
.zp-products-eyebrow {
  display: inline-block;
  color: var(--zp-gold-dark);
  font-family: var(--zp-sans);
  font-size: .78rem;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.zp-products-head h2 {
  font-family: var(--zp-serif);
  font-weight: 500;
  font-size: clamp(2rem, 4vw, 3.2rem);
  color: var(--zp-black);
  margin: 0 0 .6em;
  letter-spacing: -.015em;
  line-height: 1.1;
}
.zp-products-head h2 em {
  font-style: italic;
  color: var(--zp-gold-dark);
}
.zp-products-head p {
  color: #6b6b6b;
  font-family: var(--zp-sans);
  font-size: 1.02rem;
  margin: 0;
}
.zp-products-carousel {
  max-width: 1260px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.zp-products-track {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  flex: 1;
}
.zp-products-track::-webkit-scrollbar { display: none; }
.zp-carousel-btn {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid var(--zp-gold);
  background: transparent;
  color: var(--zp-gold);
  font-size: 1.2rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}
.zp-carousel-btn:hover {
  background: var(--zp-gold);
  color: var(--zp-black);
}
.zp-product {
  background: var(--zp-white);
  border: 1px solid var(--zp-pearl);
  border-radius: var(--zp-radius-lg);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  position: relative;
  flex: 0 0 calc(25% - 21px);
  scroll-snap-align: start;
}
.zp-product:hover {
  transform: translateY(-6px);
  box-shadow: var(--zp-shadow-deep);
  border-color: var(--zp-gold);
}
.zp-product-media {
  position: relative;
  aspect-ratio: 1/1;
  background: var(--zp-pearl);
  overflow: hidden;
}
.zp-product-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}
.zp-product:hover .zp-product-media img {
  transform: scale(1.06);
}
.zp-product-discount {
  position: absolute;
  top: 14px;
  left: 14px;
  background: var(--zp-black);
  color: var(--zp-gold);
  font-family: var(--zp-sans);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  padding: .5em 1em;
  border-radius: 999px;
  z-index: 2;
}
.zp-product-stock {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  background: rgba(10, 10, 10, .85);
  color: var(--zp-gold);
  font-family: var(--zp-sans);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .06em;
  padding: .6em 1em;
  border-radius: 999px;
  text-align: center;
  backdrop-filter: blur(4px);
}
.zp-product-body {
  padding: 22px 22px 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.zp-product-stars {
  color: var(--zp-gold);
  font-size: .88rem;
  letter-spacing: .08em;
  margin-bottom: 8px;
}
.zp-product-stars span {
  color: #8a8a8a;
  font-family: var(--zp-sans);
  font-size: .76rem;
  margin-left: 6px;
}
.zp-product h3 {
  font-family: var(--zp-serif);
  font-weight: 600;
  font-size: 1.2rem;
  color: var(--zp-black);
  margin: 0 0 10px;
  line-height: 1.3;
}
.zp-product-desc {
  font-family: var(--zp-sans);
  font-size: .86rem;
  color: #6b6b6b;
  margin: 0 0 18px;
  flex: 1;
  line-height: 1.5;
}
.zp-product-price {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  margin-bottom: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--zp-pearl);
}
.zp-product-price-old {
  color: #b0a898;
  text-decoration: line-through;
  font-family: var(--zp-sans);
  font-size: .78rem;
  letter-spacing: .03em;
  white-space: nowrap;
}
.zp-product-price-new {
  font-family: var(--zp-serif);
  font-weight: 600;
  font-size: 1.6rem;
  white-space: nowrap;
  color: var(--zp-black);
  line-height: 1;
}
.zp-product .zp-btn {
  width: 100%;
  padding: .95em 1em;
  font-size: .86rem;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .zp-hero {
    padding: 60px 20px 80px;
  }
  .zp-hero-inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .zp-hero-media {
    max-width: 420px;
    margin: 0 auto;
    order: -1;
  }
  .zp-hero-badge {
    width: 86px;
    height: 86px;
    font-size: 1.3rem;
    right: 0;
  }
  .zp-hero-offer {
    flex-direction: column;
  }
  .zp-hero-price {
    border-right: none;
    border-bottom: 1px solid rgba(201, 169, 110, .25);
  }
  .zp-trustbar-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .zp-products {
    padding: 70px 20px;
  }
  .zp-product {
    flex: 0 0 calc(50% - 14px);
  }
  .zp-carousel-btn {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }
  .zp-hero-actions {
    flex-direction: column;
  }
  .zp-hero-actions .zp-btn {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .zp-hero h1 {
    font-size: 2.4rem;
  }
  .zp-trustbar-inner {
    grid-template-columns: 1fr;
  }
  .zp-product {
    flex: 0 0 calc(100% - 0px);
  }
}

/* ============================================================
   ZP · ANNOUNCEMENT BAR
   ============================================================ */
.zp-announcement {
  background: linear-gradient(90deg, #0A0A0A 0%, #1a1208 50%, #0A0A0A 100%);
  color: var(--zp-bone);
  border-bottom: 1px solid rgba(201, 169, 110, 0.25);
  overflow: hidden;
  font-family: var(--zp-sans);
  font-size: 0.82rem;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 500;
}
.zp-announcement-track {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  white-space: nowrap;
  padding: 0.7rem 0;
  animation: zp-marquee 35s linear infinite;
  width: max-content;
}
.zp-announcement-item {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}
.zp-announcement-icon {
  font-size: 1rem;
}
.zp-announcement--light {
  background: #FFFFFF !important;
  color: var(--zp-black) !important;
  border-bottom: 1px solid var(--zp-pearl);
}
.zp-announcement--light .zp-announcement-sep {
  color: var(--zp-black) !important;
  opacity: 0.3;
}
.zp-announcement-sep {
  color: var(--zp-gold);
  opacity: 0.6;
  font-size: 0.7rem;
}
@keyframes zp-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* ============================================================
   ZP · HOW (Cómo funciona)
   ============================================================ */
.zp-how {
  padding: 6rem 1.5rem;
  background: var(--zp-bone);
  font-family: var(--zp-sans);
}
.zp-how-head {
  max-width: 720px;
  margin: 0 auto 4rem;
  text-align: center;
}
.zp-how-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 4px;
  color: var(--zp-gold-dark);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.zp-how-head h2 {
  font-family: var(--zp-serif);
  font-size: 3rem;
  color: var(--zp-black);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 1rem;
}
.zp-how-head h2 em {
  color: var(--zp-gold);
  font-style: italic;
}
.zp-how-head p {
  font-size: 1.1rem;
  color: #555;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.6;
}
.zp-how-steps {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2.5rem;
  position: relative;
}
.zp-how-step {
  position: relative;
  padding: 2.5rem 1.5rem 2rem;
  text-align: center;
  background: #fff;
  border: 1px solid var(--zp-pearl);
  border-radius: 4px;
  transition: all 0.3s ease;
}
.zp-how-step:hover {
  border-color: var(--zp-gold);
  transform: translateY(-4px);
  box-shadow: 0 20px 40px rgba(10, 10, 10, 0.08);
}
.zp-how-step-num {
  position: absolute;
  top: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--zp-black);
  color: var(--zp-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--zp-serif);
  font-size: 1.4rem;
  font-weight: 600;
  border: 2px solid var(--zp-gold);
}
.zp-how-step-icon {
  font-size: 3rem;
  margin: 0.5rem 0 1rem;
}
.zp-how-step h3 {
  font-family: var(--zp-serif);
  font-size: 1.5rem;
  color: var(--zp-black);
  margin: 0 0 0.8rem;
  font-weight: 600;
}
.zp-how-step p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}
.zp-how-cta {
  text-align: center;
  margin-top: 3.5rem;
}

/* ============================================================
   ZP · REVIEWS
   ============================================================ */
.zp-reviews {
  padding: 6rem 1.5rem;
  background: var(--zp-black);
  color: var(--zp-bone);
  font-family: var(--zp-sans);
}
.zp-reviews-head {
  max-width: 720px;
  margin: 0 auto 4rem;
  text-align: center;
}
.zp-reviews-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 4px;
  color: var(--zp-gold);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.zp-reviews-head h2 {
  font-family: var(--zp-serif);
  font-size: 3rem;
  color: var(--zp-bone);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 1.5rem;
}
.zp-reviews-head h2 em {
  color: var(--zp-gold);
  font-style: italic;
}
.zp-reviews-rating {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.4rem;
  padding: 1rem 2rem;
  border: 1px solid rgba(201, 169, 110, 0.3);
  border-radius: 4px;
  background: rgba(201, 169, 110, 0.05);
}
.zp-reviews-stars {
  color: var(--zp-gold);
  font-size: 1.3rem;
  letter-spacing: 3px;
}
.zp-reviews-rating-text {
  font-size: 0.85rem;
  color: #d4cfc6;
}
.zp-reviews-rating-text strong {
  color: var(--zp-gold);
  font-weight: 600;
}
.zp-reviews-carousel-wrap {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.zp-reviews-carousel {
  overflow: hidden;
  flex: 1;
}
.zp-reviews-track {
  display: flex;
}
.zp-reviews-slide {
  flex: 0 0 100%;
  padding: 0 0.25rem;
}
.zp-reviews-nav {
  background: none;
  border: 1px solid rgba(201, 169, 110, 0.4);
  color: var(--zp-gold);
  border-radius: 50%;
  width: 38px;
  height: 38px;
  font-size: 1.1rem;
  cursor: pointer;
  flex-shrink: 0;
  transition: all 0.2s;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zp-reviews-nav:hover {
  background: var(--zp-gold);
  color: var(--zp-black);
}
.zp-reviews-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 1.5rem;
}
.zp-reviews-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: none;
  background: rgba(201, 169, 110, 0.3);
  cursor: pointer;
  padding: 0;
  transition: all 0.2s;
}
.zp-reviews-dot.active {
  background: var(--zp-gold);
  transform: scale(1.4);
}
.zp-review-card {
  background: #151515;
  border: 1px solid rgba(201, 169, 110, 0.18);
  border-radius: 4px;
  padding: 2rem 1.8rem;
  transition: all 0.3s ease;
}
.zp-review-card:hover {
  border-color: var(--zp-gold);
  transform: translateY(-3px);
}
.zp-review-stars {
  color: var(--zp-gold);
  letter-spacing: 2px;
  font-size: 1rem;
  margin-bottom: 0.8rem;
}
.zp-review-title {
  font-family: var(--zp-serif);
  font-size: 1.2rem;
  color: var(--zp-bone);
  font-weight: 600;
  margin: 0 0 0.8rem;
}
.zp-review-text {
  font-size: 0.95rem;
  color: #c9c3ba;
  line-height: 1.65;
  margin: 0 0 1.5rem;
}
.zp-review-author {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(201, 169, 110, 0.15);
}
.zp-review-author img,
.zp-review-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
}
.zp-review-avatar {
  background: linear-gradient(135deg, var(--zp-gold), var(--zp-gold-dark));
  color: var(--zp-black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--zp-serif);
  font-size: 1.3rem;
  font-weight: 700;
}
.zp-review-name {
  font-size: 0.95rem;
  color: var(--zp-bone);
  font-weight: 600;
}
.zp-review-location {
  font-size: 0.78rem;
  color: var(--zp-gold);
  margin-top: 2px;
}

/* ============================================================
   ZP · GUARANTEES
   ============================================================ */
.zp-guarantees {
  padding: 6rem 1.5rem;
  background: var(--zp-bone);
  font-family: var(--zp-sans);
}
.zp-guarantees-head {
  max-width: 720px;
  margin: 0 auto 4rem;
  text-align: center;
}
.zp-guarantees-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 4px;
  color: var(--zp-gold-dark);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.zp-guarantees-head h2 {
  font-family: var(--zp-serif);
  font-size: 3rem;
  color: var(--zp-black);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 1rem;
}
.zp-guarantees-head h2 em {
  color: var(--zp-gold);
  font-style: italic;
}
.zp-guarantees-head p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}
.zp-guarantees-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}
.zp-guarantee {
  padding: 2.5rem 1.8rem;
  background: #fff;
  border: 1px solid var(--zp-pearl);
  border-top: 3px solid var(--zp-gold);
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease;
}
.zp-guarantee:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(10, 10, 10, 0.1);
  border-top-color: var(--zp-gold-dark);
}
.zp-guarantee-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
}
.zp-guarantee h3 {
  font-family: var(--zp-serif);
  font-size: 1.3rem;
  color: var(--zp-black);
  font-weight: 600;
  margin: 0 0 0.7rem;
}
.zp-guarantee p {
  font-size: 0.92rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* ============================================================
   ZP · FAQ + CTA FINAL
   ============================================================ */
.zp-faq {
  padding: 6rem 1.5rem;
  background: var(--zp-bone);
  font-family: var(--zp-sans);
}
.zp-faq-head {
  max-width: 720px;
  margin: 0 auto 3.5rem;
  text-align: center;
}
.zp-faq-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 4px;
  color: var(--zp-gold-dark);
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.zp-faq-head h2 {
  font-family: var(--zp-serif);
  font-size: 3rem;
  color: var(--zp-black);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 1rem;
}
.zp-faq-head h2 em {
  color: var(--zp-gold);
  font-style: italic;
}
.zp-faq-head p {
  font-size: 1.1rem;
  color: #555;
  line-height: 1.6;
}
.zp-faq-list {
  max-width: 820px;
  margin: 0 auto;
}
.zp-faq-item {
  border-bottom: 1px solid var(--zp-pearl);
  transition: all 0.3s ease;
}
.zp-faq-item summary {
  list-style: none;
  cursor: pointer;
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-family: var(--zp-serif);
  font-size: 1.15rem;
  color: var(--zp-black);
  font-weight: 600;
  transition: color 0.2s ease;
}
.zp-faq-item summary::-webkit-details-marker { display: none; }
.zp-faq-item summary:hover { color: var(--zp-gold-dark); }
.zp-faq-plus {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid var(--zp-gold);
  color: var(--zp-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  font-weight: 300;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.zp-faq-item[open] .zp-faq-plus {
  transform: rotate(45deg);
  background: var(--zp-gold);
  color: var(--zp-black);
}
.zp-faq-answer {
  padding: 0 0 1.5rem;
  font-size: 0.98rem;
  color: #555;
  line-height: 1.7;
  max-width: 90%;
}
.zp-faq-cta {
  max-width: 820px;
  margin: 5rem auto 0;
  padding: 3.5rem 2rem;
  background: var(--zp-black);
  color: var(--zp-bone);
  text-align: center;
  border-radius: 4px;
  border: 1px solid var(--zp-gold);
  position: relative;
  overflow: hidden;
}
.zp-faq-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at top, rgba(201, 169, 110, 0.15) 0%, transparent 60%);
  pointer-events: none;
}
.zp-faq-cta h3 {
  font-family: var(--zp-serif);
  font-size: 2.2rem;
  color: var(--zp-bone);
  font-weight: 600;
  margin: 0 0 0.8rem;
  position: relative;
}
.zp-faq-cta p {
  font-size: 1.05rem;
  color: #c9c3ba;
  margin: 0 0 2rem;
  position: relative;
}
.zp-faq-cta .zp-btn {
  position: relative;
}

/* ============================================================
   RESPONSIVE — nuevas secciones
   ============================================================ */
@media (max-width: 900px) {
  .zp-how, .zp-reviews, .zp-guarantees, .zp-faq {
    padding: 4rem 1.2rem;
  }
  .zp-how-head h2,
  .zp-reviews-head h2,
  .zp-guarantees-head h2,
  .zp-faq-head h2 {
    font-size: 2.2rem;
  }
  .zp-faq-cta {
    padding: 2.5rem 1.5rem;
  }
  .zp-faq-cta h3 {
    font-size: 1.7rem;
  }
}
@media (max-width: 500px) {
  .zp-how-steps,
  .zp-guarantees-grid {
    grid-template-columns: 1fr;
  }
  .zp-faq-item summary {
    font-size: 1rem;
  }
}

/* ============================================================
   ZP · STICKY CTA (mobile)
   ============================================================ */
.zp-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 900;
  background: var(--zp-black);
  border-top: 1px solid rgba(201, 169, 110, 0.3);
  padding: 0.8rem 1.2rem;
  transform: translateY(100%);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.4);
}
.zp-sticky-cta--visible {
  transform: translateY(0);
}

@media (min-width: 769px) {
  .zp-sticky-cta--visible {
    display: block;
  }
}
.zp-sticky-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: 480px;
  margin: 0 auto;
}
.zp-sticky-cta-label {
  font-family: var(--zp-sans);
  font-size: 0.8rem;
  color: #d4cfc6;
  white-space: nowrap;
}
.zp-sticky-cta .zp-btn {
  flex-shrink: 0;
  padding: 0.75rem 1.5rem;
  font-size: 0.88rem;
}

@media (max-width: 749px) {
  .zp-sticky-cta { display: none !important; }
}

@media (max-width: 768px) {
  .zp-sticky-cta {
    display: block;
  }
  .zp-sticky-cta-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 6px;
    padding: 10px 16px 14px;
  }
  .zp-sticky-cta-label {
    text-align: center;
    font-size: 0.75rem;
  }
  .zp-sticky-cta .zp-btn {
    text-align: center;
    width: 100%;
    padding: 0.7rem 1rem;
  }
}

/* ============================================================
   ZP · POPUP NOTIFICACIONES
   ============================================================ */
.zp-popup {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  z-index: 950;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  background: #1a1a1a;
  border: 1px solid rgba(201, 169, 110, 0.35);
  border-left: 3px solid var(--zp-gold);
  border-radius: 6px;
  padding: 0.9rem 1rem 0.9rem 0.9rem;
  max-width: 300px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.5);
  font-family: var(--zp-sans);
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.zp-popup--visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.zp-popup-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--zp-gold), var(--zp-gold-dark));
  color: var(--zp-black);
  font-family: var(--zp-serif);
  font-size: 1.2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.zp-popup-body {
  flex: 1;
  min-width: 0;
}
.zp-popup-name {
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--zp-bone);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zp-popup-text {
  font-size: 0.82rem;
  color: #c9c3ba;
  margin-top: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.zp-popup-time {
  font-size: 0.72rem;
  color: var(--zp-gold);
  margin-top: 3px;
}
.zp-popup-close {
  background: none;
  border: none;
  color: #666;
  font-size: 0.75rem;
  cursor: pointer;
  padding: 0 0 0 0.3rem;
  line-height: 1;
  flex-shrink: 0;
  transition: color 0.2s;
}
.zp-popup-close:hover {
  color: var(--zp-gold);
}

/* ===========================================
   LANDING DE PRODUCTO — ZP · Producto Hero
   =========================================== */

.zp-pg-hero {
  background: var(--zp-bone);
  padding: 48px 0 64px;
}
.zp-pg-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: start;
}

/* Galería */
.zp-pg-gallery { position: relative; }
.zp-pg-main-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 1 / 1;
  border: 1px solid var(--zp-pearl);
}
.zp-pg-main-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: opacity 0.2s;
}
.zp-pg-no-img {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #aaa;
  font-size: 0.9rem;
}
.zp-pg-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 12px;
  flex-wrap: wrap;
}
.zp-pg-thumb {
  border: 1.5px solid var(--zp-pearl);
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  background: none;
  padding: 0;
  width: 72px;
  height: 72px;
  flex-shrink: 0;
  transition: border-color 0.2s;
}
.zp-pg-thumb.active,
.zp-pg-thumb:hover { border-color: var(--zp-gold); }
.zp-pg-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* Columna info */
.zp-pg-title {
  font-size: 1.9rem;
  color: var(--zp-black);
  margin: 0 0 14px;
  line-height: 1.25;
  font-family: 'Playfair Display', Georgia, serif;
}
.zp-pg-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 18px;
}

/* Estrellas */
.zp-pg-rating { display: flex; align-items: center; gap: 6px; }
.zp-pg-stars {
  position: relative;
  display: inline-block;
  font-size: 1.25rem;
  line-height: 1;
}
.zp-pg-stars-bg { color: #d4d0ca; }
.zp-pg-stars-fill {
  position: absolute;
  top: 0; left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: var(--zp-gold);
}
.zp-pg-rating-score {
  font-weight: 700;
  color: var(--zp-black);
  font-size: 0.95rem;
}
.zp-pg-rating-count {
  color: #777;
  font-size: 0.85rem;
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Personas viendo */
.zp-pg-viewers {
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 0.85rem;
  color: #555;
}
.zp-pg-viewers-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  flex-shrink: 0;
  animation: zp-dot-pulse 1.5s ease-in-out infinite;
}
@keyframes zp-dot-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: 0.5; transform: scale(1.5); }
}

/* Precio */
.zp-pg-price-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.zp-pg-price-old {
  color: #999;
  text-decoration: line-through;
  font-size: 1.05rem;
}
.zp-pg-price-new {
  color: var(--zp-gold);
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
}
.zp-pg-discount-badge {
  background: #dc2626;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 3px 9px;
  border-radius: 20px;
  letter-spacing: 0.04em;
}

/* Countdown urgencia */
.zp-pg-countdown {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fffbeb;
  border: 1px solid #fcd34d;
  border-radius: 8px;
  padding: 10px 16px;
  margin-bottom: 16px;
  font-size: 0.9rem;
  flex-wrap: wrap;
}
.zp-pg-countdown-label { color: #92400e; font-weight: 500; }
.zp-pg-countdown-time {
  font-family: 'Courier New', monospace;
  font-weight: 800;
  font-size: 1.2rem;
  color: var(--zp-gold-dark);
  letter-spacing: 0.1em;
}

/* Stock dinámico */
.zp-pg-stock { margin-bottom: 20px; }
.zp-pg-stock-bar {
  height: 6px;
  background: var(--zp-pearl);
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 7px;
}
.zp-pg-stock-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--zp-gold) 0%, #e07b2a 100%);
  border-radius: 3px;
  transition: width 0.6s ease;
}
.zp-pg-stock-text { font-size: 0.85rem; color: #555; margin: 0; }
.zp-pg-stock-text strong { color: #dc2626; }

/* Descripción corta */
.zp-pg-desc {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.65;
  margin-bottom: 22px;
}

/* Selector de variantes */
.zp-pg-variants { margin-bottom: 20px; }
.zp-pg-option-group { margin-bottom: 14px; }
.zp-pg-option-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--zp-black);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.zp-pg-option-btns { display: flex; gap: 8px; flex-wrap: wrap; }
.zp-pg-opt-btn {
  padding: 8px 18px;
  border: 1.5px solid var(--zp-pearl);
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 0.9rem;
  color: var(--zp-black);
  transition: border-color 0.2s, background 0.2s;
}
.zp-pg-opt-btn.selected,
.zp-pg-opt-btn:hover {
  border-color: var(--zp-gold);
  background: #fffbf0;
}

/* Botón CTA ancho completo */
.zp-btn-full {
  width: 100%;
  justify-content: center;
  font-size: 1rem;
  padding: 18px 24px;
  letter-spacing: 0.06em;
  margin-bottom: 4px;
}

/* Barra confianza COD */
.zp-pg-trust {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid var(--zp-pearl);
}
.zp-pg-trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  text-align: center;
  font-size: 1.15rem;
}
.zp-pg-trust-item span {
  font-size: 0.68rem;
  color: #666;
  line-height: 1.3;
}

/* Responsive producto */
@media (max-width: 860px) {
  .zp-pg-inner {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
@media (max-width: 600px) {
  .zp-pg-title { font-size: 1.45rem; }
  .zp-pg-price-new { font-size: 1.75rem; }
  .zp-pg-trust { grid-template-columns: repeat(2, 1fr); }
  .zp-pg-countdown { font-size: 0.82rem; }
}

/* ===========================================
   WHATSAPP — Botón flotante
   =========================================== */

.zp-wa-btn {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9000;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #25D366;
  color: #fff;
  text-decoration: none;
  padding: 13px 22px 13px 16px;
  border-radius: 50px;
  box-shadow: 0 4px 24px rgba(37, 211, 102, 0.45);
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  animation: zp-wa-appear 0.4s ease;
}
.zp-wa-btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.55);
  color: #fff;
  text-decoration: none;
}
@keyframes zp-wa-appear {
  from { transform: scale(0.4); opacity: 0; }
  to   { transform: scale(1);   opacity: 1; }
}

/* En mobile: solo ícono, se sube por encima del sticky CTA */
@media (max-width: 600px) {
  .zp-wa-btn {
    bottom: 86px;
    padding: 15px;
    border-radius: 50%;
  }
  .zp-wa-label { display: none; }
}

/* ===========================================
   BENEFICIOS — ZP · Beneficios
   =========================================== */

.zp-pb-section {
  background: #fff;
  padding: 64px 0;
}
.zp-pb-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 40px;
}
.zp-pb-card {
  background: var(--zp-bone);
  border-radius: 10px;
  padding: 28px 22px;
  border-left: 3px solid var(--zp-gold);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.zp-pb-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.07);
}
.zp-pb-icon {
  font-size: 2rem;
  margin-bottom: 14px;
  line-height: 1;
}
.zp-pb-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--zp-black);
  margin-bottom: 8px;
}
.zp-pb-desc {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.6;
}

@media (max-width: 860px) {
  .zp-pb-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .zp-pb-grid { grid-template-columns: 1fr; }
}

/* --- ZP Beneficios: layout con carrusel de fotos --- */
.zp-pb-layout {
  display: flex;
  gap: 48px;
  margin-top: 40px;
  align-items: flex-start;
}
.zp-pb-photo-side {
  flex: 0 0 48%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.zp-pb-photo-track {
  display: flex;
  width: 100%;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.zp-pb-photo-slide {
  flex: 0 0 100%;
  width: 100%;
}
.zp-pb-photo-img {
  width: 100%;
  height: auto;
  display: block;
}
.zp-pb-photo-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  border: none;
  font-size: 22px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  padding: 0;
  transition: background 0.2s;
}
.zp-pb-photo-arrow:hover,
.zp-pb-photo-arrow:focus-visible {
  background: rgba(0, 0, 0, 0.8);
  outline: none;
}
.zp-pb-photo-arrow--prev { left: 10px; }
.zp-pb-photo-arrow--next { right: 10px; }
.zp-pb-photo-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 12px;
}
.zp-pb-photo-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--zp-pearl);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}
.zp-pb-photo-dot.active { background: var(--zp-gold); }
.zp-pb-benefit-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 8px;
}
.zp-pb-list-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.zp-pb-list-icon {
  font-size: 1.6rem;
  line-height: 1;
  flex-shrink: 0;
  margin-top: 2px;
}
.zp-pb-list-title {
  font-size: 1rem;
  font-weight: 700;
  color: var(--zp-black);
  margin-bottom: 4px;
}
.zp-pb-list-desc {
  font-size: 0.88rem;
  color: #666;
  line-height: 1.6;
}
@media (max-width: 749px) {
  .zp-pb-layout {
    flex-direction: column;
    gap: 24px;
  }
  .zp-pb-photo-side {
    flex: none;
    width: 100%;
  }
  .zp-pb-photo-arrow {
    width: 34px;
    height: 34px;
    font-size: 18px;
  }
}

/* ===========================================
   TESTIMONIAL HÉROE — ZP · Testimonial
   =========================================== */

.zp-ptest-section {
  background: var(--zp-black);
  padding: 72px 0;
}
.zp-ptest-card {
  max-width: 760px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.zp-ptest-quote-mark {
  font-size: 9rem;
  line-height: 0.6;
  color: var(--zp-gold);
  opacity: 0.25;
  font-family: Georgia, serif;
  margin-bottom: 16px;
  display: block;
  pointer-events: none;
}
.zp-ptest-eyebrow {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  color: var(--zp-gold);
  font-weight: 700;
  margin-bottom: 24px;
}
.zp-ptest-quote {
  font-size: 1.35rem;
  line-height: 1.75;
  color: var(--zp-bone);
  font-style: italic;
  font-family: 'Playfair Display', Georgia, serif;
  margin: 0 0 36px;
  padding: 0;
  border: none;
}
.zp-ptest-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.zp-ptest-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--zp-gold);
  flex-shrink: 0;
  background: var(--zp-gold-dark);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
}
.zp-ptest-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.zp-ptest-author-info { text-align: left; }
.zp-ptest-stars {
  color: var(--zp-gold);
  font-size: 1.1rem;
  letter-spacing: 2px;
  margin-bottom: 4px;
}
.zp-ptest-star-empty { color: #444; }
.zp-ptest-name {
  font-size: 1rem;
  font-weight: 700;
  color: var(--zp-bone);
}
.zp-ptest-city {
  font-size: 0.82rem;
  color: #888;
  margin-top: 2px;
}
.zp-ptest-badge {
  display: inline-block;
  margin-top: 6px;
  font-size: 0.75rem;
  color: #22c55e;
  font-weight: 600;
}

@media (max-width: 600px) {
  .zp-ptest-quote { font-size: 1.1rem; }
  .zp-ptest-author { flex-direction: column; text-align: center; }
  .zp-ptest-author-info { text-align: center; }
}

/* ===========================================
   TIMELINE DE ENVÍO — ZP · Timeline
   =========================================== */

.zp-ptl-section {
  background: var(--zp-bone);
  padding: 64px 0;
}
.zp-ptl-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 48px;
  position: relative;
}
/* Línea horizontal conectando los íconos */
.zp-ptl-steps::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 12.5%;
  width: 75%;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--zp-gold) 15%, var(--zp-gold) 85%, transparent 100%);
  opacity: 0.4;
  z-index: 0;
}
.zp-ptl-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 1;
}
.zp-ptl-icon-wrap { margin-bottom: 12px; }
.zp-ptl-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--zp-bone);  /* cubre la línea detrás */
  border: 2px solid var(--zp-gold);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  margin: 0 auto;
}
.zp-ptl-step-num {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--zp-gold);
  text-transform: uppercase;
  margin-bottom: 6px;
}
.zp-ptl-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--zp-black);
  margin-bottom: 6px;
}
.zp-ptl-desc {
  font-size: 0.82rem;
  color: #777;
  line-height: 1.55;
}

@media (max-width: 760px) {
  .zp-ptl-steps {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
  }
  .zp-ptl-steps::before { display: none; }
}
@media (max-width: 480px) {
  .zp-ptl-steps { grid-template-columns: 1fr; }
}

/* Frase emocional en product hero */
.zp-pg-emotional {
  font-size: 1.05rem;
  color: #777;
  font-style: italic;
  margin: -4px 0 18px;
  line-height: 1.55;
}

/* ============================================================
   LOGO ZUMELZU
   ============================================================ */
.zp-logo-light,
.zp-logo-dark,
.zp-logo-header {
  max-height: 52px;
  width: auto;
  object-fit: contain;
}
@media (max-width: 768px) {
  .zp-logo-light,
  .zp-logo-dark,
  .zp-logo-header {
    max-height: 36px;
  }
}

/* Ocultar icono del carrito en el header */
.header-actions__cart-icon {
  display: none !important;
}

/* Ocultar botón Releasit en tarjetas del home (grilla de colección) */
.zp-products #rsi_buy_now_button,
.zp-products [id="rsi_buy_now_button"] {
  display: none !important;
}

/* ============================================================
   RELEASIT COD — overrides negro/dorado DESACTIVADOS 2026-04-23
   El cliente usa su propio diseño configurado en la app Releasit.
   Para reactivar: descomentar todo este bloque.
   ============================================================ */
/*
#rsi_buy_now_button,
[id="rsi_buy_now_button"] {
  background: var(--zp-black) !important;
  background-color: var(--zp-black) !important;
  border: 1.5px solid var(--zp-gold) !important;
  color: var(--zp-gold) !important;
  border-radius: 50px !important;
  font-family: var(--zp-sans) !important;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
  animation: none !important;
  padding: 10px 18px !important;
  font-size: 0.88rem !important;
  white-space: nowrap !important;
}
#rsi_buy_now_button svg,
#rsi_buy_now_button path {
  fill: var(--zp-gold) !important;
  stroke: var(--zp-gold) !important;
}

#rsi-form-top-anchor {
  animation: zpModalFadeIn 220ms ease-out both;
}
@keyframes zpModalFadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}

#rsi-form-top-anchor button.rsi-submit_button {
  background: var(--zp-black) !important;
  background-color: var(--zp-black) !important;
  color: var(--zp-gold) !important;
  border: 1.5px solid var(--zp-gold) !important;
}
#rsi-form-top-anchor button.rsi-submit_button svg,
#rsi-form-top-anchor button.rsi-submit_button path {
  fill: var(--zp-gold) !important;
  stroke: var(--zp-gold) !important;
}

#rsi-form-top-anchor span.rsi-quantity-plaque {
  background: var(--zp-gold) !important;
  color: var(--zp-black) !important;
}

#rsi-form-top-anchor label.rsi-quantity-product:has(input:checked) {
  border-color: var(--zp-gold) !important;
  background-color: rgba(201, 169, 110, 0.08) !important;
}

#rsi-form-top-anchor input[type="radio"] {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--zp-gold) !important;
  border-radius: 50%;
  background: transparent !important;
  cursor: pointer;
  flex-shrink: 0;
}
#rsi-form-top-anchor input[type="radio"]:checked {
  background: var(--zp-gold) !important;
  border-color: var(--zp-gold) !important;
  box-shadow: inset 0 0 0 4px #fff;
}

#rsi-form-top-anchor .rsi-form-header {
  background: var(--zp-black) !important;
  color: var(--zp-gold) !important;
}
#rsi-form-top-anchor .rsi-form-header button,
#rsi-form-top-anchor .rsi-form-header svg,
#rsi-form-top-anchor .rsi-form-header path {
  color: var(--zp-gold) !important;
  fill: var(--zp-gold) !important;
  stroke: var(--zp-gold) !important;
}

#rsi-form-top-anchor .rsi-quantity-product > div {
  width: 100% !important;
  margin: 0 !important;
  justify-content: flex-start !important;
  gap: 12px;
}
#rsi-form-top-anchor .rsi-quantity-image-wrapper {
  margin-left: 0 !important;
  width: 44px !important;
  height: 44px !important;
  flex-shrink: 0 !important;
}
#rsi-form-top-anchor .rsi-quantity-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}
#rsi-form-top-anchor .rsi-quantity-title-wrapper,
#rsi-form-top-anchor .rsi-quantity-price-container,
#rsi-form-top-anchor .rsi-quantity-price-wrapper {
  justify-content: flex-start !important;
  align-items: flex-start !important;
  text-align: left !important;
}

@media (max-width: 749px) {
  #rsi-form-top-anchor .rsi-quantity-price-wrapper {
    flex-direction: column !important;
    gap: 2px;
    font-size: 0 !important;
  }
  #rsi-form-top-anchor .rsi-quantity-price-wrapper > span {
    font-size: 0.875rem;
    white-space: nowrap;
  }
  #rsi-form-top-anchor .rsi-quantity-price-wrapper .rsi-quantity-old-price {
    font-size: 0.75rem;
  }
}
*/

/* ============================================================
   HORIZON — botón "Agregar al carrito" → negro/dorado
   ============================================================ */
.add-to-cart-button,
.product-form__submit,
button[name="add"] {
  background: var(--zp-black) !important;
  background-color: var(--zp-black) !important;
  border: 1.5px solid var(--zp-gold) !important;
  color: var(--zp-gold) !important;
  border-radius: 50px !important;
  font-family: var(--zp-sans) !important;
  font-weight: 600 !important;
  letter-spacing: .04em !important;
}
.add-to-cart-button:hover,
.product-form__submit:hover,
button[name="add"]:hover {
  background: var(--zp-gold) !important;
  background-color: var(--zp-gold) !important;
  color: var(--zp-black) !important;
}
.add-to-cart-button svg,
.add-to-cart-button path,
.add-to-cart-button .svg-wrapper {
  fill: var(--zp-gold) !important;
  stroke: var(--zp-gold) !important;
  color: var(--zp-gold) !important;
}
.add-to-cart-button:hover svg,
.add-to-cart-button:hover path {
  fill: var(--zp-black) !important;
  stroke: var(--zp-black) !important;
}

/* ============================================================
   LP HEADER — solo logo, sin navegación
   ============================================================ */
.zp-lp-header {
  background: var(--zp-black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(201,169,110,.15);
}
.zp-lp-header__img {
  height: 52px;
  width: auto;
  object-fit: contain;
}
.zp-lp-header__badge {
  font-family: var(--zp-sans);
  font-size: .75rem;
  font-weight: 600;
  color: var(--zp-gold);
  letter-spacing: .03em;
}

/* ============================================================
   LP HERO — full width, mobile-first, impacto máximo
   ============================================================ */
.zp-lp-hero {
  background: var(--zp-black);
  color: var(--zp-bone);
}

/* Imagen */
/* ─── LP Hero Carrusel ─── */
.zp-lp-carousel {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #111;
}
.zp-lp-carousel__track {
  display: flex;
  height: 100%;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}
.zp-lp-carousel__slide {
  flex: 0 0 100%;
  height: 100%;
}
.zp-lp-carousel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.zp-lp-hero__discount-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--zp-gold);
  color: var(--zp-black);
  font-family: var(--zp-sans);
  font-weight: 700;
  font-size: 1rem;
  padding: 6px 12px;
  border-radius: 50px;
  z-index: 2;
}
.zp-lp-carousel__prev,
.zp-lp-carousel__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0,0,0,0.45);
  color: #fff;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
  transition: background 0.2s;
}
.zp-lp-carousel__prev:hover,
.zp-lp-carousel__next:hover { background: rgba(201,169,110,0.8); }
.zp-lp-carousel__prev { left: 10px; }
.zp-lp-carousel__next { right: 10px; }
.zp-lp-carousel__dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
  z-index: 3;
}
.zp-lp-carousel__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,0.35);
  border: none;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s, transform 0.2s;
}
.zp-lp-carousel__dot.active {
  background: var(--zp-gold);
  transform: scale(1.35);
}

/* Contenido */
.zp-lp-hero__content {
  padding: 24px 20px 36px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Rating + viewers */
.zp-lp-hero__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.zp-lp-hero__stars {
  color: var(--zp-gold);
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 4px;
}
.zp-lp-hero__rating-num {
  font-family: var(--zp-sans);
  font-weight: 700;
  font-size: .9rem;
  color: var(--zp-gold);
}
.zp-lp-hero__rating-count {
  font-family: var(--zp-sans);
  font-size: .8rem;
  color: #a09888;
}
.zp-lp-hero__viewers {
  font-family: var(--zp-sans);
  font-size: .8rem;
  color: #a09888;
}

/* Título */
.zp-lp-hero__title {
  font-family: var(--zp-serif);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--zp-bone);
  margin: 0;
}
.zp-lp-hero__subline {
  font-family: var(--zp-sans);
  font-size: .9rem;
  color: #a09888;
  margin: 0;
  font-style: italic;
}

/* Precio */
.zp-lp-hero__price-block {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}
.zp-lp-hero__price-old {
  font-family: var(--zp-sans);
  font-size: .9rem;
  color: #7a7168;
  text-decoration: line-through;
}
.zp-lp-hero__price-new {
  font-family: var(--zp-serif);
  font-size: 2.2rem;
  font-weight: 700;
  color: var(--zp-bone);
  line-height: 1;
}
.zp-lp-hero__savings {
  font-family: var(--zp-sans);
  font-size: .78rem;
  font-weight: 600;
  color: var(--zp-gold);
  background: rgba(201,169,110,.12);
  padding: 3px 8px;
  border-radius: 50px;
}

/* Stock */
.zp-lp-hero__stock {
  font-family: var(--zp-sans);
  font-size: .85rem;
  color: #e8d5b0;
  font-weight: 500;
}

/* CTA */
.zp-lp-hero__form { margin: 0; }
.zp-lp-hero__cta {
  display: block;
  width: 100%;
  background: var(--zp-gold) !important;
  color: var(--zp-black) !important;
  border: none !important;
  border-radius: 50px !important;
  font-family: var(--zp-sans) !important;
  font-weight: 700 !important;
  font-size: 1.05rem !important;
  letter-spacing: .04em !important;
  padding: 18px 24px !important;
  cursor: pointer;
  text-align: center;
  transition: background .2s, transform .1s;
  box-shadow: 0 8px 28px rgba(201,169,110,.35);
}
.zp-lp-hero__cta:hover {
  background: #d4b57e !important;
  transform: translateY(-1px);
}
.zp-lp-hero__cta:active {
  transform: translateY(0);
}

/* Garantías */
.zp-lp-hero__guarantees {
  display: flex;
  justify-content: space-between;
  gap: 6px;
  font-family: var(--zp-sans);
  font-size: .75rem;
  color: #7a7168;
}

/* Countdown */
.zp-lp-hero__countdown {
  background: rgba(201,169,110,.08);
  border: 1px solid rgba(201,169,110,.2);
  border-radius: var(--zp-radius);
  padding: 12px 16px;
  text-align: center;
}
.zp-lp-hero__countdown-label {
  font-family: var(--zp-sans);
  font-size: .78rem;
  color: var(--zp-gold);
  font-weight: 500;
  display: block;
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.zp-lp-hero__timer {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
.zp-lp-timer-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: var(--zp-black);
  border: 1px solid rgba(201,169,110,.3);
  border-radius: 6px;
  padding: 6px 12px;
  min-width: 48px;
}
.zp-lp-timer-block span {
  font-family: var(--zp-serif);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--zp-bone);
  line-height: 1;
}
.zp-lp-timer-block small {
  font-family: var(--zp-sans);
  font-size: .65rem;
  color: #7a7168;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.zp-lp-timer-sep {
  font-family: var(--zp-serif);
  font-size: 1.4rem;
  color: var(--zp-gold);
  font-weight: 700;
  line-height: 1;
  margin-bottom: 12px;
}

/* Desktop: dos columnas */
@media (min-width: 750px) {
  .zp-lp-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 90vh;
    align-items: start;
  }
  .zp-lp-carousel {
    aspect-ratio: auto;
    height: 100%;
    min-height: 600px;
  }
  .zp-lp-hero__content {
    padding: 48px 44px;
    position: sticky;
    top: 0;
  }
  .zp-lp-hero__title {
    font-size: 2.2rem;
  }
  .zp-lp-hero__price-new {
    font-size: 2.6rem;
  }
}
