/* Nitro Tattoo — child theme overrides
   Cargado automáticamente porque el archivo se llama "custom.css".
   Añade aquí ajustes visuales puntuales sobre Hummingbird. */

/* =========================================================
   TIPOGRAFÍA — Figtree (cargada via Google Fonts en head.tpl)
   ========================================================= */
body,
input, select, textarea, button,
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

/* =========================================================
   FOOTER REDESIGN — 2026-05-28
   ver docs/superpowers/specs/2026-05-28-footer-redesign-design.md
   ========================================================= */

.nt-foot {
  background: #0a0d14;
  color: #c5cad6;
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, sans-serif;
  margin-top: 60px;
}

/* --- USP strip --- */
.nt-foot__usp {
  background: linear-gradient(90deg, #003aee 0%, #001a6b 100%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.nt-foot__usp-item {
  padding: 18px 12px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.nt-foot__usp-item:last-child { border-right: none; }
.nt-foot__usp-item svg { width: 18px; height: 18px; flex-shrink: 0; }

/* --- Main grid --- */
.nt-foot__grid {
  display: grid;
  grid-template-columns: 1.5fr 0.9fr 0.9fr 1fr 1.3fr;
  gap: 36px;
  padding: 48px 36px 36px;
  max-width: 1240px;
  margin: 0 auto;
}
.ntno-popup__content * {
    color: white !important;
}

/* --- Brand col --- */
.nt-foot__brand .nt-foot__logo {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 14px;
}
.nt-foot__brand .nt-foot__logo span { color: #003aee; }
.nt-foot__tagline {
  font-size: 13px;
  line-height: 1.7;
  color: #8b93a7;
  margin: 0 0 18px;
}
.nt-foot__social {
  display: flex;
  gap: 10px;
  margin-bottom: 18px;
}
.nt-foot__social a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #1f2535;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c5cad6;
  transition: all 0.15s;
  text-decoration: none;
}
.nt-foot__social a:hover {
  background: #003aee;
  border-color: #003aee;
  color: #fff;
}
.nt-foot__social svg { width: 16px; height: 16px; }

/* --- Google rating badge --- */
.nt-foot__rating {
  display: flex;
  gap: 12px;
  align-items: center;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid #1f2535;
  border-radius: 6px;
  padding: 12px 14px;
  text-decoration: none;
  transition: all 0.15s;
  max-width: 280px;
}
.nt-foot__rating:hover {
  background: rgba(0, 58, 238, 0.1);
  border-color: #003aee;
}
.nt-foot__rating-g {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: conic-gradient(from -45deg, #4285F4 0 25%, #34A853 25% 50%, #FBBC05 50% 75%, #EA4335 75% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nt-foot__rating-g > span {
  background: #0a0d14;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
.nt-foot__rating-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nt-foot__rating-row {
  display: flex;
  align-items: center;
  gap: 6px;
}
.nt-foot__rating-score {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
}
.nt-foot__rating-stars {
  color: #FBBC05;
  font-size: 13px;
  letter-spacing: 1px;
}
.nt-foot__rating-count {
  color: #8b93a7;
  font-size: 11px;
}

/* --- ps_linklist columns (Productos / Tu cuenta / Empresa) --- */
.nt-foot__grid .ps-linklist.footer-block {
  margin: 0;
}
/* Títulos de columna (compartidos por linklist y contacto) */
.nt-foot__grid .footer-block__title,
.nt-foot__contact .footer-block__title {
  color: #fff;
  font-size: 11px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 18px;
  position: relative;
  padding-bottom: 10px;
}
.nt-foot__grid .footer-block__title::after,
.nt-foot__contact .footer-block__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background: #003aee; /* azul de marca */
}
.nt-foot__grid .footer-block__list {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 2.1;
}
.nt-foot__grid .footer-block__list a {
  color: #8b93a7;
  text-decoration: none;
  transition: color 0.15s;
}
.nt-foot__grid .footer-block__list a:hover { color: #fff; }
.nt-foot__grid .footer-block__content { display: block !important; } /* contra collapse residual */

/* --- Contact col --- */
.nt-foot__contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nt-foot__contact li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 12px;
  line-height: 1.5;
  color: #8b93a7;
  font-size: 13px;
}
.nt-foot__contact li svg {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  color: #003aee;
  margin-top: 3px;
}
.nt-foot__contact strong {
  color: #fff;
  font-weight: 600;
}
.nt-foot__contact a {
  color: #c5cad6;
  text-decoration: none;
}
.nt-foot__contact a:hover { color: #fff; }

/* --- Bottom strip --- */
.nt-foot__bottom {
  background: #05080f;
  border-top: 1px solid #161a26;
  padding: 18px 36px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: #5b6478;
  flex-wrap: wrap;
  gap: 16px;
}
.nt-foot__pay {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
/* nt-payment-icons-mono.tpl: marcas en blanco, sin caja (look premium footer oscuro). */
.nt-foot__pay .nt-payment-icons {
  gap: 10px;
  margin-top: 0;
}
.nt-foot__pay .nt-payment-icons__logo {
  height: 22px;
  opacity: 0.78;
  transition: opacity 0.15s ease;
}
.nt-foot__pay:hover .nt-payment-icons__logo {
  opacity: 1;
}

/* --- Responsive --- */
@media (max-width: 1199px) {
  .nt-foot__grid {
    grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  }
  .nt-foot__contact {
    grid-column: 1 / -1;
    padding-top: 24px;
    border-top: 1px solid #161a26;
  }
}

@media (max-width: 767px) {
  .nt-foot__usp {
    grid-template-columns: 1fr 1fr;
  }
  .nt-foot__usp-item:nth-child(2) { border-right: none; }
  .nt-foot__usp-item:nth-child(1),
  .nt-foot__usp-item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .nt-foot__grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 36px 20px 28px;
  }
  .nt-foot__contact { grid-column: auto; border-top: none; padding-top: 0; }
  .nt-foot__bottom {
    flex-direction: column;
    text-align: center;
    padding: 20px;
  }
  .nt-foot__rating { max-width: 100%; }
}

@media (max-width: 480px) {
  .nt-foot__usp-item {
    padding: 14px 8px;
    font-size: 11px;
  }
  .nt-foot__usp-item svg { width: 14px; height: 14px; }
}

/* =========================================================
   HEADER REDESIGN — 2026-05-28
   ver docs/superpowers/specs/2026-05-28-header-redesign-design.md
   ========================================================= */

.nt-head {
  background: #fff;
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, sans-serif;
  position: relative;
  z-index: 1020;
}

/* --- Spacer (placeholder cuando .nt-head pasa a fixed) --- */
.nt-head__spacer { display: none; }
body.is-sticky .nt-head__spacer { display: block; }
body.is-sticky .nt-head {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1030;
  box-shadow: 0 2px 10px rgba(0,0,0,.08);
}

/* --- Row 1: TOPBAR --- */
.nt-head__row-top {
  background: linear-gradient(90deg, #003aee 0%, #001a6b 100%);
  color: #fff;
  font-size: 12px;
  padding: 9px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.nt-head__promo {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .3px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.nt-head__promo svg { width: 14px; height: 14px; }
.nt-head__top-right {
  display: flex;
  gap: 14px;
  align-items: center;
}
.nt-head__top-right a {
  color: #fff;
  text-decoration: none;
  opacity: .92;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}
.nt-head__top-right a:hover, .nt-head__top-right a:focus-visible { opacity: 1; }
.nt-head__top-right svg { width: 13px; height: 13px; }
.nt-head__sep { opacity: .35; -webkit-user-select: none; user-select: none; }
.nt-head__txt-short { display: none; } /* label corto solo en móvil */

/* --- Row 2: LOGO + SEARCH + ICONS --- */
/* La fila central va constraint a max-width 1240; las filas top y bot son
   full-bleed a propósito (replica el patrón visual del footer). */
.nt-head__row-mid {
  background: #fff;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  gap: 22px;
  max-width: 1240px;
  margin: 0 auto;
}
.nt-head__logo { flex-shrink: 0; }
.nt-head__logo img { max-height: 44px; width: auto; display: block; }
.nt-head__logo h1 { margin: 0; line-height: 1; }

/* Buscador — ps_searchbar renderiza este markup:
   <div id="_desktop_ps_searchbar" class="order-2 ms-auto col-auto d-none d-md-flex ...">
     <div id="ps_searchbar" class="ps-searchbar js-search-widget">
       <form class="ps-searchbar__form">
         <i class="material-icons ps-searchbar__magnifier"></i>
         <input class="ps-searchbar__input form-control">
   No hay botón submit — la lupa es decorativa y el envío es vía Enter. */
.nt-head__row-mid #_desktop_ps_searchbar {
  order: 2;
  flex: 0 1 480px; /* no crece: ancho ~480px en vez de llenar todo */
  margin-left: 0 !important; /* override Bootstrap ms-auto */
  margin-right: auto !important; /* empuja los iconos al borde derecho */
  padding: 0 !important;
  max-width: 480px;
  min-width: 0;
}
/* La lupa del padre está en position:absolute con left:0.75rem; el input tiene padding-inline:2.5rem.
   Mantenemos ese esquema y solo cambiamos colores/border/radius del contenedor + acento azul de la lupa. */
.nt-head__row-mid .ps-searchbar {
  background: #f1f3f8;
  border: 1px solid #e2e6f0;
  border-radius: 6px;
  width: 100%;
  margin: 0 !important;
  transition: border-color .15s, box-shadow .15s;
}
.nt-head__row-mid .ps-searchbar:focus-within {
  border-color: #003aee;
  box-shadow: 0 0 0 3px rgba(0, 58, 238, 0.15);
}
.nt-head__row-mid .ps-searchbar__form { margin: 0; }
.nt-head__row-mid .ps-searchbar__magnifier {
  color: #003aee;
  font-size: 20px;
}
.nt-head__row-mid .ps-searchbar__input,
.nt-head__row-mid .ps-searchbar input.form-control {
  border: none !important;
  font-size: 14px;
  outline: none !important;
  background: transparent !important;
  color: #0a0d14;
  height: auto !important;
  box-shadow: none !important;
  padding-block: 12px !important;
}
.nt-head__row-mid .ps-searchbar__input::placeholder { color: #8b93a7; }

/* Icono cuenta — flex child de .nt-head__row-mid */
.nt-head__icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #f1f3f8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0a0d14;
  text-decoration: none;
  transition: background .15s;
  flex-shrink: 0;
  order: 3;
}
.nt-head__icon:hover, .nt-head__icon:focus-visible { background: #e2e6f0; color: #003aee; }
.nt-head__icon svg { width: 20px; height: 20px; }
/* Reset UA cuando .nt-head__icon es <button> (hamburguesa móvil) */
button.nt-head__icon { border: none; padding: 0; font: inherit; cursor: pointer; }

/* Carrito — ps_shoppingcart renderiza este markup:
   <div id="_desktop_ps_shoppingcart">
     <div class="ps-shoppingcart">
       <div class="header-block d-flex align-items-center blockcart cart-preview ...">
         <span class="header-block__action-btn">
           <i class="material-icons header-block__icon">🛒</i>
           <span class="header-block__title">Carrito</span>
           <span class="header-block__badge">0</span> */
.nt-head__row-mid #_desktop_ps_shoppingcart {
  order: 4;
  flex-shrink: 0;
}
.nt-head__row-mid .ps-shoppingcart { display: inline-flex; }
.nt-head__row-mid .blockcart {
  background: #003aee;
  border-radius: 6px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  transition: background .15s;
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.nt-head__row-mid .blockcart:hover,
.nt-head__row-mid .blockcart:focus-within { background: #002bb8; }
.nt-head__row-mid .blockcart .header-block__action-btn {
  color: #fff;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 0 !important;
  background: transparent !important;
  text-decoration: none;
}
.nt-head__row-mid .blockcart .header-block__icon {
  font-size: 20px;
  color: #fff;
}
.nt-head__row-mid .blockcart .header-block__title {
  color: #fff;
  font-weight: 700;
}
.nt-head__row-mid .blockcart .header-block__badge {
  background: rgba(255,255,255,.22);
  color: #fff;
  padding: 1px 8px;
  border-radius: 10px;
  font-size: 11px;
  font-weight: 700;
  margin-left: 2px;
}

/* Carrito DESKTOP: círculo gris como el resto de iconos + badge azul con número blanco.
   Solo afecta a #_desktop_ps_shoppingcart (visible ≥768px); el carrito mobile no se toca. */
.nt-head__row-mid #_desktop_ps_shoppingcart .blockcart {
  width: 44px;
  height: 44px;
  padding: 0;
  border-radius: 50%;
  background: #f1f3f8;
  justify-content: center;
  position: relative;
}
.nt-head__row-mid #_desktop_ps_shoppingcart .blockcart:hover,
.nt-head__row-mid #_desktop_ps_shoppingcart .blockcart:focus-within { background: #e2e6f0; }
.nt-head__row-mid #_desktop_ps_shoppingcart .blockcart .header-block__action-btn { color: #0a0d14; gap: 0; }
.nt-head__row-mid #_desktop_ps_shoppingcart .blockcart .header-block__icon { color: #0a0d14; }
/* El título usa la utilidad Bootstrap .d-md-flex (display:flex !important) que gana al
   display:none; lo sacamos de flujo con el patrón visually-hidden (sigue accesible). */
.nt-head__row-mid #_desktop_ps_shoppingcart .blockcart .header-block__title {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}
.nt-head__row-mid #_desktop_ps_shoppingcart .blockcart .header-block__badge {
  position: absolute;
  top: -7px;
  right: -7px;
  margin: 0;
  min-width: 19px;
  height: 19px;
  padding: 0 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #003aee;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
  border: none;
  border-radius: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
}
body.is-sticky .nt-head__row-mid #_desktop_ps_shoppingcart .blockcart { width: 38px; height: 38px; }

/* --- Row 3: MENUBAR --- */
.nt-head__row-bot {
  background: #0a0d14;
  position: relative;
}
.nt-head__row-bot::after {
  content: "";
  position: absolute;
  right: 0; top: 0; bottom: 0;
  width: 40px;
  pointer-events: none;
  background: linear-gradient(90deg, transparent, #0a0d14);
  opacity: 0;
  transition: opacity .15s;
}
.nt-head__row-bot.has-overflow::after { opacity: 1; }

/* --- Sticky compact --- */
/* Topbar oculta en sticky. Nota: el media query móvil (≤767px) la oculta
   también de forma independiente — los dos selectores son intencionales. */
body.is-sticky .nt-head__row-top { display: none; }
body.is-sticky .nt-head__row-mid {
  padding: 12px 24px;
}
body.is-sticky .nt-head__logo img { max-height: 36px; }
body.is-sticky .nt-head__row-mid .ps-searchbar__input,
body.is-sticky .nt-head__row-mid .ps-searchbar input.form-control { padding: 9px 14px 9px 2.5rem !important; font-size: 13px; }
body.is-sticky .nt-head__row-mid .ps-searchbar__magnifier { font-size: 18px; }
body.is-sticky .nt-head__icon { width: 38px; height: 38px; }
body.is-sticky .nt-head__icon svg { width: 17px; height: 17px; }
body.is-sticky .nt-head__row-mid .blockcart { padding: 8px 12px; font-size: 12px; }
body.is-sticky .nt-head__row-mid .blockcart .header-block__title { display: none; }

/* --- Responsive --- */
@media (max-width: 1199px) {
  .nt-head__row-mid { padding: 18px; gap: 16px; }

  /* Menú colapsado: ocultamos el árbol horizontal y su toggle nativo, pero NO la fila
     (row-bot aloja el offcanvas #mobileMenu como hermano; display:none lo mataría).
     La navegación móvil usa .nt-head__burger en la fila central. */
  .nt-head .ps-mainmenu--desktop { display: none; }
  .nt-head__row-bot { min-height: 0; background: transparent; }
}

@media (max-width: 767px) {
  /* Topbar promo + teléfono visibles arriba del logo; email oculto por espacio */
  .nt-head__row-top {
    justify-content: center;
    gap: 10px 14px;
    flex-wrap: wrap;
    padding: 8px 8px;
  }
  .nt-head__top-right { display: flex; }
  /* En móvil: enlaces cortos "Llámanos" / "Email" (con email visible) */
  .nt-head__txt-full { display: none; }
  .nt-head__txt-short { display: inline; }

  .nt-head__row-mid {
    padding: 14px 16px;
    gap: 12px;
    flex-wrap: wrap;
  }
  .nt-head__row-mid #_desktop_ps_searchbar {
    order: 99;
    flex-basis: 100%;
  }
  /* Empuja el cluster de iconos (lupa · carrito · cuenta · menú) a la derecha */
  .nt-head__row-mid .ps-searchbar--mobile { margin-left: auto; }

  /* Carrito mobile: círculo igual que el icono de cuenta (no rectángulo azul) */
  .nt-head__row-mid #_mobile_ps_shoppingcart .blockcart {
    width: 44px;
    height: 44px;
    padding: 0;
    border-radius: 50%;
    justify-content: center;
    position: relative;
  }
  .nt-head__row-mid #_mobile_ps_shoppingcart .blockcart .header-block__action-btn { gap: 0; }
  .nt-head__row-mid #_mobile_ps_shoppingcart .blockcart .header-block__title { display: none; }
  .nt-head__row-mid #_mobile_ps_shoppingcart .blockcart .header-block__badge {
    position: absolute;
    top: -7px;
    right: -7px;
    margin: 0;
    min-width: 19px;
    height: 19px;
    padding: 0 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;            /* sólido (no translúcido) → el número se lee bien sobre el azul */
    color: #003aee;
    font-size: 11px;
    font-weight: 800;
    line-height: 1;
    border: none;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.28);
  }
}

/* --- Menubar (ps_mainmenu restyled bajo .nt-head) --- */
.nt-head .ps-mainmenu--desktop {
  padding: 0 24px;
  max-width: 1240px;
  margin: 0 auto;
}
.nt-head .ps-mainmenu__desktop { width: 100%; }
.nt-head .ps-mainmenu__tree {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0;
  flex-wrap: nowrap;
  overflow: visible; /* IMPORTANTE: si fuera auto/hidden el submenu (position:absolute) se clipea verticalmente */
}
.nt-head .ps-mainmenu__tree-item {
  /* position: relative para anclar el dropdown (position:absolute) al li individual,
     no full-bleed: las categorías solo tienen 2 niveles (panel derecho vacío). */
  position: relative;
  flex-shrink: 0;
}
.nt-head .ps-mainmenu__tree-item-wrapper {
  display: flex;
  align-items: center;
}
.nt-head .ps-mainmenu__tree-link {
  display: block;
  padding: 14px 14px;
  color: #c5cad6;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .7px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  white-space: nowrap;
  transition: color .15s, border-color .15s;
}
.nt-head .ps-mainmenu__tree-link:hover,
.nt-head .ps-mainmenu__tree-link:focus-visible,
.nt-head .ps-mainmenu__tree-item.current > .ps-mainmenu__tree-item-wrapper > .ps-mainmenu__tree-link {
  color: #fff;
  border-bottom-color: #003aee;
}
.nt-head .ps-mainmenu__tree-dropdown-toggle {
  background: transparent;
  border: none;
  color: #8b93a7;
  padding: 0 4px 0 0;
  cursor: pointer;
  display: none; /* el padre lo usa más para mobile; en desktop el hover ya abre el mega */
}
.nt-head .nt-menu__offer > .ps-mainmenu__tree-item-wrapper > .ps-mainmenu__tree-link {
  color: #ff7a7a;
}
.nt-head .nt-menu__offer > .ps-mainmenu__tree-item-wrapper > .ps-mainmenu__tree-link:hover,
.nt-head .nt-menu__offer > .ps-mainmenu__tree-item-wrapper > .ps-mainmenu__tree-link:focus-visible {
  color: #ff9a9a;
  border-bottom-color: #ff7a7a;
}

/* --- Dropdown anclado al item (antes mega full-bleed; panel derecho vacío) --- */
.nt-head .submenu {
  position: absolute;
  left: 0; right: auto;
  top: 100%;
  width: auto;
  min-width: 240px;
  max-width: 380px;
  background: #fff;
  border: 1px solid #e2e6f0;
  border-radius: 10px;
  box-shadow: 0 10px 28px rgba(10,13,20,.16);
  padding: 8px;
  z-index: 1031;
}
/* items cerca del borde derecho: anclar a la derecha para no salir de pantalla */
.nt-head .ps-mainmenu__tree-item:nth-last-child(-n+2) .submenu {
  left: auto; right: 0;
}
.nt-head .submenu .container {
  max-width: none;
  width: auto;
  margin: 0;
  padding: 0;
}
/* la columna de tabs (subcats) ocupa todo; el panel derecho va vacío → fuera */
.nt-head .submenu__row { display: block; margin: 0; }
.nt-head .submenu__right { display: none; }
.nt-head .submenu__left {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
  max-width: none;
  flex: 0 0 100%;
}
.nt-head .submenu__left-item {
  position: relative;
  display: block;
  padding: 9px 14px;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  color: #0a0d14;
  text-decoration: none;
  border-bottom: none;
  white-space: nowrap;
  transition: background .15s, color .15s;
}
/* barra de acento azul a la izquierda en hover */
.nt-head .submenu__left-item::before {
  content: "";
  position: absolute;
  left: 4px; top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 3px; height: 60%;
  border-radius: 3px;
  background: #003aee;
  transition: transform .15s;
}
.nt-head .submenu__left-item:hover,
.nt-head .submenu__left-item:focus-visible {
  color: #003aee;
  background: #eef2ff;
}
.nt-head .submenu__left-item:hover::before,
.nt-head .submenu__left-item:focus-visible::before {
  transform: translateY(-50%) scaleY(1);
}
/* aria-selected lo pone el JS de tabs (mega): sin fondo permanente aquí */
.nt-head .submenu__left-item[aria-selected="true"] {
  color: #0a0d14;
  background: transparent;
}
.nt-head .submenu .menu-item__group--child,
.nt-head .submenu .menu-item__group--nochild {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.nt-head .submenu .menu-item__group-main-item {
  font-size: 11px;
  font-weight: 700;
  color: #0a0d14;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  display: inline-block;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: 2px solid #003aee;
  text-decoration: none;
}
.nt-head .submenu .menu-item {
  display: block;
  padding: 5px 0;
  font-size: 13px;
  color: #5b6478;
  text-decoration: none;
}
.nt-head .submenu .menu-item:hover,
.nt-head .submenu .menu-item:focus-visible { color: #003aee; }

/* --- Mobile menu (offcanvas) restyle paleta --- */

/* Scroll vertical en submenús largos: el padre pone overflow:hidden en el
   offcanvas (lo necesita el slide horizontal de submenús) y height:100% en
   .ps-mainmenu__mobile sin overflow — un submenú más alto que la pantalla
   quedaba cortado sin poder scrollear. El offcanvas es flex-column (Bootstrap):
   convertimos el árbol en la zona flexible y scrolleable (header y bloque
   inferior quedan fijos). Sin media query: .ps-mainmenu--mobile solo existe
   como offcanvas (<1200px), no afecta a desktop. */
.ps-mainmenu--mobile .ps-mainmenu__mobile {
  height: auto;
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden; /* mantiene ocultos los paneles en left:100%/-100% */
  -webkit-overflow-scrolling: touch;
}
.ps-mainmenu--mobile .ps-mainmenu__additionnals {
  flex-grow: 0; /* .offcanvas-body por defecto crece y robaba alto al árbol */
}

@media (max-width: 991px) {
  .ps-mainmenu--mobile.offcanvas { background: #fff; }
  .ps-mainmenu--mobile .menu--mobile .menu__link {
    color: #0a0d14;
    font-weight: 600;
    padding: 9px 18px;
    border-bottom: 1px solid #f1f3f8;
  }
  .ps-mainmenu--mobile .menu--mobile .menu__link:hover,
  .ps-mainmenu--mobile .menu--mobile .menu__link:focus-visible,
  .ps-mainmenu--mobile .menu--mobile .current > .menu__link {
    color: #003aee;
    background: #f5f7fb;
  }
  .ps-mainmenu--mobile .menu__title {
    background: #0a0d14;
    color: #fff;
    padding: 14px 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .7px;
    font-size: 12px;
  }
}

/* ===========================================================
   DESCRIPCIONES DE CATEGORÍA
   - .category__description           → intro antes de los productos
   - .category__additional-description → texto SEO después de los productos
   =========================================================== */

/* --- Intro (antes de los productos) --- */
.category__description {
  max-width: 880px;
  margin: .35rem 0 1.75rem;
  font-size: .95rem;
  line-height: 1.65;
  color: #3a4254;
}
.category__description p { margin-bottom: .75rem; }
.category__description p:last-child { margin-bottom: 0; }
.category__description strong { color: #0a0d14; font-weight: 600; }
.category__description a {
  color: #003aee;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.category__description a:hover { color: #001a6b; }

/* ===========================================================
   CHIPS DE SUBCATEGORÍAS (override del padre Hummingbird)
   Padre los pinta como pills genéricos (borde gris, hover gris).
   Aquí los llevamos a marca: borde claro → hover azul relleno.
   =========================================================== */
.subcategory__list {
  margin-block: .25rem 2rem;
}
.subcategory__link {
  background-color: #fff;
  border: 1px solid #e2e5ec;
  color: #0a0d14;
  font-weight: 500;
  padding: .55rem .95rem;
  transition: background-color .2s ease, border-color .2s ease,
              color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.subcategory__link:hover,
.subcategory__link:focus-visible {
  background-color: #003aee;
  border-color: #003aee;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 58, 238, .25);
  transform: translateY(-1px);
}
.subcategory__name { font-weight: inherit; }

/* --- Texto SEO largo (después de los productos) --- */
/* separador solo si hay contenido (descripción o FAQ); evita línea suelta */
.category__footer:has(.category__additional-description),
.category__footer:has(.nt-faq) {
  margin-top: 3rem;
  padding-top: 2.25rem;
  border-top: 1px solid #e6e6e6;
}

.category__additional-description {
  max-width: 860px;
  font-size: 1rem;
  line-height: 1.75;
  color: #3a4254;
}
.category__additional-description h2,
.category__additional-description h3 {
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #0a0d14;
  line-height: 1.25;
}
.category__additional-description h2 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 2.25rem 0 1.1rem;
  padding-left: 1rem;
  border-left: 5px solid #003aee;
}
.category__additional-description > h2:first-child,
.category__additional-description > *:first-child { margin-top: 0; }
.category__additional-description h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1.85rem 0 .65rem;
  padding-left: .8rem;
  border-left: 3px solid #003aee;
}
.category__additional-description p { margin: 0 0 1.05rem; }
.category__additional-description p:last-child { margin-bottom: 0; }
.category__additional-description strong { color: #0a0d14; font-weight: 600; }
.category__additional-description a {
  color: #003aee;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.category__additional-description a:hover { color: #001a6b; }

/* listas */
.category__additional-description ul,
.category__additional-description ol {
  margin: 0 0 1.15rem;
  padding-left: 0;
  list-style: none;
}
.category__additional-description li { margin-bottom: .5rem; }
.category__additional-description ul li {
  position: relative;
  padding-left: 1.5rem;
}
.category__additional-description ul li::before {
  content: "";
  position: absolute;
  left: .2rem;
  top: .62em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #003aee;
}
.category__additional-description ol { counter-reset: nt-li; }
.category__additional-description ol li {
  counter-increment: nt-li;
  position: relative;
  padding-left: 2rem;
}
.category__additional-description ol li::before {
  content: counter(nt-li);
  position: absolute;
  left: 0;
  top: .02em;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 50%;
  background: #003aee;
  color: #fff;
  font-size: .75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 575px) {
  .category__description { font-size: 1rem; }
  .category__additional-description h2 { font-size: 1.35rem; }
  .category__additional-description h3 { font-size: 1.1rem; }
}

/* ===========================================================
   LISTADO DE PRODUCTOS — grid de categoría + tarjeta (miniatura)
   =========================================================== */

/* --- 4 productos por fila en desktop (3 en tablet) --- */
@media (min-width: 992px) {
  .layout-left-column .products,
  .layout-right-column .products {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 1200px) {
  .layout-left-column .products,
  .layout-right-column .products,
  .layout-full-width .products {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* --- Tarjeta de producto --- */
.product-miniature__inner {
  position: relative;
  border: 1px solid #ececf0;
  border-radius: 14px;
  overflow: hidden;
  transition: box-shadow .22s ease, transform .22s ease, border-color .22s ease;
}
.product-miniature:hover .product-miniature__inner {
  border-color: #d4d9e6;
  box-shadow: 0 4px 14px rgba(10, 13, 20, .08);
  transform: translateY(-1px);
}

/* --- Cuerpo: todo centrado --- */
.product-miniature__bottom {
  padding: 1rem .9rem 1.15rem;
  text-align: center;
}
.product-miniature__infos {
  justify-items: center;
  gap: .55rem;
}

/* título a 2 líneas fijas → precios alineados en toda la fila */
.product-miniature__title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 2.55em;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1.3;
  color: #0a0d14;
  transition: color .15s ease;
}
.product-miniature__title:hover { color: #003aee; }

/* precio en azul de marca */
.product-miniature__prices { justify-content: center; }
.product-miniature__price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #003aee;
}
.product-miniature__discount-price { justify-content: center; }

/* --- Ocultar selector de cantidad (el botón Añadir manda qty=1) --- */
.product-miniature .quantity-button { display: none; }

/* --- Botón añadir: solo icono, esquina superior derecha sobre la imagen --- */
.product-miniature__add-text { display: none; }       /* sin texto */
.product-miniature__form {
  position: absolute;
  top: .6rem;
  right: .6rem;
  width: auto;
  margin: 0;
  z-index: 2;
}
.product-miniature__add {
  width: 42px;
  min-width: 42px;
  height: 42px;
  padding: 0;
  border-radius: 10px;
  box-shadow: 0 3px 10px rgba(10, 13, 20, .2);
}
.product-miniature__add:hover { box-shadow: 0 5px 14px rgba(0, 58, 238, .35); }

/* "Ver detalles" (productos sin compra): a ancho completo abajo */
.product-miniature__details { width: 100%; }

/* ===========================================================
   ANCHO DEL CONTENEDOR PRINCIPAL
   Tope global de 1240px en pantallas grandes, alineado con
   header y footer.
   =========================================================== */
@media (min-width: 1400px) {
  .container,
  .container-xxl {
    max-width: 1240px;
  }
}

/* La HOME usa layout full-width SIN .container: #content.page-content--home
   va a 100% del wrapper. Lo constreñimos a 1240px centrado para alinearlo
   con header y footer. Scoped a home → no afecta otras páginas. */
#content.page-content--home {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  padding-left: 12px;
  padding-right: 12px;
  box-sizing: border-box;
  /* El grid de la home traía gap:40px que, sumado a los márgenes propios
     de cada módulo, duplicaba el espaciado. El espaciado lo gobierna ahora
     cada módulo con sus propios márgenes → gap 0. */
  gap: 0;
  row-gap: 0;
}

/* ===========================================================
   "ORDENAR POR" — dropdown compacto (no estirar a media fila)
   =========================================================== */
.products__sort { justify-content: flex-end; }
.products__sort-dropdown { flex-grow: 0; }
.products__sort-dropdown-button {
  width: auto;
  min-width: 0;
  gap: .5rem;
  padding: .4rem .85rem;
  font-size: .9rem;
}
.nt-sort-item { cursor: pointer; }

/* ===========================================================
   BREADCRUMB — estilo "chips" (sin tira gris ni separador "/")
   =========================================================== */
.breadcrumb__wrapper {
  background-color: transparent;
  margin-bottom: 1.5rem;
}
.breadcrumb {
  gap: .4rem;
  padding: .85rem 0;
}
/* fuera el separador "/" y el padding que metía */
.breadcrumb-item + .breadcrumb-item::before { content: none; }
.breadcrumb-item + .breadcrumb-item { padding-left: 0; }

/* chip base (enlaces y nivel actual) */
.breadcrumb-item > a.breadcrumb-link,
.breadcrumb-item > span {
  display: inline-flex;
  align-items: center;
  padding: .35rem .8rem;
  border-radius: 999px;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1;
  background: #f1f3f8;
  color: #51596b;
  text-decoration: none;
  transition: background .15s ease, color .15s ease;
}
.breadcrumb-item > a.breadcrumb-link:hover,
.breadcrumb-item > a.breadcrumb-link:focus-visible {
  background: #e2e6f0;
  color: #003aee;
}
/* último nivel (página actual) = chip azul de marca */
.breadcrumb-item:last-child > span {
  background: #003aee;
  color: #fff;
  font-weight: 600;
}

/* ===========================================================
   ESTADO VACÍO — listados sin productos (categoría / fabricante
   / marca / búsqueda). Tarjeta de marca + CTAs.
   =========================================================== */
.nt-empty {
  margin: 1.5rem 0 2.5rem;
  padding: 3rem 2rem 2.5rem;
  text-align: center;
  background: #fff;
  border: 1px solid #ececf0;
  border-radius: 14px;
  box-shadow: 0 12px 34px rgba(10, 13, 20, .07);
}

.nt-empty__badge {
  width: 84px;
  height: 84px;
  margin: 0 auto 1.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, #003aee 0%, #001a6b 100%);
  box-shadow: 0 10px 24px rgba(0, 58, 238, .28);
}

.nt-empty__title {
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
  color: #0a0d14;
  margin: 0 0 .65rem;
}

.nt-empty__text {
  max-width: 460px;
  margin: 0 auto 1.6rem;
  font-size: 1rem;
  line-height: 1.65;
  color: #51596b;
}
.nt-empty__text strong { color: #0a0d14; font-weight: 600; }

.nt-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .7rem;
  justify-content: center;
}

.nt-empty__btn {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .7rem 1.3rem;
  border-radius: 10px;
  font-size: .95rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: transform .15s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}
.nt-empty__btn:hover { transform: translateY(-2px); }

.nt-empty__btn--primary {
  background: #003aee;
  color: #fff;
  box-shadow: 0 6px 16px rgba(0, 58, 238, .28);
}
.nt-empty__btn--primary:hover,
.nt-empty__btn--primary:focus-visible {
  background: #001a6b;
  color: #fff;
  box-shadow: 0 8px 20px rgba(0, 58, 238, .38);
}

.nt-empty__btn--wa {
  background: #25d366;
  color: #fff;
  box-shadow: 0 6px 16px rgba(37, 211, 102, .28);
}
.nt-empty__btn--wa:hover,
.nt-empty__btn--wa:focus-visible {
  background: #1da851;
  color: #fff;
  box-shadow: 0 8px 20px rgba(37, 211, 102, .4);
}
.nt-empty__btn--wa svg { width: 20px; height: 20px; }

.nt-empty__links {
  margin-top: 1.7rem;
  padding-top: 1.3rem;
  border-top: 1px solid #f1f3f8;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  font-size: .88rem;
}
.nt-empty__links a {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: #51596b;
  text-decoration: none;
  transition: color .15s ease;
}
.nt-empty__links a:hover,
.nt-empty__links a:focus-visible { color: #003aee; }
.nt-empty__sep { color: #c4c9d6; }

@media (max-width: 575px) {
  .nt-empty { padding: 2.25rem 1.25rem 2rem; }
  .nt-empty__title { font-size: 1.3rem; }
  .nt-empty__btn { width: 100%; justify-content: center; }
  .nt-empty__links { flex-direction: column; gap: .6rem; }
  .nt-empty__sep { display: none; }
}

/* ===========================================================
   PÁGINA DE CONTACTO — header + tarjeta info (dirección,
   teléfono/WhatsApp, email, horario, mapa) + formulario.
   =========================================================== */
.nt-contact {
  max-width: 1180px;
  margin: 1.5rem auto 3rem;
  padding: 0 1rem;
}

.nt-contact__head {
  text-align: center;
  margin-bottom: 2.5rem;
}
.nt-contact__eyebrow {
  display: inline-block;
  margin-bottom: .7rem;
  padding: .3rem .85rem;
  border-radius: 999px;
  background: #eef1fe;
  color: #003aee;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.nt-contact__title {
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 2.4rem;
  font-weight: 800;
  line-height: 1.1;
  color: #0a0d14;
  margin: 0 0 .8rem;
}
.nt-contact__lead {
  max-width: 620px;
  margin: 0 auto;
  font-size: 1.05rem;
  line-height: 1.65;
  color: #51596b;
}

.nt-contact__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
  gap: 1.75rem;
  align-items: start;
}

/* ---- Columna info ---- */
.nt-contact__info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.nt-contact__card {
  display: flex;
  gap: 1rem;
  padding: 1.4rem 1.5rem;
  background: #fff;
  border: 1px solid #ececf0;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(10, 13, 20, .05);
  transition: transform .15s ease, box-shadow .18s ease, border-color .18s ease;
}
.nt-contact__card:hover {
  transform: translateY(-2px);
  border-color: #d7ddf6;
  box-shadow: 0 14px 34px rgba(0, 58, 238, .1);
}

.nt-contact__icon {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, #003aee 0%, #001a6b 100%);
  box-shadow: 0 8px 18px rgba(0, 58, 238, .25);
}
.nt-contact__icon svg { width: 24px; height: 24px; }

.nt-contact__card-body { min-width: 0; }
.nt-contact__card-title {
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: #0a0d14;
  margin: 0 0 .45rem;
}

.nt-contact__addr {
  font-style: normal;
  font-size: .98rem;
  line-height: 1.55;
  color: #51596b;
  margin: 0 0 .6rem;
}

.nt-contact__big {
  display: block;
  font-size: 1.08rem;
  font-weight: 700;
  color: #0a0d14;
  text-decoration: none;
  word-break: break-word;
}
.nt-contact__big:hover,
.nt-contact__big:focus-visible { color: #003aee; }

.nt-contact__link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  margin-top: .55rem;
  color: #003aee;
  font-weight: 600;
  font-size: .92rem;
  text-decoration: none;
}
.nt-contact__link svg { width: 16px; height: 16px; }
.nt-contact__link:hover,
.nt-contact__link:focus-visible { color: #001a6b; text-decoration: underline; }

.nt-contact__wa {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  margin-top: .7rem;
  padding: .55rem 1.1rem;
  border-radius: 10px;
  background: #25d366;
  color: #fff;
  font-size: .92rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(37, 211, 102, .28);
  transition: transform .15s ease, box-shadow .18s ease, background .18s ease;
}
.nt-contact__wa svg { width: 18px; height: 18px; }
.nt-contact__wa:hover,
.nt-contact__wa:focus-visible {
  background: #1da851;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(37, 211, 102, .4);
}

.nt-contact__hours {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: .95rem;
}
.nt-contact__hours li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .35rem 0;
  border-bottom: 1px dashed #eceef4;
  color: #51596b;
}
.nt-contact__hours li:last-child { border-bottom: 0; }
.nt-contact__hours strong { color: #0a0d14; font-weight: 600; }
.nt-contact__closed { color: #c0392b !important; }

.nt-contact__map {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid #ececf0;
  box-shadow: 0 10px 28px rgba(10, 13, 20, .05);
  line-height: 0;
}
.nt-contact__map iframe {
  width: 100%;
  height: 280px;
  border: 0;
  display: block;
}

/* ---- Columna formulario ---- */
.nt-contact__form {
  background: #fff;
  border: 1px solid #ececf0;
  border-radius: 16px;
  padding: 2rem 2rem 1.75rem;
  box-shadow: 0 12px 34px rgba(10, 13, 20, .06);
}
.nt-contact__form .contact-form,
.nt-contact__form .form-fields { margin: 0; }

.nt-contact-form__title {
  font-family: 'Figtree', -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  color: #0a0d14;
  margin: 0 0 .35rem;
}
.nt-contact-form__hint {
  font-size: .95rem;
  color: #51596b;
  margin: 0 0 1.4rem;
}
.nt-contact__form .form-label { font-weight: 600; color: #2a2f3a; }
.nt-contact__form .form-control,
.nt-contact__form .form-select {
  border-radius: 10px;
  border-color: #dfe3ec;
  padding: .65rem .85rem;
}
.nt-contact__form .form-control:focus,
.nt-contact__form .form-select:focus {
  border-color: #003aee;
  box-shadow: 0 0 0 .2rem rgba(0, 58, 238, .15);
}
.nt-contact__form .buttons-wrapper { margin-top: .5rem; }
.nt-contact__form .btn-primary {
  padding: .75rem 1.8rem;
  border-radius: 10px;
  font-weight: 600;
  background: #003aee;
  border-color: #003aee;
  box-shadow: 0 6px 16px rgba(0, 58, 238, .28);
  transition: transform .15s ease, box-shadow .18s ease, background .18s ease;
}
.nt-contact__form .btn-primary:hover,
.nt-contact__form .btn-primary:focus-visible {
  background: #001a6b;
  border-color: #001a6b;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 58, 238, .38);
}

/* ---- Responsive ---- */
@media (max-width: 991px) {
  .nt-contact__grid { grid-template-columns: 1fr; }
  .nt-contact__form { order: -1; }
}
@media (max-width: 575px) {
  .nt-contact__title { font-size: 1.9rem; }
  .nt-contact__lead { font-size: 1rem; }
  .nt-contact__card { padding: 1.2rem; }
  .nt-contact__form { padding: 1.5rem 1.25rem; }
  .nt-contact__map iframe { height: 230px; }
}

/* Contacto: forzar ancho completo (el layout heredado es left-column;
   la columna izquierda se vacía en contact.tpl). */
#contact .center-column {
  flex: 0 0 100%;
  max-width: 100%;
}

/* ============================================================
   AmazzingFilter (AF) — estilos de marca (limpio)
   Todo bajo #amazzing_filter para no filtrar fuera del sidebar.
   ============================================================ */
#amazzing_filter.af.block {
  border: 1px solid #e6e8f0;
  border-radius: 10px;
  background: #fff;
  padding: 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .05);
  overflow: hidden;
  font-size: .9rem;
}

/* Título "Filtrar por" */
#amazzing_filter .title_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: .55rem 1rem;
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #fff;
  background: linear-gradient(90deg, #003aee 0%, #001a6b 100%);
}

#amazzing_filter .block_content { padding: .15rem .9rem .7rem; }

/* Filtros seleccionados + borrar todo */
#amazzing_filter .selectedFilters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
  padding: .45rem 0;
  margin-bottom: .2rem;
  border-bottom: 1px solid #eef0f6;
}
#amazzing_filter .selected-filters-label { font-weight: 600; color: #1a1a2e; }
#amazzing_filter .selectedFilters .clearAll { margin-left: auto; }
#amazzing_filter .selectedFilters .clearAll .all {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  color: #003aee;
  font-weight: 600;
  font-size: .85rem;
  text-decoration: none;
}
#amazzing_filter .selectedFilters .clearAll .all:hover { text-decoration: underline; }
/* chips de cada filtro activo */
#amazzing_filter .selectedFilters .filter {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .2rem .55rem;
  background: #eef2ff;
  color: #003aee;
  border-radius: 999px;
  font-size: .82rem;
}
#amazzing_filter .selectedFilters .filter a,
#amazzing_filter .selectedFilters .filter i { color: #003aee; cursor: pointer; }

/* Cada grupo de filtro */
#amazzing_filter .af_filter {
  padding: .5rem 0;
  border-bottom: 1px solid #eef0f6;
}
#amazzing_filter .af_filter:last-child { border-bottom: 0; }

/* Subtítulo (título plegable del grupo) */
#amazzing_filter .af_subtitle {
  position: relative;
  margin: 0 0 .3rem;
  padding-right: 1.3rem;
  font-size: .88rem;
  font-weight: 700;
  color: #1a1a2e;
  cursor: pointer;
  user-select: none;
}
/* El módulo ya pinta su propio chevron en `.af_subtitle.toggle-content::before`
   y lo rota con la clase `.closed` del padre. NO añadimos un segundo icono con
   ::after (salían los dos a la vez); solo recoloreamos el nativo a la marca. */
#amazzing_filter .af_subtitle.toggle-content::before { border-color: #98a0b8; transition: border-color .15s ease; }
#amazzing_filter .af_subtitle.toggle-content:hover::before { border-color: #003aee; }
#amazzing_filter .af_subtitle:hover { color: #003aee; }

/* Lista de opciones */
#amazzing_filter .af_filter_content ul { list-style: none; margin: 0; padding: 0; }
#amazzing_filter .af_filter_content li { margin: 0; }
#amazzing_filter .af-checkbox-label,
#amazzing_filter .af-color-label {
  display: flex;
  align-items: center;
  gap: .5rem;
  padding: .1rem .35rem;
  margin: 0;
  border-radius: 5px;
  line-height: 1.25;
  font-weight: 400;
  color: #41465c;
  cursor: pointer;
  transition: background-color .12s ease, color .12s ease;
}
#amazzing_filter .af-checkbox-label:hover,
#amazzing_filter .af-color-label:hover { background: #f4f6fc; color: #1a1a2e; }

/* Checkbox nativo con color de marca */
#amazzing_filter input.af.checkbox {
  accent-color: #003aee;
  width: .95rem;
  height: .95rem;
  margin: 0;
  flex: 0 0 auto;
  cursor: pointer;
}

/* Nombre + contador */
#amazzing_filter .af-checkbox-label .name,
#amazzing_filter .af-color-label .name { flex: 1 1 auto; }
#amazzing_filter .count {
  flex: 0 0 auto;
  color: #98a0b8;
  font-size: .82rem;
}
#amazzing_filter .count::before { content: "("; }
#amazzing_filter .count::after { content: ")"; }

/* Opciones sin coincidencias (dim-zero-matches) */
#amazzing_filter .af-checkbox-label.disabled,
#amazzing_filter li.disabled .af-checkbox-label,
#amazzing_filter li.disabled .af-color-label { opacity: .45; cursor: default; }

/* Swatches de color */
#amazzing_filter .af-color-box {
  width: 1rem;
  height: 1rem;
  min-width: 1rem; /* el módulo fuerza min-width:25px y deformaba el círculo (más ancho que alto) */
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, .15);
  box-shadow: inset 0 0 0 2px #fff;
  flex: 0 0 auto;
}
#amazzing_filter .af-color-label input.af.checkbox:checked + .af-color-box,
#amazzing_filter .af-color-label .af-color-box.selected {
  box-shadow: inset 0 0 0 2px #fff, 0 0 0 2px #003aee;
}

