/* ==========================================================================
   CSS de TODAS las plantillas en una sola hoja, escopado por .tpl-<nombre>.
   Generado por migration/_gz-extraer-css.mjs — NO EDITAR A MANO.
   Se carga SIEMPRE, desde el layout raiz: nunca se inserta por cliente, para que no
   pueda faltar en ningun frame durante una navegacion (ver comentario mas arriba).
   ========================================================================== */

/* ---------- .tpl-portada ---------- */
/* ==========================================================================
   CSS de la plantilla index.liquid — se carga ADEMAS de tema.css
   COPIA LITERAL del CSS del tema Shopify. Generado por
   migration/_gz-extraer-css.mjs — NO EDITAR A MANO.
   Para cambiar un estilo se cambia en el tema y se vuelve a extraer.
   ========================================================================== */ /* ---------- sections/b002-hero.liquid (6.3 KB) ---------- */ /* ---------- caja ---------- */ /* padding-top: barra countdown (34px) la pone .home-overlay; aqui solo hay que salvar
   el header flotante (46-54px de alto + su separacion) y dejar aire. */ .tpl-portada .d001-hero{background:#fff;padding:76px 0 14px;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-portada .d001-hero__inner{max-width:1350px;width:calc(100% - 40px);margin:0 auto;
  display:flex;flex-direction:column;gap:20px}/* ---------- texto ---------- */ .tpl-portada .d001-hero__ante{margin:0 0 14px;font-size:11px;font-weight:600;letter-spacing:.22em;
  text-transform:uppercase;color:#8a8a90}.tpl-portada .d001-hero__title{margin:0;color:#0b0b0c;text-transform:uppercase;
  font-family:"Big Shoulders Display","Barlow Condensed",Inter,sans-serif;
  
  font-weight:800;font-size:clamp(34px,8.4vw,76px);line-height:.9;letter-spacing:-.025em}.tpl-portada .d001-hero__sub{margin:10px 0 0;max-width:34ch;font-size:15px;line-height:1.6;color:#55555c}.tpl-portada .d001-hero__precio{margin:14px 0 0;font-family:"Space Mono",ui-monospace,monospace;
  font-weight:700;font-size:17px;color:#0b0b0c}.tpl-portada .d001-hero__envio{margin-left:10px;font-family:Inter,sans-serif;font-weight:500;font-size:12px;
  letter-spacing:.04em;text-transform:uppercase;color:#0b0b0c;
  background:#f1f1f3;border-radius:500px;padding:5px 12px;white-space:nowrap}.tpl-portada .d001-hero__cta{display:inline-block;margin-top:18px;
  background:#0b0b0c;color:#fff;text-decoration:none;
  font-size:14px;font-weight:600;letter-spacing:.02em;padding:14px 42px;border-radius:500px;
  transition:transform .18s ease,background .18s ease}.tpl-portada .d001-hero__cta:hover{transform:translateY(-1px);background:#000}/* ---------- muestrario de colorways en bucle ----------
   La ventana recorta; el track es mas ancho que ella y lo desplaza gz-carrusel.js.
   overflow-x visible NO: cortaria la sombra de los circulos por arriba y abajo. Se usa
   overflow:hidden con algo de padding vertical para dejarle sitio. */ /* 40px arriba y 40 abajo (26 de padding del hero + 14 de .cf-grid-sec): el bloque de
   colores queda a la misma distancia del boton que del titulo "LA SERIE". Antes eran 28
   arriba y 68 abajo y se veia descolgado hacia arriba. */ .tpl-portada .d001-hero__swatches{margin:24px 0 0;overflow:hidden;
  /* mascara: los circulos se desvanecen en los bordes en vez de cortarse en seco, que es
     lo que delata que hay un carrusel debajo */
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 26px,#000 calc(100% - 26px),transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 26px,#000 calc(100% - 26px),transparent 100%)}.tpl-portada .d001-hero__colores{display:flex;flex-wrap:nowrap;gap:14px;list-style:none;margin:0;padding:6px 0;
  width:max-content;min-width:max-content;max-width:none;
  cursor:grab;-webkit-user-select:none;user-select:none}.tpl-portada .d001-hero__colores:active{cursor:grabbing}.tpl-portada .d001-hero__color{flex:0 0 auto;max-width:none}/* circulo limpio: sin borde y con un relleno neutro muy suave. Con borde + gris se leian
   como tarjetitas, que es justo lo que no queremos. La sombra los separa del blanco sin
   dibujar ninguna caja. */ .tpl-portada .d001-hero__colores a{display:block;width:72px;height:72px;border-radius:50%;overflow:hidden;
  background:#f6f6f7;border:none;
  box-shadow:0 2px 10px rgba(11,11,12,.07);
  transition:transform .2s ease,box-shadow .2s ease}.tpl-portada .d001-hero__colores a:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(11,11,12,.14)}.tpl-portada .d001-hero__colores a:focus-visible{outline:2px solid #0b0b0c;outline-offset:3px}/* poco padding: el producto manda dentro del circulo */ .tpl-portada .d001-hero__colores img{width:100%;height:100%;object-fit:contain;display:block;
  padding:7px;box-sizing:border-box;pointer-events:none}/* ---------- video ---------- */ /* El fondo del metraje es negro puro: la caja lo es tambien, asi no se ve ninguna
   costura si el object-fit dejara algun pixel al descubierto. */ .tpl-portada .d001-hero__media{position:relative;border-radius:22px;overflow:hidden;background:#000;
  box-shadow:0 18px 50px rgba(11,11,12,.14)}.tpl-portada .d001-hero__video{display:block;width:100%;height:100%;object-fit:cover;
  aspect-ratio:1080/1460;background:#000}/* ---------- indicador de scroll ---------- */ /* El degradado de detras existe porque el fotograma bajo el chevron cambia todo el rato
   (el video es CGI con destellos naranjas): sin el, en algunos frames el blanco se pierde. */ .tpl-portada .d001-hero__scroll{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);
  z-index:2;width:44px;height:44px;padding:0;border:none;border-radius:50%;
  display:flex;align-items:center;justify-content:center;cursor:pointer;
  color:#fff;background:radial-gradient(circle,rgba(0,0,0,.34) 0%,rgba(0,0,0,0) 72%);
  transition:opacity .35s ease}.tpl-portada .d001-hero__scroll svg{width:26px;height:26px;
  filter:drop-shadow(0 1px 4px rgba(0,0,0,.55));
  animation:d001-respira 2s ease-in-out infinite}.tpl-portada .d001-hero__scroll.is-oculto{opacity:0;pointer-events:none}@keyframes d001-respira{
  0%,100%{transform:translateY(-3px);opacity:.55}
  50%    {transform:translateY(3px); opacity:1}
}@media (prefers-reduced-motion:reduce){.tpl-portada .d001-hero__scroll svg{animation:none}
}/* ---------- movil: video primero, texto debajo ---------- */
@media (max-width:899px){.tpl-portada .d001-hero{padding-top:70px}.tpl-portada .d001-hero__inner{gap:18px}.tpl-portada .d001-hero__media{order:-1}/* 9:16 entero en movil ocupa pantalla y media, asi que se recorta. Estaba en 4:5 y
     baja a 1/1.1, un 12% menos de alto. Con object-fit:cover el recorte se reparte por
     igual arriba y abajo, el producto sigue centrado y la flecha de bajar, que va contra
     el borde inferior del marco, se mueve con el. En escritorio no cambia nada. */ .tpl-portada .d001-hero__video{aspect-ratio:1/1.1}
  
}/* ---------- escritorio: dos columnas, texto a la izquierda ---------- */
@media (min-width:900px){.tpl-portada .d001-hero{padding:88px 0 40px}.tpl-portada .d001-hero__inner{flex-direction:row;align-items:center;gap:52px}.tpl-portada .d001-hero__texto{flex:1 1 0;min-width:0}.tpl-portada .d001-hero__media{flex:0 0 40%;max-width:430px}.tpl-portada .d001-hero__video{aspect-ratio:1080/1460;max-height:600px}
}/* ---------- snippets/cr-resenas.liquid (2.1 KB) ---------- */ .tpl-portada .cr-rev{padding:26px 16px 30px;text-align:center;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-portada .cr-rev__h{margin:0 0 18px;font-size:clamp(22px,6vw,30px);font-weight:800;letter-spacing:-.01em;
  text-transform:uppercase;color:#111}.tpl-portada .cr-rev__h em{font-style:italic;color:#E2662C;font-weight:800}.tpl-portada .cr-rev__car{display:flex;align-items:center;gap:8px}.tpl-portada .cr-rev__nav{flex:0 0 auto;width:32px;height:32px;border-radius:50%;border:1px solid #dcdcde;
  background:#fff;color:#111;font-size:17px;line-height:1;cursor:pointer}.tpl-portada .cr-rev__nav[disabled]{opacity:.3;cursor:default}.tpl-portada .cr-rev__track{flex:1 1 auto;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;
  scrollbar-width:none;scroll-behavior:smooth}.tpl-portada .cr-rev__track::-webkit-scrollbar{display:none}.tpl-portada .cr-rev__card{flex:0 0 100%;scroll-snap-align:center;background:#fafafa;border-radius:6px;
  padding:16px 14px;text-align:left}.tpl-portada .cr-rev__top{display:flex;align-items:center;gap:8px;margin-bottom:8px}.tpl-portada .cr-rev__stars{display:inline-flex;gap:2px}.tpl-portada .cr-rev__st{font-style:normal;width:18px;height:18px;display:inline-flex;align-items:center;
  justify-content:center;background:#00b67a;color:#fff;font-size:12px}.tpl-portada .cr-rev__st.off{background:#dcdcde}.tpl-portada .cr-rev__ver{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#6d7175;
  text-decoration:underline}.tpl-portada .cr-rev__txt{margin:0 0 12px;font-size:14px;line-height:1.45;color:#111}.tpl-portada .cr-rev__who{margin:0;font-size:13px;color:#8a8a90}.tpl-portada .cr-rev__who strong{color:#6d7175;font-weight:600}.tpl-portada .cr-rev__avg{margin:14px 0 0;font-size:13px;color:#111}.tpl-portada .cr-rev__avg u{text-decoration:underline}.tpl-portada .cr-rev__foto{width:72px;height:72px;object-fit:cover;border-radius:6px;display:block;margin:0 0 12px;background:#ededec}.tpl-portada .cr-rev__card .cr-rev__txt{-webkit-line-clamp:3}.tpl-portada .cr-rev__textos .cr-rev__txt{display:none}.tpl-portada .cr-rev__textos .cr-rev__txt.is-visible{display:block}.tpl-portada .cr-rev__aviso{margin:6px 0 0;font-size:12px;color:#8a8a90;display:flex;gap:6px;justify-content:center;align-items:center}.tpl-portada .cr-rev__ver{border:0;background:none;padding:0;font:inherit;color:#8a8a90;text-decoration:underline;text-underline-offset:2px;cursor:pointer}/* ---------- snippets/cr-llevar.liquid (1.4 KB) ---------- */ .tpl-portada .cr-llev{padding:30px 0 34px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-portada .cr-llev__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 16px}.tpl-portada .cr-llev__h{margin:0;font-size:clamp(22px,6vw,32px);font-weight:800;letter-spacing:-.01em;
  text-transform:uppercase;color:#111}.tpl-portada .cr-llev__h em{font-style:italic;color:#E2662C}.tpl-portada .cr-llev__nav{display:flex;gap:10px;flex:0 0 auto}.tpl-portada .cr-llev__b{width:34px;height:34px;padding:0;border:0;background:none;cursor:pointer;
  font-size:26px;line-height:1;color:#111}.tpl-portada .cr-llev__b[disabled]{color:#c9c9ce;cursor:default}.tpl-portada .cr-llev__sub{margin:6px 0 16px;padding:0 16px;font-size:14px;font-weight:700;
  letter-spacing:.02em;text-transform:uppercase;color:#111}.tpl-portada .cr-llev__track{display:flex;gap:8px;overflow-x:auto;scroll-behavior:smooth;
  scroll-snap-type:x mandatory;padding:0 16px 6px;-ms-overflow-style:none;scrollbar-width:none}.tpl-portada .cr-llev__track::-webkit-scrollbar{display:none}.tpl-portada .cr-llev__track img{flex:0 0 62vw;max-width:340px;aspect-ratio:1/1;object-fit:cover;
  display:block;background:#ededec;scroll-snap-align:start}/* Las fotos nuevas son verticales: se prioriza la parte baja del encuadre para que las
   zapatillas queden visibles incluso en las tarjetas cuadradas del carrusel. */ .tpl-portada .cr-llev__track .cr-llev__mind-img{object-position:center bottom}@media (min-width:768px){.tpl-portada .cr-llev__track img{flex-basis:300px} }/* ---------- snippets/cr-carac.liquid (1.0 KB) ---------- */ .tpl-portada .cr-car{padding:34px 16px 40px;max-width:1200px;margin:0 auto;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-portada .cr-car__h{margin:0;font-size:clamp(22px,6vw,32px);font-weight:800;letter-spacing:-.01em;
  text-transform:uppercase;color:#111}.tpl-portada .cr-car__sub{margin:6px 0 24px;font-size:14px;color:#8a8a90}.tpl-portada .cr-car__lista{display:grid;grid-template-columns:1fr;gap:40px}.tpl-portada .cr-car__it img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;
  background:#ededec;border-radius:6px}@media (min-width:768px){.tpl-portada .cr-car__it img{aspect-ratio:16/9} }.tpl-portada .cr-car__cab{display:flex;align-items:baseline;gap:12px;margin:16px 0 8px}.tpl-portada .cr-car__n{font-size:clamp(26px,7vw,34px);font-weight:800;line-height:1;color:#E2662C;flex:0 0 auto}.tpl-portada .cr-car__t{margin:0;font-size:clamp(17px,4.6vw,22px);font-weight:800;letter-spacing:.01em;
  text-transform:uppercase;color:#111}.tpl-portada .cr-car__p{margin:0;font-size:15px;line-height:1.6;color:#5f6165;max-width:62ch}/* ---------- snippets/cr-faq.liquid (1.2 KB) ---------- */ .tpl-portada .cr-faq{max-width:1200px;margin:0 auto;padding:34px 16px 40px;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-portada .cr-faq__h{margin:0 0 6px;font-size:clamp(22px,6vw,32px);font-weight:800;
  letter-spacing:-.01em;text-transform:uppercase;color:#111}.tpl-portada .cr-faq__it{border-bottom:1px solid #d9d9db}.tpl-portada .cr-faq__q{display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:22px 0;margin:0;cursor:pointer;list-style:none;
  font-size:clamp(15px,4vw,17px);font-weight:700;line-height:1.3;
  text-transform:uppercase;color:#111}.tpl-portada .cr-faq__q::-webkit-details-marker{display:none}/* el "+" se dibuja con dos barras; al abrir se oculta la vertical y queda "−" */ .tpl-portada .cr-faq__ico{position:relative;flex:0 0 20px;width:20px;height:20px}.tpl-portada .cr-faq__ico::before, .tpl-portada .cr-faq__ico::after{content:"";position:absolute;background:#111;
  left:50%;top:50%;transform:translate(-50%,-50%)}.tpl-portada .cr-faq__ico::before{width:20px;height:2px}.tpl-portada .cr-faq__ico::after{width:2px;height:20px;transition:opacity .18s ease}.tpl-portada .cr-faq__it[open] .cr-faq__ico::after{opacity:0}.tpl-portada .cr-faq__a{padding:0 0 22px;max-width:70ch}.tpl-portada .cr-faq__a p{margin:0;font-size:15px;line-height:1.6;color:#5f6165}




/* ---------- .tpl-pagina-mind ---------- */
/* ==========================================================================
   CSS de la plantilla page.mind.liquid — se carga ADEMAS de tema.css
   COPIA LITERAL del CSS del tema Shopify. Generado por
   migration/_gz-extraer-css.mjs — NO EDITAR A MANO.
   Para cambiar un estilo se cambia en el tema y se vuelve a extraer.
   ========================================================================== */ /* ---------- sections/d001-hero.liquid (6.3 KB) ---------- */ /* ---------- caja ---------- */ /* padding-top: barra countdown (34px) la pone .home-overlay; aqui solo hay que salvar
   el header flotante (46-54px de alto + su separacion) y dejar aire. */ .tpl-pagina-mind .d001-hero{background:#fff;padding:92px 0 26px;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-pagina-mind .d001-hero__inner{max-width:1350px;width:calc(100% - 40px);margin:0 auto;
  display:flex;flex-direction:column;gap:30px}/* ---------- texto ---------- */ .tpl-pagina-mind .d001-hero__ante{margin:0 0 14px;font-size:11px;font-weight:600;letter-spacing:.22em;
  text-transform:uppercase;color:#8a8a90}.tpl-pagina-mind .d001-hero__title{margin:0;color:#0b0b0c;text-transform:uppercase;
  font-family:"Big Shoulders Display","Barlow Condensed",Inter,sans-serif;
  font-weight:800;font-size:clamp(46px,12vw,104px);line-height:.88;letter-spacing:-.025em}.tpl-pagina-mind .d001-hero__sub{margin:16px 0 0;max-width:34ch;font-size:15px;line-height:1.6;color:#55555c}.tpl-pagina-mind .d001-hero__precio{margin:22px 0 0;font-family:"Space Mono",ui-monospace,monospace;
  font-weight:700;font-size:17px;color:#0b0b0c}.tpl-pagina-mind .d001-hero__envio{margin-left:10px;font-family:Inter,sans-serif;font-weight:500;font-size:12px;
  letter-spacing:.04em;text-transform:uppercase;color:#0b0b0c;
  background:#f1f1f3;border-radius:500px;padding:5px 12px;white-space:nowrap}.tpl-pagina-mind .d001-hero__cta{display:inline-block;margin-top:26px;
  background:#0b0b0c;color:#fff;text-decoration:none;
  font-size:14px;font-weight:600;letter-spacing:.02em;padding:14px 42px;border-radius:500px;
  transition:transform .18s ease,background .18s ease}.tpl-pagina-mind .d001-hero__cta:hover{transform:translateY(-1px);background:#000}/* ---------- muestrario de colorways en bucle ----------
   La ventana recorta; el track es mas ancho que ella y lo desplaza gz-carrusel.js.
   overflow-x visible NO: cortaria la sombra de los circulos por arriba y abajo. Se usa
   overflow:hidden con algo de padding vertical para dejarle sitio. */ /* 40px arriba y 40 abajo (26 de padding del hero + 14 de .cf-grid-sec): el bloque de
   colores queda a la misma distancia del boton que del titulo "LA SERIE". Antes eran 28
   arriba y 68 abajo y se veia descolgado hacia arriba. */ .tpl-pagina-mind .d001-hero__swatches{margin:40px 0 0;overflow:hidden;
  /* mascara: los circulos se desvanecen en los bordes en vez de cortarse en seco, que es
     lo que delata que hay un carrusel debajo */
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 26px,#000 calc(100% - 26px),transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 26px,#000 calc(100% - 26px),transparent 100%)}.tpl-pagina-mind .d001-hero__colores{display:flex;flex-wrap:nowrap;gap:14px;list-style:none;margin:0;padding:6px 0;
  width:max-content;min-width:max-content;max-width:none;
  cursor:grab;-webkit-user-select:none;user-select:none}.tpl-pagina-mind .d001-hero__colores:active{cursor:grabbing}.tpl-pagina-mind .d001-hero__color{flex:0 0 auto;max-width:none}/* circulo limpio: sin borde y con un relleno neutro muy suave. Con borde + gris se leian
   como tarjetitas, que es justo lo que no queremos. La sombra los separa del blanco sin
   dibujar ninguna caja. */ .tpl-pagina-mind .d001-hero__colores a{display:block;width:72px;height:72px;border-radius:50%;overflow:hidden;
  background:#f6f6f7;border:none;
  box-shadow:0 2px 10px rgba(11,11,12,.07);
  transition:transform .2s ease,box-shadow .2s ease}.tpl-pagina-mind .d001-hero__colores a:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(11,11,12,.14)}.tpl-pagina-mind .d001-hero__colores a:focus-visible{outline:2px solid #0b0b0c;outline-offset:3px}/* poco padding: el producto manda dentro del circulo */ .tpl-pagina-mind .d001-hero__colores img{width:100%;height:100%;object-fit:contain;display:block;
  padding:7px;box-sizing:border-box;pointer-events:none}/* ---------- video ---------- */ /* El fondo del metraje es negro puro: la caja lo es tambien, asi no se ve ninguna
   costura si el object-fit dejara algun pixel al descubierto. */ .tpl-pagina-mind .d001-hero__media{position:relative;border-radius:22px;overflow:hidden;background:#000;
  box-shadow:0 18px 50px rgba(11,11,12,.14)}.tpl-pagina-mind .d001-hero__video{display:block;width:100%;height:100%;object-fit:cover;
  aspect-ratio:608/1080;background:#000}/* ---------- indicador de scroll ---------- */ /* El degradado de detras existe porque el fotograma bajo el chevron cambia todo el rato
   (el video es CGI con destellos naranjas): sin el, en algunos frames el blanco se pierde. */ .tpl-pagina-mind .d001-hero__scroll{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);
  z-index:2;width:44px;height:44px;padding:0;border:none;border-radius:50%;
  display:flex;align-items:center;justify-content:center;cursor:pointer;
  color:#fff;background:radial-gradient(circle,rgba(0,0,0,.34) 0%,rgba(0,0,0,0) 72%);
  transition:opacity .35s ease}.tpl-pagina-mind .d001-hero__scroll svg{width:26px;height:26px;
  filter:drop-shadow(0 1px 4px rgba(0,0,0,.55));
  animation:d001-respira 2s ease-in-out infinite}.tpl-pagina-mind .d001-hero__scroll.is-oculto{opacity:0;pointer-events:none}@keyframes d001-respira{
  0%,100%{transform:translateY(-3px);opacity:.55}
  50%    {transform:translateY(3px); opacity:1}
}@media (prefers-reduced-motion:reduce){.tpl-pagina-mind .d001-hero__scroll svg{animation:none}
}/* ---------- movil: video primero, texto debajo ---------- */
@media (max-width:899px){.tpl-pagina-mind .d001-hero{padding-top:78px}.tpl-pagina-mind .d001-hero__inner{gap:26px}.tpl-pagina-mind .d001-hero__media{order:-1}/* 9:16 entero en movil ocupa pantalla y media, asi que se recorta. Mismo recorte que
     en la pagina de bandoleras (b002-hero): 1/1.1, un 12% menos de alto que el 4:5
     anterior. Con object-fit:cover el recorte se reparte por igual arriba y abajo, la
     chancla sigue centrada y la flecha de bajar, que va contra el borde inferior del
     marco, se mueve con el. En escritorio no cambia nada. */ .tpl-pagina-mind .d001-hero__video{aspect-ratio:1/1.1}
  
}/* ---------- escritorio: dos columnas, texto a la izquierda ---------- */
@media (min-width:900px){.tpl-pagina-mind .d001-hero{padding:110px 0 70px}.tpl-pagina-mind .d001-hero__inner{flex-direction:row;align-items:center;gap:64px}.tpl-pagina-mind .d001-hero__texto{flex:1 1 0;min-width:0}.tpl-pagina-mind .d001-hero__media{flex:0 0 40%;max-width:430px}.tpl-pagina-mind .d001-hero__video{aspect-ratio:608/1080;max-height:600px}
}/* ---------- snippets/cr-resenas.liquid (2.1 KB) ---------- */ .tpl-pagina-mind .cr-rev{padding:26px 16px 30px;text-align:center;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-pagina-mind .cr-rev__h{margin:0 0 18px;font-size:clamp(22px,6vw,30px);font-weight:800;letter-spacing:-.01em;
  text-transform:uppercase;color:#111}.tpl-pagina-mind .cr-rev__h em{font-style:italic;color:#E2662C;font-weight:800}.tpl-pagina-mind .cr-rev__car{display:flex;align-items:center;gap:8px}.tpl-pagina-mind .cr-rev__nav{flex:0 0 auto;width:32px;height:32px;border-radius:50%;border:1px solid #dcdcde;
  background:#fff;color:#111;font-size:17px;line-height:1;cursor:pointer}.tpl-pagina-mind .cr-rev__nav[disabled]{opacity:.3;cursor:default}.tpl-pagina-mind .cr-rev__track{flex:1 1 auto;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;
  scrollbar-width:none;scroll-behavior:smooth}.tpl-pagina-mind .cr-rev__track::-webkit-scrollbar{display:none}.tpl-pagina-mind .cr-rev__card{flex:0 0 100%;scroll-snap-align:center;background:#fafafa;border-radius:6px;
  padding:16px 14px;text-align:left}.tpl-pagina-mind .cr-rev__top{display:flex;align-items:center;gap:8px;margin-bottom:8px}.tpl-pagina-mind .cr-rev__stars{display:inline-flex;gap:2px}.tpl-pagina-mind .cr-rev__st{font-style:normal;width:18px;height:18px;display:inline-flex;align-items:center;
  justify-content:center;background:#00b67a;color:#fff;font-size:12px}.tpl-pagina-mind .cr-rev__st.off{background:#dcdcde}.tpl-pagina-mind .cr-rev__ver{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#6d7175;
  text-decoration:underline}.tpl-pagina-mind .cr-rev__txt{margin:0 0 12px;font-size:14px;line-height:1.45;color:#111}.tpl-pagina-mind .cr-rev__who{margin:0;font-size:13px;color:#8a8a90}.tpl-pagina-mind .cr-rev__who strong{color:#6d7175;font-weight:600}.tpl-pagina-mind .cr-rev__avg{margin:14px 0 0;font-size:13px;color:#111}.tpl-pagina-mind .cr-rev__avg u{text-decoration:underline}.tpl-pagina-mind .cr-rev__foto{width:72px;height:72px;object-fit:cover;border-radius:6px;display:block;margin:0 0 12px;background:#ededec}.tpl-pagina-mind .cr-rev__card .cr-rev__txt{-webkit-line-clamp:3}.tpl-pagina-mind .cr-rev__textos .cr-rev__txt{display:none}.tpl-pagina-mind .cr-rev__textos .cr-rev__txt.is-visible{display:block}.tpl-pagina-mind .cr-rev__aviso{margin:6px 0 0;font-size:12px;color:#8a8a90;display:flex;gap:6px;justify-content:center;align-items:center}.tpl-pagina-mind .cr-rev__ver{border:0;background:none;padding:0;font:inherit;color:#8a8a90;text-decoration:underline;text-underline-offset:2px;cursor:pointer}/* ---------- snippets/cr-llevar.liquid (1.4 KB) ---------- */ .tpl-pagina-mind .cr-llev{padding:30px 0 34px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-pagina-mind .cr-llev__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 16px}.tpl-pagina-mind .cr-llev__h{margin:0;font-size:clamp(22px,6vw,32px);font-weight:800;letter-spacing:-.01em;
  text-transform:uppercase;color:#111}.tpl-pagina-mind .cr-llev__h em{font-style:italic;color:#E2662C}.tpl-pagina-mind .cr-llev__nav{display:flex;gap:10px;flex:0 0 auto}.tpl-pagina-mind .cr-llev__b{width:34px;height:34px;padding:0;border:0;background:none;cursor:pointer;
  font-size:26px;line-height:1;color:#111}.tpl-pagina-mind .cr-llev__b[disabled]{color:#c9c9ce;cursor:default}.tpl-pagina-mind .cr-llev__sub{margin:6px 0 16px;padding:0 16px;font-size:14px;font-weight:700;
  letter-spacing:.02em;text-transform:uppercase;color:#111}.tpl-pagina-mind .cr-llev__track{display:flex;gap:8px;overflow-x:auto;scroll-behavior:smooth;
  scroll-snap-type:x mandatory;padding:0 16px 6px;-ms-overflow-style:none;scrollbar-width:none}.tpl-pagina-mind .cr-llev__track::-webkit-scrollbar{display:none}.tpl-pagina-mind .cr-llev__track img{flex:0 0 62vw;max-width:340px;aspect-ratio:1/1;object-fit:cover;
  display:block;background:#ededec;scroll-snap-align:start}/* Las fotos nuevas son verticales: se prioriza la parte baja del encuadre para que las
   zapatillas queden visibles incluso en las tarjetas cuadradas del carrusel. */ .tpl-pagina-mind .cr-llev__track .cr-llev__mind-img{object-position:center bottom}@media (min-width:768px){.tpl-pagina-mind .cr-llev__track img{flex-basis:300px} }/* ---------- snippets/cr-carac.liquid (1.0 KB) ---------- */ .tpl-pagina-mind .cr-car{padding:34px 16px 40px;max-width:1200px;margin:0 auto;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-pagina-mind .cr-car__h{margin:0;font-size:clamp(22px,6vw,32px);font-weight:800;letter-spacing:-.01em;
  text-transform:uppercase;color:#111}.tpl-pagina-mind .cr-car__sub{margin:6px 0 24px;font-size:14px;color:#8a8a90}.tpl-pagina-mind .cr-car__lista{display:grid;grid-template-columns:1fr;gap:40px}.tpl-pagina-mind .cr-car__it img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;
  background:#ededec;border-radius:6px}@media (min-width:768px){.tpl-pagina-mind .cr-car__it img{aspect-ratio:16/9} }.tpl-pagina-mind .cr-car__cab{display:flex;align-items:baseline;gap:12px;margin:16px 0 8px}.tpl-pagina-mind .cr-car__n{font-size:clamp(26px,7vw,34px);font-weight:800;line-height:1;color:#E2662C;flex:0 0 auto}.tpl-pagina-mind .cr-car__t{margin:0;font-size:clamp(17px,4.6vw,22px);font-weight:800;letter-spacing:.01em;
  text-transform:uppercase;color:#111}.tpl-pagina-mind .cr-car__p{margin:0;font-size:15px;line-height:1.6;color:#5f6165;max-width:62ch}/* ---------- snippets/cr-faq.liquid (1.2 KB) ---------- */ .tpl-pagina-mind .cr-faq{max-width:1200px;margin:0 auto;padding:34px 16px 40px;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-pagina-mind .cr-faq__h{margin:0 0 6px;font-size:clamp(22px,6vw,32px);font-weight:800;
  letter-spacing:-.01em;text-transform:uppercase;color:#111}.tpl-pagina-mind .cr-faq__it{border-bottom:1px solid #d9d9db}.tpl-pagina-mind .cr-faq__q{display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:22px 0;margin:0;cursor:pointer;list-style:none;
  font-size:clamp(15px,4vw,17px);font-weight:700;line-height:1.3;
  text-transform:uppercase;color:#111}.tpl-pagina-mind .cr-faq__q::-webkit-details-marker{display:none}/* el "+" se dibuja con dos barras; al abrir se oculta la vertical y queda "−" */ .tpl-pagina-mind .cr-faq__ico{position:relative;flex:0 0 20px;width:20px;height:20px}.tpl-pagina-mind .cr-faq__ico::before, .tpl-pagina-mind .cr-faq__ico::after{content:"";position:absolute;background:#111;
  left:50%;top:50%;transform:translate(-50%,-50%)}.tpl-pagina-mind .cr-faq__ico::before{width:20px;height:2px}.tpl-pagina-mind .cr-faq__ico::after{width:2px;height:20px;transition:opacity .18s ease}.tpl-pagina-mind .cr-faq__it[open] .cr-faq__ico::after{opacity:0}.tpl-pagina-mind .cr-faq__a{padding:0 0 22px;max-width:70ch}.tpl-pagina-mind .cr-faq__a p{margin:0;font-size:15px;line-height:1.6;color:#5f6165}




/* ---------- .tpl-pagina-bandoleras ---------- */
/* ==========================================================================
   CSS de la plantilla page.bandoleras.liquid — se carga ADEMAS de tema.css
   COPIA LITERAL del CSS del tema Shopify. Generado por
   migration/_gz-extraer-css.mjs — NO EDITAR A MANO.
   Para cambiar un estilo se cambia en el tema y se vuelve a extraer.
   ========================================================================== */ /* ---------- sections/b002-hero.liquid (6.3 KB) ---------- */ /* ---------- caja ---------- */ /* padding-top: barra countdown (34px) la pone .home-overlay; aqui solo hay que salvar
   el header flotante (46-54px de alto + su separacion) y dejar aire. */ .tpl-pagina-bandoleras .d001-hero{background:#fff;padding:76px 0 14px;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-pagina-bandoleras .d001-hero__inner{max-width:1350px;width:calc(100% - 40px);margin:0 auto;
  display:flex;flex-direction:column;gap:20px}/* ---------- texto ---------- */ .tpl-pagina-bandoleras .d001-hero__ante{margin:0 0 14px;font-size:11px;font-weight:600;letter-spacing:.22em;
  text-transform:uppercase;color:#8a8a90}.tpl-pagina-bandoleras .d001-hero__title{margin:0;color:#0b0b0c;text-transform:uppercase;
  font-family:"Big Shoulders Display","Barlow Condensed",Inter,sans-serif;
  
  font-weight:800;font-size:clamp(34px,8.4vw,76px);line-height:.9;letter-spacing:-.025em}.tpl-pagina-bandoleras .d001-hero__sub{margin:10px 0 0;max-width:34ch;font-size:15px;line-height:1.6;color:#55555c}.tpl-pagina-bandoleras .d001-hero__precio{margin:14px 0 0;font-family:"Space Mono",ui-monospace,monospace;
  font-weight:700;font-size:17px;color:#0b0b0c}.tpl-pagina-bandoleras .d001-hero__envio{margin-left:10px;font-family:Inter,sans-serif;font-weight:500;font-size:12px;
  letter-spacing:.04em;text-transform:uppercase;color:#0b0b0c;
  background:#f1f1f3;border-radius:500px;padding:5px 12px;white-space:nowrap}.tpl-pagina-bandoleras .d001-hero__cta{display:inline-block;margin-top:18px;
  background:#0b0b0c;color:#fff;text-decoration:none;
  font-size:14px;font-weight:600;letter-spacing:.02em;padding:14px 42px;border-radius:500px;
  transition:transform .18s ease,background .18s ease}.tpl-pagina-bandoleras .d001-hero__cta:hover{transform:translateY(-1px);background:#000}/* ---------- muestrario de colorways en bucle ----------
   La ventana recorta; el track es mas ancho que ella y lo desplaza gz-carrusel.js.
   overflow-x visible NO: cortaria la sombra de los circulos por arriba y abajo. Se usa
   overflow:hidden con algo de padding vertical para dejarle sitio. */ /* 40px arriba y 40 abajo (26 de padding del hero + 14 de .cf-grid-sec): el bloque de
   colores queda a la misma distancia del boton que del titulo "LA SERIE". Antes eran 28
   arriba y 68 abajo y se veia descolgado hacia arriba. */ .tpl-pagina-bandoleras .d001-hero__swatches{margin:24px 0 0;overflow:hidden;
  /* mascara: los circulos se desvanecen en los bordes en vez de cortarse en seco, que es
     lo que delata que hay un carrusel debajo */
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 26px,#000 calc(100% - 26px),transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 26px,#000 calc(100% - 26px),transparent 100%)}.tpl-pagina-bandoleras .d001-hero__colores{display:flex;flex-wrap:nowrap;gap:14px;list-style:none;margin:0;padding:6px 0;
  width:max-content;min-width:max-content;max-width:none;
  cursor:grab;-webkit-user-select:none;user-select:none}.tpl-pagina-bandoleras .d001-hero__colores:active{cursor:grabbing}.tpl-pagina-bandoleras .d001-hero__color{flex:0 0 auto;max-width:none}/* circulo limpio: sin borde y con un relleno neutro muy suave. Con borde + gris se leian
   como tarjetitas, que es justo lo que no queremos. La sombra los separa del blanco sin
   dibujar ninguna caja. */ .tpl-pagina-bandoleras .d001-hero__colores a{display:block;width:72px;height:72px;border-radius:50%;overflow:hidden;
  background:#f6f6f7;border:none;
  box-shadow:0 2px 10px rgba(11,11,12,.07);
  transition:transform .2s ease,box-shadow .2s ease}.tpl-pagina-bandoleras .d001-hero__colores a:hover{transform:translateY(-3px);box-shadow:0 8px 20px rgba(11,11,12,.14)}.tpl-pagina-bandoleras .d001-hero__colores a:focus-visible{outline:2px solid #0b0b0c;outline-offset:3px}/* poco padding: el producto manda dentro del circulo */ .tpl-pagina-bandoleras .d001-hero__colores img{width:100%;height:100%;object-fit:contain;display:block;
  padding:7px;box-sizing:border-box;pointer-events:none}/* ---------- video ---------- */ /* El fondo del metraje es negro puro: la caja lo es tambien, asi no se ve ninguna
   costura si el object-fit dejara algun pixel al descubierto. */ .tpl-pagina-bandoleras .d001-hero__media{position:relative;border-radius:22px;overflow:hidden;background:#000;
  box-shadow:0 18px 50px rgba(11,11,12,.14)}.tpl-pagina-bandoleras .d001-hero__video{display:block;width:100%;height:100%;object-fit:cover;
  aspect-ratio:1080/1460;background:#000}/* ---------- indicador de scroll ---------- */ /* El degradado de detras existe porque el fotograma bajo el chevron cambia todo el rato
   (el video es CGI con destellos naranjas): sin el, en algunos frames el blanco se pierde. */ .tpl-pagina-bandoleras .d001-hero__scroll{position:absolute;left:50%;bottom:14px;transform:translateX(-50%);
  z-index:2;width:44px;height:44px;padding:0;border:none;border-radius:50%;
  display:flex;align-items:center;justify-content:center;cursor:pointer;
  color:#fff;background:radial-gradient(circle,rgba(0,0,0,.34) 0%,rgba(0,0,0,0) 72%);
  transition:opacity .35s ease}.tpl-pagina-bandoleras .d001-hero__scroll svg{width:26px;height:26px;
  filter:drop-shadow(0 1px 4px rgba(0,0,0,.55));
  animation:d001-respira 2s ease-in-out infinite}.tpl-pagina-bandoleras .d001-hero__scroll.is-oculto{opacity:0;pointer-events:none}@keyframes d001-respira{
  0%,100%{transform:translateY(-3px);opacity:.55}
  50%    {transform:translateY(3px); opacity:1}
}@media (prefers-reduced-motion:reduce){.tpl-pagina-bandoleras .d001-hero__scroll svg{animation:none}
}/* ---------- movil: video primero, texto debajo ---------- */
@media (max-width:899px){.tpl-pagina-bandoleras .d001-hero{padding-top:70px}.tpl-pagina-bandoleras .d001-hero__inner{gap:18px}.tpl-pagina-bandoleras .d001-hero__media{order:-1}/* 9:16 entero en movil ocupa pantalla y media, asi que se recorta. Estaba en 4:5 y
     baja a 1/1.1, un 12% menos de alto. Con object-fit:cover el recorte se reparte por
     igual arriba y abajo, el producto sigue centrado y la flecha de bajar, que va contra
     el borde inferior del marco, se mueve con el. En escritorio no cambia nada. */ .tpl-pagina-bandoleras .d001-hero__video{aspect-ratio:1/1.1}
  
}/* ---------- escritorio: dos columnas, texto a la izquierda ---------- */
@media (min-width:900px){.tpl-pagina-bandoleras .d001-hero{padding:88px 0 40px}.tpl-pagina-bandoleras .d001-hero__inner{flex-direction:row;align-items:center;gap:52px}.tpl-pagina-bandoleras .d001-hero__texto{flex:1 1 0;min-width:0}.tpl-pagina-bandoleras .d001-hero__media{flex:0 0 40%;max-width:430px}.tpl-pagina-bandoleras .d001-hero__video{aspect-ratio:1080/1460;max-height:600px}
}/* ---------- snippets/cr-resenas.liquid (2.1 KB) ---------- */ .tpl-pagina-bandoleras .cr-rev{padding:26px 16px 30px;text-align:center;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-pagina-bandoleras .cr-rev__h{margin:0 0 18px;font-size:clamp(22px,6vw,30px);font-weight:800;letter-spacing:-.01em;
  text-transform:uppercase;color:#111}.tpl-pagina-bandoleras .cr-rev__h em{font-style:italic;color:#E2662C;font-weight:800}.tpl-pagina-bandoleras .cr-rev__car{display:flex;align-items:center;gap:8px}.tpl-pagina-bandoleras .cr-rev__nav{flex:0 0 auto;width:32px;height:32px;border-radius:50%;border:1px solid #dcdcde;
  background:#fff;color:#111;font-size:17px;line-height:1;cursor:pointer}.tpl-pagina-bandoleras .cr-rev__nav[disabled]{opacity:.3;cursor:default}.tpl-pagina-bandoleras .cr-rev__track{flex:1 1 auto;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;
  scrollbar-width:none;scroll-behavior:smooth}.tpl-pagina-bandoleras .cr-rev__track::-webkit-scrollbar{display:none}.tpl-pagina-bandoleras .cr-rev__card{flex:0 0 100%;scroll-snap-align:center;background:#fafafa;border-radius:6px;
  padding:16px 14px;text-align:left}.tpl-pagina-bandoleras .cr-rev__top{display:flex;align-items:center;gap:8px;margin-bottom:8px}.tpl-pagina-bandoleras .cr-rev__stars{display:inline-flex;gap:2px}.tpl-pagina-bandoleras .cr-rev__st{font-style:normal;width:18px;height:18px;display:inline-flex;align-items:center;
  justify-content:center;background:#00b67a;color:#fff;font-size:12px}.tpl-pagina-bandoleras .cr-rev__st.off{background:#dcdcde}.tpl-pagina-bandoleras .cr-rev__ver{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#6d7175;
  text-decoration:underline}.tpl-pagina-bandoleras .cr-rev__txt{margin:0 0 12px;font-size:14px;line-height:1.45;color:#111}.tpl-pagina-bandoleras .cr-rev__who{margin:0;font-size:13px;color:#8a8a90}.tpl-pagina-bandoleras .cr-rev__who strong{color:#6d7175;font-weight:600}.tpl-pagina-bandoleras .cr-rev__avg{margin:14px 0 0;font-size:13px;color:#111}.tpl-pagina-bandoleras .cr-rev__avg u{text-decoration:underline}.tpl-pagina-bandoleras .cr-rev__foto{width:72px;height:72px;object-fit:cover;border-radius:6px;display:block;margin:0 0 12px;background:#ededec}.tpl-pagina-bandoleras .cr-rev__card .cr-rev__txt{-webkit-line-clamp:3}.tpl-pagina-bandoleras .cr-rev__textos .cr-rev__txt{display:none}.tpl-pagina-bandoleras .cr-rev__textos .cr-rev__txt.is-visible{display:block}.tpl-pagina-bandoleras .cr-rev__aviso{margin:6px 0 0;font-size:12px;color:#8a8a90;display:flex;gap:6px;justify-content:center;align-items:center}.tpl-pagina-bandoleras .cr-rev__ver{border:0;background:none;padding:0;font:inherit;color:#8a8a90;text-decoration:underline;text-underline-offset:2px;cursor:pointer}/* ---------- snippets/cr-llevar.liquid (1.4 KB) ---------- */ .tpl-pagina-bandoleras .cr-llev{padding:30px 0 34px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-pagina-bandoleras .cr-llev__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 16px}.tpl-pagina-bandoleras .cr-llev__h{margin:0;font-size:clamp(22px,6vw,32px);font-weight:800;letter-spacing:-.01em;
  text-transform:uppercase;color:#111}.tpl-pagina-bandoleras .cr-llev__h em{font-style:italic;color:#E2662C}.tpl-pagina-bandoleras .cr-llev__nav{display:flex;gap:10px;flex:0 0 auto}.tpl-pagina-bandoleras .cr-llev__b{width:34px;height:34px;padding:0;border:0;background:none;cursor:pointer;
  font-size:26px;line-height:1;color:#111}.tpl-pagina-bandoleras .cr-llev__b[disabled]{color:#c9c9ce;cursor:default}.tpl-pagina-bandoleras .cr-llev__sub{margin:6px 0 16px;padding:0 16px;font-size:14px;font-weight:700;
  letter-spacing:.02em;text-transform:uppercase;color:#111}.tpl-pagina-bandoleras .cr-llev__track{display:flex;gap:8px;overflow-x:auto;scroll-behavior:smooth;
  scroll-snap-type:x mandatory;padding:0 16px 6px;-ms-overflow-style:none;scrollbar-width:none}.tpl-pagina-bandoleras .cr-llev__track::-webkit-scrollbar{display:none}.tpl-pagina-bandoleras .cr-llev__track img{flex:0 0 62vw;max-width:340px;aspect-ratio:1/1;object-fit:cover;
  display:block;background:#ededec;scroll-snap-align:start}/* Las fotos nuevas son verticales: se prioriza la parte baja del encuadre para que las
   zapatillas queden visibles incluso en las tarjetas cuadradas del carrusel. */ .tpl-pagina-bandoleras .cr-llev__track .cr-llev__mind-img{object-position:center bottom}@media (min-width:768px){.tpl-pagina-bandoleras .cr-llev__track img{flex-basis:300px} }/* ---------- snippets/cr-carac.liquid (1.0 KB) ---------- */ .tpl-pagina-bandoleras .cr-car{padding:34px 16px 40px;max-width:1200px;margin:0 auto;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-pagina-bandoleras .cr-car__h{margin:0;font-size:clamp(22px,6vw,32px);font-weight:800;letter-spacing:-.01em;
  text-transform:uppercase;color:#111}.tpl-pagina-bandoleras .cr-car__sub{margin:6px 0 24px;font-size:14px;color:#8a8a90}.tpl-pagina-bandoleras .cr-car__lista{display:grid;grid-template-columns:1fr;gap:40px}.tpl-pagina-bandoleras .cr-car__it img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;
  background:#ededec;border-radius:6px}@media (min-width:768px){.tpl-pagina-bandoleras .cr-car__it img{aspect-ratio:16/9} }.tpl-pagina-bandoleras .cr-car__cab{display:flex;align-items:baseline;gap:12px;margin:16px 0 8px}.tpl-pagina-bandoleras .cr-car__n{font-size:clamp(26px,7vw,34px);font-weight:800;line-height:1;color:#E2662C;flex:0 0 auto}.tpl-pagina-bandoleras .cr-car__t{margin:0;font-size:clamp(17px,4.6vw,22px);font-weight:800;letter-spacing:.01em;
  text-transform:uppercase;color:#111}.tpl-pagina-bandoleras .cr-car__p{margin:0;font-size:15px;line-height:1.6;color:#5f6165;max-width:62ch}/* ---------- snippets/cr-faq.liquid (1.2 KB) ---------- */ .tpl-pagina-bandoleras .cr-faq{max-width:1200px;margin:0 auto;padding:34px 16px 40px;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-pagina-bandoleras .cr-faq__h{margin:0 0 6px;font-size:clamp(22px,6vw,32px);font-weight:800;
  letter-spacing:-.01em;text-transform:uppercase;color:#111}.tpl-pagina-bandoleras .cr-faq__it{border-bottom:1px solid #d9d9db}.tpl-pagina-bandoleras .cr-faq__q{display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:22px 0;margin:0;cursor:pointer;list-style:none;
  font-size:clamp(15px,4vw,17px);font-weight:700;line-height:1.3;
  text-transform:uppercase;color:#111}.tpl-pagina-bandoleras .cr-faq__q::-webkit-details-marker{display:none}/* el "+" se dibuja con dos barras; al abrir se oculta la vertical y queda "−" */ .tpl-pagina-bandoleras .cr-faq__ico{position:relative;flex:0 0 20px;width:20px;height:20px}.tpl-pagina-bandoleras .cr-faq__ico::before, .tpl-pagina-bandoleras .cr-faq__ico::after{content:"";position:absolute;background:#111;
  left:50%;top:50%;transform:translate(-50%,-50%)}.tpl-pagina-bandoleras .cr-faq__ico::before{width:20px;height:2px}.tpl-pagina-bandoleras .cr-faq__ico::after{width:2px;height:20px;transition:opacity .18s ease}.tpl-pagina-bandoleras .cr-faq__it[open] .cr-faq__ico::after{opacity:0}.tpl-pagina-bandoleras .cr-faq__a{padding:0 0 22px;max-width:70ch}.tpl-pagina-bandoleras .cr-faq__a p{margin:0;font-size:15px;line-height:1.6;color:#5f6165}




/* ---------- .tpl-producto ---------- */
/* ==========================================================================
   CSS de la plantilla product.liquid — se carga ADEMAS de tema.css
   COPIA LITERAL del CSS del tema Shopify. Generado por
   migration/_gz-extraer-css.mjs — NO EDITAR A MANO.
   Para cambiar un estilo se cambia en el tema y se vuelve a extraer.
   ========================================================================== */ /* ---------- templates/product.liquid (0.1 KB) ---------- */ /* El CSS de los circulos vive ahora en snippets/cr-meller.liquid
   (migration/_cronier-meller2.mjs). Se quito de aqui para que no compitan. */ /* ---------- snippets/cr-pdp-css.liquid (2.3 KB) ---------- */ /* la galería arranca POR DEBAJO de la barra de anuncios + el header flotante */ /* La foto sube hasta quedar por debajo de la isla del header, que se le superpone
   ~10px. Antes eran 92px y la galeria arrancaba en y=126 con la isla acabando en y=88:
   no llegaban a tocarse y quedaba un hueco muerto que empujaba titulo y precio fuera
   de la primera pantalla. */ .tpl-producto .pdp--cronier{padding-top:44px}.tpl-producto .pdp--cronier .pdp__gallery-wrap{margin:0 16px}/* Caja con la proporción real de CADA foto.
   Antes se fijaba aquí en 1122/1458 con !important, que era la medida de las fotos de
   reloj de Cronier. Con bandoleras y Mind 001 las proporciones son otras (0,69 a 1,79) y
   toda foto más cuadrada que 0,77 quedaba con una banda vacía arriba y abajo. Ahora manda
   el aspect-ratio EN LÍNEA que escribe templates/product.liquid desde image.aspect_ratio:
   un estilo en línea gana a la hoja de estilos, así que basta con no declararlo aquí.
   El resto de la regla sí hace falta para pisar el aspect-ratio:3/4 de theme.css. */ .tpl-producto .pdp--cronier .pdp__media{height:auto !important;padding:0 !important;background:#ededec}.tpl-producto .pdp--cronier .pdp__media img{object-fit:contain}.tpl-producto .pdp--cronier .pdp__head{padding-top:14px}/* Opciones de esfera: .pdp__sizes es una rejilla pensada para tallas cortas (S/M/L) y
   con nombres como SAPPHIRE el texto desbordaba y se solapaba. */ .tpl-producto .pdp--cronier .pdp__sizes{display:flex;flex-wrap:wrap;gap:6px}.tpl-producto .pdp--cronier .size-pill{min-width:0;width:auto;padding:0 14px;white-space:nowrap}/* El tema heredado da a main 64px de relleno superior en las paginas sin hero
   (theme.css:409), que en escritorio son 116px contando la barra de anuncios. Eso separaba
   la galeria 70px de la isla del header. En la ficha el hueco lo gobierna .pdp--cronier,
   asi que aqui main solo reserva la barra — como ya hacia en movil. El resto de paginas
   sin hero conservan la regla original. */
@media (min-width:768px){.tpl-producto body.template-product main{padding-top:var(--cf-bar-h,34px)}
}@media (min-width:900px){.tpl-producto .pdp--cronier{padding-top:54px}.tpl-producto .pdp--cronier .pdp__gallery-wrap{margin:0}/* en escritorio la galería se estiraba al alto de la columna izquierda y dejaba una
     banda gris vacía encima de la foto */ .tpl-producto .pdp--cronier .pdp__gallery{height:auto;align-items:flex-start}.tpl-producto .pdp--cronier .pdp__gallery-wrap{align-self:start}
}/* ---------- snippets/cr-meller.liquid (4.1 KB) ---------- */ /* ===== P1 · tira de color en la tarjeta de rejilla ===== */ .tpl-producto .cr-sel{display:flex;align-items:center;gap:4px;padding:6px 10px 0;min-height:26px}.tpl-producto .cr-sel__arrow{flex:0 0 auto;width:12px;height:12px;padding:0;border:0;background:none;
  color:rgb(109,113,117);display:flex;align-items:center;justify-content:center;cursor:pointer}.tpl-producto .cr-sel__arrow[disabled]{opacity:.25;cursor:default}.tpl-producto .cr-sel__track{flex:1 1 auto;display:flex;align-items:center;gap:4px;overflow-x:auto;
  scrollbar-width:none;scroll-behavior:smooth}.tpl-producto .cr-sel__track::-webkit-scrollbar{display:none}.tpl-producto .cr-sel__dot{flex:0 0 auto;width:16px;height:16px;padding:0;border:0;border-radius:50%;
  overflow:hidden;background:#ededec;cursor:pointer;transition:width .15s,height .15s}.tpl-producto .cr-sel__dot img{width:100%;height:100%;object-fit:cover;transform:scale(2.4);display:block}/* el activo es MAS GRANDE, igual que en la referencia (16 -> 22) */ .tpl-producto .cr-sel__dot.is-on{width:22px;height:22px;box-shadow:0 0 0 1.5px #111}/* tipografia de la tarjeta segun la referencia */ .tpl-producto .cf-grid--edge .cf-card__title{font-size:14px;font-weight:700;text-transform:uppercase;
  -webkit-line-clamp:1;margin:8px 10px 2px;text-align:left}.tpl-producto .cf-grid--edge .cf-card__price{justify-content:flex-start;margin:0 10px 12px;gap:6px}.tpl-producto .cf-grid--edge .cf-card__price ins{font-size:14px;font-weight:400}.tpl-producto .cf-grid--edge .cf-card__price del{font-size:12px}.tpl-producto .cf-grid--edge .cf-card__best{font-size:12px;font-weight:400;font-style:normal;
  color:rgb(196,196,196);text-transform:uppercase;text-shadow:none;top:8px;left:10px}/* ===== P2 · ficha ===== */ /* 2a · circulos grandes; el elegido crece y lleva anillo */ .tpl-producto .pdp--cronier .cr-swatches{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.tpl-producto .pdp--cronier .cr-swatch{width:30px!important;height:30px!important;min-width:0;padding:0!important;
  border-radius:50%!important;overflow:hidden;border:0;background:#ededec;position:relative;
  transition:width .15s,height .15s,box-shadow .15s}.tpl-producto .pdp--cronier .cr-swatch img{width:100%;height:100%;object-fit:cover;transform:scale(2.4);display:block}.tpl-producto .pdp--cronier .cr-swatch.active{width:36px!important;height:36px!important;
  box-shadow:0 0 0 2px #fff,0 0 0 3.5px #111}.tpl-producto .pdp--cronier .cr-swatch.sold-out{opacity:.3}.tpl-producto .pdp--cronier .cr-swatch-name{margin:10px 0 0;font-size:13px;font-weight:600;color:#1a7f4b;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}/* 2b · el boton de añadir al carrito flota fijo abajo (Meller: fixed, bottom 20px) */
@media (max-width:900px){.tpl-producto .pdp--cronier .pdp__add{position:fixed;left:16px;right:16px;bottom:20px;width:auto;
    z-index:60;height:56px;border-radius:20px;box-shadow:0 6px 22px rgba(0,0,0,.22)}/* hueco al final para que el boton fijo no tape el ultimo contenido */ .tpl-producto body.template-product.cr-fixed-atc{padding-bottom:96px}
}/* 2c · desplegables mas limpios */ .tpl-producto .pdp--cronier .pdp__details .collapse > summary{font-size:13px;font-weight:700;
  text-transform:uppercase;letter-spacing:.04em;padding:16px 0}.tpl-producto .pdp--cronier .pdp__details .collapse{border-bottom:1px solid #ececec}/* 2d · cross-sell */ .tpl-producto .cr-cross{margin:18px 0 4px}.tpl-producto .cr-cross__t{margin:0 0 10px;font-size:14px;font-weight:700;text-transform:uppercase;
  letter-spacing:.02em;color:#111;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-producto .cr-cross__lista{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.tpl-producto .cr-cross__item{display:flex;align-items:center;gap:10px;border:1px solid #ececec;
  border-radius:12px;padding:8px;background:#fff}.tpl-producto .cr-cross__item img{width:44px;height:44px;object-fit:cover;background:#ededec;border-radius:8px;flex:0 0 auto}.tpl-producto .cr-cross__info{min-width:0}.tpl-producto .cr-cross__n{display:block;font-size:11px;font-weight:600;color:#111;line-height:1.25;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tpl-producto .cr-cross__p{display:block;font-size:11px;color:#8a8a90}.tpl-producto .cr-cross__add{margin-left:auto;flex:0 0 auto;width:26px;height:26px;border-radius:50%;
  border:1px solid #d8d8da;background:#fff;color:#111;font-size:15px;line-height:1;cursor:pointer}.tpl-producto .cr-cross__add[disabled]{opacity:.4;cursor:default}/* ---------- snippets/cr-fino.liquid (2.8 KB) ---------- */ /* 1 · los circulos son color solido: fuera cualquier foto dentro */ .tpl-producto .cr-sel__dot img, .tpl-producto .pdp--cronier .cr-swatch img{display:none!important}.tpl-producto .cr-sel__dot{background-clip:padding-box}.tpl-producto .pdp--cronier .cr-swatch{background-clip:padding-box}/* el tema atenua los .size-pill no seleccionados; en circulos de color eso los lavaba */ .tpl-producto .pdp--cronier .cr-swatch{opacity:1!important}.tpl-producto .pdp--cronier .cr-swatch.sold-out{opacity:.3!important}.tpl-producto .cr-sel__dot{opacity:1!important}/* 5 · separacion lateral entre tarjetas, como Meller (gap 12, padding 20, tarjeta blanca) */ .tpl-producto .cf-grid-sec--edge{background:#f4f4f4}.tpl-producto .cf-grid--edge{gap:12px!important;padding:20px}@media (min-width:768px){.tpl-producto .cf-grid--edge{gap:12px!important;padding:20px} }.tpl-producto .cf-grid--edge .cf-card{background:#fff;padding:0 0 14px}.tpl-producto .cf-grid--edge .cf-card__media{background:#fff}/* 2 · nombre a la izquierda y precio a la derecha, en la misma linea.
   La tira de circulos vive dentro de .cf-card__texto, asi que necesita FILA PROPIA:
   sin esto se metia en la misma linea y aplastaba el titulo a 0 px de ancho. */ .tpl-producto .cf-grid--edge .cf-card__texto{display:flex;flex-wrap:wrap;align-items:baseline;
  justify-content:space-between;gap:0 8px;padding:0 10px}.tpl-producto .cf-grid--edge .cr-sel{flex:0 0 100%;padding:6px 0 6px}.tpl-producto .cf-grid--edge .cf-card__title{margin:0;flex:1 1 auto;min-width:0}.tpl-producto .cf-grid--edge .cf-card__price{margin:0;flex:0 0 auto}/* 3 · cabecera de la ficha limpia: titulo izquierda, precio derecha */ .tpl-producto .pdp--cronier .pdp__head{padding:16px 16px 6px;border-bottom:1px solid #ececec}.tpl-producto .pdp--cronier .pdp__title{font-size:26px;font-weight:800;letter-spacing:-.02em;
  text-transform:uppercase;line-height:1.05}.tpl-producto .pdp--cronier .pdp__price{display:flex;align-items:baseline;gap:10px;margin:6px 0 0;
  font-size:26px;font-weight:800;letter-spacing:normal}.tpl-producto .pdp--cronier .pdp__price del, .tpl-producto .pdp--cronier .pdp__price s{font-size:16px;font-weight:400;color:#9a9a9f}/* el tema separaba las cifras con letter-spacing y se leia "61 , 95 €" */ .tpl-producto .pdp--cronier .pdp__price *{letter-spacing:normal}.tpl-producto .pdp--cronier .pdp__price, .tpl-producto .pdp--cronier .pdp__price *{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;word-spacing:normal}/* 3 · aire uniforme entre bloques de la columna de compra */ .tpl-producto .pdp--cronier .pdp__buy{padding:14px 16px 20px}.tpl-producto .pdp--cronier .pdp__opt{margin-top:16px}.tpl-producto .pdp--cronier .pdp__optlabel{font-size:11px;font-weight:600;letter-spacing:.12em;
  text-transform:uppercase;color:#8a8a90;margin:0 0 10px}.tpl-producto .pdp--cronier .pdp__eta{margin:14px 0 10px}/* 4 · el boton de compra no lleva el precio */ .tpl-producto .pdp--cronier .pdp__add{justify-content:center}.tpl-producto .pdp--cronier .pdp__add .pdp__add-price{display:none}/* 7 · logo negro arriba a la izquierda del menu lateral */ .tpl-producto .cr-menu-logo{display:block;padding:18px 20px 6px}.tpl-producto .cr-menu-logo img{height:26px;width:auto;display:block}/* ---------- snippets/cr-3d.liquid (3.3 KB) ---------- */ /* ── 1 · esferas con volumen ─────────────────────────────────────────── */ .tpl-producto .cr-sel__dot, .tpl-producto .pdp--cronier .cr-swatch{
  background-image:
    radial-gradient(circle at 32% 26%, rgba(255,255,255,.62) 0%, rgba(255,255,255,.26) 20%, rgba(255,255,255,0) 48%),
    radial-gradient(circle at 70% 82%, rgba(0,0,0,.30) 0%, rgba(0,0,0,0) 55%),
    var(--dial, linear-gradient(#9A9A9F,#9A9A9F)) !important;
  background-repeat:no-repeat!important;
  box-shadow:
    inset 0 -2px 4px rgba(0,0,0,.32),
    inset 0 2px 3px rgba(255,255,255,.30),
    0 1px 3px rgba(0,0,0,.28),
    0 0 0 1px rgba(0,0,0,.12) !important;
  border:0!important}/* el seleccionado conserva el volumen y añade el anillo */ .tpl-producto .pdp--cronier .cr-swatch.active{
  box-shadow:
    inset 0 -2px 5px rgba(0,0,0,.32),
    inset 0 2px 3px rgba(255,255,255,.30),
    0 0 0 2px #fff, 0 0 0 3.5px #111 !important}.tpl-producto .cr-sel__dot.is-on{
  box-shadow:
    inset 0 -2px 4px rgba(0,0,0,.32),
    inset 0 2px 3px rgba(255,255,255,.30),
    0 0 0 1.5px #111 !important}/* ── 2 · que no se corten: la tira necesita aire para la sombra ──────── */ .tpl-producto .cr-sel__track{padding:5px 2px!important;overflow-y:hidden}.tpl-producto .cr-sel{overflow:visible!important}.tpl-producto .cf-grid--edge .cf-card{overflow:visible}.tpl-producto .cf-grid--edge .cf-card__media{overflow:hidden}/* ── 3 · altura uniforme: la fila del selector SIEMPRE ocupa lo mismo ── */ .tpl-producto .cf-grid--edge .cr-sel{min-height:44px;align-items:center}/* = alto real de la tira con circulos */ /* ── 4+2 · nombre y precio como en la referencia ─────────────────────── */ .tpl-producto .cf-grid--edge .cf-card__title{font-size:16px;font-weight:700;line-height:16px;
  text-transform:uppercase;-webkit-line-clamp:1}.tpl-producto .cf-grid--edge .cf-card__price ins{font-size:16px;font-weight:400}/* ── 5 · ficha: nombre + badge a la izquierda, precio grande a la derecha ── */ .tpl-producto .pdp--cronier .pdp__head{display:block}.tpl-producto .cr-ph{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.tpl-producto .cr-ph__izq{min-width:0}.tpl-producto .cr-ph__nom{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tpl-producto .pdp--cronier .cr-ph__nom .pdp__title{font-size:26px;font-weight:800;line-height:1;
  text-transform:uppercase;letter-spacing:-.02em;margin:0}.tpl-producto .cr-ph__best{display:inline-block;padding:4px 9px;border-radius:999px;background:#111;color:#fff;
  font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.tpl-producto .cr-ph__sub{margin:6px 0 0;font-size:13px;font-weight:400;letter-spacing:.04em;
  text-transform:uppercase;color:#8a8a90}.tpl-producto .pdp--cronier .cr-ph .pdp__price{margin:0;font-size:26px;font-weight:800;white-space:nowrap;
  display:block;text-align:right}.tpl-producto .pdp--cronier .cr-ph .pdp__price del{display:block;font-size:14px;font-weight:400;color:#9a9a9f}/* ── 6 · logo del menu: misma linea que CERRAR, mayor, alineado ──────── */ .tpl-producto .nav-drawer__top{display:flex;align-items:center;justify-content:space-between;
  padding:16px 20px 10px}.tpl-producto .cr-menu-logo{display:block;padding:0}.tpl-producto .cr-menu-logo img{height:34px;width:auto;display:block}.tpl-producto .cr-menu-head{display:flex;align-items:center;justify-content:space-between;
  gap:12px;padding:16px 20px 12px}.tpl-producto .cr-menu-head .cr-menu-logo{padding:0}.tpl-producto .cr-menu-head .cr-menu-logo img{height:34px;width:auto;display:block}.tpl-producto .cr-menu-head .nav-drawer__close{margin:0;position:static!important;top:auto!important;right:auto!important;align-self:center}/* ---------- snippets/cr-fix7.liquid (3.1 KB) ---------- */ /* ── 1 · como maximo 4 circulos visibles; el resto con flechas ───────── */ /* 4 circulos de 16px + 3 huecos de 4px = 76px. El activo crece a 22 y por eso
   la pista se mide en 22px de alto. */ /* 4 visibles: el activo mide 22 y los otros 3 x16 = 70, mas 3 huecos de 4 = 82 */ .tpl-producto .cf-grid--edge .cr-sel__track{
  flex:0 0 auto!important;
  width:84px!important;max-width:84px!important;
  margin:0 auto;justify-content:flex-start}.tpl-producto .cf-grid--edge .cr-sel{justify-content:center;gap:6px}.tpl-producto .cf-grid--edge .cr-sel__arrow{flex:0 0 12px}/* ── 3 · "Completa el conjunto" con tarjetas de tamaño razonable ─────── */ .tpl-producto .cr-cross__lista{grid-template-columns:1fr 1fr;gap:12px}.tpl-producto .cr-cross__item{flex-direction:column;align-items:stretch;gap:8px;padding:10px;
  border-radius:10px}.tpl-producto .cr-cross__item img{width:100%;height:96px;border-radius:8px}.tpl-producto .cr-cross__info{width:100%}.tpl-producto .cr-cross__n{font-size:12.5px;white-space:normal;line-height:1.25}.tpl-producto .cr-cross__p{font-size:12.5px;margin-top:2px}.tpl-producto .cr-cross__add{position:absolute;top:14px;right:14px;margin:0}.tpl-producto .cr-cross__item{position:relative}/* ── 5 · recomendados: rejilla simétrica, tipografía del resto, con color ── */ .tpl-producto .pdp-rec__track{display:grid!important;grid-template-columns:1fr 1fr;gap:12px;
  overflow:visible!important;padding:0 16px}@media (min-width:768px){.tpl-producto .pdp-rec__track{grid-template-columns:repeat(4,1fr)} }.tpl-producto .pdp-rec__track > .cf-card{width:auto!important;min-width:0!important;max-width:none!important;
  background:#fff;box-shadow:none;border-radius:0;padding:0 0 12px}.tpl-producto .pdp-rec__track .cf-card__media{aspect-ratio:1122/1458;overflow:hidden;background:#fff}.tpl-producto .pdp-rec__track .cf-card__img{object-fit:cover;padding:0}.tpl-producto .pdp-rec__track .cf-card__texto{display:flex;flex-wrap:wrap;align-items:baseline;
  justify-content:space-between;gap:0 8px;padding:0 10px}.tpl-producto .pdp-rec__track .cr-sel{flex:0 0 100%;min-height:44px;justify-content:center;gap:6px}.tpl-producto .pdp-rec__track .cr-sel__track{flex:0 0 auto!important;width:84px!important;max-width:84px!important}.tpl-producto .pdp-rec__track .cf-card__title{flex:1 1 auto;min-width:0;margin:0;font-size:14px;font-weight:700;
  line-height:16px;text-transform:uppercase;-webkit-line-clamp:1;text-align:left}.tpl-producto .pdp-rec__track .cf-card__price{flex:0 0 auto;margin:0;justify-content:flex-end}.tpl-producto .pdp-rec__head{padding:0 16px;font-size:11px;font-weight:600;letter-spacing:.12em;
  text-transform:uppercase;color:#8a8a90}/* El nombre nunca empuja el precio a otra linea: si lo hacia, las filas de la rejilla
   quedaban con alturas distintas (291 vs 307). Se trunca con puntos suspensivos. */ .tpl-producto .cf-grid--edge .cf-card__title, .tpl-producto .pdp-rec__track .cf-card__title{flex:1 1 0;min-width:0;white-space:nowrap;overflow:hidden;
  text-overflow:ellipsis;display:block}/* ── 7 · precio de la tarjeta alineado a la derecha ──────────────────── */ .tpl-producto .cf-grid--edge .cf-card__price, .tpl-producto .pdp-rec__track .cf-card__price{justify-content:flex-end;text-align:right}/* ── 6 · el precio nunca lleva coma ni decimales ─────────────────────── */ .tpl-producto .cf-card__price ins, .tpl-producto .cf-card__price del, .tpl-producto .pdp--cronier .pdp__price{font-variant-numeric:tabular-nums}/* ── 2 · fuera el bloque de Shop Pay y "más opciones de pago" ────────── */ .tpl-producto .pdp--cronier .shopify-payment-button{display:none!important}/* ---------- snippets/cr-r8.liquid (0.8 KB) ---------- */ /* ── 8 · el circulo seleccionado solo CRECE; sin borde ni anillo ─────── */ .tpl-producto .pdp--cronier .cr-swatch.active{
  box-shadow:
    inset 0 -2px 5px rgba(0,0,0,.32),
    inset 0 2px 3px rgba(255,255,255,.30) !important}.tpl-producto .cr-sel__dot.is-on{
  box-shadow:
    inset 0 -2px 4px rgba(0,0,0,.32),
    inset 0 2px 3px rgba(255,255,255,.30) !important}/* ── 6 · el badge "Best Seller" NO empuja ni tapa la foto ────────────── */ /* Iba en el flujo normal, asi que desplazaba la imagen hacia abajo y rompia la
   simetria con la tarjeta de al lado. Se saca del flujo y se pone sobre la foto. */ .tpl-producto .cf-card{position:relative}.tpl-producto .cf-card__best{
  position:absolute!important;top:8px;left:10px;z-index:3;
  margin:0!important;padding:0!important;line-height:1;pointer-events:none}.tpl-producto .cf-grid--edge .cf-card__media, .tpl-producto .pdp-rec__track .cf-card__media{margin-top:0!important}/* ---------- snippets/cr-r8b.liquid (3.2 KB) ---------- */ /* ── 1 · "Complete the look" deslizable, cuadrado, sin recortes raros ── */ .tpl-producto .cr-cross__lista{
  display:flex!important;grid-template-columns:none!important;
  gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;
  scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px}.tpl-producto .cr-cross__lista::-webkit-scrollbar{display:none}.tpl-producto .cr-cross__item{flex:0 0 132px;scroll-snap-align:start}/* cuadrado y sin recortar: la foto entra entera sobre el gris de marca */ .tpl-producto .cr-cross__item img{width:100%;height:132px;object-fit:contain!important;
  background:#ededec;border-radius:8px}/* ── 2 + 3 · caja promocional / devoluciones ────────────────────────── */ .tpl-producto .cr-promo{margin:18px 0 6px;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-producto .cr-promo__box{background:#fff;border:1px solid #ececec;border-radius:4px;overflow:hidden}.tpl-producto .cr-promo__head{list-style:none;cursor:pointer;display:flex;align-items:center;
  justify-content:space-between;gap:10px;padding:16px 16px;background:#efefef;
  font-size:14px;font-weight:700;letter-spacing:.01em;text-transform:uppercase;color:#111}.tpl-producto .cr-promo__head::-webkit-details-marker{display:none}.tpl-producto .cr-promo__ico{position:relative;width:14px;height:14px;flex:0 0 14px}.tpl-producto .cr-promo__ico::before, .tpl-producto .cr-promo__ico::after{content:"";position:absolute;background:#111;
  left:0;top:6px;width:14px;height:2px;transition:transform .2s}.tpl-producto .cr-promo__ico::after{transform:rotate(90deg)}.tpl-producto .cr-promo__box[open] .cr-promo__ico::after{transform:rotate(0)}.tpl-producto .cr-promo__body{display:flex;align-items:flex-start;gap:14px;padding:18px 16px;color:#111}.tpl-producto .cr-promo__body p{margin:0;font-size:14px;line-height:1.45}/* ── 4 · reseñas: tarjetas cuadradas deslizables con flechas ─────────── */ .tpl-producto .cr-rev__card{flex:0 0 82%!important;aspect-ratio:1/1;display:flex;flex-direction:column;
  justify-content:center;background:#fafafa;border-radius:6px;padding:22px 20px}@media (min-width:768px){.tpl-producto .cr-rev__card{flex:0 0 32%!important} }.tpl-producto .cr-rev__txt{margin:0 0 14px;font-size:15px;line-height:1.5;
  display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.tpl-producto .cr-rev__nav{width:34px;height:34px;font-size:18px}.tpl-producto .cr-rev__car{gap:10px}/* 11 · NO se oculta la ultima tarjeta impar: eso escondia Segovia de /anillos y
   dejaba un producto vendible fuera de la coleccion. La simetria se consigue
   teniendo un numero par de productos. */ /* Boton de compra en naranja de marca, como la referencia */ .tpl-producto .pdp--cronier .pdp__add{background:#E2662C!important;color:#111!important}.tpl-producto .pdp--cronier .pdp__add:hover{background:#d55c24!important}.tpl-producto .pdp--cronier .pdp__add span{color:#111!important}/* 5 · barra de anuncios FIJA, sin desplazamiento */ .tpl-producto .cf-bar__track{animation:none!important;transform:none!important;width:100%!important;
  min-width:0!important;justify-content:center}.tpl-producto .cf-bar__half ~ .cf-bar__half{display:none!important}.tpl-producto .cf-bar__half{width:100%;justify-content:center}/* solo se ve el mensaje de la promo, sin contador ni rotacion */ .tpl-producto .cf-bar__half .cf-bar__item{display:none!important}.tpl-producto .cf-bar__half .cf-bar__item--promo{display:inline-flex!important}.tpl-producto .cf-bar__half .cf-bar__item--promo ~ .cf-bar__item--promo{display:none!important}.tpl-producto .cf-bar__item--promo .cf-bar__sep{display:none}.tpl-producto .cf-bar__item{padding-right:0!important}/* ---------- snippets/cr-trust.liquid (0.7 KB) ---------- */ .tpl-producto .cr-trust{max-width:1200px;margin:14px auto 0;padding:16px 0 4px;
  border-top:1px solid #e9e9ea;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-producto .cr-trust__lista{list-style:none;margin:0;padding:0;
  display:grid;grid-template-columns:1fr 1fr;gap:16px 14px}.tpl-producto .cr-trust__item{display:grid;grid-template-columns:24px 1fr;grid-template-rows:auto auto;
  column-gap:9px;align-items:center}.tpl-producto .cr-trust__item svg{grid-row:1/3;width:20px;height:20px;color:#111;align-self:center}.tpl-producto .cr-trust__t{font-size:13.5px;font-weight:600;color:#111;line-height:1.25}.tpl-producto .cr-trust__s{font-size:12px;font-weight:400;color:#8a8a90;line-height:1.3}/* ---------- snippets/cr-promo.liquid (0.5 KB) ---------- */ .tpl-producto .cr-promo__reloj{display:none;align-items:center;gap:7px;margin:0;padding:10px 16px 12px;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size:12px;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#E2662C}.tpl-producto .cr-promo__reloj[data-visible]{display:flex}.tpl-producto .cr-promo__reloj svg{flex:0 0 auto;opacity:.85}.tpl-producto .cr-promo__reloj time{font-family:"Space Mono",ui-monospace,monospace;font-weight:700;
  letter-spacing:.04em;font-variant-numeric:tabular-nums}/* ---------- snippets/cr-resenas.liquid (2.1 KB) ---------- */ .tpl-producto .cr-rev{padding:26px 16px 30px;text-align:center;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-producto .cr-rev__h{margin:0 0 18px;font-size:clamp(22px,6vw,30px);font-weight:800;letter-spacing:-.01em;
  text-transform:uppercase;color:#111}.tpl-producto .cr-rev__h em{font-style:italic;color:#E2662C;font-weight:800}.tpl-producto .cr-rev__car{display:flex;align-items:center;gap:8px}.tpl-producto .cr-rev__nav{flex:0 0 auto;width:32px;height:32px;border-radius:50%;border:1px solid #dcdcde;
  background:#fff;color:#111;font-size:17px;line-height:1;cursor:pointer}.tpl-producto .cr-rev__nav[disabled]{opacity:.3;cursor:default}.tpl-producto .cr-rev__track{flex:1 1 auto;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;
  scrollbar-width:none;scroll-behavior:smooth}.tpl-producto .cr-rev__track::-webkit-scrollbar{display:none}.tpl-producto .cr-rev__card{flex:0 0 100%;scroll-snap-align:center;background:#fafafa;border-radius:6px;
  padding:16px 14px;text-align:left}.tpl-producto .cr-rev__top{display:flex;align-items:center;gap:8px;margin-bottom:8px}.tpl-producto .cr-rev__stars{display:inline-flex;gap:2px}.tpl-producto .cr-rev__st{font-style:normal;width:18px;height:18px;display:inline-flex;align-items:center;
  justify-content:center;background:#00b67a;color:#fff;font-size:12px}.tpl-producto .cr-rev__st.off{background:#dcdcde}.tpl-producto .cr-rev__ver{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#6d7175;
  text-decoration:underline}.tpl-producto .cr-rev__txt{margin:0 0 12px;font-size:14px;line-height:1.45;color:#111}.tpl-producto .cr-rev__who{margin:0;font-size:13px;color:#8a8a90}.tpl-producto .cr-rev__who strong{color:#6d7175;font-weight:600}.tpl-producto .cr-rev__avg{margin:14px 0 0;font-size:13px;color:#111}.tpl-producto .cr-rev__avg u{text-decoration:underline}.tpl-producto .cr-rev__foto{width:72px;height:72px;object-fit:cover;border-radius:6px;display:block;margin:0 0 12px;background:#ededec}.tpl-producto .cr-rev__card .cr-rev__txt{-webkit-line-clamp:3}.tpl-producto .cr-rev__textos .cr-rev__txt{display:none}.tpl-producto .cr-rev__textos .cr-rev__txt.is-visible{display:block}.tpl-producto .cr-rev__aviso{margin:6px 0 0;font-size:12px;color:#8a8a90;display:flex;gap:6px;justify-content:center;align-items:center}.tpl-producto .cr-rev__ver{border:0;background:none;padding:0;font:inherit;color:#8a8a90;text-decoration:underline;text-underline-offset:2px;cursor:pointer}/* ---------- snippets/cr-llevar.liquid (1.4 KB) ---------- */ .tpl-producto .cr-llev{padding:30px 0 34px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-producto .cr-llev__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 16px}.tpl-producto .cr-llev__h{margin:0;font-size:clamp(22px,6vw,32px);font-weight:800;letter-spacing:-.01em;
  text-transform:uppercase;color:#111}.tpl-producto .cr-llev__h em{font-style:italic;color:#E2662C}.tpl-producto .cr-llev__nav{display:flex;gap:10px;flex:0 0 auto}.tpl-producto .cr-llev__b{width:34px;height:34px;padding:0;border:0;background:none;cursor:pointer;
  font-size:26px;line-height:1;color:#111}.tpl-producto .cr-llev__b[disabled]{color:#c9c9ce;cursor:default}.tpl-producto .cr-llev__sub{margin:6px 0 16px;padding:0 16px;font-size:14px;font-weight:700;
  letter-spacing:.02em;text-transform:uppercase;color:#111}.tpl-producto .cr-llev__track{display:flex;gap:8px;overflow-x:auto;scroll-behavior:smooth;
  scroll-snap-type:x mandatory;padding:0 16px 6px;-ms-overflow-style:none;scrollbar-width:none}.tpl-producto .cr-llev__track::-webkit-scrollbar{display:none}.tpl-producto .cr-llev__track img{flex:0 0 62vw;max-width:340px;aspect-ratio:1/1;object-fit:cover;
  display:block;background:#ededec;scroll-snap-align:start}/* Las fotos nuevas son verticales: se prioriza la parte baja del encuadre para que las
   zapatillas queden visibles incluso en las tarjetas cuadradas del carrusel. */ .tpl-producto .cr-llev__track .cr-llev__mind-img{object-position:center bottom}@media (min-width:768px){.tpl-producto .cr-llev__track img{flex-basis:300px} }/* ---------- snippets/cr-carac.liquid (1.0 KB) ---------- */ .tpl-producto .cr-car{padding:34px 16px 40px;max-width:1200px;margin:0 auto;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-producto .cr-car__h{margin:0;font-size:clamp(22px,6vw,32px);font-weight:800;letter-spacing:-.01em;
  text-transform:uppercase;color:#111}.tpl-producto .cr-car__sub{margin:6px 0 24px;font-size:14px;color:#8a8a90}.tpl-producto .cr-car__lista{display:grid;grid-template-columns:1fr;gap:40px}.tpl-producto .cr-car__it img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;
  background:#ededec;border-radius:6px}@media (min-width:768px){.tpl-producto .cr-car__it img{aspect-ratio:16/9} }.tpl-producto .cr-car__cab{display:flex;align-items:baseline;gap:12px;margin:16px 0 8px}.tpl-producto .cr-car__n{font-size:clamp(26px,7vw,34px);font-weight:800;line-height:1;color:#E2662C;flex:0 0 auto}.tpl-producto .cr-car__t{margin:0;font-size:clamp(17px,4.6vw,22px);font-weight:800;letter-spacing:.01em;
  text-transform:uppercase;color:#111}.tpl-producto .cr-car__p{margin:0;font-size:15px;line-height:1.6;color:#5f6165;max-width:62ch}/* ---------- snippets/cr-recos.liquid (2.6 KB) ---------- */ /* banda gris con tarjetas blancas, como la referencia: sobre fondo blanco las
   tarjetas no se leian como tarjetas porque no habia contraste. */ .tpl-producto .cr-recos{background:#f2f2f2;padding:8px 0 26px}.tpl-producto .cr-fila{max-width:1200px;margin:0 auto;padding:26px 0 10px;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-producto .cr-fila.is-oculta{display:none}.tpl-producto .cr-fila__cab{display:flex;align-items:center;justify-content:space-between;gap:16px;
  padding:0 16px;margin:0 0 16px}.tpl-producto .cr-fila__h{margin:0;font-size:clamp(21px,5.6vw,30px);font-weight:800;line-height:1;
  letter-spacing:-.01em;text-transform:uppercase;color:#111}.tpl-producto .cr-fila__h em{font-style:italic;color:#E2662C}.tpl-producto .cr-fila__navs{display:flex;gap:10px;flex:0 0 auto}.tpl-producto .cr-fila__b{width:34px;height:34px;padding:0;border:0;background:none;cursor:pointer;
  font-size:26px;line-height:1;color:#111;border-radius:999px}.tpl-producto .cr-fila__b[disabled]{color:#c9c9ce;cursor:default}/* carril deslizable: 2 tarjetas y pico en movil, como la referencia */ .tpl-producto .cr-fila__carril{display:flex;gap:12px;overflow-x:auto;scroll-behavior:smooth;
  scroll-snap-type:x mandatory;padding:0 16px 6px;
  -ms-overflow-style:none;scrollbar-width:none}.tpl-producto .cr-fila__carril::-webkit-scrollbar{display:none}.tpl-producto .cr-fila__it{position:relative;flex:0 0 44vw;max-width:260px;scroll-snap-align:start;
  background:#fff;border-radius:2px}@media (min-width:768px){.tpl-producto .cr-fila__it{flex-basis:230px} }.tpl-producto .cr-fila__link{display:block;text-decoration:none;color:inherit;padding:14px}.tpl-producto .cr-fila__media{position:relative;aspect-ratio:1/1;display:flex;align-items:center;
  justify-content:center;overflow:hidden}.tpl-producto .cr-fila__media img{width:100%;height:100%;object-fit:contain;display:block}.tpl-producto .cr-fila__tag{position:absolute;top:0;left:0;font-size:12px;font-style:italic;
  font-weight:500;letter-spacing:.02em;text-transform:uppercase;color:#b4b4b9}.tpl-producto .cr-fila__n{margin:12px 0 4px;font-size:15px;font-weight:800;letter-spacing:.01em;
  text-transform:uppercase;color:#111;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tpl-producto .cr-fila__pie{display:flex;align-items:baseline;justify-content:space-between;gap:8px}.tpl-producto .cr-fila__col{font-size:14px;letter-spacing:.01em;text-transform:uppercase;color:#4a4a4f;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tpl-producto .cr-fila__p{font-size:14px;color:#111;white-space:nowrap;flex:0 0 auto}.tpl-producto .cr-fila__bolsa{position:absolute;top:14px;right:14px;z-index:2;
  width:34px;height:34px;display:flex;align-items:center;justify-content:center;
  border:0;border-radius:999px;background:#f0f0f1;color:#111;cursor:pointer}.tpl-producto .cr-fila__bolsa svg{width:17px;height:17px}.tpl-producto .cr-fila__bolsa:hover{background:#e4e4e6}/* ---------- snippets/cr-faq.liquid (1.2 KB) ---------- */ .tpl-producto .cr-faq{max-width:1200px;margin:0 auto;padding:34px 16px 40px;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-producto .cr-faq__h{margin:0 0 6px;font-size:clamp(22px,6vw,32px);font-weight:800;
  letter-spacing:-.01em;text-transform:uppercase;color:#111}.tpl-producto .cr-faq__it{border-bottom:1px solid #d9d9db}.tpl-producto .cr-faq__q{display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:22px 0;margin:0;cursor:pointer;list-style:none;
  font-size:clamp(15px,4vw,17px);font-weight:700;line-height:1.3;
  text-transform:uppercase;color:#111}.tpl-producto .cr-faq__q::-webkit-details-marker{display:none}/* el "+" se dibuja con dos barras; al abrir se oculta la vertical y queda "−" */ .tpl-producto .cr-faq__ico{position:relative;flex:0 0 20px;width:20px;height:20px}.tpl-producto .cr-faq__ico::before, .tpl-producto .cr-faq__ico::after{content:"";position:absolute;background:#111;
  left:50%;top:50%;transform:translate(-50%,-50%)}.tpl-producto .cr-faq__ico::before{width:20px;height:2px}.tpl-producto .cr-faq__ico::after{width:2px;height:20px;transition:opacity .18s ease}.tpl-producto .cr-faq__it[open] .cr-faq__ico::after{opacity:0}.tpl-producto .cr-faq__a{padding:0 0 22px;max-width:70ch}.tpl-producto .cr-faq__a p{margin:0;font-size:15px;line-height:1.6;color:#5f6165}/* ---------- snippets/cr-envio.liquid (0.7 KB) ---------- */ .tpl-producto .cr-env{max-width:1200px;margin:0 auto;padding:26px 16px 30px;border-top:1px solid #e4e4e6;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-producto .cr-env__lista{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr;gap:22px}@media (min-width:900px){.tpl-producto .cr-env__lista{grid-template-columns:repeat(5,1fr);gap:18px} }.tpl-producto .cr-env__it{display:flex;align-items:center;gap:14px;
  font-size:14px;letter-spacing:.01em;text-transform:uppercase;color:#111}.tpl-producto .cr-env__it svg{flex:0 0 26px;width:26px;height:26px;color:#111}@media (min-width:900px){.tpl-producto .cr-env__it{flex-direction:column;align-items:flex-start;gap:10px;font-size:12px;line-height:1.35}
}




/* ---------- .tpl-coleccion ---------- */
/* ==========================================================================
   CSS de la plantilla collection.liquid — se carga ADEMAS de tema.css
   COPIA LITERAL del CSS del tema Shopify. Generado por
   migration/_gz-extraer-css.mjs — NO EDITAR A MANO.
   Para cambiar un estilo se cambia en el tema y se vuelve a extraer.
   ========================================================================== */ /* ---------- sections/cronier-hero.liquid (2.1 KB) ---------- */ /* Proporcion tomada de la referencia (mellerbrand.com): su banner ocupa una banda
   apaisada, no una pantalla entera. El nuestro era 9/13 (vertical) con 78vh de tope y
   se comia todo el primer vistazo. */ .tpl-coleccion .cr-hero{position:relative;width:100%;aspect-ratio:7/5;overflow:hidden;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}@media(min-width:768px){.tpl-coleccion .cr-hero{aspect-ratio:5/2}}.tpl-coleccion .cr-hero__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center 40%}/* El tramo mas oscuro de arriba no es decorativo: el header va superpuesto en su estado
   plano con el wordmark BLANCO, y sobre la zona clara de la foto no se leia. */ .tpl-coleccion .cr-hero__shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.58) 0%,rgba(0,0,0,.30) 13%,rgba(0,0,0,.16) 24%,rgba(0,0,0,.34) 58%,rgba(0,0,0,.20) 100%)}.tpl-coleccion .cr-hero__txt{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;
  justify-content:center;text-align:center;padding:0 22px;color:#fff}.tpl-coleccion .cr-hero__ante{margin:0 0 8px;font-size:11px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;
  text-shadow:0 1px 12px rgba(0,0,0,.45)}.tpl-coleccion .cr-hero__tit{margin:0;font-size:clamp(26px,6.4vw,58px);line-height:1.02;font-weight:800;letter-spacing:-.015em;
  text-transform:uppercase;text-shadow:0 2px 18px rgba(0,0,0,.45)}.tpl-coleccion .cr-hero__sub{margin:10px 0 0;font-size:clamp(12px,2.9vw,17px);font-weight:500;letter-spacing:.02em;
  text-transform:uppercase;text-shadow:0 1px 12px rgba(0,0,0,.45)}/* boton liquid glass: cristal esmerilado translucido, no un rectangulo blanco solido */ .tpl-coleccion .cr-hero__cta{margin-top:20px;display:inline-block;padding:12px 28px;
  background:rgba(255,255,255,.16);color:#fff;
  -webkit-backdrop-filter:blur(14px) saturate(1.6);backdrop-filter:blur(14px) saturate(1.6);
  border:1px solid rgba(255,255,255,.45);border-radius:999px;
  box-shadow:0 4px 18px rgba(0,0,0,.18);
  font-size:12px;font-weight:600;letter-spacing:.12em;text-transform:uppercase;text-decoration:none;
  transition:background .2s ease,border-color .2s ease}.tpl-coleccion .cr-hero__cta:hover{background:rgba(255,255,255,.28);border-color:rgba(255,255,255,.7)}/* ---------- snippets/cr-grid-css.liquid (2.9 KB) ---------- */ /* la seccion pierde el ancho maximo y los margenes: la rejilla va a sangre */ .tpl-coleccion .cf-grid-sec--edge{max-width:none;width:100%;margin:0 0 48px;padding-top:0}.tpl-coleccion .cf-grid-sec--edge .cf-grid-sec__head{margin:0;padding:26px 20px 14px}.tpl-coleccion .cf-grid-sec--edge .cf-grid-sec__head--centro{padding-top:78px}/* 2 columnas en movil, 5 en escritorio; 1px de separacion como Cardiero */ .tpl-coleccion .cf-grid--edge{grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;align-items:stretch}@media (min-width:768px){.tpl-coleccion .cf-grid--edge{grid-template-columns:repeat(3,minmax(0,1fr));gap:1px} }@media (min-width:1024px){.tpl-coleccion .cf-grid--edge{grid-template-columns:repeat(4,minmax(0,1fr))} }@media (min-width:1280px){.tpl-coleccion .cf-grid--edge{grid-template-columns:repeat(5,minmax(0,1fr))} }/* tarjeta sin carton: ni radio, ni sombra, ni elevacion al pasar el raton */ .tpl-coleccion .cf-grid--edge .cf-card{border-radius:0;box-shadow:none;background:#fff}.tpl-coleccion .cf-grid--edge .cf-card:hover{transform:none;box-shadow:none}/* LA CLAVE: la foto llena la celda. cover + sin padding + ratio de Cardiero */ .tpl-coleccion .cf-grid--edge .cf-card__media{aspect-ratio:1122/1458;overflow:hidden}.tpl-coleccion .cf-grid--edge .cf-card__img{object-fit:cover;padding:0}/* texto: 12px regular centrado, pegado a la foto (Cardiero usa padding 10px 20px) */ .tpl-coleccion .cf-grid--edge .cf-card__title{
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  font-weight:400;font-size:12px;line-height:1.35;letter-spacing:normal;
  -webkit-line-clamp:2;min-height:0;margin:10px 20px 2px}.tpl-coleccion .cf-grid--edge .cf-card__price{margin:0 20px 12px;gap:8px}.tpl-coleccion .cf-grid--edge .cf-card__price ins{font-size:12px;font-weight:400}.tpl-coleccion .cf-grid--edge .cf-card__price del{font-size:12px}/* el banner ocupa la celda entera, incluida la franja de texto de sus vecinas */ .tpl-coleccion .cf-grid--edge .cr-cel{aspect-ratio:auto;height:100%}/* MELLER: del banner se pasa DIRECTO a los productos. Fuera titulo de categoria,
   descripcion y valoracion. La clase real del rating es .gz-val (no .gz-valoracion). */ .tpl-coleccion .cf-grid-sec--edge .cf-grid-sec__head, .tpl-coleccion .cf-grid-sec--edge .cf-grid-sec__sub, .tpl-coleccion .cf-grid-sec--edge .gz-val{display:none}/* En coleccion el header va en barra blanca OPACA (62px) bajo la barra de anuncios,
   asi que el contenido tiene que arrancar por debajo o queda tapado. */ .tpl-coleccion body.template-collection main{padding-top:calc(var(--cf-bar-h,34px) + 62px)}.tpl-coleccion body.template-collection .cf-grid-sec--edge{margin-top:0}/* etiqueta BEST SELLER dentro de la foto, arriba a la izquierda (referencia Meller).
   OJO: este fichero lo escribe ENTERO _cronier-rejilla.mjs; si esta regla se mete
   desde otro script, la siguiente ejecucion de este la borra. */ .tpl-coleccion .cf-grid--edge .cf-card{position:relative}.tpl-coleccion .cf-grid--edge .cf-card__best{position:absolute;top:10px;left:10px;z-index:3;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif;
  font-size:11px;font-weight:700;font-style:italic;letter-spacing:.06em;
  text-transform:uppercase;color:#9a9a9f;text-shadow:0 1px 6px rgba(255,255,255,.6)}/* ---------- snippets/cr-meller.liquid (4.1 KB) ---------- */ /* ===== P1 · tira de color en la tarjeta de rejilla ===== */ .tpl-coleccion .cr-sel{display:flex;align-items:center;gap:4px;padding:6px 10px 0;min-height:26px}.tpl-coleccion .cr-sel__arrow{flex:0 0 auto;width:12px;height:12px;padding:0;border:0;background:none;
  color:rgb(109,113,117);display:flex;align-items:center;justify-content:center;cursor:pointer}.tpl-coleccion .cr-sel__arrow[disabled]{opacity:.25;cursor:default}.tpl-coleccion .cr-sel__track{flex:1 1 auto;display:flex;align-items:center;gap:4px;overflow-x:auto;
  scrollbar-width:none;scroll-behavior:smooth}.tpl-coleccion .cr-sel__track::-webkit-scrollbar{display:none}.tpl-coleccion .cr-sel__dot{flex:0 0 auto;width:16px;height:16px;padding:0;border:0;border-radius:50%;
  overflow:hidden;background:#ededec;cursor:pointer;transition:width .15s,height .15s}.tpl-coleccion .cr-sel__dot img{width:100%;height:100%;object-fit:cover;transform:scale(2.4);display:block}/* el activo es MAS GRANDE, igual que en la referencia (16 -> 22) */ .tpl-coleccion .cr-sel__dot.is-on{width:22px;height:22px;box-shadow:0 0 0 1.5px #111}/* tipografia de la tarjeta segun la referencia */ .tpl-coleccion .cf-grid--edge .cf-card__title{font-size:14px;font-weight:700;text-transform:uppercase;
  -webkit-line-clamp:1;margin:8px 10px 2px;text-align:left}.tpl-coleccion .cf-grid--edge .cf-card__price{justify-content:flex-start;margin:0 10px 12px;gap:6px}.tpl-coleccion .cf-grid--edge .cf-card__price ins{font-size:14px;font-weight:400}.tpl-coleccion .cf-grid--edge .cf-card__price del{font-size:12px}.tpl-coleccion .cf-grid--edge .cf-card__best{font-size:12px;font-weight:400;font-style:normal;
  color:rgb(196,196,196);text-transform:uppercase;text-shadow:none;top:8px;left:10px}/* ===== P2 · ficha ===== */ /* 2a · circulos grandes; el elegido crece y lleva anillo */ .tpl-coleccion .pdp--cronier .cr-swatches{display:flex;flex-wrap:wrap;gap:8px;align-items:center}.tpl-coleccion .pdp--cronier .cr-swatch{width:30px!important;height:30px!important;min-width:0;padding:0!important;
  border-radius:50%!important;overflow:hidden;border:0;background:#ededec;position:relative;
  transition:width .15s,height .15s,box-shadow .15s}.tpl-coleccion .pdp--cronier .cr-swatch img{width:100%;height:100%;object-fit:cover;transform:scale(2.4);display:block}.tpl-coleccion .pdp--cronier .cr-swatch.active{width:36px!important;height:36px!important;
  box-shadow:0 0 0 2px #fff,0 0 0 3.5px #111}.tpl-coleccion .pdp--cronier .cr-swatch.sold-out{opacity:.3}.tpl-coleccion .pdp--cronier .cr-swatch-name{margin:10px 0 0;font-size:13px;font-weight:600;color:#1a7f4b;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}/* 2b · el boton de añadir al carrito flota fijo abajo (Meller: fixed, bottom 20px) */
@media (max-width:900px){.tpl-coleccion .pdp--cronier .pdp__add{position:fixed;left:16px;right:16px;bottom:20px;width:auto;
    z-index:60;height:56px;border-radius:20px;box-shadow:0 6px 22px rgba(0,0,0,.22)}/* hueco al final para que el boton fijo no tape el ultimo contenido */ .tpl-coleccion body.template-product.cr-fixed-atc{padding-bottom:96px}
}/* 2c · desplegables mas limpios */ .tpl-coleccion .pdp--cronier .pdp__details .collapse > summary{font-size:13px;font-weight:700;
  text-transform:uppercase;letter-spacing:.04em;padding:16px 0}.tpl-coleccion .pdp--cronier .pdp__details .collapse{border-bottom:1px solid #ececec}/* 2d · cross-sell */ .tpl-coleccion .cr-cross{margin:18px 0 4px}.tpl-coleccion .cr-cross__t{margin:0 0 10px;font-size:14px;font-weight:700;text-transform:uppercase;
  letter-spacing:.02em;color:#111;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-coleccion .cr-cross__lista{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:10px}.tpl-coleccion .cr-cross__item{display:flex;align-items:center;gap:10px;border:1px solid #ececec;
  border-radius:12px;padding:8px;background:#fff}.tpl-coleccion .cr-cross__item img{width:44px;height:44px;object-fit:cover;background:#ededec;border-radius:8px;flex:0 0 auto}.tpl-coleccion .cr-cross__info{min-width:0}.tpl-coleccion .cr-cross__n{display:block;font-size:11px;font-weight:600;color:#111;line-height:1.25;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.tpl-coleccion .cr-cross__p{display:block;font-size:11px;color:#8a8a90}.tpl-coleccion .cr-cross__add{margin-left:auto;flex:0 0 auto;width:26px;height:26px;border-radius:50%;
  border:1px solid #d8d8da;background:#fff;color:#111;font-size:15px;line-height:1;cursor:pointer}.tpl-coleccion .cr-cross__add[disabled]{opacity:.4;cursor:default}/* ---------- snippets/cr-fino.liquid (2.8 KB) ---------- */ /* 1 · los circulos son color solido: fuera cualquier foto dentro */ .tpl-coleccion .cr-sel__dot img, .tpl-coleccion .pdp--cronier .cr-swatch img{display:none!important}.tpl-coleccion .cr-sel__dot{background-clip:padding-box}.tpl-coleccion .pdp--cronier .cr-swatch{background-clip:padding-box}/* el tema atenua los .size-pill no seleccionados; en circulos de color eso los lavaba */ .tpl-coleccion .pdp--cronier .cr-swatch{opacity:1!important}.tpl-coleccion .pdp--cronier .cr-swatch.sold-out{opacity:.3!important}.tpl-coleccion .cr-sel__dot{opacity:1!important}/* 5 · separacion lateral entre tarjetas, como Meller (gap 12, padding 20, tarjeta blanca) */ .tpl-coleccion .cf-grid-sec--edge{background:#f4f4f4}.tpl-coleccion .cf-grid--edge{gap:12px!important;padding:20px}@media (min-width:768px){.tpl-coleccion .cf-grid--edge{gap:12px!important;padding:20px} }.tpl-coleccion .cf-grid--edge .cf-card{background:#fff;padding:0 0 14px}.tpl-coleccion .cf-grid--edge .cf-card__media{background:#fff}/* 2 · nombre a la izquierda y precio a la derecha, en la misma linea.
   La tira de circulos vive dentro de .cf-card__texto, asi que necesita FILA PROPIA:
   sin esto se metia en la misma linea y aplastaba el titulo a 0 px de ancho. */ .tpl-coleccion .cf-grid--edge .cf-card__texto{display:flex;flex-wrap:wrap;align-items:baseline;
  justify-content:space-between;gap:0 8px;padding:0 10px}.tpl-coleccion .cf-grid--edge .cr-sel{flex:0 0 100%;padding:6px 0 6px}.tpl-coleccion .cf-grid--edge .cf-card__title{margin:0;flex:1 1 auto;min-width:0}.tpl-coleccion .cf-grid--edge .cf-card__price{margin:0;flex:0 0 auto}/* 3 · cabecera de la ficha limpia: titulo izquierda, precio derecha */ .tpl-coleccion .pdp--cronier .pdp__head{padding:16px 16px 6px;border-bottom:1px solid #ececec}.tpl-coleccion .pdp--cronier .pdp__title{font-size:26px;font-weight:800;letter-spacing:-.02em;
  text-transform:uppercase;line-height:1.05}.tpl-coleccion .pdp--cronier .pdp__price{display:flex;align-items:baseline;gap:10px;margin:6px 0 0;
  font-size:26px;font-weight:800;letter-spacing:normal}.tpl-coleccion .pdp--cronier .pdp__price del, .tpl-coleccion .pdp--cronier .pdp__price s{font-size:16px;font-weight:400;color:#9a9a9f}/* el tema separaba las cifras con letter-spacing y se leia "61 , 95 €" */ .tpl-coleccion .pdp--cronier .pdp__price *{letter-spacing:normal}.tpl-coleccion .pdp--cronier .pdp__price, .tpl-coleccion .pdp--cronier .pdp__price *{font-family:Inter,-apple-system,BlinkMacSystemFont,'Segoe UI',Helvetica,Arial,sans-serif;word-spacing:normal}/* 3 · aire uniforme entre bloques de la columna de compra */ .tpl-coleccion .pdp--cronier .pdp__buy{padding:14px 16px 20px}.tpl-coleccion .pdp--cronier .pdp__opt{margin-top:16px}.tpl-coleccion .pdp--cronier .pdp__optlabel{font-size:11px;font-weight:600;letter-spacing:.12em;
  text-transform:uppercase;color:#8a8a90;margin:0 0 10px}.tpl-coleccion .pdp--cronier .pdp__eta{margin:14px 0 10px}/* 4 · el boton de compra no lleva el precio */ .tpl-coleccion .pdp--cronier .pdp__add{justify-content:center}.tpl-coleccion .pdp--cronier .pdp__add .pdp__add-price{display:none}/* 7 · logo negro arriba a la izquierda del menu lateral */ .tpl-coleccion .cr-menu-logo{display:block;padding:18px 20px 6px}.tpl-coleccion .cr-menu-logo img{height:26px;width:auto;display:block}/* ---------- snippets/cr-3d.liquid (3.3 KB) ---------- */ /* ── 1 · esferas con volumen ─────────────────────────────────────────── */ .tpl-coleccion .cr-sel__dot, .tpl-coleccion .pdp--cronier .cr-swatch{
  background-image:
    radial-gradient(circle at 32% 26%, rgba(255,255,255,.62) 0%, rgba(255,255,255,.26) 20%, rgba(255,255,255,0) 48%),
    radial-gradient(circle at 70% 82%, rgba(0,0,0,.30) 0%, rgba(0,0,0,0) 55%),
    var(--dial, linear-gradient(#9A9A9F,#9A9A9F)) !important;
  background-repeat:no-repeat!important;
  box-shadow:
    inset 0 -2px 4px rgba(0,0,0,.32),
    inset 0 2px 3px rgba(255,255,255,.30),
    0 1px 3px rgba(0,0,0,.28),
    0 0 0 1px rgba(0,0,0,.12) !important;
  border:0!important}/* el seleccionado conserva el volumen y añade el anillo */ .tpl-coleccion .pdp--cronier .cr-swatch.active{
  box-shadow:
    inset 0 -2px 5px rgba(0,0,0,.32),
    inset 0 2px 3px rgba(255,255,255,.30),
    0 0 0 2px #fff, 0 0 0 3.5px #111 !important}.tpl-coleccion .cr-sel__dot.is-on{
  box-shadow:
    inset 0 -2px 4px rgba(0,0,0,.32),
    inset 0 2px 3px rgba(255,255,255,.30),
    0 0 0 1.5px #111 !important}/* ── 2 · que no se corten: la tira necesita aire para la sombra ──────── */ .tpl-coleccion .cr-sel__track{padding:5px 2px!important;overflow-y:hidden}.tpl-coleccion .cr-sel{overflow:visible!important}.tpl-coleccion .cf-grid--edge .cf-card{overflow:visible}.tpl-coleccion .cf-grid--edge .cf-card__media{overflow:hidden}/* ── 3 · altura uniforme: la fila del selector SIEMPRE ocupa lo mismo ── */ .tpl-coleccion .cf-grid--edge .cr-sel{min-height:44px;align-items:center}/* = alto real de la tira con circulos */ /* ── 4+2 · nombre y precio como en la referencia ─────────────────────── */ .tpl-coleccion .cf-grid--edge .cf-card__title{font-size:16px;font-weight:700;line-height:16px;
  text-transform:uppercase;-webkit-line-clamp:1}.tpl-coleccion .cf-grid--edge .cf-card__price ins{font-size:16px;font-weight:400}/* ── 5 · ficha: nombre + badge a la izquierda, precio grande a la derecha ── */ .tpl-coleccion .pdp--cronier .pdp__head{display:block}.tpl-coleccion .cr-ph{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.tpl-coleccion .cr-ph__izq{min-width:0}.tpl-coleccion .cr-ph__nom{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tpl-coleccion .pdp--cronier .cr-ph__nom .pdp__title{font-size:26px;font-weight:800;line-height:1;
  text-transform:uppercase;letter-spacing:-.02em;margin:0}.tpl-coleccion .cr-ph__best{display:inline-block;padding:4px 9px;border-radius:999px;background:#111;color:#fff;
  font-size:10px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap}.tpl-coleccion .cr-ph__sub{margin:6px 0 0;font-size:13px;font-weight:400;letter-spacing:.04em;
  text-transform:uppercase;color:#8a8a90}.tpl-coleccion .pdp--cronier .cr-ph .pdp__price{margin:0;font-size:26px;font-weight:800;white-space:nowrap;
  display:block;text-align:right}.tpl-coleccion .pdp--cronier .cr-ph .pdp__price del{display:block;font-size:14px;font-weight:400;color:#9a9a9f}/* ── 6 · logo del menu: misma linea que CERRAR, mayor, alineado ──────── */ .tpl-coleccion .nav-drawer__top{display:flex;align-items:center;justify-content:space-between;
  padding:16px 20px 10px}.tpl-coleccion .cr-menu-logo{display:block;padding:0}.tpl-coleccion .cr-menu-logo img{height:34px;width:auto;display:block}.tpl-coleccion .cr-menu-head{display:flex;align-items:center;justify-content:space-between;
  gap:12px;padding:16px 20px 12px}.tpl-coleccion .cr-menu-head .cr-menu-logo{padding:0}.tpl-coleccion .cr-menu-head .cr-menu-logo img{height:34px;width:auto;display:block}.tpl-coleccion .cr-menu-head .nav-drawer__close{margin:0;position:static!important;top:auto!important;right:auto!important;align-self:center}/* ---------- snippets/cr-fix7.liquid (3.1 KB) ---------- */ /* ── 1 · como maximo 4 circulos visibles; el resto con flechas ───────── */ /* 4 circulos de 16px + 3 huecos de 4px = 76px. El activo crece a 22 y por eso
   la pista se mide en 22px de alto. */ /* 4 visibles: el activo mide 22 y los otros 3 x16 = 70, mas 3 huecos de 4 = 82 */ .tpl-coleccion .cf-grid--edge .cr-sel__track{
  flex:0 0 auto!important;
  width:84px!important;max-width:84px!important;
  margin:0 auto;justify-content:flex-start}.tpl-coleccion .cf-grid--edge .cr-sel{justify-content:center;gap:6px}.tpl-coleccion .cf-grid--edge .cr-sel__arrow{flex:0 0 12px}/* ── 3 · "Completa el conjunto" con tarjetas de tamaño razonable ─────── */ .tpl-coleccion .cr-cross__lista{grid-template-columns:1fr 1fr;gap:12px}.tpl-coleccion .cr-cross__item{flex-direction:column;align-items:stretch;gap:8px;padding:10px;
  border-radius:10px}.tpl-coleccion .cr-cross__item img{width:100%;height:96px;border-radius:8px}.tpl-coleccion .cr-cross__info{width:100%}.tpl-coleccion .cr-cross__n{font-size:12.5px;white-space:normal;line-height:1.25}.tpl-coleccion .cr-cross__p{font-size:12.5px;margin-top:2px}.tpl-coleccion .cr-cross__add{position:absolute;top:14px;right:14px;margin:0}.tpl-coleccion .cr-cross__item{position:relative}/* ── 5 · recomendados: rejilla simétrica, tipografía del resto, con color ── */ .tpl-coleccion .pdp-rec__track{display:grid!important;grid-template-columns:1fr 1fr;gap:12px;
  overflow:visible!important;padding:0 16px}@media (min-width:768px){.tpl-coleccion .pdp-rec__track{grid-template-columns:repeat(4,1fr)} }.tpl-coleccion .pdp-rec__track > .cf-card{width:auto!important;min-width:0!important;max-width:none!important;
  background:#fff;box-shadow:none;border-radius:0;padding:0 0 12px}.tpl-coleccion .pdp-rec__track .cf-card__media{aspect-ratio:1122/1458;overflow:hidden;background:#fff}.tpl-coleccion .pdp-rec__track .cf-card__img{object-fit:cover;padding:0}.tpl-coleccion .pdp-rec__track .cf-card__texto{display:flex;flex-wrap:wrap;align-items:baseline;
  justify-content:space-between;gap:0 8px;padding:0 10px}.tpl-coleccion .pdp-rec__track .cr-sel{flex:0 0 100%;min-height:44px;justify-content:center;gap:6px}.tpl-coleccion .pdp-rec__track .cr-sel__track{flex:0 0 auto!important;width:84px!important;max-width:84px!important}.tpl-coleccion .pdp-rec__track .cf-card__title{flex:1 1 auto;min-width:0;margin:0;font-size:14px;font-weight:700;
  line-height:16px;text-transform:uppercase;-webkit-line-clamp:1;text-align:left}.tpl-coleccion .pdp-rec__track .cf-card__price{flex:0 0 auto;margin:0;justify-content:flex-end}.tpl-coleccion .pdp-rec__head{padding:0 16px;font-size:11px;font-weight:600;letter-spacing:.12em;
  text-transform:uppercase;color:#8a8a90}/* El nombre nunca empuja el precio a otra linea: si lo hacia, las filas de la rejilla
   quedaban con alturas distintas (291 vs 307). Se trunca con puntos suspensivos. */ .tpl-coleccion .cf-grid--edge .cf-card__title, .tpl-coleccion .pdp-rec__track .cf-card__title{flex:1 1 0;min-width:0;white-space:nowrap;overflow:hidden;
  text-overflow:ellipsis;display:block}/* ── 7 · precio de la tarjeta alineado a la derecha ──────────────────── */ .tpl-coleccion .cf-grid--edge .cf-card__price, .tpl-coleccion .pdp-rec__track .cf-card__price{justify-content:flex-end;text-align:right}/* ── 6 · el precio nunca lleva coma ni decimales ─────────────────────── */ .tpl-coleccion .cf-card__price ins, .tpl-coleccion .cf-card__price del, .tpl-coleccion .pdp--cronier .pdp__price{font-variant-numeric:tabular-nums}/* ── 2 · fuera el bloque de Shop Pay y "más opciones de pago" ────────── */ .tpl-coleccion .pdp--cronier .shopify-payment-button{display:none!important}/* ---------- snippets/cr-r8.liquid (0.8 KB) ---------- */ /* ── 8 · el circulo seleccionado solo CRECE; sin borde ni anillo ─────── */ .tpl-coleccion .pdp--cronier .cr-swatch.active{
  box-shadow:
    inset 0 -2px 5px rgba(0,0,0,.32),
    inset 0 2px 3px rgba(255,255,255,.30) !important}.tpl-coleccion .cr-sel__dot.is-on{
  box-shadow:
    inset 0 -2px 4px rgba(0,0,0,.32),
    inset 0 2px 3px rgba(255,255,255,.30) !important}/* ── 6 · el badge "Best Seller" NO empuja ni tapa la foto ────────────── */ /* Iba en el flujo normal, asi que desplazaba la imagen hacia abajo y rompia la
   simetria con la tarjeta de al lado. Se saca del flujo y se pone sobre la foto. */ .tpl-coleccion .cf-card{position:relative}.tpl-coleccion .cf-card__best{
  position:absolute!important;top:8px;left:10px;z-index:3;
  margin:0!important;padding:0!important;line-height:1;pointer-events:none}.tpl-coleccion .cf-grid--edge .cf-card__media, .tpl-coleccion .pdp-rec__track .cf-card__media{margin-top:0!important}/* ---------- snippets/cr-r8b.liquid (3.2 KB) ---------- */ /* ── 1 · "Complete the look" deslizable, cuadrado, sin recortes raros ── */ .tpl-coleccion .cr-cross__lista{
  display:flex!important;grid-template-columns:none!important;
  gap:10px;overflow-x:auto;scroll-snap-type:x mandatory;
  scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:4px}.tpl-coleccion .cr-cross__lista::-webkit-scrollbar{display:none}.tpl-coleccion .cr-cross__item{flex:0 0 132px;scroll-snap-align:start}/* cuadrado y sin recortar: la foto entra entera sobre el gris de marca */ .tpl-coleccion .cr-cross__item img{width:100%;height:132px;object-fit:contain!important;
  background:#ededec;border-radius:8px}/* ── 2 + 3 · caja promocional / devoluciones ────────────────────────── */ .tpl-coleccion .cr-promo{margin:18px 0 6px;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-coleccion .cr-promo__box{background:#fff;border:1px solid #ececec;border-radius:4px;overflow:hidden}.tpl-coleccion .cr-promo__head{list-style:none;cursor:pointer;display:flex;align-items:center;
  justify-content:space-between;gap:10px;padding:16px 16px;background:#efefef;
  font-size:14px;font-weight:700;letter-spacing:.01em;text-transform:uppercase;color:#111}.tpl-coleccion .cr-promo__head::-webkit-details-marker{display:none}.tpl-coleccion .cr-promo__ico{position:relative;width:14px;height:14px;flex:0 0 14px}.tpl-coleccion .cr-promo__ico::before, .tpl-coleccion .cr-promo__ico::after{content:"";position:absolute;background:#111;
  left:0;top:6px;width:14px;height:2px;transition:transform .2s}.tpl-coleccion .cr-promo__ico::after{transform:rotate(90deg)}.tpl-coleccion .cr-promo__box[open] .cr-promo__ico::after{transform:rotate(0)}.tpl-coleccion .cr-promo__body{display:flex;align-items:flex-start;gap:14px;padding:18px 16px;color:#111}.tpl-coleccion .cr-promo__body p{margin:0;font-size:14px;line-height:1.45}/* ── 4 · reseñas: tarjetas cuadradas deslizables con flechas ─────────── */ .tpl-coleccion .cr-rev__card{flex:0 0 82%!important;aspect-ratio:1/1;display:flex;flex-direction:column;
  justify-content:center;background:#fafafa;border-radius:6px;padding:22px 20px}@media (min-width:768px){.tpl-coleccion .cr-rev__card{flex:0 0 32%!important} }.tpl-coleccion .cr-rev__txt{margin:0 0 14px;font-size:15px;line-height:1.5;
  display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;overflow:hidden}.tpl-coleccion .cr-rev__nav{width:34px;height:34px;font-size:18px}.tpl-coleccion .cr-rev__car{gap:10px}/* 11 · NO se oculta la ultima tarjeta impar: eso escondia Segovia de /anillos y
   dejaba un producto vendible fuera de la coleccion. La simetria se consigue
   teniendo un numero par de productos. */ /* Boton de compra en naranja de marca, como la referencia */ .tpl-coleccion .pdp--cronier .pdp__add{background:#E2662C!important;color:#111!important}.tpl-coleccion .pdp--cronier .pdp__add:hover{background:#d55c24!important}.tpl-coleccion .pdp--cronier .pdp__add span{color:#111!important}/* 5 · barra de anuncios FIJA, sin desplazamiento */ .tpl-coleccion .cf-bar__track{animation:none!important;transform:none!important;width:100%!important;
  min-width:0!important;justify-content:center}.tpl-coleccion .cf-bar__half ~ .cf-bar__half{display:none!important}.tpl-coleccion .cf-bar__half{width:100%;justify-content:center}/* solo se ve el mensaje de la promo, sin contador ni rotacion */ .tpl-coleccion .cf-bar__half .cf-bar__item{display:none!important}.tpl-coleccion .cf-bar__half .cf-bar__item--promo{display:inline-flex!important}.tpl-coleccion .cf-bar__half .cf-bar__item--promo ~ .cf-bar__item--promo{display:none!important}.tpl-coleccion .cf-bar__item--promo .cf-bar__sep{display:none}.tpl-coleccion .cf-bar__item{padding-right:0!important}/* ---------- snippets/cr-banner-celda.liquid (0.8 KB) ---------- */ .tpl-coleccion .cr-cel{position:relative;display:block;overflow:hidden;text-decoration:none;
  aspect-ratio:1122/1458;background:#111;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-coleccion .cr-cel__img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.tpl-coleccion .cr-cel__shade{position:absolute;inset:0;background:rgba(0,0,0,.22)}.tpl-coleccion .cr-cel__txt{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;
  justify-content:center;text-align:center;padding:0 14px;color:#fff}.tpl-coleccion .cr-cel__tit{font-size:clamp(22px,3.4vw,40px);line-height:1.04;font-weight:800;letter-spacing:-.01em;
  text-transform:uppercase;text-shadow:0 2px 14px rgba(0,0,0,.5)}.tpl-coleccion .cr-cel__sub{margin-top:10px;font-size:clamp(11px,1.5vw,15px);font-weight:500;letter-spacing:.08em;
  text-transform:uppercase;text-shadow:0 1px 10px rgba(0,0,0,.5)}/* ---------- snippets/cr-resenas.liquid (2.1 KB) ---------- */ .tpl-coleccion .cr-rev{padding:26px 16px 30px;text-align:center;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-coleccion .cr-rev__h{margin:0 0 18px;font-size:clamp(22px,6vw,30px);font-weight:800;letter-spacing:-.01em;
  text-transform:uppercase;color:#111}.tpl-coleccion .cr-rev__h em{font-style:italic;color:#E2662C;font-weight:800}.tpl-coleccion .cr-rev__car{display:flex;align-items:center;gap:8px}.tpl-coleccion .cr-rev__nav{flex:0 0 auto;width:32px;height:32px;border-radius:50%;border:1px solid #dcdcde;
  background:#fff;color:#111;font-size:17px;line-height:1;cursor:pointer}.tpl-coleccion .cr-rev__nav[disabled]{opacity:.3;cursor:default}.tpl-coleccion .cr-rev__track{flex:1 1 auto;display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;
  scrollbar-width:none;scroll-behavior:smooth}.tpl-coleccion .cr-rev__track::-webkit-scrollbar{display:none}.tpl-coleccion .cr-rev__card{flex:0 0 100%;scroll-snap-align:center;background:#fafafa;border-radius:6px;
  padding:16px 14px;text-align:left}.tpl-coleccion .cr-rev__top{display:flex;align-items:center;gap:8px;margin-bottom:8px}.tpl-coleccion .cr-rev__stars{display:inline-flex;gap:2px}.tpl-coleccion .cr-rev__st{font-style:normal;width:18px;height:18px;display:inline-flex;align-items:center;
  justify-content:center;background:#00b67a;color:#fff;font-size:12px}.tpl-coleccion .cr-rev__st.off{background:#dcdcde}.tpl-coleccion .cr-rev__ver{display:inline-flex;align-items:center;gap:5px;font-size:12px;color:#6d7175;
  text-decoration:underline}.tpl-coleccion .cr-rev__txt{margin:0 0 12px;font-size:14px;line-height:1.45;color:#111}.tpl-coleccion .cr-rev__who{margin:0;font-size:13px;color:#8a8a90}.tpl-coleccion .cr-rev__who strong{color:#6d7175;font-weight:600}.tpl-coleccion .cr-rev__avg{margin:14px 0 0;font-size:13px;color:#111}.tpl-coleccion .cr-rev__avg u{text-decoration:underline}.tpl-coleccion .cr-rev__foto{width:72px;height:72px;object-fit:cover;border-radius:6px;display:block;margin:0 0 12px;background:#ededec}.tpl-coleccion .cr-rev__card .cr-rev__txt{-webkit-line-clamp:3}.tpl-coleccion .cr-rev__textos .cr-rev__txt{display:none}.tpl-coleccion .cr-rev__textos .cr-rev__txt.is-visible{display:block}.tpl-coleccion .cr-rev__aviso{margin:6px 0 0;font-size:12px;color:#8a8a90;display:flex;gap:6px;justify-content:center;align-items:center}.tpl-coleccion .cr-rev__ver{border:0;background:none;padding:0;font:inherit;color:#8a8a90;text-decoration:underline;text-underline-offset:2px;cursor:pointer}/* ---------- snippets/cr-llevar.liquid (1.4 KB) ---------- */ .tpl-coleccion .cr-llev{padding:30px 0 34px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-coleccion .cr-llev__head{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 16px}.tpl-coleccion .cr-llev__h{margin:0;font-size:clamp(22px,6vw,32px);font-weight:800;letter-spacing:-.01em;
  text-transform:uppercase;color:#111}.tpl-coleccion .cr-llev__h em{font-style:italic;color:#E2662C}.tpl-coleccion .cr-llev__nav{display:flex;gap:10px;flex:0 0 auto}.tpl-coleccion .cr-llev__b{width:34px;height:34px;padding:0;border:0;background:none;cursor:pointer;
  font-size:26px;line-height:1;color:#111}.tpl-coleccion .cr-llev__b[disabled]{color:#c9c9ce;cursor:default}.tpl-coleccion .cr-llev__sub{margin:6px 0 16px;padding:0 16px;font-size:14px;font-weight:700;
  letter-spacing:.02em;text-transform:uppercase;color:#111}.tpl-coleccion .cr-llev__track{display:flex;gap:8px;overflow-x:auto;scroll-behavior:smooth;
  scroll-snap-type:x mandatory;padding:0 16px 6px;-ms-overflow-style:none;scrollbar-width:none}.tpl-coleccion .cr-llev__track::-webkit-scrollbar{display:none}.tpl-coleccion .cr-llev__track img{flex:0 0 62vw;max-width:340px;aspect-ratio:1/1;object-fit:cover;
  display:block;background:#ededec;scroll-snap-align:start}/* Las fotos nuevas son verticales: se prioriza la parte baja del encuadre para que las
   zapatillas queden visibles incluso en las tarjetas cuadradas del carrusel. */ .tpl-coleccion .cr-llev__track .cr-llev__mind-img{object-position:center bottom}@media (min-width:768px){.tpl-coleccion .cr-llev__track img{flex-basis:300px} }/* ---------- snippets/cr-carac.liquid (1.0 KB) ---------- */ .tpl-coleccion .cr-car{padding:34px 16px 40px;max-width:1200px;margin:0 auto;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-coleccion .cr-car__h{margin:0;font-size:clamp(22px,6vw,32px);font-weight:800;letter-spacing:-.01em;
  text-transform:uppercase;color:#111}.tpl-coleccion .cr-car__sub{margin:6px 0 24px;font-size:14px;color:#8a8a90}.tpl-coleccion .cr-car__lista{display:grid;grid-template-columns:1fr;gap:40px}.tpl-coleccion .cr-car__it img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block;
  background:#ededec;border-radius:6px}@media (min-width:768px){.tpl-coleccion .cr-car__it img{aspect-ratio:16/9} }.tpl-coleccion .cr-car__cab{display:flex;align-items:baseline;gap:12px;margin:16px 0 8px}.tpl-coleccion .cr-car__n{font-size:clamp(26px,7vw,34px);font-weight:800;line-height:1;color:#E2662C;flex:0 0 auto}.tpl-coleccion .cr-car__t{margin:0;font-size:clamp(17px,4.6vw,22px);font-weight:800;letter-spacing:.01em;
  text-transform:uppercase;color:#111}.tpl-coleccion .cr-car__p{margin:0;font-size:15px;line-height:1.6;color:#5f6165;max-width:62ch}/* ---------- snippets/cr-faq.liquid (1.2 KB) ---------- */ .tpl-coleccion .cr-faq{max-width:1200px;margin:0 auto;padding:34px 16px 40px;
  font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif}.tpl-coleccion .cr-faq__h{margin:0 0 6px;font-size:clamp(22px,6vw,32px);font-weight:800;
  letter-spacing:-.01em;text-transform:uppercase;color:#111}.tpl-coleccion .cr-faq__it{border-bottom:1px solid #d9d9db}.tpl-coleccion .cr-faq__q{display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:22px 0;margin:0;cursor:pointer;list-style:none;
  font-size:clamp(15px,4vw,17px);font-weight:700;line-height:1.3;
  text-transform:uppercase;color:#111}.tpl-coleccion .cr-faq__q::-webkit-details-marker{display:none}/* el "+" se dibuja con dos barras; al abrir se oculta la vertical y queda "−" */ .tpl-coleccion .cr-faq__ico{position:relative;flex:0 0 20px;width:20px;height:20px}.tpl-coleccion .cr-faq__ico::before, .tpl-coleccion .cr-faq__ico::after{content:"";position:absolute;background:#111;
  left:50%;top:50%;transform:translate(-50%,-50%)}.tpl-coleccion .cr-faq__ico::before{width:20px;height:2px}.tpl-coleccion .cr-faq__ico::after{width:2px;height:20px;transition:opacity .18s ease}.tpl-coleccion .cr-faq__it[open] .cr-faq__ico::after{opacity:0}.tpl-coleccion .cr-faq__a{padding:0 0 22px;max-width:70ch}.tpl-coleccion .cr-faq__a p{margin:0;font-size:15px;line-height:1.6;color:#5f6165}




