/* ==========================================================================
   Lash Perú — CSS de marca
   Archivo  : assets/css/brands/lash-peru.css
   Versión  : 1.1
   Cargado  : automáticamente por inc/enqueue.php cuando el slug es 'lash-peru'
   Depende  : assets/css/app.css (debe cargarse antes)

   CAMBIOS v1.1 vs v1.0:
   ────────────────────────────────────────────────────────────────────────
   1. HEADER: añadidos estilos para .lp-header-search y .lp-header-cart
      (inyectados via hook techy_header_actions_end por lash-peru-hooks.php).
   2. HERO: aspect-ratio 3/2 (era 4/5). Padding reducido. Menor altura visual.
   3. GALERÍA: transición más suave. max-height más realista. Fog mejorado.
   4. RETAIL: padding reducido (64px → 48px).
   5. CONTACTO: layout flex en .lp-contact__info-item para soporte de iconos.
   ────────────────────────────────────────────────────────────────────────

   IDENTIDAD VISUAL:
   Lash Perú es beauty retail premium — blanco, cian, limpio.
   Glassmorphism sutil tipo Apple premium.

   TOKENS LOCALES (prefijo lp-):
   --lp-cyan       #009DDA   Cian principal
   --lp-cyan-deep  #0077A8   Cian oscuro (hover)
   --lp-cyan-soft  #4DCAF0   Cian claro (acentos)
   --lp-ink        #1d1d1f   Texto principal (Apple dark)
   --lp-grey       #86868b   Texto secundario
   --lp-line       #e5e5e7   Borde suave
   --lp-surface    #f5f5f7   Fondo gris Apple
   --lp-white      #ffffff   Blanco puro
   --lp-bg         #fbfbfd   Fondo base de página

   SECCIONES:
    1.  Tokens + body base
    2.  Header override — cian en brand-lash-peru
    2b. Header search + cart (nuevos en v1.1)
    3.  Footer override — cian
    4.  Utilidades locales (lp-wrap, lp-fullbleed, lp-eyebrow, etc.)
    5.  Botones
    6.  Hero — split layout premium
    7.  Trust bar
    8.  Productos destacados
    9.  Servicios
   10.  Especialista
   11.  Retail (canales)
   12.  Galería
   13.  Contacto
   14.  Animaciones @keyframes
   15.  Hero CSS animations (lp-hero-anim-N)
   16.  Scroll fade-in (lp-js-fade)
   17.  Responsive
   PHASE 1 CSS INVENTORY (no funcional):
   - base/tokens: seccion 1.
   - layout: wrappers/fullbleed locales, hero, retail, galeria, secciones.
   - components: lp-btn, cards, trust items, search/cart pills.
   - pages: landing Lash Peru.
   - catalog: tc-lash-* jerarquico actual.
   - contact: lp-contact-* pendiente de converger con shared contact.
   - brand overrides: header/footer/nav/search/cart.
   - legacy/probable legacy: revisar bloques de catalogo no tc-lash si aparecen.
   - fixes: reduced-motion y overrides finales son controlados, no mover.
   ========================================================================== */

/* --------------------------------------------------------------------------
   1. TOKENS + BODY BASE
   -------------------------------------------------------------------------- */
