:root{--nexxo-dark:#05080c;--nexxo-cyan:#22d3ee;--nexxo-cyan-soft:#cffafe;--nexxo-border:#dbe8ed;--nexxo-muted:#64748b}
.nexxo-wholesale-progress{border:1px solid var(--nexxo-border);background:#fff;border-radius:14px;padding:17px 18px;margin:0 0 24px;box-shadow:0 6px 18px rgba(10,25,35,.06)}
.nexxo-wholesale-progress-top{display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.nexxo-wholesale-progress-top strong{color:#101820}.nexxo-wholesale-progress-track{height:10px;border-radius:99px;background:#e8f0f3;overflow:hidden}.nexxo-wholesale-progress-track span{display:block;height:100%;background:var(--nexxo-cyan);border-radius:99px;transition:width .25s ease}.nexxo-wholesale-progress-text{margin-top:9px;color:var(--nexxo-muted);font-size:14px}.nexxo-wholesale-progress.is-complete{border-color:#6ee7b7;background:#f4fff9}.nexxo-wholesale-progress.is-complete .nexxo-wholesale-progress-track span{background:#10b981}
.nexxo-wholesale-price-label,.nexxo-wholesale-same-label{display:inline-block;font-size:10px!important;line-height:1!important;padding:5px 7px;border-radius:999px;vertical-align:middle;margin-left:5px;text-transform:uppercase;letter-spacing:.04em;font-weight:800}.nexxo-wholesale-price-label{background:var(--nexxo-dark);color:var(--nexxo-cyan)}.nexxo-wholesale-same-label{background:#eef3f5;color:#65757d}
.nexxo-wholesale-modebar{position:fixed;left:18px;bottom:18px;z-index:99999;background:var(--nexxo-dark);color:#fff;border:1px solid #22313a;box-shadow:0 10px 35px rgba(0,0,0,.22);border-radius:12px;padding:10px 12px;display:flex;align-items:center;gap:10px;font-size:12px}.nexxo-wholesale-modebar a{color:var(--nexxo-cyan);text-decoration:none}.nexxo-wholesale-modebar span{color:#c5d2d8}.nexxo-wholesale-modebar .nexxo-wholesale-exit{color:#fff;background:#24313a;border-radius:7px;padding:4px 7px}
@media(max-width:700px){.nexxo-wholesale-progress-top{display:block}.nexxo-wholesale-progress-top span{display:block;margin-top:3px}.nexxo-wholesale-modebar{left:10px;right:10px;bottom:10px;justify-content:space-between}}
/* v0.1.2: único control para abandonar el modo mayorista */
.nexxo-wholesale-modebar{position:fixed;left:18px;bottom:18px;z-index:99999;background:#05080c;color:#fff;border:1px solid #22313a;box-shadow:0 10px 35px rgba(0,0,0,.22);border-radius:12px;padding:10px 12px;display:flex;align-items:center;gap:9px;font-size:12px}
.nexxo-wholesale-modebar .nexxo-wholesale-active-dot{width:8px;height:8px;border-radius:50%;background:#22d3ee;box-shadow:0 0 0 3px rgba(34,211,238,.13)}
.nexxo-wholesale-modebar .nexxo-wholesale-active-text{color:#cbd8de;white-space:nowrap}
.nexxo-wholesale-modebar .nexxo-wholesale-exit{color:#fff!important;background:#24313a;border-radius:7px;padding:6px 9px;text-decoration:none!important;font-weight:700;white-space:nowrap}
.nexxo-wholesale-modebar .nexxo-wholesale-exit:hover{background:#34444f;color:#22d3ee!important}
@media(max-width:700px){.nexxo-wholesale-modebar{left:10px;right:10px;bottom:10px;justify-content:center;flex-wrap:wrap}.nexxo-wholesale-modebar .nexxo-wholesale-active-text{flex:1}}

/* v0.1.3: portada mayorista simplificada; sin hero ni botón de carrito duplicado. */

/* v0.1.5: en móviles ocultamos la barra flotante para no tapar el botón fijo de Añadir al carrito. */
@media(max-width:700px){.nexxo-wholesale-modebar{display:none!important}}

/* v0.1.6: salida móvil compacta solo en catálogo/búsqueda; oculta en ficha de producto, carrito y checkout. */
.nexxo-exit-mobile{display:none}
@media(max-width:700px){
  .nexxo-wholesale-modebar{display:none!important}
  .nexxo-wholesale-modebar.nexxo-mobile-catalog-exit{
    display:flex!important;
    left:14px;
    right:auto;
    bottom:14px;
    width:auto;
    padding:0;
    background:transparent;
    border:0;
    box-shadow:none;
    border-radius:0;
  }
  .nexxo-wholesale-modebar.nexxo-mobile-catalog-exit .nexxo-wholesale-active-dot,
  .nexxo-wholesale-modebar.nexxo-mobile-catalog-exit .nexxo-wholesale-active-text,
  .nexxo-wholesale-modebar.nexxo-mobile-catalog-exit .nexxo-exit-desktop{display:none!important}
  .nexxo-wholesale-modebar.nexxo-mobile-catalog-exit .nexxo-exit-mobile{display:inline!important}
  .nexxo-wholesale-modebar.nexxo-mobile-catalog-exit .nexxo-wholesale-exit{
    display:inline-flex;
    align-items:center;
    min-height:40px;
    padding:10px 13px;
    border-radius:999px;
    background:#05080c;
    color:#22d3ee!important;
    border:1px solid #22313a;
    box-shadow:0 8px 22px rgba(0,0,0,.22);
    font-size:12px;
    font-weight:800;
    line-height:1;
  }
}


/* =========================================================
   v0.2.6 · Catálogo mayorista premium
   Mismas tarjetas visuales que el catálogo minorista y todos
   los productos en una sola página, sin paginación.
   ========================================================= */
body.nexxo-wholesale-catalog-premium{
  --nx-cyan:#13ccd5;
  --nx-black:#080808;
  --nx-text:#20242a;
  --nx-muted:#737b84;
  --nx-line:#e8e8e8;
  --nx-card:#fff;
}
body.nexxo-wholesale-catalog-premium *,
body.nexxo-wholesale-catalog-premium *::before,
body.nexxo-wholesale-catalog-premium *::after{box-sizing:border-box}

body.nexxo-wholesale-catalog-premium .woocommerce-pagination,
body.nexxo-wholesale-catalog-premium nav.woocommerce-pagination,
body.nexxo-wholesale-catalog-premium .shop-control-bar-bottom{display:none!important}

body.nexxo-wholesale-catalog-premium .nexxo-wholesale-products,
body.nexxo-wholesale-catalog-premium .nexxo-wholesale-products .woocommerce,
body.nexxo-wholesale-catalog-premium .shop-products,
body.nexxo-wholesale-catalog-premium [data-view="grid"],
body.nexxo-wholesale-catalog-premium .products.row,
body.nexxo-wholesale-catalog-premium .products.list-unstyled,
body.nexxo-wholesale-catalog-premium ul.products,
body.nexxo-wholesale-catalog-premium ul.products > li.product,
body.nexxo-wholesale-catalog-premium .nexxo-archive-card{overflow:visible!important}

/* Grilla idéntica al catálogo minorista premium */
body.nexxo-wholesale-catalog-premium .woocommerce ul.products,
body.nexxo-wholesale-catalog-premium ul.products,
body.nexxo-wholesale-catalog-premium .products.products.list-unstyled{
  width:min(1500px,calc(100% - 56px))!important;
  margin:0 auto 18px!important;
  padding:24px 0 14px!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  column-gap:20px!important;
  row-gap:10px!important;
  align-items:stretch!important;
  list-style:none!important;
  overflow:visible!important;
}
body.nexxo-wholesale-catalog-premium .woocommerce ul.products > li.product,
body.nexxo-wholesale-catalog-premium ul.products > li.product,
body.nexxo-wholesale-catalog-premium .products.products.list-unstyled > li.product{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  float:none!important;
  margin:0!important;
  padding:10px 0 0!important;
  display:block!important;
  position:relative!important;
  height:auto!important;
  overflow:visible!important;
}
body.nexxo-wholesale-catalog-premium ul.products > li.product::before,
body.nexxo-wholesale-catalog-premium ul.products > li.product::after{display:none!important}

/* Quita cualquier tarjeta del theme que quede por detrás */
body.nexxo-wholesale-catalog-premium ul.products li.product,
body.nexxo-wholesale-catalog-premium ul.products li.product .product-outer,
body.nexxo-wholesale-catalog-premium ul.products li.product .product-inner{
  background:transparent!important;
  background-color:transparent!important;
  border:0!important;
  box-shadow:none!important;
  outline:0!important;
}
body.nexxo-wholesale-catalog-premium ul.products li.product::before,
body.nexxo-wholesale-catalog-premium ul.products li.product::after,
body.nexxo-wholesale-catalog-premium ul.products li.product .product-outer::before,
body.nexxo-wholesale-catalog-premium ul.products li.product .product-outer::after,
body.nexxo-wholesale-catalog-premium ul.products li.product .product-inner::before,
body.nexxo-wholesale-catalog-premium ul.products li.product .product-inner::after{
  content:none!important;
  display:none!important;
  background:transparent!important;
  box-shadow:none!important;
}

body.nexxo-wholesale-catalog-premium .nexxo-archive-card{
  position:relative;
  height:100%;
  min-width:0;
  border-radius:22px;
  isolation:isolate;
}
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__link{
  position:relative;
  display:flex;
  flex-direction:column;
  height:100%;
  overflow:hidden;
  border:1px solid #e6e6e6;
  border-radius:22px;
  background:#fff;
  color:inherit!important;
  text-decoration:none!important;
  box-shadow:0 8px 26px rgba(0,0,0,.055);
  transform:translateY(0)!important;
  transform-origin:center center!important;
  transition:transform .42s cubic-bezier(.2,.72,.2,1),box-shadow .42s cubic-bezier(.2,.72,.2,1),border-color .42s ease!important;
}
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__link::before,
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__link::after{content:none!important;display:none!important}

body.nexxo-wholesale-catalog-premium .nexxo-archive-card__media{
  position:relative;
  padding:12px 12px 0;
  background:linear-gradient(145deg,#fff 0%,#fafafa 70%,#f2feff 100%);
}
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__image{
  width:100%;
  aspect-ratio:1/1;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border:1px solid #ece9e4;
  border-radius:18px;
  background:#fff;
}
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__image img{
  width:100%!important;
  height:100%!important;
  display:block!important;
  margin:0!important;
  object-fit:contain!important;
  object-position:center!important;
  transform:scale(1)!important;
  transition:transform .55s cubic-bezier(.2,.72,.2,1)!important;
}
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__link:hover .nexxo-archive-card__image img{transform:scale(1.025)!important}
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__image img.nexxo-variation-preview-active{animation:nexxoWholesaleVariationImageIn .22s ease both}
@keyframes nexxoWholesaleVariationImageIn{from{opacity:.72}to{opacity:1}}

body.nexxo-wholesale-catalog-premium .nexxo-archive-card__badge{
  position:absolute;
  left:22px;
  top:22px;
  z-index:3;
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:24px;
  padding:5px 9px;
  border-radius:999px;
  background:rgba(8,8,8,.9);
  color:#fff;
  font-size:9px;
  font-weight:800;
  letter-spacing:.08em;
  line-height:1;
  backdrop-filter:blur(8px);
  box-shadow:0 4px 10px rgba(0,0,0,.12);
}
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__badge i{
  width:6px;height:6px;display:block;border-radius:50%;background:var(--nx-cyan);
  box-shadow:0 0 0 3px rgba(19,204,213,.14);
}
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__corner{
  position:absolute;
  right:22px;
  bottom:10px;
  z-index:3;
  width:32px;
  height:32px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:#090909;
  color:#fff;
  transform:translateY(11px)!important;
  box-shadow:0 6px 16px rgba(0,0,0,.15);
  transition:background .35s ease,color .35s ease,transform .35s ease!important;
}
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__corner svg,
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__cta-icon svg{
  width:15px;height:15px;display:block;overflow:visible;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;
}
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__link:hover .nexxo-archive-card__corner{
  background:var(--nx-cyan);
  color:#001d20;
  transform:translateY(8px) rotate(6deg)!important;
}
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__body{
  display:flex;
  flex:1;
  flex-direction:column;
  padding:22px 18px 18px;
  text-align:center;
}
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__title{
  width:100%!important;
  min-height:2.5em!important;
  margin:0 0 12px!important;
  display:-webkit-box!important;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden!important;
  color:#262626!important;
  font-size:16px!important;
  line-height:1.26!important;
  font-weight:750!important;
  letter-spacing:-.015em!important;
  text-align:center!important;
}
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__price{
  width:100%!important;
  display:block!important;
  margin-top:auto!important;
  color:#000!important;
  font-size:21px!important;
  line-height:1.16!important;
  font-weight:850!important;
  letter-spacing:-.02em!important;
  text-align:center!important;
}
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__price del{opacity:.42;font-weight:650;font-size:.78em;margin-right:4px}
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__price ins{text-decoration:none}
/* En la grilla ya se sabe que estamos en mayorista: ocultamos las pastillas de texto para que la tarjeta sea idéntica a la minorista. */
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__price .nexxo-wholesale-price-label,
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__price .nexxo-wholesale-same-label{display:none!important}

body.nexxo-wholesale-catalog-premium .nexxo-archive-card__cta{
  margin-top:15px;
  padding-top:13px;
  border-top:1px solid #ededed;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  color:#111;
  font-size:12px;
  font-weight:800;
  text-align:left;
  transition:color .28s ease;
}
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__cta-icon{
  width:29px;
  height:29px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 29px;
  border-radius:50%;
  background:#f3f3f3;
  color:#111;
  transition:.28s ease;
}
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__link:hover .nexxo-archive-card__cta{color:#009fa7}
body.nexxo-wholesale-catalog-premium .nexxo-archive-card__link:hover .nexxo-archive-card__cta-icon{background:var(--nx-cyan);transform:translateX(2px)}

@media (hover:hover) and (pointer:fine){
  body.nexxo-wholesale-catalog-premium ul.products > li.product:hover{z-index:60!important}
  body.nexxo-wholesale-catalog-premium .nexxo-archive-card:hover{z-index:60!important}
  body.nexxo-wholesale-catalog-premium .nexxo-archive-card__link:hover,
  body.nexxo-wholesale-catalog-premium li.product:hover .nexxo-archive-card__link{
    transform:translateY(-8px)!important;
    box-shadow:0 22px 48px rgba(0,0,0,.14)!important;
    border-color:rgba(19,204,213,.50)!important;
  }
}

@media(max-width:1180px){
  body.nexxo-wholesale-catalog-premium .woocommerce ul.products,
  body.nexxo-wholesale-catalog-premium ul.products,
  body.nexxo-wholesale-catalog-premium .products.products.list-unstyled{grid-template-columns:repeat(3,minmax(0,1fr))!important}
}
@media(max-width:820px){
  body.nexxo-wholesale-catalog-premium .woocommerce ul.products,
  body.nexxo-wholesale-catalog-premium ul.products,
  body.nexxo-wholesale-catalog-premium .products.products.list-unstyled{
    width:calc(100% - 28px)!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    column-gap:14px!important;
    row-gap:6px!important;
  }
  body.nexxo-wholesale-catalog-premium .nexxo-archive-card__body{padding:18px 14px 15px}
  body.nexxo-wholesale-catalog-premium .nexxo-archive-card.nexxo-mobile-auto-preview .nexxo-archive-card__image{border-color:rgba(19,204,213,.34)!important}
}
@media(max-width:560px){
  body.nexxo-wholesale-catalog-premium .woocommerce ul.products,
  body.nexxo-wholesale-catalog-premium ul.products,
  body.nexxo-wholesale-catalog-premium .products.products.list-unstyled{
    grid-template-columns:minmax(0,1fr)!important;
    column-gap:0!important;
    row-gap:14px!important;
  }
  body.nexxo-wholesale-catalog-premium ul.products > li.product,
  body.nexxo-wholesale-catalog-premium .products.products.list-unstyled > li.product{
    width:92%!important;
    max-width:430px!important;
    justify-self:center!important;
    padding-top:0!important;
  }
  body.nexxo-wholesale-catalog-premium .nexxo-archive-card__media{padding:10px 10px 0}
  body.nexxo-wholesale-catalog-premium .nexxo-archive-card__image{border-radius:17px}
  body.nexxo-wholesale-catalog-premium .nexxo-archive-card__badge{left:18px;top:18px;padding:5px 8px;font-size:9px}
  body.nexxo-wholesale-catalog-premium .nexxo-archive-card__corner{right:18px;width:31px;height:31px}
  body.nexxo-wholesale-catalog-premium .nexxo-archive-card__body{padding:20px 18px 17px}
  body.nexxo-wholesale-catalog-premium .nexxo-archive-card__title{font-size:17px!important;min-height:2.55em!important;margin-bottom:12px!important}
  body.nexxo-wholesale-catalog-premium .nexxo-archive-card__price{font-size:22px!important}
  body.nexxo-wholesale-catalog-premium .nexxo-archive-card__cta{font-size:13px;margin-top:14px;padding-top:13px}
  body.nexxo-wholesale-catalog-premium .nexxo-archive-card__cta-icon{width:30px;height:30px;flex-basis:30px}
}
@media(prefers-reduced-motion:reduce){
  body.nexxo-wholesale-catalog-premium .nexxo-archive-card__link,
  body.nexxo-wholesale-catalog-premium .nexxo-archive-card__corner,
  body.nexxo-wholesale-catalog-premium .nexxo-archive-card__cta-icon{transition:none!important}
}