/* Slider de precio */
#amazzing_filter .af-slider .slider-bar {
  background: #e6e8f0;
  border: 0;
  height: 5px;
  border-radius: 3px;
  margin: .4rem .3rem 1rem;
}
#amazzing_filter .af-slider .slider-bar .ui-slider-range,
#amazzing_filter .af-slider .slider-bar .slider-range { background: #003aee; }
#amazzing_filter .af-slider .slider-bar .ui-slider-handle,
#amazzing_filter .af-slider .slider-bar .slider-handle {
  background: #fff;
  border: 2px solid #003aee;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  top: -6px;
  cursor: grab;
}
#amazzing_filter .af-slider .slider-values {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
}
#amazzing_filter .af-slider .slider_value { display: inline-flex; align-items: center; }
#amazzing_filter .af-slider input.input-text {
  width: 4.5rem;
  padding: .25rem .4rem;
  border: 1px solid #d8dbe8;
  border-radius: 6px;
  text-align: center;
  font-size: .85rem;
}
#amazzing_filter .af-slider input.input-text:focus {
  outline: 0;
  border-color: #003aee;
  box-shadow: 0 0 0 3px rgba(0, 58, 238, .15);
}

/* Búsqueda rápida dentro de un filtro */
#amazzing_filter .af-form .af-select,
#amazzing_filter .af_filter input[type="search"],
#amazzing_filter .af_filter .quick-search-input {
  border: 1px solid #d8dbe8;
  border-radius: 6px;
}