.brand-lash-peru {
  --lp-cyan:        #009DDA;
  --lp-cyan-deep:   #0077A8;
  --lp-cyan-soft:   #4DCAF0;
  --lp-gradient:    linear-gradient(135deg, #006fa0 0%, #009DDA 55%, #4dcaf0 100%);
  --lp-gradient-text: linear-gradient(135deg, #009DDA 0%, #4dcaf0 55%, #009DDA 100%);
  --lp-ink:         #1d1d1f;
  --lp-carbon:      #3a3a3c;
  --lp-grey:        #86868b;
  --lp-mist:        #aeaeb2;
  --lp-line:        #e5e5e7;
  --lp-surface:     #f5f5f7;
  --lp-surface-2:   #fbfbfd;
  --lp-white:       #ffffff;
  --lp-bg:          #fbfbfd;
  --lp-ease:        cubic-bezier(.165,.84,.44,1);
  --lp-t:           .32s;
  --lp-t-slow:      .56s;

  /* Sombras cian */
  --lp-shadow-cyan:  0 12px 36px rgba(0,157,218,.18);
  --lp-shadow-sm:    0 2px 8px  rgba(0,0,0,.04);
  --lp-shadow-md:    0 8px 24px rgba(0,0,0,.07);
  --lp-shadow-lg:    0 20px 48px rgba(0,0,0,.10);

  /* Override de color de fondo global */
  background-color: var(--lp-bg);
  color: var(--lp-ink);
}

/* --------------------------------------------------------------------------
   2. HEADER OVERRIDE — Lash Perú usa header claro sobre fondo blanco
   -------------------------------------------------------------------------- */
.brand-lash-peru .t-header {
  background: rgba(255,255,255,.94);
  border-bottom-color: var(--lp-line);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
}
.brand-lash-peru .t-header.is-scrolled {
  box-shadow: 0 4px 20px rgba(0,0,0,.06);
}

/* Logo en header claro */
.brand-lash-peru .header-logo a { color: var(--lp-ink); }
.brand-lash-peru .logo-first-name { color: var(--lp-ink); -webkit-text-fill-color: var(--lp-ink); }
.brand-lash-peru .logo-last-name {
  background: var(--lp-gradient-text);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  filter: none;
}

/* Nav en header claro */
.brand-lash-peru .nav-brand { color: var(--lp-carbon); }
.brand-lash-peru .nav-brand:hover,
.brand-lash-peru .nav-brand--active { color: var(--lp-cyan); }
.brand-lash-peru .nav-brand::after { background: var(--lp-cyan); }
.brand-lash-peru .nav-sep { background: var(--lp-line); }

/* Botón cuenta */
.brand-lash-peru .header-account {
  color: var(--lp-ink); border-color: var(--lp-line);
}
.brand-lash-peru .header-account:hover {
  background: var(--lp-cyan); border-color: var(--lp-cyan); color: var(--lp-white);
}

/* Hamburger */
.brand-lash-peru .t-header.header--dark .header-hamburger,
.brand-lash-peru .header-hamburger {
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(4,20,31,.14);
  box-shadow: 0 8px 20px rgba(0,157,218,.08);
}
.brand-lash-peru .t-header.header--dark .header-hamburger span,
.brand-lash-peru .header-hamburger span { background: var(--lp-ink); }
.brand-lash-peru .t-header.header--dark .header-hamburger:hover,
.brand-lash-peru .t-header.header--dark .header-hamburger:focus-visible,
.brand-lash-peru .header-hamburger:hover,
.brand-lash-peru .header-hamburger:focus-visible {
  background: #fff;
  border-color: rgba(0,157,218,.28);
}
.brand-lash-peru .mobile-nav { background: rgba(255,255,255,.97); }
.brand-lash-peru .mobile-nav .nav-brand { color: var(--lp-ink); }
.brand-lash-peru .mobile-nav .nav-brand:hover { color: var(--lp-cyan); }
.brand-lash-peru .mobile-nav-close { color: var(--lp-ink); }

/* Header back link */
.brand-lash-peru .header-back { color: var(--lp-grey); }
.brand-lash-peru .header-back:hover { color: var(--lp-cyan); }

/* --------------------------------------------------------------------------
   2b. HEADER — Búsqueda y Carrito (inyectados via hook techy_header_actions_end)
   v1.2: refinamiento óptico de alineación y jerarquía visual.
   -------------------------------------------------------------------------- */

/* ── Contenedor de acciones ────────────────────────────────────────────────
   display:flex con gap reducido a 6px (búsqueda y carrito van juntos).
   El separador entre carrito y Mi Cuenta lo da un pseudo-elemento ::before
   en .header-account — crea jerarquía visual sin añadir HTML.
   ─────────────────────────────────────────────────────────────────────────── */
.brand-lash-peru .header-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

/* ── Búsqueda ─────────────────────────────────────────────────────────────── */
.brand-lash-peru .lp-header-search {
  display: flex;
  align-items: center;
}

.brand-lash-peru .lp-header-search form {
  display: flex;
  align-items: center;
  height: 36px;                    /* altura explícita para alineación óptica */
  background: var(--lp-surface);
  border: 1px solid var(--lp-line);
  border-radius: 9999px;
  padding: 0 4px 0 14px;
  transition:
    border-color .22s ease,
    box-shadow .22s ease;
  gap: 0;
}

.brand-lash-peru .lp-header-search form:focus-within {
  border-color: var(--lp-cyan);
  box-shadow: 0 0 0 3px rgba(0,157,218,.10);
  background: var(--lp-white);
}

.brand-lash-peru .lp-search-input {
  border: none;
  background: transparent;
  font-size: 11px;
  font-family: inherit;
  font-weight: 500;
  color: var(--lp-ink);
  width: 136px;                    /* ligeramente reducido para mejor proporción */
  padding: 0;
  height: 100%;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

.brand-lash-peru .lp-search-input::placeholder {
  color: var(--lp-mist);
  font-weight: 400;
}

/* Ocultar botón X nativo del input search en Chrome/Safari */
.brand-lash-peru .lp-search-input::-webkit-search-cancel-button { display: none; }

.brand-lash-peru .lp-search-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--lp-grey);
  font-size: 11px;
  flex-shrink: 0;
  transition: color .22s ease, background .22s ease;
}

.brand-lash-peru .lp-search-btn:hover {
  color: var(--lp-cyan);
  background: rgba(0,157,218,.07);
}

/* ── Carrito ──────────────────────────────────────────────────────────────── */
.brand-lash-peru .lp-header-cart {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;                     /* igualado con height del form de búsqueda */
  height: 36px;
  border-radius: 50%;
  color: var(--lp-ink);
  font-size: 14px;
  text-decoration: none;
  transition:
    color .22s ease,
    background .22s ease;
  flex-shrink: 0;
}

.brand-lash-peru .lp-header-cart:hover {
  color: var(--lp-cyan);
  background: rgba(0,157,218,.07);
}

/* ── Separador visual entre carrito y Mi Cuenta ───────────────────────────── */
.brand-lash-peru .header-account {
  position: relative;
  margin-left: 8px;                /* espacio extra para el separador */
}

.brand-lash-peru .header-account::before {
  content: '';
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 16px;
  background: var(--lp-line);
  pointer-events: none;
}

/* Badge del carrito — oculto por defecto, visible cuando count > 0 */
.brand-lash-peru .lp-cart-badge {
  display: none;
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  background: var(--lp-cyan);
  color: var(--lp-white);
  font-size: 9px;
  font-weight: 800;
  border-radius: 9999px;
  align-items: center;
  justify-content: center;
  line-height: 1;
  box-shadow: 0 2px 8px rgba(0,157,218,.40);
  animation: lp-badge-pop .25s var(--lp-ease) both;
  pointer-events: none;
}

.brand-lash-peru .lp-cart-badge.is-visible {
  display: flex;
}

/* --------------------------------------------------------------------------
   3. FOOTER OVERRIDE
   Jerarquía de color cian:
   - Cian sólido: solo Lash Perú activo en "Nuestras Marcas" + acentos mínimos
   - Resto de enlaces: gris base (#86868b) con hover cian
   -------------------------------------------------------------------------- */
.brand-lash-peru .t-footer {
  background: #000000;
}
.brand-lash-peru .footer-brand-sub { color: var(--lp-cyan); }
.brand-lash-peru .footer-tagline,
.brand-lash-peru .footer-link-list a { color: #86868b; }
.brand-lash-peru .footer-link-list a:hover { color: var(--lp-cyan); }
.brand-lash-peru .footer-col-title { color: rgba(255,255,255,.85); }
.brand-lash-peru .footer-col-title::after {
  background: var(--lp-cyan);
}
.brand-lash-peru .footer-parent-link { color: var(--lp-cyan); }
.brand-lash-peru .footer-socials a {
  border-color: rgba(255,255,255,.08); color: rgba(255,255,255,.40);
}
.brand-lash-peru .footer-socials a:hover {
  background: var(--lp-cyan); border-color: var(--lp-cyan); color: var(--lp-white);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,157,218,.50);
}
.brand-lash-peru .footer-bottom { border-top-color: rgba(255,255,255,.05); }
.brand-lash-peru .footer-copy,
.brand-lash-peru .footer-credit { color: #5a5a5a; }
.brand-lash-peru .footer-credit a { color: var(--lp-cyan); }
.brand-lash-peru .footer-credit a:hover { color: var(--lp-white); }

/* Enlace activo en footer: Lash Perú en cian SOLO en la columna "Nuestras Marcas".
   FIX: el selector anterior a[href*="lash-peru"] también pintaba los links
   de la columna "Explorar" (todos tienen /lash-peru#... en la URL).
   Con .footer-col--brands (clase añadida en site-footer.php v2.1), el selector
   queda acotado solo a la columna de marcas del ecosistema. */
.brand-lash-peru .footer-col--brands .footer-link-list a[href*="lash-peru"] {
  color: var(--lp-cyan); font-weight: 700;
}

/* --------------------------------------------------------------------------
   4. UTILIDADES LOCALES
   -------------------------------------------------------------------------- */
.lp-wrap {
  max-width: 1400px;
  margin-inline: auto;
  padding-inline: 60px;
}

.lp-fullbleed {
  width: 100%;
}

.lp-eyebrow {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--lp-cyan);
  margin-bottom: 12px;
}

.lp-section-title {
  font-size: clamp(28px, 3.2vw, 46px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.05;
  color: var(--lp-ink);
  margin-bottom: 16px;
}

.lp-section-sub {
  font-size: 16px;
  line-height: 1.72;
  color: var(--lp-grey);
  max-width: 600px;
}

.lp-section-header { margin-bottom: 52px; }
.lp-section-header--center {
  text-align: center;
  display: flex; flex-direction: column; align-items: center;
}

.lp-text-gradient {
  background: var(--lp-gradient-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp-cian-label {
  display: block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .20em;
  text-transform: uppercase;
  color: var(--lp-cyan);
  margin-bottom: 6px;
}

/* --------------------------------------------------------------------------
   5. BOTONES DE MARCA
   -------------------------------------------------------------------------- */
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 9999px;
  padding: 13px 30px;
  white-space: nowrap;
  cursor: pointer;
  border: none;
  transition:
    background var(--lp-t) var(--lp-ease),
    color      var(--lp-t) var(--lp-ease),
    border-color var(--lp-t) var(--lp-ease),
    transform  var(--lp-t) var(--lp-ease),
    box-shadow var(--lp-t) var(--lp-ease);
}
.lp-btn--lg  { padding: 16px 44px; font-size: 12px; }
.lp-btn--small { padding: 9px 20px; font-size: 10px; }

.lp-btn--solid {
  background: var(--lp-cyan);
  color: var(--lp-white);
  box-shadow: var(--lp-shadow-cyan);
}
.lp-btn--solid:hover {
  background: var(--lp-cyan-deep);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0,157,218,.30);
}

.lp-btn--outline {
  background: transparent;
  color: var(--lp-ink);
  border: 1.5px solid var(--lp-line);
}
.lp-btn--outline:hover {
  border-color: var(--lp-ink);
  background: var(--lp-ink);
  color: var(--lp-white);
  transform: translateY(-2px);
  box-shadow: var(--lp-shadow-md);
}

.lp-btn--ghost {
  background: transparent;
  color: var(--lp-ink);
  border: 1.5px solid var(--lp-line);
}
.lp-btn--ghost:hover {
  border-color: var(--lp-cyan);
  color: var(--lp-cyan);
  background: rgba(0,157,218,.05);
  transform: translateY(-2px);
}

.lp-btn--glass {
  background: rgba(255,255,255,.55);
  color: var(--lp-cyan);
  border: 1px solid rgba(0,157,218,.25);
  backdrop-filter: saturate(180%) blur(16px);
  -webkit-backdrop-filter: saturate(180%) blur(16px);
  box-shadow: 0 8px 28px rgba(0,157,218,.10);
  display: flex;
  align-items: center;
  gap: 10px;
}
.lp-btn--glass:hover {
  background: var(--lp-white);
  border-color: var(--lp-cyan);
  transform: translateY(-3px);
  box-shadow: 0 14px 38px rgba(0,157,218,.22);
}

/* --------------------------------------------------------------------------
   6. HERO — Split layout premium
   v1.1: aspect-ratio 3/2 (era 4/5), padding reducido.
   Proporción horizontal → menor altura visual, mayor impacto fotográfico.
   -------------------------------------------------------------------------- */
.lp-hero {
  background-color: var(--lp-surface);
  padding: 0;
  overflow: hidden;
  border-bottom: 1px solid var(--lp-line);
}

.lp-hero__inner {
  display: flex;
  align-items: center;
  gap: 64px;
  padding-top: 48px;      /* era 64px — reducido */
  padding-bottom: 56px;   /* era 72px — reducido */
}

/* Badge superior */
.lp-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 6px 16px;
  background: rgba(0,157,218,.06);
  border: 1px solid rgba(0,157,218,.22);
  border-radius: 9999px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .20em;
  text-transform: uppercase;
  color: var(--lp-cyan);
  margin-bottom: 24px;
}
.lp-badge__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--lp-cyan);
  animation: lp-pulse 2.5s ease-in-out infinite;
  flex-shrink: 0;
}

.lp-hero__copy { flex: 1; max-width: 580px; }

