.techPicksRailV23{padding:18px 0 24px!important;background:#fff!important}.techPicksRailV23>.wrap{width:min(100% - 28px,1280px)!important;max-width:1280px!important;margin-inline:auto!important;overflow:visible!important}.techPicksRailV23 .techPicksHeadActions{display:flex!important;align-items:center!important;gap:8px!important}.techPicksRailV23 .techPicksNav{display:flex!important;gap:5px!important}.techPicksRailV23 .techPicksNav button{width:34px!important;height:34px!important;border:1px solid #eceaf0!important;border-radius:50%!important;background:#fff!important;font-size:18px!important;cursor:pointer!important}.techPicksRailV23 .techPicksTrack{display:grid!important;grid-auto-flow:column!important;grid-template-columns:none!important;grid-auto-columns:calc((100% - 50px)/6)!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;scrollbar-width:none!important}.techPicksRailV23 .techPicksTrack::-webkit-scrollbar{display:none!important}.techPicksRailV23 .techPickCard{scroll-snap-align:start!important;min-width:0!important}@media(max-width:1100px){.techPicksRailV23 .techPicksTrack{grid-auto-columns:minmax(190px,31%)!important;gap:9px!important}}@media(max-width:680px){.techPicksRailV23>.wrap{width:calc(100% - 20px)!important}.techPicksRailV23 .techPicksTrack{grid-auto-columns:minmax(172px,73%)!important;gap:8px!important}.techPicksRailV23 .techPicksNav button{width:30px!important;height:30px!important}}
/* NEGO Picks V23 · autoplay spacing polish */
.techPicksRailV23{
  padding:8px 0 18px!important;
}
.techPicksRailV23 .techPicksHead{
  margin-bottom:7px!important;
  align-items:flex-end!important;
}
.techPicksRailV23 .techPicksTrack{
  padding-top:0!important;
  padding-bottom:2px!important;
}
.techPicksRailV23 .techPickCard{
  margin-top:0!important;
}
@media(max-width:680px){
  .techPicksRailV23{
    padding:7px 0 14px!important;
  }
  .techPicksRailV23 .techPicksHead{
    margin-bottom:6px!important;
  }
}


/* NEGO Picks V23 · movimiento continuo hacia la izquierda */
.techPicksRailV23 .techPicksTrack{
  scroll-snap-type:none!important;
  scroll-behavior:auto!important;
  overscroll-behavior-inline:contain!important;
  will-change:scroll-position!important;
}
.techPicksRailV23 .techPickCard{
  scroll-snap-align:none!important;
}
@media(prefers-reduced-motion:reduce){
  .techPicksRailV23 .techPicksTrack{scroll-behavior:auto!important}
}


/* NEGO Picks V23 · marquee continuo real */
.techPicksRailV23 .techPicksTrack{
  display:block!important;
  position:relative!important;
  overflow:hidden!important;
  width:100%!important;
  scroll-snap-type:none!important;
  scroll-behavior:auto!important;
  scrollbar-width:none!important;
  padding-bottom:2px!important;
}
.techPicksRailV23 .techPicksMarquee{
  --picks-gap:10px;
  display:flex!important;
  align-items:stretch!important;
  gap:var(--picks-gap)!important;
  width:max-content!important;
  will-change:transform!important;
  transform:translate3d(0,0,0);
}
.techPicksRailV23 .techPicksMarquee .techPickCard{
  flex:0 0 auto!important;
  min-width:0!important;
  scroll-snap-align:none!important;
}


/* NEGO Picks V23 · loop CSS definitivo */
.techPicksRailV23 .techPicksTrack{
  display:block!important;
  width:100%!important;
  overflow:hidden!important;
  position:relative!important;
}
.techPicksRailV23 .techPicksMarquee{
  display:flex!important;
  width:max-content!important;
  gap:0!important;
  transform:translate3d(0,0,0);
  will-change:transform!important;
}
.techPicksRailV23 .techPicksMarquee.isRunning{
  animation:negoPicksContinuous var(--picks-duration,72s) linear infinite!important;
}
.techPicksRailV23 .techPicksGroup{
  display:flex!important;
  flex:0 0 auto!important;
  align-items:stretch!important;
  gap:10px!important;
  padding-right:10px!important;
}
.techPicksRailV23 .techPicksGroup .techPickCard{
  flex:0 0 calc((min(calc(100vw - 28px),1280px) - 50px)/6)!important;
  width:calc((min(calc(100vw - 28px),1280px) - 50px)/6)!important;
  min-width:0!important;
}
@keyframes negoPicksContinuous{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
@media(max-width:1100px){
  .techPicksRailV23 .techPicksGroup{gap:9px!important;padding-right:9px!important}
  .techPicksRailV23 .techPicksGroup .techPickCard{
    flex-basis:clamp(190px,31vw,280px)!important;
    width:clamp(190px,31vw,280px)!important;
  }
}
@media(max-width:680px){
  .techPicksRailV23 .techPicksGroup{gap:8px!important;padding-right:8px!important}
  .techPicksRailV23 .techPicksGroup .techPickCard{
    flex-basis:min(73vw,260px)!important;
    width:min(73vw,260px)!important;
  }
}


/* NEGO Picks V23 · pausa estricta solo sobre tarjeta */
.techPicksRailV23 .techPicksMarquee.isRunning{
  animation-play-state:running!important;
}
.techPicksRailV23 .techPicksMarquee.isRunning:has(.techPickCard:hover){
  animation-play-state:paused!important;
}


/* NEGO Picks V23 · mobile compacto y proporcionado */
@media(max-width:680px){
  .techPicksRailV23{
    padding:10px 0 16px!important;
  }
  .techPicksRailV23>.wrap{
    width:calc(100% - 20px)!important;
    max-width:none!important;
  }
  .techPicksRailV23 .techPicksHead{
    align-items:flex-end!important;
    gap:8px!important;
    margin-bottom:8px!important;
  }
  .techPicksRailV23 .techPicksHead .eyebrow{
    font-size:18px!important;
    line-height:1!important;
    letter-spacing:-.035em!important;
  }
  .techPicksRailV23 .techPicksHead h2{
    margin-top:5px!important;
    font-size:10px!important;
    line-height:1.25!important;
  }
  .techPicksRailV23 .techPicksHeadActions{
    gap:5px!important;
  }
  .techPicksRailV23 .techPicksNav{
    gap:4px!important;
  }
  .techPicksRailV23 .techPicksNav button{
    width:29px!important;
    height:29px!important;
    font-size:15px!important;
    box-shadow:none!important;
  }
  .techPicksRailV23 .techPicksAction{
    height:30px!important;
    min-height:30px!important;
    padding:0 10px!important;
    font-size:8px!important;
  }

  .techPicksRailV23 .techPicksTrack{
    overflow:hidden!important;
    padding:0!important;
  }
  .techPicksRailV23 .techPicksGroup{
    gap:8px!important;
    padding-right:8px!important;
  }
  .techPicksRailV23 .techPicksGroup .techPickCard{
    flex:0 0 calc((100vw - 28px)/2)!important;
    width:calc((100vw - 28px)/2)!important;
    min-width:0!important;
    min-height:248px!important;
    padding:6px!important;
    border-radius:15px!important;
  }
  .techPicksRailV23 .techPickCard:hover{
    transform:none!important;
    box-shadow:0 4px 15px rgba(24,18,48,.045)!important;
  }
  .techPicksRailV23 .techPickMedia{
    height:118px!important;
    min-height:118px!important;
    border-radius:11px!important;
  }
  .techPicksRailV23 .techPickMedia>a{
    padding:6px!important;
  }
  .techPicksRailV23 .techPickMedia img{
    max-width:88%!important;
    max-height:88%!important;
  }
  .techPicksRailV23 .techPickBadge{
    top:7px!important;
    left:7px!important;
    padding:5px 7px!important;
    font-size:6.2px!important;
  }
  .techPicksRailV23 .techPickFavorite{
    top:7px!important;
    right:7px!important;
    width:27px!important;
    height:27px!important;
  }

  .techPicksRailV23 .techPickCopy{
    padding:6px 2px 1px!important;
  }
  .techPicksRailV23 .techPickCopy h3{
    min-height:27px!important;
    font-size:11.5px!important;
    line-height:1.16!important;
    white-space:normal!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
  }
  .techPicksRailV23 .techPickKicker{
    min-height:10px!important;
    margin-top:3px!important;
    font-size:7.8px!important;
  }
  .techPicksRailV23 .techPickSpecs{
    min-height:17px!important;
    margin:4px 0 3px!important;
    grid-template-columns:1fr!important;
    row-gap:0!important;
  }
  .techPicksRailV23 .techPickSpecs span{
    font-size:7.1px!important;
    line-height:1.15!important;
  }
  .techPicksRailV23 .techPickSpecs span:nth-child(n+2){
    display:none!important;
  }
  .techPicksRailV23 .techPickBottom{
    min-height:20px!important;
  }
  .techPicksRailV23 .techPickPrice{
    font-size:17px!important;
  }
  .techPicksRailV23 .techPickOldPrice{
    font-size:8px!important;
  }
  .techPicksRailV23 .techPickDiscount{
    min-height:17px!important;
    padding:0 5px!important;
    font-size:6.3px!important;
  }
  .techPicksRailV23 .techPickAdd{
    height:34px!important;
    min-height:34px!important;
    margin-top:4px!important;
    padding:0 8px!important;
    border-radius:8px!important;
    font-size:11.5px!important;
    gap:5px!important;
  }
  .techPicksRailV23 .techPickAdd svg{
    width:11px!important;
    height:11px!important;
  }
}
@media(max-width:380px){
  .techPicksRailV23 .techPicksGroup .techPickCard{
    flex-basis:calc((100vw - 26px)/2)!important;
    width:calc((100vw - 26px)/2)!important;
  }
  .techPicksRailV23 .techPickMedia{
    height:108px!important;
    min-height:108px!important;
  }
}


/* NEGO Picks V23 · mobile sin tarjetas visualmente cortadas */
@media(max-width:680px){
  .techPicksRailV23 .techPicksTrack{
    overflow:hidden!important;
    padding-inline:4px!important;
  }
  .techPicksRailV23 .techPicksGroup{
    gap:8px!important;
    padding-right:8px!important;
  }
  .techPicksRailV23 .techPicksGroup .techPickCard{
    flex:0 0 min(42vw,166px)!important;
    width:min(42vw,166px)!important;
    min-width:min(42vw,166px)!important;
    max-width:166px!important;
    min-height:238px!important;
    padding:6px!important;
  }
  .techPicksRailV23 .techPickMedia{
    height:112px!important;
    min-height:112px!important;
  }
  .techPicksRailV23 .techPickMedia img{
    max-width:84%!important;
    max-height:84%!important;
  }
  .techPicksRailV23 .techPickCopy{
    flex:0 0 auto!important;
    padding:6px 2px 1px!important;
  }
  .techPicksRailV23 .techPickCopy h3{
    min-height:26px!important;
    font-size:11px!important;
    line-height:1.16!important;
  }
  .techPicksRailV23 .techPickKicker{
    font-size:7.4px!important;
  }
  .techPicksRailV23 .techPickSpecs{
    min-height:15px!important;
    margin:3px 0 2px!important;
  }
  .techPicksRailV23 .techPickSpecs span{
    font-size:6.8px!important;
  }
  .techPicksRailV23 .techPickBottom{
    margin-top:2px!important;
    min-height:19px!important;
  }
  .techPicksRailV23 .techPickPrice{
    font-size:16px!important;
  }
  .techPicksRailV23 .techPickAdd{
    height:32px!important;
    min-height:32px!important;
    margin-top:3px!important;
    font-size:10.5px!important;
  }
}
@media(max-width:390px){
  .techPicksRailV23 .techPicksGroup .techPickCard{
    flex-basis:41.5vw!important;
    width:41.5vw!important;
    min-width:41.5vw!important;
  }
}


/* MOBILE FINAL · header compacto + sin barra flotante + carrusel limpio */
@media(max-width:680px){
  body{
    padding-bottom:0!important;
  }

  /* Quitar por completo la cápsula flotante Catálogo / WhatsApp / Carrito */
  .mobileBottom{
    display:none!important;
    visibility:hidden!important;
    pointer-events:none!important;
  }

  /* Logo + búsqueda + login + carrito en una sola línea */
  .headerMain{
    display:grid!important;
    grid-template-columns:auto minmax(0,1fr) auto!important;
    grid-template-rows:56px!important;
    align-items:center!important;
    column-gap:7px!important;
    row-gap:0!important;
    min-height:56px!important;
    height:56px!important;
    padding:0!important;
  }
  .headerBrand{
    grid-column:1!important;
    grid-row:1!important;
    min-width:0!important;
    margin:0!important;
    align-self:center!important;
  }
  .logoImg{
    height:27px!important;
    width:auto!important;
    max-width:91px!important;
  }
  .headerMain .nav{
    display:none!important;
  }
  .headerMain .searchStrip{
    grid-column:2!important;
    grid-row:1!important;
    width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    align-self:center!important;
  }
  .headerMain .searchBox{
    width:100%!important;
    max-width:none!important;
    min-width:0!important;
    height:35px!important;
    margin:0!important;
    padding:0 9px!important;
    gap:7px!important;
    border-radius:12px!important;
    box-shadow:none!important;
  }
  .headerMain .searchBox input{
    width:100%!important;
    min-width:0!important;
    font-size:10.7px!important;
    line-height:1!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .headerMain .searchIcon{
    flex:0 0 auto!important;
    font-size:13px!important;
  }
  .headerMain .searchClear{
    width:24px!important;
    height:24px!important;
    flex:0 0 24px!important;
  }
  .headerMain .headerActions{
    grid-column:3!important;
    grid-row:1!important;
    display:flex!important;
    align-items:center!important;
    align-self:center!important;
    gap:0!important;
    margin:0!important;
    min-width:max-content!important;
  }
  .headerIconBtn{
    width:30px!important;
    height:30px!important;
    padding:0!important;
    border-radius:9px!important;
  }
  .headerIconBtn svg{
    width:17px!important;
    height:17px!important;
  }

  /* El hero sube al desaparecer la segunda fila del header */
  .hero{
    padding-top:4px!important;
  }

  /* Carrusel móvil: tarjetas más contenidas y bordes suaves, sin cortes bruscos */
  .techPicksRailV23>.wrap{
    width:calc(100% - 16px)!important;
  }
  .techPicksRailV23 .techPicksTrack{
    width:100%!important;
    padding-inline:6px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
    -webkit-mask-image:linear-gradient(to right,transparent 0,#000 8px,#000 calc(100% - 8px),transparent 100%)!important;
    mask-image:linear-gradient(to right,transparent 0,#000 8px,#000 calc(100% - 8px),transparent 100%)!important;
  }
  .techPicksRailV23 .techPicksGroup{
    gap:8px!important;
    padding-right:8px!important;
  }
  .techPicksRailV23 .techPicksGroup .techPickCard{
    flex:0 0 calc((100vw - 42px)/2)!important;
    width:calc((100vw - 42px)/2)!important;
    min-width:calc((100vw - 42px)/2)!important;
    max-width:none!important;
    box-sizing:border-box!important;
  }
}

@media(max-width:390px){
  .headerMain{
    grid-template-rows:54px!important;
    min-height:54px!important;
    height:54px!important;
    column-gap:5px!important;
  }
  .logoImg{height:26px!important;max-width:84px!important}
  .headerMain .searchBox{height:33px!important;padding:0 7px!important}
  .headerMain .searchBox input{font-size:10px!important}
  .headerIconBtn{width:28px!important;height:28px!important}
  .headerIconBtn svg{width:16px!important;height:16px!important}
  .techPicksRailV23 .techPicksGroup .techPickCard{
    flex-basis:calc((100vw - 38px)/2)!important;
    width:calc((100vw - 38px)/2)!important;
    min-width:calc((100vw - 38px)/2)!important;
  }
}


/* NEGO Picks V23 · móvil con 3 fichas visibles */
@media(max-width:680px){
  .techPicksRailV23>.wrap{
    width:calc(100% - 12px)!important;
    max-width:none!important;
  }

  .techPicksRailV23 .techPicksTrack{
    width:100%!important;
    padding-inline:4px!important;
    box-sizing:border-box!important;
    overflow:hidden!important;
  }

  .techPicksRailV23 .techPicksGroup{
    gap:6px!important;
    padding-right:6px!important;
  }

  .techPicksRailV23 .techPicksGroup .techPickCard{
    flex:0 0 calc((100vw - 28px)/3)!important;
    width:calc((100vw - 28px)/3)!important;
    min-width:calc((100vw - 28px)/3)!important;
    max-width:calc((100vw - 28px)/3)!important;
    min-height:205px!important;
    padding:5px!important;
    border-radius:12px!important;
    box-sizing:border-box!important;
  }

  .techPicksRailV23 .techPickMedia{
    height:88px!important;
    min-height:88px!important;
    border-radius:10px!important;
  }

  .techPicksRailV23 .techPickMedia>a{
    padding:5px!important;
  }

  .techPicksRailV23 .techPickMedia img{
    width:auto!important;
    height:auto!important;
    max-width:84%!important;
    max-height:84%!important;
    object-fit:contain!important;
    object-position:center center!important;
    margin:auto!important;
  }

  .techPicksRailV23 .techPickBadge{
    top:6px!important;
    left:6px!important;
    min-height:0!important;
    padding:4px 6px!important;
    font-size:5.8px!important;
    border-radius:999px!important;
  }

  .techPicksRailV23 .techPickCopy{
    padding:5px 1px 0!important;
  }

  .techPicksRailV23 .techPickCopy h3{
    min-height:24px!important;
    font-size:9.4px!important;
    line-height:1.12!important;
    display:-webkit-box!important;
    -webkit-line-clamp:2!important;
    -webkit-box-orient:vertical!important;
    overflow:hidden!important;
    white-space:normal!important;
  }

  .techPicksRailV23 .techPickKicker{
    min-height:9px!important;
    margin-top:2px!important;
    font-size:6.8px!important;
    line-height:1.1!important;
  }

  .techPicksRailV23 .techPickSpecs{
    min-height:12px!important;
    margin:2px 0!important;
    grid-template-columns:1fr!important;
    row-gap:0!important;
  }

  .techPicksRailV23 .techPickSpecs span{
    font-size:6.2px!important;
    line-height:1.1!important;
  }

  .techPicksRailV23 .techPickSpecs span:nth-child(n+2){
    display:none!important;
  }

  .techPicksRailV23 .techPickBottom{
    min-height:18px!important;
    margin-top:1px!important;
  }

  .techPicksRailV23 .techPickPrice{
    font-size:14px!important;
    line-height:1!important;
  }

  .techPicksRailV23 .techPickOldPrice{
    font-size:7px!important;
  }

  .techPicksRailV23 .techPickDiscount{
    min-height:15px!important;
    padding:0 4px!important;
    font-size:5.8px!important;
  }

  .techPicksRailV23 .techPickAdd{
    height:28px!important;
    min-height:28px!important;
    margin-top:3px!important;
    padding:0 6px!important;
    border-radius:8px!important;
    font-size:9.6px!important;
    gap:4px!important;
  }

  .techPicksRailV23 .techPickAdd svg{
    width:10px!important;
    height:10px!important;
  }
}

@media(max-width:390px){
  .techPicksRailV23 .techPicksGroup .techPickCard{
    flex:0 0 calc((100vw - 24px)/3)!important;
    width:calc((100vw - 24px)/3)!important;
    min-width:calc((100vw - 24px)/3)!important;
    max-width:calc((100vw - 24px)/3)!important;
    min-height:198px!important;
  }

  .techPicksRailV23 .techPickMedia{
    height:82px!important;
    min-height:82px!important;
  }

  .techPicksRailV23 .techPickCopy h3{
    font-size:8.8px!important;
  }

  .techPicksRailV23 .techPickPrice{
    font-size:13px!important;
  }

  .techPicksRailV23 .techPickAdd{
    height:26px!important;
    min-height:26px!important;
    font-size:8.9px!important;
  }
}

/* NEGO Picks V23 · imágenes completas sin recorte + gesto táctil */
@media(max-width:680px){
  /* No cambiar el ancho ni la distribución de las fichas: solo aumentar la cápsula de imagen. */
  .techPicksRailV23 .techPickMedia{
    height:132px!important;
    min-height:132px!important;
    overflow:hidden!important;
  }
  .techPicksRailV23 .techPickMedia>a{
    width:100%!important;
    height:100%!important;
    padding:7px!important;
    box-sizing:border-box!important;
    display:grid!important;
    place-items:center!important;
  }
  .techPicksRailV23 .techPickMedia img{
    width:100%!important;
    height:100%!important;
    max-width:100%!important;
    max-height:100%!important;
    object-fit:contain!important;
    object-position:center center!important;
    margin:auto!important;
    transform:none!important;
  }
  .techPicksRailV23 .techPickCard:hover .techPickMedia img{
    transform:none!important;
  }

  /* Permitir gesto horizontal con el dedo sin interferir con el scroll vertical de la página. */
  .techPicksRailV23 .techPicksTrack{
    touch-action:pan-y!important;
    user-select:none!important;
    -webkit-user-select:none!important;
  }
  .techPicksRailV23 .techPicksTrack.isDragging{
    cursor:grabbing!important;
  }
}
@media(max-width:390px){
  .techPicksRailV23 .techPickMedia{
    height:128px!important;
    min-height:128px!important;
  }
}


/* NEGO Picks V23 · normalización visual de productos */
/* No altera ninguna cápsula/card. Solo aumenta ligeramente el producto dentro de su área. */
.techPicksRailV23 .techPickMedia img{
  width:88%!important;
  height:88%!important;
  max-width:88%!important;
  max-height:88%!important;
  object-fit:contain!important;
  object-position:center center!important;
  margin:auto!important;
  display:block!important;
  transform:translate(var(--pick-image-x,0px),calc(var(--pick-image-y,0px) - 6px)) scale(var(--pick-image-scale,1.03))!important;
  transform-origin:center center!important;
}
.techPicksRailV23 .techPickCard:hover .techPickMedia img{
  transform:translate(var(--pick-image-x,0px),calc(var(--pick-image-y,0px) - 6px)) scale(var(--pick-image-scale,1.03))!important;
}