/* Botón "Ver los productos" */
#amazzing_filter .viewFilteredProducts.btn-primary {
  background: #003aee;
  border-color: #003aee;
  border-radius: 8px;
  font-weight: 600;
}
#amazzing_filter .viewFilteredProducts.btn-primary:hover { background: #0030c4; border-color: #0030c4; }
#amazzing_filter .af-total-count {
  background: rgba(255, 255, 255, .25);
  border-radius: 999px;
  padding: 0 .45rem;
  margin-left: .35rem;
}

/* Botón filtro flotante (compacto / móvil) */
#amazzing_filter .compact-toggle.sticky {
  background: #003aee;
  border-color: #003aee;
  border-radius: 8px;
  font-weight: 600;
}
/* "Hide" del panel compacto en la cabecera */
#amazzing_filter .title_block .compact-toggle {
  background: rgba(255, 255, 255, .18);
  border: 0;
  color: #fff;
  border-radius: 6px;
  padding: .2rem .6rem;
  font-size: .78rem;
}

/* =========================================================
   CARRITO + CHECKOUT + CONFIRMACIÓN — REDISEÑO 2026-05-29
   ver docs/superpowers/specs/2026-05-29-cart-checkout-redesign-design.md
   Base: Hummingbird 2.0.0. Si el padre actualiza, revisar selectores.
   Body classes reales: body.cart / body.checkout / body.order-confirmation
   ========================================================= */