.lp-hero__title {
  font-size: clamp(36px, 4.8vw, 68px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -.04em;
  color: var(--lp-ink);
  margin-bottom: 20px;
}
.lp-hero__title .lp-text-gradient { display: block; }

.lp-hero__lead {
  font-size: 16px;
  line-height: 1.72;
  color: var(--lp-grey);
  margin-bottom: 32px;
}
.lp-hero__lead strong { color: var(--lp-ink); font-weight: 600; }

.lp-hero__actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.lp-hero__trust {
  display: flex;
  gap: 28px;
  padding-top: 28px;
  border-top: 1px solid var(--lp-line);
}
.lp-hero__trust-item { display: flex; flex-direction: column; gap: 3px; }
.lp-trust-num {
  font-size: clamp(20px, 2.2vw, 28px);
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1;
  background: var(--lp-gradient-text);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.lp-trust-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
  color: var(--lp-grey);
}

/* Visual lado derecho */
.lp-hero__visual { flex: 1.1; display: flex; justify-content: flex-end; }

.lp-hero__img-frame {
  width: 100%;
  max-width: 680px;
  aspect-ratio: 3 / 2;    /* v1.1: era 4/5 (portrait). Ahora 3:2 (landscape). */
  border-radius: 28px;
  overflow: hidden;
  background: var(--lp-surface);
  position: relative;
  box-shadow: var(--lp-shadow-lg), 0 0 0 1px rgba(0,0,0,.03);
}
.lp-hero__img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top;
  display: block;
  transition: transform .6s var(--lp-ease);
}
.lp-hero__img-frame:hover .lp-hero__img { transform: scale(1.03); }

.lp-hero__img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: var(--lp-surface);
}
.lp-hero__img-placeholder i { font-size: 64px; color: var(--lp-line); }

.lp-hero__glass-badge {
  position: absolute;
  bottom: 24px;
  left: 24px;
  display: flex;
  align-items: center;
  gap: 12px;
  background: rgba(255,255,255,.72);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255,255,255,.60);
  border-radius: 16px;
  padding: 12px 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,.10);
}
.lp-hero__glass-badge i {
  font-size: 18px;
  color: var(--lp-cyan);
}
.lp-gbadge__title {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: var(--lp-ink);
  letter-spacing: -.01em;
}
.lp-gbadge__sub {
  display: block;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--lp-grey);
  margin-top: 2px;
}

/* --------------------------------------------------------------------------
   7. TRUST BAR — Franja de atributos
   -------------------------------------------------------------------------- */
.lp-trust-bar {
  background: var(--lp-white);
  border-top: 1px solid var(--lp-line);
  border-bottom: 1px solid var(--lp-line);
}
.lp-trust-bar__inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 0;
}
.lp-trust-item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 24px 28px;
  flex: 1;
  position: relative;
  transition: background var(--lp-t) ease;
}
.lp-trust-item:hover { background: rgba(0,157,218,.03); }
.lp-trust-item + .lp-trust-item::before {
  content: '';
  position: absolute;
  left: 0; top: 20%; bottom: 20%;
  width: 1px;
  background: var(--lp-line);
}
.lp-trust-icon {
  width: 38px; height: 38px; flex-shrink: 0;
  border-radius: 10px;
  background: rgba(0,157,218,.07);
  display: flex; align-items: center; justify-content: center;
  transition: background var(--lp-t) ease;
}
.lp-trust-item:hover .lp-trust-icon { background: rgba(0,157,218,.13); }
.lp-trust-icon i { font-size: 14px; color: var(--lp-cyan); }
.lp-trust-text { display: flex; flex-direction: column; gap: 2px; }
.lp-trust-name {
  font-size: 12px; font-weight: 700; color: var(--lp-ink);
  letter-spacing: -.01em;
}
.lp-trust-desc { font-size: 10px; color: var(--lp-grey); }

/* --------------------------------------------------------------------------
   8. PRODUCTOS DESTACADOS
   -------------------------------------------------------------------------- */
.lp-products {
  background: var(--lp-white);
  padding: 88px 0;
  border-top: 1px solid var(--lp-line);
}
.lp-products__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 48px;
}

.lp-product-card {
  background: var(--lp-white);
  border: 1px solid var(--lp-line);
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition:
    transform var(--lp-t) var(--lp-ease),
    box-shadow var(--lp-t) var(--lp-ease),
    border-color var(--lp-t) ease;
}
.lp-product-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--lp-shadow-lg);
  border-color: rgba(0,157,218,.22);
}

.lp-product-card__media {
  display: block;
  aspect-ratio: 1;
  overflow: hidden;
  background: var(--lp-surface);
  position: relative;
}
.lp-product-card__img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  transition: transform .55s var(--lp-ease);
}
.lp-product-card:hover .lp-product-card__img { transform: scale(1.05); }
.lp-product-card__img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: var(--lp-surface);
}
.lp-product-card__img-placeholder i { font-size: 48px; color: var(--lp-line); }

.lp-product-card__tag {
  position: absolute; top: 12px; left: 12px;
  background: var(--lp-cyan); color: var(--lp-white);
  font-size: 9px; font-weight: 800; letter-spacing: .18em;
  text-transform: uppercase; padding: 4px 10px; border-radius: 9999px;
}

.lp-product-card__body {
  padding: 20px; flex: 1; display: flex; flex-direction: column; gap: 6px;
}
.lp-product-card__cat {
  font-size: 9px; font-weight: 800; letter-spacing: .20em;
  text-transform: uppercase; color: var(--lp-cyan);
}
.lp-product-card__name {
  font-size: 14px; font-weight: 700; color: var(--lp-ink);
  letter-spacing: -.01em; line-height: 1.3;
}
.lp-product-card__name a { color: inherit; }
.lp-product-card__name a:hover { color: var(--lp-cyan); }
.lp-product-card__desc {
  font-size: 12px; color: var(--lp-grey); line-height: 1.55; flex: 1;
}
.lp-product-card__footer {
  display: flex; align-items: center; justify-content: space-between;
  gap: 8px; padding-top: 14px; border-top: 1px solid var(--lp-line);
  margin-top: auto;
}
.lp-product-card__price {
  font-size: 16px; font-weight: 800; color: var(--lp-ink);
  letter-spacing: -.02em;
}
.lp-product-card__price .woocommerce-Price-amount { color: inherit; font-size: inherit; font-weight: inherit; }
.lp-product-card__price ins { text-decoration: none; }
.lp-product-card__price del { opacity: .45; font-size: .8em; font-weight: 500; }
.lp-product-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  width: 100%;
}
.lp-product-card__actions .lp-btn {
  width: 100%;
  min-height: 38px;
  justify-content: center;
  padding-inline: 12px;
  text-align: center;
}

.lp-products__empty {
  text-align: center; padding: 48px;
  color: var(--lp-grey); font-size: 14px;
  border: 1px dashed var(--lp-line); border-radius: 16px;
}

.lp-products__cta { text-align: center; padding-top: 8px; }

/* --------------------------------------------------------------------------
   9. SERVICIOS
   -------------------------------------------------------------------------- */
.lp-services {
  background-color: var(--lp-surface-2);
  padding: 88px 0;
  border-top: 1px solid var(--lp-line);
}
.lp-services__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.lp-service-card {
  background: var(--lp-white);
  border-radius: 24px;
  overflow: hidden;
  border: 1px solid var(--lp-line);
  display: flex; flex-direction: column;
  transition: transform var(--lp-t) var(--lp-ease), box-shadow var(--lp-t) var(--lp-ease);
}
.lp-service-card:hover {
  transform: translateY(-8px);
  box-shadow: var(--lp-shadow-lg);
}
.lp-service-card__media {
  width: 100%; aspect-ratio: 16/9; overflow: hidden; background: var(--lp-surface);
}
.lp-service-card__img {
  width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .55s var(--lp-ease);
}
.lp-service-card:hover .lp-service-card__img { transform: scale(1.04); }
.lp-service-card__img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: linear-gradient(135deg, rgba(0,157,218,.05) 0%, rgba(0,157,218,.12) 100%);
}
.lp-service-card__img-placeholder i { font-size: 40px; color: rgba(0,157,218,.35); }
.lp-service-card__body {
  padding: 32px; flex: 1; display: flex; flex-direction: column;
}
.lp-service-card__title {
  font-size: 20px; font-weight: 700; color: var(--lp-ink);
  letter-spacing: -.02em; margin-bottom: 12px;
}
.lp-service-card__desc {
  font-size: 14px; color: var(--lp-grey); line-height: 1.65;
  margin-bottom: 24px; flex: 1;
}

/* --------------------------------------------------------------------------
   10. ESPECIALISTA
   -------------------------------------------------------------------------- */
.lp-specialist {
  background: var(--lp-white);
  padding: 88px 0;
  border-top: 1px solid var(--lp-line);
}
.lp-specialist__grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 80px;
  align-items: center;
}

.lp-specialist__media { position: relative; }
.lp-specialist__frame {
  width: 100%; aspect-ratio: 4/5; max-height: 580px;
  border-radius: 28px; overflow: hidden;
  background: var(--lp-surface);
  box-shadow: var(--lp-shadow-lg);
}
.lp-specialist__img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center top; display: block;
  transition: transform .6s ease;
}
.lp-specialist__media:hover .lp-specialist__img { transform: scale(1.03); }

.lp-specialist__float-badge {
  position: absolute;
  bottom: 32px; right: -20px;
  background: var(--lp-cyan);
  color: var(--lp-white);
  padding: 20px 28px;
  border-radius: 20px;
  text-align: center;
  box-shadow: var(--lp-shadow-cyan);
  min-width: 140px;
  z-index: 2;
}
.lp-fbadge__num {
  display: block; font-size: 32px; font-weight: 800;
  letter-spacing: -.04em; line-height: 1; margin-bottom: 4px;
}
.lp-fbadge__label {
  font-size: 9px; font-weight: 800; letter-spacing: .18em;
  text-transform: uppercase; opacity: .85;
}

.lp-specialist__name {
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 800; letter-spacing: -.04em; line-height: 1.05;
  color: var(--lp-ink); margin-bottom: 20px; margin-top: 8px;
}
.lp-specialist__desc {
  font-size: 16px; line-height: 1.72; color: var(--lp-grey);
  margin-bottom: 36px; max-width: 560px;
}

.lp-specialist__credentials {
  display: flex; flex-direction: column; gap: 20px; margin-bottom: 36px;
}
.lp-cred-item {
  display: flex; gap: 16px; align-items: flex-start;
}
.lp-cred-icon {
  width: 44px; height: 44px; flex-shrink: 0;
  border-radius: 12px;
  background: rgba(0,157,218,.07);
  display: flex; align-items: center; justify-content: center;
}
.lp-cred-icon i { font-size: 16px; color: var(--lp-cyan); }
.lp-cred-text strong {
  display: block; font-size: 14px; font-weight: 700;
  color: var(--lp-ink); margin-bottom: 3px;
}
.lp-cred-text p { font-size: 13px; color: var(--lp-grey); margin: 0; line-height: 1.5; }

.lp-specialist__quote {
  border-left: 4px solid var(--lp-cyan);
  padding-left: 22px; margin: 0;
}
.lp-specialist__quote p {
  font-size: 17px; font-style: italic; color: var(--lp-ink);
  line-height: 1.55; font-weight: 500;
}

/* --------------------------------------------------------------------------
   11. RETAIL — Canales autorizados
   v1.1: padding 48px (era 64px) — altura visual reducida.
   -------------------------------------------------------------------------- */
.lp-retail {
  background: var(--lp-surface-2);
  padding: 48px 0;         /* era 64px 0 */
  border-top: 1px solid var(--lp-line);
  border-bottom: 1px solid var(--lp-line);
}
.lp-retail__header {
  text-align: center; margin-bottom: 32px; /* era 40px */
}
.lp-retail__sub {
  font-size: 17px; font-weight: 400; color: var(--lp-ink);
  opacity: .7; margin-top: 6px;
}
.lp-retail__logos {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
}
.lp-retail__item {
  flex: 1;
  min-width: 160px;
  display: flex;
  justify-content: center; align-items: center;
}
.lp-retail__logo {
  max-width: 200px; height: auto;
  object-fit: contain;
  filter: grayscale(100%) opacity(.45);
  transition: filter .45s var(--lp-ease), transform .45s var(--lp-ease);
}
.lp-retail__item:hover .lp-retail__logo {
  filter: grayscale(0%) opacity(1);
  transform: scale(1.12);
}

/* --------------------------------------------------------------------------
   12. GALERÍA
   v1.3: rediseño funcional de la lógica open/close para 8 items (2 filas).

   CAUSA DEL FALLO (v1.2):
   - max-height cerrado (740px) > altura real del contenido (~632px).
   - El contenedor colapsaba a su altura natural (632px), no a 740px.
   - El fog (260px, bottom:0) empezaba a 372px = inicio de fila 2.
   - Toda la fila 2 quedaba casi cubierta por el fog.
   - El "VER TODO" no revelaba nada visible al abrirse (1200px → contenido ya en 632px).
   - El icono del botón cambiaba de clase (fa-chevron-down → fa-chevron-up) de forma
     instantánea, creando un "flash" visual.

   FIX v1.3:
   - max-height cerrado → 340px: muestra SOLO fila 1 completa (~308px) + margen.
   - El fog (160px) cubre el borde inferior de la fila 1, sugiriendo contenido oculto.
   - max-height abierto → 680px: revela ambas filas con buffer suficiente.
   - El icono del botón ROTA 180° con CSS transition — no hay cambio de clase
     (lash-peru.js v1.1 eliminó el swap de className para el icono).
   -------------------------------------------------------------------------- */
.lp-gallery {
  background: var(--lp-surface-2);
  padding: 88px 0;
  border-top: 1px solid var(--lp-line);
}

/* Estado cerrado — muestra solo la fila 1 */
.lp-gallery__viewport {
  position: relative;
  max-height: 340px;
  overflow: hidden;
  /* Cierre: ease-in rápido — se cierra con decisión */
  transition: max-height .38s cubic-bezier(0.4, 0, 1, 1);
}

/* Estado abierto — revela fila 2 completa */
.lp-gallery__viewport[aria-expanded="true"] {
  max-height: 680px;
  /* Apertura: spring natural — sensación física suave */
  transition: max-height .82s cubic-bezier(0.16, 1, 0.3, 1);
}

.lp-gallery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.lp-gallery__item {
  aspect-ratio: 1;
  border-radius: 16px;
  overflow: hidden;
  background: var(--lp-surface);
  margin: 0;
  position: relative;
  transition: transform .45s var(--lp-ease), box-shadow .45s ease;
}
.lp-gallery__item:hover {
  transform: scale(1.03);
  box-shadow: var(--lp-shadow-md);
  z-index: 2;
}
.lp-gallery__img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}

.lp-gallery__item--placeholder { cursor: default; }
.lp-gallery__placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  background: var(--lp-surface);
}
.lp-gallery__placeholder i { font-size: 32px; color: var(--lp-line); }

/* Fog — cubre el borde inferior de la fila 1.
   Altura 160px: gradiente suave, sin línea recta perceptible.
   El 35% sólido final (~56px) absorbe el borde de overflow:hidden. */
.lp-gallery__fog {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 160px;
  background: linear-gradient(to top, var(--lp-surface-2) 35%, transparent);
  pointer-events: none;
  /* Fade out del fog al abrir — empieza inmediatamente, más rápido que la altura */
  transition: opacity .3s ease;
}
.lp-gallery__viewport[aria-expanded="true"] .lp-gallery__fog {
  opacity: 0;
  pointer-events: none;
}

/* Icono del botón — rota 180° al abrir en lugar de cambiar de clase (lash-peru.js v1.1).
   Elimina el "flash" visual del swap instantáneo de icono. */
#lpGalleryBtnIcon {
  display: inline-block;
  transition: transform .45s cubic-bezier(0.16, 1, 0.3, 1);
}
#lpGalleryToggle[aria-expanded="true"] #lpGalleryBtnIcon {
  transform: rotate(180deg);
}

.lp-gallery__action {
  display: flex; justify-content: center;
  padding-top: 36px;
}

/* --------------------------------------------------------------------------
   13. CONTACTO
   v1.1: .lp-contact__info-item ahora es flex row para soportar icono lateral.
   .lp-info-icon y .lp-info-body son elementos nuevos en page.php v1.1.
   -------------------------------------------------------------------------- */
/* PHASE 2 CANDIDATE:
   .lp-contact-* duplica la anatomia de contacto respecto a tc-contact-*.
   Mantener visual actual; evaluar migracion a componente shared. */
.lp-contact {
  background: var(--lp-white);
  border-top: 1px solid var(--lp-line);
  padding-top: 0; padding-bottom: 0;
  overflow: hidden;
}
.lp-contact__inner {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  min-height: 600px;
  align-items: stretch;
}
.lp-contact__panel {
  display: flex; flex-direction: column; justify-content: center;
  padding: 72px 56px 72px 60px;
}
.lp-contact__title {
  font-size: clamp(28px, 3vw, 44px);
  font-weight: 800; letter-spacing: -.04em; line-height: 1.05;
  color: var(--lp-ink); margin-top: 10px; margin-bottom: 14px;
}
.lp-contact__title span {
  display: block; color: var(--lp-cyan);
}
.lp-contact__sub {
  font-size: 14px; color: var(--lp-grey);
  line-height: 1.72; margin-bottom: 28px;
}
.lp-contact__info {
  display: flex; flex-direction: column; gap: 20px;
  margin-bottom: 28px;
}

/* v1.1: layout flex para icono + cuerpo */
.lp-contact__info-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.lp-info-icon {
  font-size: 15px;
  color: var(--lp-cyan);
  margin-top: 3px;  /* Alinear visualmente con el label de texto */
  flex-shrink: 0;
  width: 18px;
  text-align: center;
}