/* --- Logos de métodos de pago (carrito + checkout) --- */
.nt-payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin-top: 14px;
}
.nt-payment-icons__logo {
  height: 28px;
  width: auto;
  display: block;
}

/* --- Fondo gris para resaltar tarjetas ---
   En este theme #wrapper es <main class="wrapper"> (no id). Body classes:
   page-cart / page-order (checkout) / page-order-confirmation. */
body.page-cart .wrapper,
body.page-order .wrapper,
body.page-order-confirmation .wrapper {
  background: #f6f7f9;
}

/* --- Página de carrito ---
   NO añadir gap al .cart-grid: es un .row de Bootstrap (col-lg-8 + col-lg-4 ≈ 100%),
   y un gap extra hace que la 2ª columna salte debajo. El gutter del row ya separa. */

/* Columna productos */
.cart-grid__content .product-line {
  background: #fff;
  border: 1px solid #e8eaf0;
  border-radius: 10px;
  padding: 16px;
  margin-bottom: 14px;
  box-shadow: 0 1px 3px rgba(10, 13, 20, 0.04);
}
.cart-grid__content .product-line__img { border-radius: 8px; }

/* Stepper de cantidad */
.cart-grid .quantity-button,
.cart-grid .js-quantity-button {
  border: 1px solid #d4d8e2;
  border-radius: 8px;
  overflow: hidden;
}

/* Botón seguir comprando */
.cart__continue-shopping {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border-color: #003aee;
  color: #003aee;
}
.cart__continue-shopping:hover { background: #003aee; color: #fff; }

/* Columna resumen (sticky) */
.cart-grid__aside-wrapper {
  background: #fff;
  border: 1px solid #e8eaf0;
  border-radius: 12px;
  padding: 22px;
  position: sticky;
  top: 100px;
  box-shadow: 0 2px 8px rgba(10, 13, 20, 0.05);
}
.cart-grid__aside-wrapper > h2 {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 16px;
}

/* Total destacado */
.cart-summary__totals .cart-summary__line {
  font-size: 16px;
}
.cart-summary__totals .cart-summary__line--total .cart-summary__value,
.cart-summary__totals .cart-summary__value--bold {
  font-size: 20px;
  font-weight: 800;
  color: #0a0d14;
}

/* Botón realizar pedido + Aplicar cupón = azul marca */
.cart-detailed-actions .btn-primary,
.cart-voucher .btn-primary,
.checkout .btn-primary {
  background: #003aee;
  border-color: #003aee;
  font-weight: 700;
}
.cart-detailed-actions .btn-primary:hover,
.cart-voucher .btn-primary:hover { background: #0030c4; border-color: #0030c4; }

/* Cupón */
.cart-voucher__accordion-button { font-weight: 600; }

@media (max-width: 991px) {
  .cart-grid__aside-wrapper { position: static; top: auto; }
}

/* --- Stepper del checkout (barra azul + icono inline, estilo PedalMoto) ---
   Estructura real Hummingbird: ul.checkout-steps__list > li.checkout-steps__step[data-step]
     > span.checkout-steps__number (badge) + button.checkout-steps__btn (texto, es .btn-link).
   Estados: --current (actual), --success (completado), base (pendiente).
   Iconos: Material Icons (ya cargada por el theme), inyectados por data-step. */
.checkout-steps__list {
  display: flex;
  gap: 4px;
  list-style: none;
  padding: 6px;
  margin: 0;
  background: #eaf4fd;
  border-radius: 12px;
}
.checkout-steps__list > li {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 7px 10px;
  border-radius: 0;
  position: relative;
}
/* El padre Hummingbird pinta una línea conectora verde vía ::after; la anulamos.
   ::before se reutiliza como divisor vertical del paso activo (estilo PedalMoto). */
.checkout-steps__list > li::after { display: none !important; }
.checkout-steps__list > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) scaleY(0);
  width: 3px;
  height: 64%;
  background: #003aee;
  border-radius: 2px;
  transition: transform .2s ease;
}
.checkout-steps__list > li.checkout-steps__step--current::before {
  transform: translateY(-50%) scaleY(1);
}