.lp-info-body {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.lp-contact__info-item p {
  margin: 3px 0; font-size: 13px;
  color: var(--lp-carbon); font-weight: 500; line-height: 1.5;
}

/* Social cards 2×2 */
.lp-contact__social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 28px;
}
.lp-social-card {
  display: flex; align-items: center; gap: 12px;
  background: var(--lp-white);
  border: 1px solid var(--lp-line);
  border-radius: 14px;
  padding: 12px 16px;
  text-decoration: none;
  transition:
    border-color var(--lp-t) ease,
    transform var(--lp-t) var(--lp-ease),
    box-shadow var(--lp-t) ease;
}
.lp-social-card:hover {
  border-color: var(--lp-cyan);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0,157,218,.10);
}
.lp-social-card i { font-size: 18px; color: var(--lp-ink); transition: color var(--lp-t) ease; }
.lp-social-card:hover i { color: var(--lp-cyan); }
.lp-sc-title {
  display: block; font-size: 11px; font-weight: 800;
  text-transform: uppercase; color: var(--lp-ink); letter-spacing: .05em;
}
.lp-sc-sub { display: block; font-size: 9px; color: var(--lp-grey); }

.lp-contact__map {
  position: relative;
  overflow: hidden;
  border-radius: 48px 0 0 48px;
}
.lp-contact__map iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: none; display: block;
  filter: grayscale(.15) contrast(1.03);
}

/* --------------------------------------------------------------------------
   14. ANIMACIONES @keyframes
   -------------------------------------------------------------------------- */
@keyframes lp-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50%       { opacity: .4; transform: scale(.7); }
}
@keyframes lp-hero-rise {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes lp-badge-pop {
  from { transform: scale(.6); opacity: 0; }
  to   { transform: scale(1); opacity: 1; }
}

/* --------------------------------------------------------------------------
   15. HERO CSS ANIMATIONS — lp-hero-anim-N
   Animación CSS pura para elementos above-the-fold. Sin IntersectionObserver.
   -------------------------------------------------------------------------- */
.lp-hero-anim-1,
.lp-hero-anim-2,
.lp-hero-anim-3,
.lp-hero-anim-4,
.lp-hero-anim-5,
.lp-hero-anim-6 {
  animation: lp-hero-rise .60s var(--lp-ease) both;
}
@media (prefers-reduced-motion: reduce) {
  .lp-hero-anim-1, .lp-hero-anim-2, .lp-hero-anim-3,
  .lp-hero-anim-4, .lp-hero-anim-5, .lp-hero-anim-6 { animation: none; }
}
.lp-hero-anim-1 { animation-delay: .04s; }
.lp-hero-anim-2 { animation-delay: .12s; }
.lp-hero-anim-3 { animation-delay: .20s; }
.lp-hero-anim-4 { animation-delay: .28s; }
.lp-hero-anim-5 { animation-delay: .36s; }
.lp-hero-anim-6 { animation-delay: .46s; }

/* --------------------------------------------------------------------------
   16. SCROLL FADE-IN — lp-js-fade (mid-page únicamente)
   -------------------------------------------------------------------------- */
.lp-js-fade {
  opacity: 0;
  transform: translateY(14px);
  transition:
    opacity .55s var(--lp-ease),
    transform .55s var(--lp-ease);
}
.lp-js-fade.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
  .lp-js-fade { opacity: 1; transform: none; transition: none; }
}

/* --------------------------------------------------------------------------
   17. RESPONSIVE
   -------------------------------------------------------------------------- */
@media (max-width: 1200px) {
  .lp-wrap { padding-inline: 40px; }
  .lp-products__grid { grid-template-columns: repeat(2, 1fr); }
  .lp-contact__panel { padding: 56px 40px; }
  /* Search: reducir ancho del input */
  .brand-lash-peru .lp-search-input { width: 120px; }
}

@media (max-width: 1024px) {
  /* Hero */
  .lp-hero__inner { flex-direction: column-reverse; gap: 32px; padding-top: 36px; padding-bottom: 44px; text-align: center; }
  .lp-hero__copy { max-width: 100%; display: flex; flex-direction: column; align-items: center; }
  .lp-hero__visual { width: 100%; max-width: 560px; }
  .lp-hero__img-frame { max-width: 100%; aspect-ratio: 3/2; } /* mantener 3:2 en tablet */
  .lp-hero__title .lp-text-gradient { display: block; }
  .lp-hero__actions { justify-content: center; }
  .lp-hero__trust { justify-content: center; }

  /* Trust bar */
  .lp-trust-bar__inner { flex-wrap: wrap; }
  .lp-trust-item { flex: 1 1 33.33%; min-width: 180px; }

  /* Grids */
  .lp-services__grid { grid-template-columns: 1fr; }
  .lp-specialist__grid { grid-template-columns: 1fr; gap: 48px; }
  .lp-specialist__float-badge { right: 12px; bottom: -12px; }
  .lp-specialist__name { text-align: center; }

  /* Retail */
  .lp-retail__logos { justify-content: center; gap: 20px; }
  .lp-retail__item { min-width: 140px; }

  /* Galería — en tablet: 2 columnas.
     Cerrado: solo fila 1 (~490px a ancho tablet). Abierto: ambas filas + buffer. */
  .lp-gallery__grid { grid-template-columns: repeat(2, 1fr); }
  .lp-gallery__viewport { max-height: 510px; }
  .lp-gallery__viewport[aria-expanded="true"] { max-height: 1060px; }

  /* Contacto */
  .lp-contact__inner { grid-template-columns: 1fr; }
  .lp-contact__map { aspect-ratio: 16/9; min-height: 340px; border-radius: 24px; }
  .lp-contact__panel { padding: 48px 40px; align-items: center; text-align: center; }
  .lp-contact__social { width: 100%; max-width: 400px; margin-inline: auto; }

  /* Search: ocultar en tablet/móvil — en mobile existe la nav de marcas */
  .brand-lash-peru .lp-header-search { display: none; }
}

@media (max-width: 768px) {
  .lp-wrap { padding-inline: 20px; }
  .lp-hero__img-frame { border-radius: 20px; }
  .lp-hero__glass-badge { left: 14px; bottom: 14px; }
  .lp-products__grid { grid-template-columns: 1fr; }
  .lp-trust-item { flex: 1 1 50%; }
  .lp-contact__panel { padding: 40px 20px; }
  .lp-contact__info-item { align-items: flex-start; }
  .lp-contact__social { grid-template-columns: 1fr; }
  .lp-retail__logos { gap: 0; }
  .lp-retail__item { margin: -20px 0; }
  .lp-gallery__grid { grid-template-columns: repeat(2, 1fr); gap: 12px; }
}
/* --------------------------------------------------------------------------
   FIX FINO — Alineación óptica de búsqueda, carrito y botón cuenta
   -------------------------------------------------------------------------- */

/* El grupo derecho del header debe comportarse como una sola línea estable */
.brand-lash-peru .header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-shrink: 0;
  min-height: 44px;
  height: 44px;
}

/* La búsqueda no debe empujar ni quedar “flotando” */
.brand-lash-peru .lp-header-search {
  display: flex;
  align-items: center;
  align-self: center;
  flex-shrink: 0;
}

.brand-lash-peru .lp-header-search form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 36px;
  margin: 0;
  transform: translateY(0);
}

/* El carrito debe compartir exactamente la misma línea óptica */
.brand-lash-peru .lp-header-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  width: 36px;
  height: 36px;
  margin: 0;
  transform: translateY(0);
}

/* El botón de cuenta suele desalinearse por padding/borde.
   Lo igualamos visualmente al resto del grupo. */
.brand-lash-peru .header-account {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  height: 36px;
  min-height: 36px;
  margin: 0 0 0 10px;
  padding: 0 18px;
  line-height: 1;
  box-sizing: border-box;
  transform: translateY(0);
}

/* Separador más fino y mejor centrado */
.brand-lash-peru .header-account::before {
  left: -6px;
  top: 50%;
  transform: translateY(-50%);
  height: 18px;
  opacity: .9;
}

/* Asegura que iconos y texto dentro de cuenta se centren realmente */
.brand-lash-peru .header-account i,
.brand-lash-peru .header-account span,
.brand-lash-peru .header-account {
  vertical-align: middle;
}

/* Ajuste fino del icono de carrito para que no quede “caído” visualmente */
.brand-lash-peru .lp-header-cart i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

/* El badge no debe mover la caja del carrito */
.brand-lash-peru .lp-cart-badge {
  top: -3px;
  right: -3px;
}
/* --------------------------------------------------------------------------
   FIX — Estado focus del buscador del header
   -------------------------------------------------------------------------- */

.brand-lash-peru .lp-search-input,
.brand-lash-peru .lp-header-search input[type="search"] {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  outline: none;
  box-shadow: none;
  background: transparent;
}