/* Badge circular con icono (se oculta el número de texto y se inyecta icono). */
.checkout-steps__list > li .checkout-steps__number {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #fff;
  color: #9bb8d6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  font-size: 0;
  margin: 0; /* el padre pone margin-bottom: 8px (layout vertical) que descentra el badge */
}
.checkout-steps__list > li .checkout-steps__number::before {
  font-family: 'Material Icons';
  font-size: 16px;
  line-height: 28px;
  height: 28px;
  display: block;
  font-weight: normal;
}
/* Icono por paso (data-step real de Hummingbird). */
.checkout-steps__list > li[data-step="checkout-personal-information-step"] .checkout-steps__number::before { content: "\e7fd"; } /* person */
.checkout-steps__list > li[data-step="checkout-addresses-step"] .checkout-steps__number::before { content: "\e0c8"; } /* place */
.checkout-steps__list > li[data-step="checkout-delivery-step"] .checkout-steps__number::before { content: "\e558"; } /* local_shipping */
.checkout-steps__list > li[data-step="checkout-payment-step"] .checkout-steps__number::before { content: "\e8a1"; } /* payment */

/* Etiqueta inline (button .btn-link → neutralizar estilo de enlace). */
.checkout-steps__list > li .checkout-steps__btn {
  color: #5a86b3;
  font-weight: 600;
  text-decoration: none;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 14px;
  line-height: 28px;
  vertical-align: middle;
  white-space: nowrap;
}

/* Paso actual: divisor vertical azul a la izquierda (::before), icono azul, texto oscuro. */
.checkout-steps__list > li.checkout-steps__step--current .checkout-steps__number { background: #003aee; color: #fff; }
.checkout-steps__list > li.checkout-steps__step--current .checkout-steps__btn { color: #0a0d14; font-weight: 700; }

/* Paso completado: icono azul de marca, texto azul. */
.checkout-steps__list > li.checkout-steps__step--success .checkout-steps__number { background: #003aee; color: #fff; }
.checkout-steps__list > li.checkout-steps__step--success .checkout-steps__btn { color: #003aee; }

/* Mobile: el padre oculta __desktop y muestra __mobile (círculo "3/4").
   Forzamos nuestra barra también en mobile (icono arriba, texto debajo, estilo PedalMoto). */
@media (max-width: 767px) {
  .checkout-steps__mobile { display: none !important; }
  .checkout-steps__desktop { display: block !important; }

  .checkout-steps__list { gap: 2px; padding: 5px; }
  .checkout-steps__list > li {
    flex-direction: column;
    gap: 6px;
    padding: 9px 4px;
  }
  .checkout-steps__list > li .checkout-steps__btn {
    font-size: 11px;
    line-height: 1.2;
    text-align: center;
    white-space: normal;
  }
  /* En layout columna el divisor vertical no encaja: lo movemos a barra superior. */
  .checkout-steps__list > li::before {
    top: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 60%;
    height: 3px;
  }
  .checkout-steps__list > li.checkout-steps__step--current::before {
    transform: translateX(-50%) scaleX(1);
  }
}

/* --- Pasos del checkout en tarjetas --- */
.checkout-grid__content .step {
  background: #fff;
  border: 1px solid #e8eaf0;
  border-radius: 12px;
  padding: 22px;
  margin-bottom: 16px;
  box-shadow: 0 1px 3px rgba(10, 13, 20, 0.04);
}
.checkout-grid__content .step .step__title .page-title-section,
.checkout-grid__content .step h1.page-title-section {
  font-size: 20px;
  font-weight: 800;
}

/* Opciones de envío y pago: filas seleccionables */
.delivery-option__label,
.payment-option__label {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #d4d8e2;
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 10px;
  cursor: pointer;
  transition: border-color .15s, background .15s;
}
.delivery-option__label:hover,
.payment-option__label:hover { border-color: #003aee; }

/* Estado seleccionado.
   Envío: input anidado dentro del label → :has().
   Pago: input hermano que precede al label → combinador +. */
.delivery-option__label:has(input:checked) {
  border-color: #003aee;
  background: #f3f6ff;
}
.payment-option__input:checked + .payment-option__label {
  border-color: #003aee;
  background: #f3f6ff;
}

/* Tarjetas de dirección */
.address-item,
.address-selector .address {
  border: 1px solid #d4d8e2;
  border-radius: 10px;
  padding: 16px;
}
.address-item.selected,
.address-selector .address.selected { border-color: #003aee; background: #f3f6ff; }

/* --- Form de direcciones a 2 columnas (menos alto vertical) --- */
#checkout-addresses-step .form-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 1rem;
  margin: 0;
}
#checkout-addresses-step .form-fields > .mb-3 { margin-bottom: 0.85rem; }

/* Campos que ocupan fila entera */
#checkout-addresses-step .form-fields > .mb-3:has(#field-alias),
#checkout-addresses-step .form-fields > .mb-3:has(textarea),
#checkout-addresses-step .form-fields > .mb-3.form-check,
#checkout-addresses-step .form-fields > .mb-3:has(> .form-check-input) {
  grid-column: 1 / -1;
}

@media (max-width: 575px) {
  #checkout-addresses-step .form-fields { grid-template-columns: 1fr; }
}

/* Textarea comentario */
.order-options textarea.form-control { border-radius: 8px; }

/* Botones del checkout = azul marca */
.checkout-grid__content .btn-primary {
  background: #003aee;
  border-color: #003aee;
  font-weight: 700;
}
.checkout-grid__content .btn-primary:hover { background: #0030c4; border-color: #0030c4; }

/* --- Sidebar resumen del checkout (sticky + tarjeta) --- */
.checkout-grid__aside-wrapper {
  background: #fff;
  border: 1px solid #e8eaf0;
  border-radius: 12px;
  padding: 22px;
  position: sticky;
  top: 100px;
  box-shadow: 0 2px 8px rgba(10, 13, 20, 0.05);
}

/* Acordeón del resumen: en desktop queda abierto (lo controla el padre);
   ocultamos el toggle para que no colapse. NO forzar .show por CSS. */
@media (min-width: 992px) {
  .checkout__summary-accordion-header .accordion-button { pointer-events: none; }
  .checkout__summary-accordion-header .accordion-button::after { display: none; }
}

@media (max-width: 991px) {
  .checkout-grid__aside-wrapper { position: static; top: auto; }
}

/* --- Página de confirmación de pedido --- */
/* Cabecera de éxito: tinte suave de marca, scoped a la página de confirmación
   para NO tocar el .alert-success global de la tienda. */
body.page-order-confirmation .alert-success {
  background: #f0f7f2;
  border: 1px solid #c5e6d0;
  border-radius: 12px;
  color: #14502b;
}
body.page-order-confirmation .alert-success .page-title-section {
  font-size: 24px;
  font-weight: 800;
}

/* Cards de detalle */
.order-confirmation__details {
  background: #fff;
  border: 1px solid #e8eaf0;
  border-radius: 12px;
  box-shadow: 0 1px 3px rgba(10, 13, 20, 0.04);
}
.order-confirmation__details-list { list-style: none; padding: 0; }
.order-confirmation__details-list li { padding: 4px 0; }

/* Tabla de productos */
.order-confirmation__product { gap: 14px; align-items: center; }
.order-confirmation__product-img { border-radius: 8px; }
.order-confirmation__line--bold {
  font-size: 18px;
  font-weight: 800;
}

/* ===========================================================================
   FICHA DE PRODUCTO — rediseño estilo PedalMoto (2026-05-29)
   =========================================================================== */

/* --- Carrusel de relacionados (ps_categoryproducts override) --- */
.nt-related {
  margin: 36px 0 8px;
}
.nt-related__title {
  margin-bottom: 16px;
  font-weight: 800;
}
.nt-related__track {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 8px;
  -webkit-overflow-scrolling: touch;
}
.nt-related__item {
  flex: 0 0 auto;
  width: 220px;
  scroll-snap-align: start;
}
.nt-related__item .product-miniature {
  width: 100%;
  margin: 0;
}
/* Scrollbar discreta */
.nt-related__track::-webkit-scrollbar { height: 8px; }
.nt-related__track::-webkit-scrollbar-thumb {
  background: #c9cede;
  border-radius: 6px;
}
.nt-related__track::-webkit-scrollbar-track { background: transparent; }

/* Hover más sutil en TODAS las miniaturas (categoría, home, carrusel):
   menos zoom de imagen (la sombra/lift los controla .product-miniature:hover) */
.product-miniature__inner:hover .product-miniature__image {
  transform: scale(1.04);
}

@media (max-width: 575px) {
  .nt-related__item { width: 60vw; }
}

/* --- Badge de oferta grande sobre la galería --- */
.product__carousel .product-flags,
.product__no-image .product-flags {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.product__carousel .product-flags .badge,
.product__no-image .product-flags .badge {
  font-size: 13px;
  font-weight: 700;
  padding: 7px 12px;
  border-radius: 6px;
  background: #003aee;
  color: #fff;
  letter-spacing: 0.2px;
}
/* Flag de descuento en la miniatura: fondo lima + texto negro negrita */
.product-miniature .product-flags .badge.discount {
  background: #d8ff00;
  color: #0a0d14;
  font-weight: 800;
  border: 1px solid #d8ff00;
}
/* La rebaja la pintamos como pill azul claro junto al precio */
.product__discount-percentage,
.product__discount-amount {
  display: inline-block;
  background: #e8f0ff;
  color: #003aee !important;
  font-weight: 700;
  font-size: 13px;
  padding: 3px 9px;
  border-radius: 5px;
}

/* --- Jerarquía buy-box --- */
.product__right .product__name {
  font-weight: 800;
  margin-bottom: 4px;
}
.product__right .product__price {
  font-size: 30px;
  font-weight: 800;
  color: #0a0d14;
}
.product__regular-price {
  font-size: 16px;
  color: #9aa0ad;
}

/* Disponibilidad pegada al precio */
.product__right .product__availability {
  margin: 6px 0 2px;
}
.product__right .product__availability .text-success {
  font-weight: 600;
}

/* --- Botón WhatsApp inline, al lado de Añadir al carrito --- */
.product__actions-qty-add {
  align-items: stretch; /* el botón WhatsApp iguala la altura de la fila */
}
.nt-wa-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 0 18px;
  background: #25d366;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  transition: background 0.15s ease;
}
.nt-wa-btn:hover,
.nt-wa-btn:focus-visible {
  background: #1ebe5b;
  color: #fff;
}
.nt-wa-btn__icon {
  flex: none;
  display: block;
}

/* --- Señales de confianza (pills) --- */
.nt-trust {
  list-style: none;
  margin: 16px 0 24px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.nt-trust__pill,
.nt-trust__pill a {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #1f2430;
  text-decoration: none;
}
.nt-trust__pill {
  padding: 7px 13px 7px 10px;
  background: #f3f5fb;
  border: 1px solid #e4e7f1;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 600;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.nt-trust__pill:hover {
  background: #e8f0ff;
  border-color: #c2d4ff;
}
.nt-trust__icon {
  font-size: 18px;
  color: #003aee;
  flex: none;
}

/* --- Grid de 3 celdas: galería + descripción (izq) y buy-box sticky (der) --- */
/* Móvil: apilado en orden DOM → galería, buy-box, descripción */
.product__container.nt-product-grid {
  display: block;
}
.nt-product-grid .product__details-col {
  margin-top: 24px;
}
@media (min-width: 992px) {
  .product__container.nt-product-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "gallery buy"
      "details buy";
    column-gap: 40px;
    align-items: start;
  }
  .nt-product-grid .product__left { grid-area: gallery; min-width: 0; }
  .nt-product-grid .product__details-col {
    grid-area: details;
    min-width: 0;
    margin-top: 28px;
  }
  .nt-product-grid .product__right {
    grid-area: buy;
    min-width: 0;
    position: sticky;
    /* Deja sitio al header fijo colapsado (~112px) + margen, para que el
       nombre del producto no quede tapado al hacer scroll. */
    top: 124px;
    align-self: start;
  }
}

/* --- Precio estilo PedalMoto --- */
.product__right .nt-prices {
  margin: 4px 0 2px;
}
.nt-prices__current {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
}
.nt-prices__price,
.product__right .product__price {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.1;
  color: #0a0d14;
}
.nt-prices__tax {
  font-size: 14px;
  color: #9aa0ad;
  font-weight: 500;
}
.nt-prices__was {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 7px;
}
/* Quita el gap propio del bloque de precios del padre */
#product .product__prices-block {
  gap: 0;
}
.nt-prices__was-label {
  font-size: 14px;
  color: #6b7280;
}
.nt-prices__regular {
  font-size: 15px;
  color: #9aa0ad;
  font-weight: 600;
  text-decoration: line-through;
}
.nt-prices__badge {
  font-size: 12px;
  font-weight: 800;
  padding: 4px 10px;
  border-radius: 5px;
  letter-spacing: 0.2px;
  line-height: 1.1;
}
.nt-prices__badge--sale {
  background: #d8ff00;
  color: #0a0d14;
}
.nt-prices__badge--disc {
  background: #003aee;
  color: #fff;
}
/* Oculta los bloques de impuestos extra si están vacíos (ecotax, etc.) */
.product__tax-infos:empty {
  display: none;
}

/* --- Descripción larga (texto plano, sin acordeón) --- */
.product__description-full {
  margin: 18px 0 22px;
  line-height: 1.6;
  color: #2b2f38;
}
.product__description-full p { margin-bottom: 12px; }

/* --- Acordeón ficha (tarjetas) --- */
.product__accordion {
  display: flex;
  flex-direction: column;
  gap: 10px;
  border: 0;
}
.product__accordion .accordion-item {
  border: 1px solid #e6e8f0;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
}
.product__accordion .accordion-header { margin: 0; }
.product__accordion .accordion-button {
  font-weight: 700;
  font-size: 15px;
  color: #0a0d14;
  background: #fff;
  padding: 16px 18px;
  border-radius: 12px;
}
.product__accordion .accordion-button:not(.collapsed) {
  color: #003aee;
  background: #f5f8ff;
  box-shadow: none;
  border-bottom: 1px solid #e6e8f0;
  border-radius: 12px 12px 0 0;
}
.product__accordion .accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(0, 58, 238, 0.12);
  z-index: 1;
}
.product__accordion .accordion-button::after {
  width: 1.1rem;
  height: 1.1rem;
  background-size: 1.1rem;
}
.product__accordion .accordion-button:not(.collapsed)::after {
  filter: invert(20%) sepia(95%) saturate(4000%) hue-rotate(225deg) brightness(95%);
}
.product__accordion .accordion-body {
  padding: 16px 18px;
}
.nt-shipping-accordion .accordion-body ul {
  margin: 0 0 12px;
  padding-left: 18px;
  line-height: 1.55;
}

/* Separación entre Detalles del producto y Ficha técnica (van dentro del
   wrapper .js-product-details, que es un único hijo del acordeón) */
.product__accordion .js-product-details {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* --- Ficha técnica y Detalles en pills --- */
.nt-feature-pills,
.product__accordion .details__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  background: #fff;
}
.nt-feature-pill,
.product__accordion .details__item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 7px 13px;
  background: #f3f5fb;
  border: 1px solid #e4e7f1;
  border-radius: 999px;
  font-size: 13px;
}
.product__accordion .details__item {
  flex: 0 0 auto;        /* no encoge: el pill se ajusta al contenido */
  white-space: nowrap;
}
/* Los wrappers left/right desaparecen: título y valor quedan como hijos
   flex directos del pill, con el gap real entre ellos */
.product__accordion .details__item .details__left,
.product__accordion .details__item .details__right {
  display: contents;
}
.nt-feature-pill__name,
.product__accordion .details__title {
  color: #6b7280;
  font-weight: 600;
}
.nt-feature-pill__value,
.product__accordion .details__right span,
.product__accordion .details__right a {
  color: #0a0d14;
  font-weight: 700;
  text-decoration: none;
}
.product__accordion .details__manufacturer-logo {
  max-height: 18px;
  width: auto;
  vertical-align: middle;
}

/* --- Barra sticky de compra (móvil) --- */
.nt-sticky-buy {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  background: #fff;
  border-top: 1px solid #e6e6ee;
  box-shadow: 0 -3px 14px rgba(10, 13, 20, 0.08);
}
.nt-sticky-buy__info {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}
.nt-sticky-buy__name {
  font-size: 12px;
  color: #6b7280;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-sticky-buy__price {
  font-size: 18px;
  font-weight: 800;
  color: #0a0d14;
}
.nt-sticky-buy__btn {
  flex: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 11px 22px;
  font-weight: 700;
}
/* Hueco para que el sticky no tape el contenido final en móvil (solo ficha) */
@media (max-width: 991px) {
  body#product #wrapper { padding-bottom: 72px; }
}

/* ============================================================
   ÁREA DE CLIENTE — rediseño dashboard
   ============================================================ */

/* --- Sidebar --- */
.account-menu--sidebar {
  background: #fff;
  border: 1px solid #e6e8ee;
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 6px 24px rgba(20, 30, 60, .05);
}
.account-menu--sidebar .account-menu__title { display: none; }

.nt-account-user {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 8px 14px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eef0f5;
}
.nt-account-avatar {
  flex: 0 0 auto;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #003aee;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.nt-account-user__meta { min-width: 0; display: flex; flex-direction: column; }
.nt-account-user__name {
  font-weight: 700;
  font-size: 14px;
  color: #0b1020;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-account-user__label {
  font-size: 11px;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #8a93a6;
}

.account-menu--sidebar .account-menu__nav { display: flex; flex-direction: column; gap: 3px; }
.account-menu--sidebar .account-menu__link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
  color: #3a4356;
  text-decoration: none;
  transition: background .15s, color .15s;
}
.account-menu--sidebar .account-menu__link .account-menu__icon { font-size: 20px; }
.account-menu--sidebar .account-menu__link:hover { background: #f2f5ff; color: #003aee; }
.account-menu--sidebar .account-menu__link--active {
  background: #003aee;
  color: #fff;
  font-weight: 600;
}
.account-menu--sidebar .account-menu__link--active:hover { background: #003aee; color: #fff; }
.account-menu--sidebar .account-menu__link--signout {
  margin-top: 8px;
  color: #d23b3b;
}
.account-menu--sidebar .account-menu__link--signout:hover { background: #fdeaea; color: #d23b3b; }

/* --- Hub: tarjetas de acceso rápido --- */
.nt-account-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.nt-account-card {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 20px 18px;
  border: 1px solid #e6e8ee;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.nt-account-card:hover {
  border-color: #003aee;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 58, 238, .10);
}
.nt-account-card__icon { font-size: 30px; color: #003aee; margin-bottom: 4px; }
.nt-account-card--signout .nt-account-card__icon { color: #d0342c; }
.nt-account-card--signout:hover {
  border-color: #d0342c;
  box-shadow: 0 8px 22px rgba(208, 52, 44, .10);
}
.nt-account-card__title { font-weight: 700; font-size: 15px; color: #0b1020; }
.nt-account-card__sub { font-size: 12px; color: #8a93a6; }

/* Enlaces inyectados por módulos en el hook displayCustomerAccount (ps_emailalerts,
   psgdpr…): el hook los pinta como .account-menu__link dentro de la rejilla → card. */
.nt-account-cards .account-menu__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  gap: 4px;
  padding: 20px 18px;
  border: 1px solid #e6e8ee;
  border-radius: 12px;
  background: #fff;
  text-decoration: none;
  color: #0b1020;
  font-weight: 700;
  font-size: 15px;
  transition: border-color .15s, transform .15s, box-shadow .15s;
}
.nt-account-cards .account-menu__link:hover {
  border-color: #003aee;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(0, 58, 238, .10);
}
/* Icono(s) del módulo: tamaño y color de marca, alineados a la izquierda como las demás */
.nt-account-cards .account-menu__link .account-menu__icon {
  font-size: 30px;
  color: #003aee;
  margin: 0 0 4px;
  line-height: 1;
}

/* --- Login dos columnas (solo CSS, sobre el markup del padre) --- */
#authentication .login {
  display: flex;
  gap: 28px;
  align-items: stretch;
}
#authentication .login hr { display: none; }
#authentication .login__form-wrapper { flex: 1 1 60%; min-width: 0; }
#authentication .login__register-prompt {
  flex: 1 1 40%;
  align-self: stretch;
  background: #f7f8fb;
  border: 1px solid #e6e8ee;
  border-radius: 14px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#authentication .login__register-prompt .h4 { margin-bottom: 16px; }

/* --- Sub-páginas (historial, abonos, datos, dirección, detalle) --- */
.page-content--customer { color: #0b1020; }
.page-content--customer table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e6e8ee;
  border-radius: 12px;
  overflow: hidden;
}
.page-content--customer table th {
  background: #f7f8fb;
  font-size: 12px;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #5a6478;
  padding: 12px 14px;
  text-align: left;
}
.page-content--customer table td {
  padding: 12px 14px;
  border-top: 1px solid #eef0f5;
  font-size: 14px;
}
.page-content--customer .form-control,
.page-content--customer select.form-control {
  border-radius: 10px;
}
.page-content--customer .form-control:focus {
  border-color: #003aee;
  box-shadow: 0 0 0 .2rem rgba(0, 58, 238, .15);
}
.page-content--customer .card,
.page-content--customer .address {
  border: 1px solid #e6e8ee;
  border-radius: 12px;
}

/* Botón "Volver a tu cuenta" del padre */
.account-menu__back { border-radius: 10px; }

/* --- Responsive --- */
/* Sidebar oculta y hub a rejilla full-width por debajo de lg (992px) */
@media (max-width: 991.98px) {
  .account-menu--sidebar { display: none; }
  .nt-account-cards { grid-template-columns: repeat(2, 1fr); }
}

/* Login dos columnas → apiladas por debajo de md (768px) */
@media (max-width: 767.98px) {
  .login--two-col { flex-direction: column; }
  .nt-account-cards { grid-template-columns: 1fr; }
}

/* ============================================================
   CHECKOUT — iconos en las opciones de pago
   (ps_wirepayment no soporta setLogo y codfee lo gestionamos
   igual por CSS para no depender de subidas en img/tmp)
   ============================================================ */
.payment-option__input[data-module-name="ps_wirepayment"] + .payment-option__label::before,
.payment-option__input[data-module-name="codfee"] + .payment-option__label::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 24px;
  margin-right: 10px;
  vertical-align: middle;
  background: no-repeat center / contain;
  flex-shrink: 0;
}
.payment-option__input[data-module-name="ps_wirepayment"] + .payment-option__label::before {
  background-image: url("../img/pago-transferencia.svg");
}
.payment-option__input[data-module-name="codfee"] + .payment-option__label::before {
  background-image: url("../img/pago-contrareembolso.svg");
}

/* Línea de comisión contrareembolso (codfee) en el summary del checkout:
   importe en negrita (custom.js normaliza sus clases a las BEM del theme) */
#cart-subtotal-codfee .cart-summary__value,
#cart-subtotal-codfee .value {
  font-weight: 700;
}

/* ============================================================
   PUNTOS DE FIDELIDAD — bloque del módulo loyaltyeditpoints (idnovate)
   Markup fijo del módulo: img.coin + 3 <span> separados por <br>.
   No se puede tocar el HTML → todo el rediseño va por CSS.
   ============================================================ */
.alert-loyalty {
  position: relative;
  overflow: hidden;
  margin: 16px 0;
  padding: 15px 18px 15px 72px;      /* hueco a la izquierda para la moneda */
  border: 1px solid #d7defb;
  border-left: 4px solid #003aee;    /* acento de marca */
  border-radius: 12px;
  background: linear-gradient(135deg, #f5f8ff 0%, #e9f0ff 100%);
  color: #1c2333;
  line-height: 1.6;
  box-shadow: 0 2px 6px rgba(0, 58, 238, 0.06);
}

/* Moneda como medallón centrado a la izquierda */
.alert-loyalty img {
  position: absolute;
  left: 16px;
  top: 15px;
  width: 40px;
  height: 40px;
  padding: 6px;
  object-fit: contain;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 58, 238, 0.18);
}

/* 1ª línea — puntos que otorga este producto (protagonista) */
.alert-loyalty span:first-of-type {
  font-weight: 700;
  font-size: 1.02rem;
  color: #003aee;
}

/* 2ª línea — regla de conversión (secundaria, tenue) */
.alert-loyalty span:nth-of-type(2) {
  font-size: .84rem;
  color: #5a6478;
}

/* 3ª línea — total que alcanzaría el carrito (chip destacado).
   :not(:first-of-type) evita que se aplique cuando el módulo pinta un
   único span (p.ej. en el resumen del carrito), donde last == first. */
.alert-loyalty span:last-of-type:not(:first-of-type) {
  display: inline-block;
  margin-top: 6px;
  padding: 3px 12px;
  border-radius: 999px;
  background: #003aee;
  color: #fff;
  font-weight: 600;
  font-size: .85rem;
}

@media (max-width: 575.98px) {
  .alert-loyalty { padding: 13px 14px 13px 58px; }
  .alert-loyalty img { width: 34px; height: 34px; left: 12px; top: 13px; }
}

.ps-bestsellers .module-products__buttons  {
    margin-bottom: 2em !important;
}
@media (max-width: 767px) {
  .nexirhotproducts-home {
    display: flex;
    flex-direction: column-reverse !important;
  }
}

/* Desktop: ocultar niveles 3 y posteriores */
@media (min-width: 1200px) {
  .nt-head .ps-mainmenu--desktop .submenu__right {
    display: none !important;
  }
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left {
    border-right: none !important;
    padding-block: .5em !important;
    padding: .5em;
}
.ps-mainmenu:is(.ps-mainmenu--desktop) .submenu__left-item[data-ps-has-child=true]:after {
    display:none !important;
}
}
@media (max-width: 991px) {
    .ps-mainmenu--mobile .menu__title {
        background: #000000;
        color: #fff;
        padding: 10px 18px;
        font-weight: 800;
        text-transform: uppercase;
        letter-spacing: .7px;
        font-size: 15px;
        border-radius: 8px;
    }
    button.menu__toggle-child.btn.btn-link.js-menu-open-child, button.btn.btn-link.btn-sm.js-back-button, span.js-menu-back-title {
        color: #0b69f6;
        font-weight:800;
    }
    .ps-mainmenu--mobile .menu--mobile .menu__link:hover, .ps-mainmenu--mobile .menu--mobile .menu__link:focus-visible, .ps-mainmenu--mobile .menu--mobile .current > .menu__link {
        color: #ffffff;
        background: #0b69f6;
        border-radius: 8px;
    }
}

p.h3.title, h2.section-title, .nt_advice_home_title * {
    font-weight: 800 !important;
}
.nt_advice_home_title .h3 > span:nth-child(2) {
    font-size: 2.3rem;
    line-height: 1em;
}
.nt_advice_home_title .h3 > span:nth-child(2) {
    font-size: 30px !important;
    line-height: 34px;
}
h2.title {
    font-weight: 800 !important;
}
h1.page-title-section {
    font-weight: 700;
}
#amazzing_filter.block .title_block {
    font-size: 1.2em;
    font-weight: 700;
    margin-bottom: 5px;
    position: relative;
}
.alert-loyalty {
    background: white !important;
    border-color: #0b69f6 !important;
    border-left: 1px solid #0b69f6;
}

.alert-loyalty span:last-of-type:not(:first-of-type) {
    background: #0b69f6 !important;
    font-size: .76em;
}
.alert-loyalty span:first-of-type, .nt-trust__icon, .nt-freeship__msg b {
    color: #0b69f6 !important;
}

.product__accordion .accordion-button:not(.collapsed) {
    color: #0b69f6 !important;
    background: #ffffff !important;
}
.breadcrumb-item:last-child > span {
    background: #0b69f6 !important;
}

.nt-foot__grid * {
    color: white !important;
    border-color: white;
    border-radius: 12px;
}
.nt-foot__social a:hover {
    background: #0b69f6;
    border-color: #0b69f6;
    color: #fff;
}
.nt-foot__social a {
    background: #003aee;
    border-color: #003aee;
    color: #fff;
}
.nt-foot__social svg {
    width: 24px;
    height: 24px;
}
.nt-foot__bottom {
    color:white !important;
    max-width: 1340px;
    margin: 0 auto;
}
.nt-empty__badge, .nt-empty__btn--primary, .nt-contact__icon, .nt-contact__form .btn-primary, .ntabout__card-icon {
    background: #0b69f6;
    box-shadow: none !important;
}
.nt-empty__btn--wa, .nt-contact__wa {
    background: #25d366;
    box-shadow: none !important;
}
.nt-empty, .nt-contact__card, .nt-contact__form {
    box-shadow: none !important;
}
span.nt-contact__eyebrow {
    background: white;
    border: solid 1px;
    color: #0b69f6;
}
.ntabout__card:hover, .ntabout__card::before {
    background: white;
    border: solid 1px white;
    box-shadow: none !important;
}
.ntabout__card:hover, .ntabout__card::before, .ntabout__card-icon::before {
    border: solid 0px #0b69f6;
    box-shadow: none !important;
}
.ntabout__card::after {
    background: white;
}
.ntabout__card:hover .ntabout__card-num {
    -webkit-text-stroke-color: #0b69f6;
}
/* Login: segunda columna debajo en móvil */
@media (max-width: 767.98px) {
  #authentication .login {
    flex-direction: column !important;
    gap: 20px;
  }

  #authentication .login__form-wrapper,
  #authentication .login__register-prompt {
    flex: 0 0 100% !important;
    width: 100%;
  }

  #authentication .login__register-prompt {
    order: 2;
  }
}
#authentication .login__register-prompt {
    background: white;
}
a.btn.btn-outline-primary {
    background: #0b69f6;
    color: white;
    border-radius: 8px;
}

}
button.product__add-to-cart-button.btn.btn-primary, button.nt-sticky-buy__btn.btn.btn-primary.js-nt-sticky-add  {
    background: #0b69f6;
    color: white;
}
.alert-loyalty img {
    width: 30px;
    height: 30px;
    box-shadow: none;
}
.alert-loyalty {
    padding: 15px 18px 15px 52px;
    box-shadow: none;
}