.brand-lash-peru .lp-search-input:focus,
.brand-lash-peru .lp-search-input:focus-visible,
.brand-lash-peru .lp-header-search input[type="search"]:focus,
.brand-lash-peru .lp-header-search input[type="search"]:focus-visible {
  outline: none;
  box-shadow: none;
  background: transparent;
}

/* El glow/focus debe vivir en la píldora completa, no en el input suelto */
.brand-lash-peru .lp-header-search form:focus-within {
  border-color: rgba(0, 157, 218, 0.42);
  box-shadow:
    0 0 0 3px rgba(0, 157, 218, 0.10),
    0 8px 24px rgba(0, 157, 218, 0.08);
  background: rgba(255, 255, 255, 0.96);
}
/* --------------------------------------------------------------------------
   REFINAMIENTO — Separador header (espaciado premium)
   -------------------------------------------------------------------------- */

/* Más espacio antes del botón */
.brand-lash-peru .header-account {
  margin-left: 16px; /* antes era 10px */
  padding-left: 20px; /* da aire interno */
  position: relative;
}

/* Separador mejor posicionado */
.brand-lash-peru .header-account::before {
  content: '';
  position: absolute;
  left: -10px; /* separa del botón */
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 16px;
}
/* --------------------------------------------------------------------------
   FIX PRO — Estado inválido del buscador del header
   -------------------------------------------------------------------------- */
.brand-lash-peru .lp-header-search form {
  transition:
    border-color 180ms ease,
    box-shadow 220ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.brand-lash-peru .lp-header-search form.is-invalid {
  border-color: rgba(255, 59, 48, 0.32);
  box-shadow:
    0 0 0 3px rgba(255, 59, 48, 0.10),
    0 10px 24px rgba(255, 59, 48, 0.08);
  background: rgba(255, 255, 255, 0.98);
  animation: lp-search-invalid-shake 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes lp-search-invalid-shake {
  0%   { transform: translateX(0); }
  20%  { transform: translateX(-2px); }
  40%  { transform: translateX(2px); }
  60%  { transform: translateX(-1px); }
  80%  { transform: translateX(1px); }
  100% { transform: translateX(0); }
}

/* --------------------------------------------------------------------------
   PATCH — Barra social entre hero y trust bar
   .lp-social-bar: franja horizontal compacta y premium.
   Estética similar a .il-authority-bar de Imperio Lashes.
   -------------------------------------------------------------------------- */

.lp-social-bar {
  background:    var(--lp-surface);
  border-top:    1px solid var(--lp-line);
  border-bottom: 1px solid var(--lp-line);
}

.lp-social-bar__inner {
  display:         flex;
  align-items:     center;
  gap:             32px;
  padding-block:   16px;
  flex-wrap:       wrap;
}

.lp-social-bar__label {
  font-size:      9px;
  font-weight:    800;
  letter-spacing: .22em;
  text-transform: uppercase;
  color:          var(--lp-grey);
  flex-shrink:    0;
  padding-right:  8px;
  border-right:   1px solid var(--lp-line);
}

.lp-social-bar__links {
  display:     flex;
  align-items: center;
  gap:         4px;
  flex-wrap:   wrap;
}

.lp-social-bar__item {
  display:         inline-flex;
  align-items:     center;
  gap:             8px;
  padding:         8px 16px;
  border-radius:   9999px;
  text-decoration: none;
  border:          1.5px solid transparent;
  transition:
    background   .22s ease,
    border-color .22s ease,
    transform    .22s ease;
}
.lp-social-bar__item:hover {
  background:   var(--lp-white);
  border-color: var(--lp-line);
  transform:    translateY(-1px);
}

.lp-social-bar__icon {
  display:      flex;
  align-items:  center;
  font-size:    14px;
  color:        var(--lp-grey);
  flex-shrink:  0;
  transition:   color .22s ease;
}
.lp-social-bar__item:hover .lp-social-bar__icon { color: var(--lp-cyan); }

.lp-social-bar__name {
  font-size:      10px;
  font-weight:    700;
  letter-spacing: .06em;
  text-transform: uppercase;
  color:          var(--lp-grey);
  transition:     color .22s ease;
}
.lp-social-bar__item:hover .lp-social-bar__name { color: var(--lp-cyan); }

/* WhatsApp: color propio en hover */
.lp-social-bar__item--wsp:hover .lp-social-bar__icon,
.lp-social-bar__item--wsp:hover .lp-social-bar__name { color: #25D366; }
.lp-social-bar__item--wsp:hover { border-color: rgba(37, 211, 102, .25); }

/* Responsive */
@media (max-width: 768px) {
  .lp-social-bar__label { display: none; }
  .lp-social-bar__inner { gap: 8px; padding-block: 12px; }
  .lp-social-bar__item  { padding: 8px 12px; }
  .lp-social-bar__name  { display: none; }
  .lp-social-bar__icon  { font-size: 16px; }
}

/* ==========================================================================
   PATCH v1.2 — CSS faltante (template v2.0) + catálogo + toast
   ========================================================================== */

/* ── Hero urgency micro-copy ────────────────────────────────────────────── */
.lp-hero__urgency {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  color: var(--lp-grey);
  margin-bottom: 20px;
}
.lp-hero__urgency i { font-size: 9px; color: var(--lp-cyan); }

/* ── Hero segment (micro-copy de audiencia) ─────────────────────────────── */
.lp-hero__segment {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  color: var(--lp-grey);
  letter-spacing: .04em;
  margin-bottom: 16px;
}

/* ── Urgency tag junto al título (reducido — no grita) ──────────────────── */
.lp-urgency-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .10em;
  text-transform: uppercase;
  color: var(--lp-grey);
  padding: 3px 10px;
  border: 1px solid var(--lp-line);
  border-radius: 9999px;
  margin-left: 10px;
  vertical-align: middle;
}
.lp-urgency-tag i { font-size: 8px; color: var(--lp-cyan); }

/* ── Service card: urgency + price ─────────────────────────────────────── */
.lp-service-card__urgency {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  color: var(--lp-grey);
  margin-bottom: 6px;
}
.lp-service-card__urgency i { font-size: 9px; color: var(--lp-cyan); }

.lp-service-card__price {
  display: flex;
  align-items: baseline;
  gap: 7px;
  margin-bottom: 16px;
}
.lp-service-card__price-label {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
  color: var(--lp-mist);
}
.lp-service-card__price strong {
  font-size: 18px;
  font-weight: 800;
  color: var(--lp-ink);
  letter-spacing: -.02em;
}

/* ── Horario: nota + horarios especiales ────────────────────────────────── */
.lp-contact__hours-special {
  font-size: 12px;
  color: var(--lp-carbon);
  line-height: 1.6;
}
.lp-contact__info-note {
  margin: 8px 0 0;
  padding-top: 8px;
  border-top: 1px solid var(--lp-line);
  font-size: 12px;
  color: var(--lp-grey);
}
.lp-contact__info-note strong {
  color: var(--lp-ink);
  font-weight: 700;
}

/* ── Espaciado entre párrafos del bloque de horario ────────────────────── */
.lp-info-body p {
  margin: 4px 0;
  font-size: 13px;
  color: var(--lp-carbon);
  font-weight: 500;
  line-height: 1.65;
}
.lp-info-body p:first-of-type { margin-top: 0; }

/* ── Catálogo: suprimir "Ver carrito" nativo de WC en tarjetas ─────────── */
/* El initCatalogToast() en lash-peru.js reemplaza este feedback.           */
.brand-lash-peru .tc-product-card .added_to_cart.wc-forward,
.brand-lash-peru .tc-product-card a.added_to_cart,
.brand-lash-peru .tc-catalog-grid .added_to_cart.wc-forward {
  display: none !important;
}

/* ── Catálogo Toast — feedback de "añadido al carrito" ─────────────────── */
.lp-catalog-toast {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 99999;
  transform: translateY(16px);
  opacity: 0;
  transition:
    transform .32s cubic-bezier(.16, 1, .3, 1),
    opacity   .26s ease;
  pointer-events: none;
}
.lp-catalog-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.lp-catalog-toast.is-leaving {
  transform: translateY(10px);
  opacity: 0;
  pointer-events: none;
  transition:
    transform .26s ease,
    opacity   .22s ease;
}
.lp-catalog-toast__inner {
  display: flex;
  align-items: center;
  gap: 14px;
  background: var(--lp-white);
  border: 1px solid var(--lp-line);
  border-left: 3px solid var(--lp-cyan);
  border-radius: 14px;
  padding: 14px 16px 14px 18px;
  box-shadow:
    0 4px 16px rgba(0, 0, 0, .06),
    0 16px 40px rgba(0, 0, 0, .10);
  min-width: 270px;
  max-width: 360px;
}
.lp-catalog-toast__icon {
  font-size: 18px;
  color: var(--lp-cyan);
  flex-shrink: 0;
}
.lp-catalog-toast__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.lp-catalog-toast__title {
  font-size: 13px;
  color: var(--lp-ink);
  line-height: 1.4;
  margin: 0;
}
.lp-catalog-toast__title strong { font-weight: 700; }
.lp-catalog-toast__link {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--lp-cyan);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  transition: color var(--lp-t) ease;
}
.lp-catalog-toast__link:hover { color: var(--lp-cyan-deep); }
.lp-catalog-toast__close {
  background: none;
  border: none;
  cursor: pointer;
  color: var(--lp-mist);
  padding: 4px;
  font-size: 12px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  transition: color .18s ease;
  line-height: 1;
}
.lp-catalog-toast__close:hover { color: var(--lp-grey); }

@media (max-width: 480px) {
  .lp-catalog-toast { left: 16px; right: 16px; bottom: 16px; }
  .lp-catalog-toast__inner { min-width: unset; max-width: 100%; }
}

/* ==========================================================================
   MOBILE FIXES v1.4 — Lash Perú
   ========================================================================== */

/* Fix 2 — Mi Cuenta: icon-only en móvil
   A 375px: logo(150) + cart(36) + Mi Cuenta(~110) + hamburger(36) + gaps
   = desborde garantizado. Solución limpia: ocultar texto, dejar solo icono.
   font-size:0 en el link + restaurar icono = 0 riesgo de regresión. -------- */
@media (max-width: 640px) {
  .brand-lash-peru .header-account {
    font-size: 0;          /* oculta "Mi Cuenta" */
    padding: 0;
    width: 36px;
    height: 36px;
    min-height: 36px;
    border-radius: 50%;
    margin-left: 4px;
  }
  .brand-lash-peru .header-account i {
    font-size: 14px;       /* restaura icono */
  }
  .brand-lash-peru .header-account::before {
    display: none;         /* elimina separador — ya no hace falta */
  }
}

/* Fix 3 — Botones finales de galería: centrado fiable en móvil
   justify-content:center está puesto pero necesita width:100% para
   que el flex container no colapse al ancho de su hijo. ------------------ */
@media (max-width: 768px) {
  .lp-gallery__action {
    width: 100%;
    justify-content: center;
    display: flex;
  }
  .lp-gallery__action .lp-btn {
    flex-shrink: 0; /* no dejar que el botón se comprima */
  }
}

@media (max-width: 640px) {
  .brand-lash-peru .site-header .header-inner {
    gap: 8px;
    padding-inline: 12px;
  }

  .brand-lash-peru .custom-logo-link img,
  .brand-lash-peru .site-logo img,
  .brand-lash-peru .header-logo img {
    max-width: 82px;
    height: auto;
  }

  .brand-lash-peru .lp-header-search {
    flex: 1 1 auto;
    min-width: 0;
  }

  .brand-lash-peru .lp-header-search input,
  .brand-lash-peru .lp-header-search .search-field {
    min-width: 0;
    width: 100%;
    font-size: 12px;
    padding-inline: 12px;
  }

  .brand-lash-peru .lp-header-cart,
  .brand-lash-peru .header-hamburger,
  .brand-lash-peru .header-account {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    min-height: 36px;
  }

  .brand-lash-peru .header-account {
    font-size: 0;
    padding: 0;
    margin-left: 0;
  }

  .brand-lash-peru .header-account i {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .lp-gallery__bottom-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    width: 100%;
    margin-inline: auto;
  }

  .lp-gallery__bottom-cta .lp-btn {
    width: min(100%, 280px);
    justify-content: center;
    text-align: center;
  }
}

/* ==========================================================================
   Catalogo jerarquico Lash Peru
   Scope: solo /catalogo/?brand=lash-peru con parcial tc-lash-catalog.
   ========================================================================== */
/* CATALOG-SPECIFIC REVIEW:
   .tc-lash-* esta vivo para el catalogo jerarquico cerrado.
   Candidato Fase 4: mover a capa catalog-specific sin cambiar especificidad. */
.brand-lash-peru .tc-lash-catalog {
  --lp-catalog-rose: #f5a7c8;
  --lp-catalog-rose-soft: #fff1f7;
  --lp-catalog-sky-soft: #eefaff;
  --lp-catalog-shadow: 0 18px 55px rgba(12, 25, 35, .10);
  position: relative;
  display: grid;
  gap: 22px;
  animation: lpCatalogEnter .34s var(--lp-ease) both;
}

.brand-lash-peru .tc-lash-catalog__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
}