@media (min-width: 768px) {
  #authentication .login {
    align-items: center !important;
    justify-content: center !important;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }

  #authentication .login__form-wrapper {
    flex: 1 1 60%;
    min-width: 0;
  }

  #authentication .login__register-prompt {
    flex: 0 1 360px;
    align-self: center !important;
    height: fit-content !important;
    min-height: 0 !important;
    padding: 24px;
    text-align: center;
    justify-content: center !important;
  }

  #authentication .login__register-prompt .h4 {
    margin: 0 0 16px;
  }
}
#authentication .login__register-prompt .h4 {
    font-weight: 700;
}
section.ntno-popup__dialog {
    background: #0066ffeb;
    border: none;
    box-shadow: none;
    color: white;
}
span.ntno-popup__badge {
    color: #0b69f6 !important;
}
a.ntno-popup__button {
    background: white;
    color: #0b69f6 !important;
    box-shadow: none;
    padding: .4em 1em;
    min-height: auto;
    border-radius: 10px;
}
button.ntno-popup__close {
    color: #ffffff !important;
    border-radius: 10px;
    background: none !important;
    border: none;
}
.ntno-popup__media img {
    border-radius: 0;
}

.nt-sticky-buy {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px;
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.nt-sticky-buy__info {
  flex: 1 1 auto;
  min-width: 0;
}

.nt-sticky-buy__name {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  color: #5e6675;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nt-sticky-buy__bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 10px;
}

.nt-sticky-buy__meta {
  display: flex;
  align-items: center;
  min-width: 0;
  color: #303744;
  font-size: 0.82rem;
  line-height: 1.2;
}

.nt-sticky-buy__variant {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nt-sticky-buy__variant:not(:empty)::after {
  content: " · ";
  margin: 0 4px;
  color: #9097a3;
}

.nt-sticky-buy__variant:empty {
  display: none;
}

.nt-sticky-buy__variant:empty + .nt-sticky-buy__quantity {
  margin-left: 0;
}

.nt-sticky-buy__quantity {
  flex: 0 0 auto;
  color: #697180;
  white-space: nowrap;
}

.nt-sticky-buy__quantity strong {
  font-weight: 600;
}

.nt-sticky-buy__price {
  flex: 0 0 auto;
  color: #111;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-align: right;
}

.nt-sticky-buy__btn {
  flex: 0 0 auto;
  min-width: 128px;
  min-height: 48px;
  padding-inline: 16px;
}
button.nt-sticky-buy__btn.btn.btn-primary.js-nt-sticky-add {
    border-radius: 8px;
    font-weight: 100;
    padding: 6px 10px !important;
    min-height: auto;
    min-width: 100px;
}
.nt-sticky-buy i.material-icons {
    font-size: inherit;
}