.brand-lash-peru .tc-lash-catalog__copy {
  max-width: 720px;
}

.brand-lash-peru .tc-lash-catalog__eyebrow,
.brand-lash-peru .tc-lash-section-label span,
.brand-lash-peru .tc-lash-node-card__eyebrow,
.brand-lash-peru .tc-lash-item-card__type {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--lp-cyan-deep);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.brand-lash-peru .tc-lash-catalog__copy h2 {
  margin: 7px 0 8px;
  color: var(--lp-ink);
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.03;
}

.brand-lash-peru .tc-lash-catalog__copy p {
  margin: 0;
  color: var(--lp-carbon);
  font-size: 16px;
  line-height: 1.65;
}

.brand-lash-peru .tc-lash-catalog.has-motion > * {
  opacity: 0;
  transform: translateY(12px);
  transition:
    opacity .42s var(--lp-ease),
    transform .42s var(--lp-ease);
}

.brand-lash-peru .tc-lash-catalog.has-motion.is-ready > * {
  opacity: 1;
  transform: translateY(0);
}

.brand-lash-peru .tc-lash-catalog.has-motion.is-ready > *:nth-child(2) {
  transition-delay: .04s;
}

.brand-lash-peru .tc-lash-catalog.has-motion.is-ready > *:nth-child(3) {
  transition-delay: .08s;
}

.brand-lash-peru .tc-lash-back {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(0, 157, 218, .18);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  color: var(--lp-cyan-deep);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .02em;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(0, 157, 218, .08);
  transition:
    transform .22s var(--lp-ease),
    box-shadow .22s ease,
    background-color .22s ease,
    color .22s ease;
}

.brand-lash-peru .tc-lash-back:hover,
.brand-lash-peru .tc-lash-back:focus-visible {
  transform: translateY(-2px);
  background: var(--lp-white);
  color: var(--lp-cyan);
  box-shadow: 0 14px 34px rgba(0, 157, 218, .14);
}

.brand-lash-peru .tc-lash-hero-card {
  display: grid;
  grid-template-columns: minmax(180px, 300px) 1fr;
  align-items: stretch;
  overflow: hidden;
  border: 1px solid rgba(0, 157, 218, .14);
  border-radius: 22px;
  background:
    linear-gradient(135deg, rgba(255, 241, 247, .92), rgba(238, 250, 255, .96) 58%, rgba(255, 255, 255, .98));
  box-shadow: var(--lp-catalog-shadow);
}

.brand-lash-peru .tc-lash-hero-card__media {
  position: relative;
  min-height: 220px;
  background:
    radial-gradient(circle at 22% 22%, rgba(245, 167, 200, .36), transparent 42%),
    linear-gradient(135deg, rgba(0, 157, 218, .12), rgba(245, 167, 200, .18));
}

.brand-lash-peru .tc-lash-hero-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.brand-lash-peru .tc-lash-hero-card__media i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
  height: 86px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  background: rgba(255, 255, 255, .72);
  color: var(--lp-cyan);
  font-size: 34px;
  box-shadow: 0 18px 38px rgba(0, 157, 218, .16);
}

.brand-lash-peru .tc-lash-hero-card__body {
  display: grid;
  align-content: center;
  gap: 22px;
  padding: 28px;
}

.brand-lash-peru .tc-lash-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--lp-grey);
  font-size: 13px;
  line-height: 1.5;
}

.brand-lash-peru .tc-lash-crumbs a {
  color: var(--lp-cyan-deep);
  font-weight: 800;
  text-decoration: none;
}

.brand-lash-peru .tc-lash-crumbs a:hover,
.brand-lash-peru .tc-lash-crumbs a:focus-visible {
  color: var(--lp-cyan);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.brand-lash-peru .tc-lash-crumbs strong {
  color: var(--lp-ink);
  font-weight: 800;
}

.brand-lash-peru .tc-lash-level {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.brand-lash-peru .tc-lash-level span,
.brand-lash-peru .tc-lash-level strong {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .76);
  color: var(--lp-carbon);
  font-size: 12px;
  font-weight: 800;
}

.brand-lash-peru .tc-lash-level strong {
  background: rgba(0, 157, 218, .10);
  color: var(--lp-cyan-deep);
}

.brand-lash-peru .tc-lash-section-label {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  padding-top: 4px;
}

.brand-lash-peru .tc-lash-section-label small {
  color: var(--lp-grey);
  font-size: 13px;
  line-height: 1.5;
  text-align: right;
}

.brand-lash-peru .tc-lash-node-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.brand-lash-peru .tc-lash-node-grid--landing {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.brand-lash-peru .tc-lash-node-card {
  position: relative;
  display: grid;
  grid-template-columns: 112px 1fr;
  gap: 16px;
  min-height: 172px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(0, 157, 218, .12);
  border-radius: 20px;
  background: rgba(255, 255, 255, .94);
  color: inherit;
  text-decoration: none;
  box-shadow: 0 10px 26px rgba(12, 25, 35, .06);
  transition:
    transform .24s var(--lp-ease),
    box-shadow .24s ease,
    border-color .24s ease,
    background-color .24s ease;
}

.brand-lash-peru .tc-lash-node-card::after {
  content: "";
  position: absolute;
  inset: auto 16px 14px auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(245, 167, 200, .16);
  opacity: .8;
  transition: transform .24s var(--lp-ease), opacity .24s ease;
}

.brand-lash-peru .tc-lash-node-card:hover,
.brand-lash-peru .tc-lash-node-card:focus-visible {
  transform: translateY(-4px);
  border-color: rgba(0, 157, 218, .28);
  background: var(--lp-white);
  box-shadow: 0 18px 44px rgba(12, 25, 35, .11);
}

.brand-lash-peru .tc-lash-node-card:hover::after,
.brand-lash-peru .tc-lash-node-card:focus-visible::after {
  transform: scale(1.18);
  opacity: 1;
}

.brand-lash-peru .tc-lash-node-card__media {
  min-width: 0;
  min-height: 144px;
  overflow: hidden;
  border-radius: 16px;
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, .72), transparent 38%),
    linear-gradient(135deg, rgba(0, 157, 218, .15), rgba(245, 167, 200, .28));
}

.brand-lash-peru .tc-lash-node-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .38s var(--lp-ease);
}

.brand-lash-peru .tc-lash-node-card:hover .tc-lash-node-card__media img,
.brand-lash-peru .tc-lash-node-card:focus-visible .tc-lash-node-card__media img {
  transform: scale(1.035);
}

.brand-lash-peru .tc-lash-node-card__media i {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--lp-cyan);
  font-size: 30px;
}

.brand-lash-peru .tc-lash-node-card__body {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
  padding: 6px 4px;
}

.brand-lash-peru .tc-lash-node-card__title {
  color: var(--lp-ink);
  font-size: 19px;
  font-weight: 850;
  line-height: 1.18;
}

.brand-lash-peru .tc-lash-node-card__text {
  color: var(--lp-carbon);
  font-size: 13px;
  line-height: 1.55;
}

.brand-lash-peru .tc-lash-node-card__meta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--lp-cyan-deep);
  font-size: 12px;
  font-weight: 850;
}

.brand-lash-peru .tc-lash-node-card__meta i {
  transition: transform .22s var(--lp-ease);
}

.brand-lash-peru .tc-lash-node-card:hover .tc-lash-node-card__meta i,
.brand-lash-peru .tc-lash-node-card:focus-visible .tc-lash-node-card__meta i {
  transform: translateX(3px);
}

.brand-lash-peru .tc-lash-node-card--product {
  min-height: 230px;
  grid-template-columns: 42% 1fr;
}

.brand-lash-peru .tc-lash-node-card--service {
  min-height: 230px;
  grid-template-columns: 42% 1fr;
  border-color: rgba(245, 167, 200, .28);
}

.brand-lash-peru .tc-lash-node-card--service .tc-lash-node-card__media {
  background:
    radial-gradient(circle at 30% 18%, rgba(255, 255, 255, .72), transparent 38%),
    linear-gradient(135deg, rgba(245, 167, 200, .32), rgba(0, 157, 218, .12));
}

.brand-lash-peru .tc-lash-item-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.brand-lash-peru .tc-lash-item-card {
  overflow: hidden;
  border: 1px solid rgba(0, 157, 218, .12);
  border-radius: 20px;
  background: var(--lp-white);
  box-shadow: 0 10px 28px rgba(12, 25, 35, .07);
  transition:
    transform .24s var(--lp-ease),
    box-shadow .24s ease,
    border-color .24s ease;
}

.brand-lash-peru .tc-lash-item-card:hover,
.brand-lash-peru .tc-lash-item-card:focus-within {
  transform: translateY(-3px);
  border-color: rgba(0, 157, 218, .26);
  box-shadow: 0 18px 42px rgba(12, 25, 35, .11);
}

.brand-lash-peru .tc-lash-item-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: var(--lp-catalog-sky-soft);
  color: var(--lp-cyan);
}

.brand-lash-peru .tc-lash-item-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .38s var(--lp-ease);
}

.brand-lash-peru .tc-lash-item-card:hover .tc-lash-item-card__media img {
  transform: scale(1.035);
}

.brand-lash-peru .tc-lash-item-card__media span {
  width: 100%;
  height: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
}

.brand-lash-peru .tc-lash-item-card__body {
  display: grid;
  gap: 10px;
  padding: 18px;
}

.brand-lash-peru .tc-lash-item-card__body h3 {
  margin: 0;
  color: var(--lp-ink);
  font-size: 18px;
  line-height: 1.25;
}

.brand-lash-peru .tc-lash-item-card__body h3 a {
  color: inherit;
  text-decoration: none;
}

.brand-lash-peru .tc-lash-item-card__body h3 a:hover,
.brand-lash-peru .tc-lash-item-card__body h3 a:focus-visible {
  color: var(--lp-cyan-deep);
}

.brand-lash-peru .tc-lash-item-card__body p {
  margin: 0;
  color: var(--lp-grey);
  font-size: 13px;
  line-height: 1.55;
}

.brand-lash-peru .tc-lash-item-card__footer {
  display: grid;
  gap: 13px;
  padding-top: 3px;
}

.brand-lash-peru .tc-lash-item-card__price {
  color: var(--lp-ink);
  font-size: 17px;
  font-weight: 850;
}

.brand-lash-peru .tc-lash-item-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.brand-lash-peru .tc-lash-empty {
  display: grid;
  justify-items: center;
  gap: 10px;
  padding: 42px 20px;
  border: 1px dashed rgba(0, 157, 218, .24);
  border-radius: 20px;
  background: rgba(255, 255, 255, .76);
  text-align: center;
}

.brand-lash-peru .tc-lash-empty i {
  color: var(--lp-cyan);
  font-size: 28px;
}

.brand-lash-peru .tc-lash-empty h3 {
  margin: 0;
  color: var(--lp-ink);
}

.brand-lash-peru .tc-lash-empty p {
  max-width: 520px;
  margin: 0;
  color: var(--lp-grey);
}

.brand-lash-peru .tc-lash-catalog.is-leaving {
  opacity: .4;
  transform: translateY(8px);
  transition:
    opacity .18s ease,
    transform .18s var(--lp-ease);
}

@keyframes lpCatalogEnter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1024px) {
  .brand-lash-peru .tc-lash-node-grid,
  .brand-lash-peru .tc-lash-item-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 480px) {
  .lp-product-card__actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .brand-lash-peru .tc-lash-catalog__top,
  .brand-lash-peru .tc-lash-section-label {
    align-items: flex-start;
    flex-direction: column;
  }

  .brand-lash-peru .tc-lash-section-label small {
    text-align: left;
  }

  .brand-lash-peru .tc-lash-hero-card {
    grid-template-columns: 1fr;
  }

  .brand-lash-peru .tc-lash-hero-card__media {
    min-height: 190px;
  }

  .brand-lash-peru .tc-lash-node-grid,
  .brand-lash-peru .tc-lash-node-grid--landing,
  .brand-lash-peru .tc-lash-item-grid {
    grid-template-columns: 1fr;
  }

  .brand-lash-peru .tc-lash-node-card,
  .brand-lash-peru .tc-lash-node-card--product,
  .brand-lash-peru .tc-lash-node-card--service {
    grid-template-columns: 96px 1fr;
    min-height: 152px;
  }

  .brand-lash-peru .tc-lash-node-card__media {
    min-height: 124px;
  }
}

@media (max-width: 480px) {
  .brand-lash-peru .tc-lash-hero-card__body {
    padding: 22px;
  }

  .brand-lash-peru .tc-lash-node-card,
  .brand-lash-peru .tc-lash-node-card--product,
  .brand-lash-peru .tc-lash-node-card--service {
    grid-template-columns: 1fr;
  }

  .brand-lash-peru .tc-lash-node-card__media {
    min-height: 168px;
  }

  .brand-lash-peru .tc-lash-item-card__actions .tc-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .brand-lash-peru .tc-lash-catalog,
  .brand-lash-peru .tc-lash-catalog *,
  .brand-lash-peru .tc-lash-catalog::before,
  .brand-lash-peru .tc-lash-catalog::after {
    animation: none !important;
    transition: none !important;
  }
}

/* QA mobile header: search was pushing cart/account/menu outside 390px. */
@media (max-width: 640px) {
  .brand-lash-peru .lp-header-search {
    display: none;
  }
}
