.Buscador-module__cS-tVW__buscador{align-items:center;gap:var(--sm);height:52px;padding:0 var(--md);border-radius:var(--r-pildora);border:1px solid var(--line-2);background:var(--bg);transition:border-color var(--d-press) ease;display:flex}.Buscador-module__cS-tVW__buscador:focus-within{border-color:var(--primary)}.Buscador-module__cS-tVW__buscador svg{fill:none;width:18px;height:18px;stroke:var(--muted);stroke-width:2px;flex:none}.Buscador-module__cS-tVW__buscador input{background:0 0;border:0;outline:0;flex:1;min-width:0;font-size:1rem}.Buscador-module__cS-tVW__buscador input::placeholder{color:var(--muted)}
.ControlCantidad-module__RkuIdW__agregar{border:1px solid var(--line-2);background:var(--bg);width:100%;height:40px;color:var(--ink);border-radius:var(--r-boton);transition:transform var(--d-press) var(--out), border-color var(--d-press) ease;font-size:.9375rem;font-weight:600}.ControlCantidad-module__RkuIdW__agregar:hover{border-color:var(--ink)}.ControlCantidad-module__RkuIdW__agregar:active{transform:scale(.97)}.ControlCantidad-module__RkuIdW__stepper{border:1px solid var(--ink);border-radius:var(--r-boton);align-items:center;width:100%;height:40px;display:flex;overflow:hidden}.ControlCantidad-module__RkuIdW__stepper.ControlCantidad-module__RkuIdW__chico{width:108px;height:32px;margin-top:2px}.ControlCantidad-module__RkuIdW__stepper button{width:38px;height:100%;transition:background var(--d-press) ease, transform var(--d-press) var(--out);font-size:1.125rem;line-height:1}.ControlCantidad-module__RkuIdW__stepper.ControlCantidad-module__RkuIdW__chico button{width:32px;font-size:1rem}.ControlCantidad-module__RkuIdW__stepper button:hover{background:var(--surface)}.ControlCantidad-module__RkuIdW__stepper button:active{transform:scale(.9)}.ControlCantidad-module__RkuIdW__cantidad{text-align:center;font-variant-numeric:tabular-nums;flex:1;font-size:.9375rem;font-weight:600}
.Cajon-module__DH6kYG__scrim{z-index:var(--z-scrim);background:var(--scrim);-webkit-backdrop-filter:blur(4px);position:fixed;inset:0}.Cajon-module__DH6kYG__cajon{z-index:var(--z-drawer);background:var(--bg);border-radius:var(--r-hoja) var(--r-hoja) 0 0;max-height:88vh;animation:Cajon-module__DH6kYG__entraDesdeAbajo var(--d-drawer) var(--drawer);flex-direction:column;display:flex;position:fixed;bottom:0;left:0;right:0}@keyframes Cajon-module__DH6kYG__entraDesdeAbajo{0%{transform:translateY(101%)}to{transform:translateY(0)}}@media (min-width:760px){.Cajon-module__DH6kYG__cajon{border-left:1px solid var(--line);border-radius:0;width:430px;max-height:none;animation-name:Cajon-module__DH6kYG__entraDesdeLaDerecha;top:0;bottom:0;left:auto}@keyframes Cajon-module__DH6kYG__entraDesdeLaDerecha{0%{transform:translate(101%)}to{transform:translate(0)}}}.Cajon-module__DH6kYG__cabecera{padding:var(--md);border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;display:flex}.Cajon-module__DH6kYG__cabecera h2{letter-spacing:-.02em;font-size:1.125rem;font-weight:700}.Cajon-module__DH6kYG__cerrar{border-radius:var(--r-pildora);background:var(--surface);width:34px;height:34px;color:var(--ink);transition:transform var(--d-press) var(--out), background var(--d-press) ease;font-size:1.1rem;line-height:1}.Cajon-module__DH6kYG__cerrar:active{transform:scale(.92)}.Cajon-module__DH6kYG__cuerpo{padding:var(--md);flex:1;overflow-y:auto}.Cajon-module__DH6kYG__renglon{gap:var(--sm);padding-block:var(--sm);border-bottom:1px solid var(--line);display:flex}.Cajon-module__DH6kYG__renglon:last-child{border-bottom:0}.Cajon-module__DH6kYG__foto{object-fit:cover;border-radius:7px;flex:none;width:62px;height:78px}.Cajon-module__DH6kYG__info{flex:1;min-width:0}.Cajon-module__DH6kYG__info b{font-size:.9375rem;font-weight:600;display:block}.Cajon-module__DH6kYG__info span{color:var(--muted);font-size:.8125rem}.Cajon-module__DH6kYG__precio{font-variant-numeric:tabular-nums;margin-top:4px;margin-bottom:6px;font-size:.9375rem;font-weight:600}.Cajon-module__DH6kYG__vacio{text-align:center;color:var(--muted);padding:var(--xl) var(--md);font-size:.9375rem}.Cajon-module__DH6kYG__pie{padding:var(--md);border-top:1px solid var(--line)}.Cajon-module__DH6kYG__filaTotal{margin-bottom:var(--sm);justify-content:space-between;align-items:baseline;display:flex}.Cajon-module__DH6kYG__filaTotal span{color:var(--muted);font-size:.9375rem}.Cajon-module__DH6kYG__filaTotal b{font-variant-numeric:tabular-nums;font-size:1.375rem;font-weight:700}.Cajon-module__DH6kYG__aviso{color:var(--muted);margin-bottom:var(--sm);font-size:.8125rem}.Cajon-module__DH6kYG__enviar{border-radius:var(--r-pildora);background:var(--accent);width:100%;min-height:52px;color:var(--on-accent);transition:transform var(--d-press) var(--out), opacity var(--d-press) ease;justify-content:center;align-items:center;gap:9px;font-size:1rem;font-weight:600;text-decoration:none;display:flex}.Cajon-module__DH6kYG__enviar:hover{opacity:.94}.Cajon-module__DH6kYG__enviar:active{transform:scale(.98)}.Cajon-module__DH6kYG__pie small{color:var(--muted);text-align:center;margin-top:10px;font-size:.8125rem;display:block}@media (prefers-reduced-motion:reduce){.Cajon-module__DH6kYG__cajon{animation:none}}
.Pildora-module___jbYkW__pildora{z-index:var(--z-pill);white-space:nowrap;border-radius:var(--r-pildora);background:var(--accent);height:52px;color:var(--on-accent);box-shadow:var(--sombra-accent);transition:transform var(--d-drawer) var(--drawer);align-items:center;gap:10px;padding:0 10px 0 20px;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%)translateY(140%)}.Pildora-module___jbYkW__pildora.Pildora-module___jbYkW__on{transform:translate(-50%)translateY(0)}.Pildora-module___jbYkW__pildora:active{transform:translate(-50%)translateY(0)scale(.97)}.Pildora-module___jbYkW__badge{border-radius:var(--r-pildora);background:var(--glass-inset);font-variant-numeric:tabular-nums;place-items:center;min-width:26px;height:26px;font-size:.875rem;display:grid}.Pildora-module___jbYkW__badge.Pildora-module___jbYkW__rebota{animation:Pildora-module___jbYkW__rebote .28s var(--out)}@keyframes Pildora-module___jbYkW__rebote{0%{transform:scale(1)}45%{transform:scale(1.3)}to{transform:scale(1)}}.Pildora-module___jbYkW__total{font-variant-numeric:tabular-nums;opacity:.92;font-weight:500}@media (prefers-reduced-motion:reduce){.Pildora-module___jbYkW__badge.Pildora-module___jbYkW__rebota{animation:none}}
.ProductoDestacado-module__ejRhoG__item{flex-direction:column;display:flex}.ProductoDestacado-module__ejRhoG__foto{aspect-ratio:4/5;background:var(--surface);border-radius:var(--r-foto);display:block;position:relative;overflow:hidden}.ProductoDestacado-module__ejRhoG__imagen{object-fit:cover;transition:transform .7s var(--out)}.ProductoDestacado-module__ejRhoG__item:hover .ProductoDestacado-module__ejRhoG__imagen{transform:scale(1.045)}.ProductoDestacado-module__ejRhoG__etiqueta{z-index:1;-webkit-backdrop-filter:blur(10px);color:var(--ink);border-radius:var(--r-pildora);background:#ffffffd6;padding:4px 9px;font-size:.75rem;font-weight:600;position:absolute;top:10px;left:10px}.ProductoDestacado-module__ejRhoG__nombre{margin-top:var(--sm);letter-spacing:-.015em;color:var(--ink);font-size:1.0625rem;font-weight:600;line-height:1.2;text-decoration:none}.ProductoDestacado-module__ejRhoG__casa{color:var(--muted);margin-top:2px;font-size:.875rem}.ProductoDestacado-module__ejRhoG__precio{margin-top:var(--xs);color:var(--ink);font-size:1.125rem;font-weight:600}.ProductoDestacado-module__ejRhoG__notas{color:var(--muted);margin-top:6px;margin-bottom:var(--sm);font-size:.8125rem}.ProductoDestacado-module__ejRhoG__control{margin-top:auto}
.Destacados-module__nVycTa__bloque{padding-block:var(--xxl)}.Destacados-module__nVycTa__encabezado{justify-content:space-between;align-items:flex-end;gap:var(--md);flex-wrap:wrap;display:flex}.Destacados-module__nVycTa__encabezado h2{letter-spacing:-.028em;font-size:clamp(1.5rem,3.4vw,2.25rem);font-weight:800;font-stretch:112%;line-height:1.1}.Destacados-module__nVycTa__encabezado p{color:var(--muted);margin-top:6px;font-size:.9375rem}.Destacados-module__nVycTa__verTodo{color:var(--primary);transition:gap .18s var(--out);background:0 0;align-items:center;gap:6px;padding:6px 0;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.Destacados-module__nVycTa__verTodo:hover{gap:11px}.Destacados-module__nVycTa__grilla{margin-top:var(--lg);grid-template-columns:repeat(2,1fr);gap:clamp(20px,3vw,32px) clamp(12px,2.4vw,24px);display:grid}@media (min-width:760px){.Destacados-module__nVycTa__grilla{grid-template-columns:repeat(3,1fr)}}@media (min-width:1040px){.Destacados-module__nVycTa__grilla{grid-template-columns:repeat(4,1fr)}}.Destacados-module__nVycTa__item{display:flex}.Destacados-module__nVycTa__item>*{width:100%}
.EstadoCatalogoVacio-module__KP_RwG__vacio{max-width:46ch;padding-block:var(--xxl);text-align:center;margin-inline:auto}.EstadoCatalogoVacio-module__KP_RwG__titulo{letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.EstadoCatalogoVacio-module__KP_RwG__texto{margin-top:var(--sm);color:var(--muted)}.EstadoCatalogoVacio-module__KP_RwG__boton{height:52px;padding:0 var(--lg);margin-top:var(--lg);border-radius:var(--r-pildora);background:var(--accent);color:var(--on-accent);transition:transform var(--d-press) var(--out), opacity var(--d-press) ease;justify-content:center;align-items:center;font-weight:600;text-decoration:none;display:inline-flex}.EstadoCatalogoVacio-module__KP_RwG__boton:hover{opacity:.94}.EstadoCatalogoVacio-module__KP_RwG__boton:active{transform:scale(.98)}
.Escenario-module__HgivUG__intro{background:var(--night);height:240vh;position:relative}.Escenario-module__HgivUG__stage{place-items:center;height:100vh;display:grid;position:sticky;top:0;overflow:hidden}.Escenario-module__HgivUG__plate{will-change:transform;position:absolute;inset:-14%;transform:scale(1.06)}.Escenario-module__HgivUG__plate img,.Escenario-module__HgivUG__plate video{object-fit:cover;width:100%;height:100%}.Escenario-module__HgivUG__stage:after{content:"";pointer-events:none;background:radial-gradient(58% 46% at 50% 42%, #140b0561, #140b0524 100%), linear-gradient(180deg, #140b0547, #140b050f 40%, var(--night) 99%);position:absolute;inset:0}@supports (color:lab(0% 0 0)){.Escenario-module__HgivUG__stage:after{background:radial-gradient(58% 46% at 50% 42%, lab(3.65607% 2.70879 3.65849/.38), lab(3.65607% 2.70879 3.65849/.14) 100%), linear-gradient(180deg, lab(3.65607% 2.70879 3.65849/.28), lab(3.65607% 2.70879 3.65849/.06) 40%, var(--night) 99%)}}.Escenario-module__HgivUG__titulo{z-index:2;text-align:center;color:var(--on-night);padding-inline:var(--pad);will-change:transform, opacity;position:relative}.Escenario-module__HgivUG__lockup{color:#fff;justify-items:center;display:grid}.Escenario-module__HgivUG__lockup .Escenario-module__HgivUG__numero{letter-spacing:-.04em;font-variant-numeric:tabular-nums;font-size:clamp(4.2rem,17vw,9.5rem);font-weight:800;font-stretch:118%;line-height:.86}.Escenario-module__HgivUG__lockup .Escenario-module__HgivUG__palabra{text-transform:uppercase;letter-spacing:.123em;text-indent:.123em;color:#ffffffdb;margin-top:.14em;font-size:clamp(1.05rem,4.1vw,2.3rem);font-weight:500;font-stretch:100%;line-height:1}.Escenario-module__HgivUG__titulo p{margin-top:var(--md);color:var(--on-night-muted);max-width:34ch;margin-inline:auto;font-size:clamp(1rem,1.7vw,1.25rem)}.Escenario-module__HgivUG__pista{z-index:2;color:var(--on-night-muted);justify-items:center;gap:10px;font-size:.875rem;display:grid;position:absolute;bottom:34px;left:50%;transform:translate(-50%)}.Escenario-module__HgivUG__pista i{background:linear-gradient(transparent, var(--on-night-muted));width:1px;height:34px;animation:Escenario-module__HgivUG__goteo 2s var(--inout) infinite;display:block}@keyframes Escenario-module__HgivUG__goteo{0%,to{opacity:.4;transform:scaleY(.35)}50%{opacity:1;transform:scaleY(1)}}.Escenario-module__HgivUG__busqueda{z-index:var(--z-search);width:min(1040px, calc(100vw - 2 * var(--pad)));align-items:center;gap:var(--md);opacity:1;pointer-events:auto;will-change:transform, opacity, filter;flex-direction:column;display:flex;position:fixed;bottom:max(96px,12vh);left:50%;transform:translate(-50%)}.Escenario-module__HgivUG__invitacion{color:#fff;letter-spacing:-.03em;text-align:center;text-wrap:balance;font-size:clamp(1.5rem,5.4vw,2.6rem);font-weight:700;font-stretch:108%;line-height:1.05}.Escenario-module__HgivUG__burbuja{border-radius:var(--r-pildora);background:var(--glass-bg);border:1px solid var(--glass-border);width:min(680px,100%);height:68px;-webkit-backdrop-filter:var(--glass-blur);box-shadow:0 18px 60px #0000004d, inset 0 1px 0 var(--glass-inset);transition:background var(--d-ui) var(--out), border-color var(--d-ui) var(--out);align-items:center;gap:14px;margin-inline:auto;padding:0 26px;display:flex}.Escenario-module__HgivUG__burbuja:focus-within{background:#fff3;border-color:#ffffff8c}.Escenario-module__HgivUG__burbuja svg{fill:none;stroke:#ffffffe6;stroke-width:2px;flex:none;width:21px;height:21px}.Escenario-module__HgivUG__burbuja input{color:#fff;background:0 0;border:0;outline:0;width:100%;height:100%;font-size:1.0625rem}.Escenario-module__HgivUG__burbuja input::placeholder{color:#ffffffb3}@media (max-width:560px){.Escenario-module__HgivUG__burbuja{gap:11px;height:58px;padding:0 20px}.Escenario-module__HgivUG__burbuja input{font-size:1rem}}@media (prefers-reduced-motion:reduce){.Escenario-module__HgivUG__intro{height:100vh}.Escenario-module__HgivUG__plate{transform:scale(1.05)}.Escenario-module__HgivUG__pista i{animation:none}}.Escenario-module__HgivUG__pistaBusqueda{margin-top:var(--lg);color:var(--on-night-muted);justify-items:center;gap:10px;font-size:.9375rem;display:grid}.Escenario-module__HgivUG__pistaBusqueda i{background:linear-gradient(color-mix(in oklch, var(--on-night-muted) 0%, transparent), var(--on-night-muted));width:1px;height:30px;animation:Escenario-module__HgivUG__goteo 2s var(--inout) infinite;display:block}
.EstadoVacio-module__oPdfja__vacio{max-width:46ch;padding-block:var(--xxl);text-align:center;margin-inline:auto}.EstadoVacio-module__oPdfja__titulo{letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.EstadoVacio-module__oPdfja__lista{margin-top:var(--sm);color:var(--muted);font-size:.9375rem}.EstadoVacio-module__oPdfja__limpiar{height:46px;padding:0 var(--md);margin-top:var(--lg);border-radius:var(--r-boton);background:var(--ink);color:var(--bg);transition:transform var(--d-press) var(--out);justify-content:center;align-items:center;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.EstadoVacio-module__oPdfja__limpiar:active{transform:scale(.97)}
.Galeria-module__hNyFCW__bloque{background:var(--surface-2);padding-block:var(--xxl);overflow:hidden}.Galeria-module__hNyFCW__encabezado{justify-content:space-between;align-items:flex-end;gap:var(--md);margin-bottom:var(--lg);display:flex}.Galeria-module__hNyFCW__titulo{letter-spacing:-.028em;font-size:clamp(1.5rem,3.4vw,2.25rem);font-weight:800;font-stretch:112%;line-height:1.1}.Galeria-module__hNyFCW__controles{gap:var(--xs);flex:none;display:flex}.Galeria-module__hNyFCW__flecha{border-radius:var(--r-pildora);border:1px solid var(--line-2);width:44px;height:44px;color:var(--ink);transition:transform var(--d-press) var(--out), border-color var(--d-press) ease, background var(--d-press) ease;font-size:1.125rem;line-height:1}.Galeria-module__hNyFCW__flecha:hover{border-color:var(--ink);background:var(--bg)}.Galeria-module__hNyFCW__flecha:active{transform:scale(.94)}.Galeria-module__hNyFCW__pista{scroll-snap-type:x mandatory;scrollbar-width:none;padding-block:var(--md);gap:clamp(12px,2vw,20px);display:flex;overflow-x:auto}.Galeria-module__hNyFCW__pista::-webkit-scrollbar{display:none}.Galeria-module__hNyFCW__tarjeta{scroll-snap-align:center;aspect-ratio:4/5;border-radius:var(--r-foto);background:var(--bg);box-shadow:var(--elev-1);opacity:.42;transition:opacity .48s var(--out), transform .48s var(--out);flex:0 0 clamp(220px,56vw,340px);overflow:hidden;transform:scale(.88)}.Galeria-module__hNyFCW__activa{opacity:1;transform:scale(1.06);box-shadow:0 2px 6px #25170c0f,0 18px 48px #25170c1a;box-shadow:0 2px 6px lab(9.42005% 5.89285 9.29835/.06),0 18px 48px lab(9.42005% 5.89285 9.29835/.1)}.Galeria-module__hNyFCW__tarjeta img,.Galeria-module__hNyFCW__foto{object-fit:cover;width:100%;height:100%}.Galeria-module__hNyFCW__puntos{margin-top:var(--md);justify-content:center;gap:6px;display:flex}.Galeria-module__hNyFCW__punto{border-radius:var(--r-pildora);background:var(--line-2);width:6px;height:6px;transition:transform var(--d-ui) var(--out), background var(--d-ui) ease}.Galeria-module__hNyFCW__puntoActivo{background:var(--primary);transform:scale(1.6)}@media (prefers-reduced-motion:reduce){.Galeria-module__hNyFCW__pista{scroll-behavior:auto}.Galeria-module__hNyFCW__tarjeta{opacity:1;transform:none}}
.Filtros-module__dHxvha__filtros{gap:var(--sm);background:var(--surface);border-radius:var(--r-foto);padding:var(--sm) var(--sm);margin-bottom:var(--lg);flex-direction:column;display:flex}.Filtros-module__dHxvha__filaMarcas,.Filtros-module__dHxvha__filaEjes{scrollbar-width:none;align-items:center;gap:8px;min-width:0;padding-block:2px;display:flex;overflow-x:auto}.Filtros-module__dHxvha__filaMarcas::-webkit-scrollbar{display:none}.Filtros-module__dHxvha__filaEjes::-webkit-scrollbar{display:none}.Filtros-module__dHxvha__grupo{flex:none;align-items:center;gap:8px;display:flex}.Filtros-module__dHxvha__separador{background:var(--line-2);flex:none;align-self:stretch;width:1px;min-height:22px}.Filtros-module__dHxvha__chip{height:34px;padding:0 var(--sm);border-radius:var(--r-pildora);border:1px solid var(--line-2);background:var(--bg);color:var(--ink);white-space:nowrap;transition:border-color var(--d-press) ease, background var(--d-press) ease, color var(--d-press) ease;flex:none;align-items:center;font-size:.8125rem;font-weight:500;text-decoration:none;display:inline-flex}.Filtros-module__dHxvha__chip:hover{border-color:var(--ink)}.Filtros-module__dHxvha__chip.Filtros-module__dHxvha__activo{border-color:var(--ink);background:var(--ink);color:var(--bg)}.Filtros-module__dHxvha__chipGrande{height:38px;font-size:.875rem;font-weight:600}@media (max-width:700px){.Filtros-module__dHxvha__filtros{padding:var(--sm) var(--xs)}.Filtros-module__dHxvha__chip{height:38px}.Filtros-module__dHxvha__chipGrande{height:42px}}
.Pie-module__KXz_tq__pie{border-top:1px solid var(--line);background:var(--bg)}.Pie-module__KXz_tq__fila{padding-block:var(--lg) 110px;color:var(--muted);gap:var(--sm) var(--lg);flex-wrap:wrap;justify-content:space-between;font-size:.875rem;display:flex}
.FotoProducto-module__CrQp9G__foto{object-fit:cover;border-radius:var(--r-foto)}.FotoProducto-module__CrQp9G__reemplazo{border-radius:var(--r-foto);background:var(--surface);width:100%;height:100%;padding:var(--sm);text-align:center;justify-content:center;align-items:center;display:flex}.FotoProducto-module__CrQp9G__reemplazo span{color:var(--muted);font-size:.9375rem;font-weight:600}
.PorMarca-module__kO21sW__franja{background:var(--night)}.PorMarca-module__kO21sW__envoltorio{padding-block:var(--xl)}.PorMarca-module__kO21sW__encabezado{justify-content:space-between;align-items:flex-end;gap:var(--md);flex-wrap:wrap;display:flex}.PorMarca-module__kO21sW__titulo{letter-spacing:-.028em;color:var(--on-night);font-size:clamp(1.5rem,3.4vw,2.25rem);font-weight:800;font-stretch:112%}.PorMarca-module__kO21sW__verTodo{color:var(--on-night-muted);transition:gap var(--d-ui) var(--out), color var(--d-ui) var(--out);background:0 0;align-items:center;gap:6px;padding:6px 0;font-size:.9375rem;font-weight:600;text-decoration:none;display:inline-flex}.PorMarca-module__kO21sW__verTodo:hover{color:var(--on-night);gap:11px}.PorMarca-module__kO21sW__grilla{margin-top:var(--lg);justify-content:center;gap:var(--sm);--columnas:2;flex-wrap:wrap;display:flex}@media (min-width:560px){.PorMarca-module__kO21sW__grilla{--columnas:3}}@media (min-width:900px){.PorMarca-module__kO21sW__grilla{--columnas:4}}.PorMarca-module__kO21sW__item{flex:0 0 calc((100% - (var(--columnas) - 1) * var(--sm)) / var(--columnas));display:flex}.PorMarca-module__kO21sW__item>*{width:100%}.PorMarca-module__kO21sW__bloque{aspect-ratio:16/11;border-radius:var(--r-foto);background:color-mix(in oklch, var(--night), var(--on-night) 6%);box-shadow:inset 0 1px 0 color-mix(in oklch, var(--on-night) 10%, transparent), var(--elev-1);padding:var(--md);transition:transform var(--d-ui) var(--out), background var(--d-ui) var(--out);justify-content:center;align-items:center;text-decoration:none;display:flex;position:relative;overflow:hidden}.PorMarca-module__kO21sW__bloque:hover,.PorMarca-module__kO21sW__bloque:focus-visible{background:color-mix(in oklch, var(--night), var(--on-night) 12%);transform:translateY(-4px)}.PorMarca-module__kO21sW__bloque:active{transform:translateY(-2px)scale(.98)}.PorMarca-module__kO21sW__logo{object-fit:contain;filter:brightness(0)invert();width:auto;max-width:74%;height:auto;max-height:104px}.PorMarca-module__kO21sW__nombreRespaldo{color:var(--on-night);letter-spacing:-.02em;text-align:center;text-wrap:balance;font-size:clamp(1.125rem,2.6vw,1.625rem);font-weight:800;font-stretch:112%}.PorMarca-module__kO21sW__marcaCompuesta{align-items:center;gap:var(--xs);flex-direction:column;display:flex}.PorMarca-module__kO21sW__nombreBajoLogo{color:var(--on-night);letter-spacing:.14em;text-transform:uppercase;font-size:.875rem;font-weight:600;font-stretch:112%}
.page-module__E0kJGG__despues{z-index:3;background:var(--bg);position:relative}
.TarjetaProducto-module__Gw450a__tarjeta{flex-direction:column;min-width:0;display:flex}.TarjetaProducto-module__Gw450a__enlaceFoto{aspect-ratio:4/5;border-radius:var(--r-foto);background:var(--surface);display:block;position:relative;overflow:hidden}.TarjetaProducto-module__Gw450a__info{margin-top:var(--xs);min-width:0}.TarjetaProducto-module__Gw450a__nombre{-webkit-line-clamp:2;color:var(--ink);-webkit-box-orient:vertical;font-size:1.0625rem;font-weight:600;line-height:1.25;text-decoration:none;display:-webkit-box;overflow:hidden}.TarjetaProducto-module__Gw450a__meta{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;font-size:.8125rem;overflow:hidden}.TarjetaProducto-module__Gw450a__precio{margin-top:4px;font-size:1.125rem;font-weight:600}.TarjetaProducto-module__Gw450a__control{margin-top:var(--sm)}
.Grilla-module__lVtNKW__grilla{gap:var(--md) var(--sm);grid-template-columns:repeat(2,1fr);list-style:none;display:grid}.Grilla-module__lVtNKW__grilla li{min-width:0}@media (min-width:760px){.Grilla-module__lVtNKW__grilla{gap:var(--lg) var(--md);grid-template-columns:repeat(3,1fr)}}@media (min-width:1040px){.Grilla-module__lVtNKW__grilla{grid-template-columns:repeat(4,1fr)}}
.Catalogo-module__xSw62W__main{padding-top:62px}.Catalogo-module__xSw62W__barra{z-index:var(--z-search);background:var(--bg);border-bottom:1px solid var(--line);position:sticky;top:62px}.Catalogo-module__xSw62W__barraInterior{padding-block:var(--md)}.Catalogo-module__xSw62W__cuerpo{padding-block:var(--lg) var(--xxl)}.Catalogo-module__xSw62W__encabezado{margin-bottom:var(--lg)}.Catalogo-module__xSw62W__titulo{letter-spacing:-.028em;font-size:clamp(1.5rem,3.4vw,2.25rem);font-weight:800;font-stretch:112%}.Catalogo-module__xSw62W__entrada{margin-top:var(--xs);color:var(--muted);max-width:68ch;font-size:1rem;line-height:1.55}.Catalogo-module__xSw62W__verMarca{color:var(--primary);font-weight:600;text-decoration:none}.Catalogo-module__xSw62W__verMarca:hover{text-decoration:underline}.Catalogo-module__xSw62W__contador{color:var(--muted);margin-bottom:var(--md);font-size:.875rem}
.Marca-module__VPTR3a__main{padding-top:62px}.Marca-module__VPTR3a__contenido{padding-block:var(--lg) var(--xxl)}.Marca-module__VPTR3a__volver{color:var(--muted);font-size:.875rem;text-decoration:none;display:inline-block}.Marca-module__VPTR3a__volver:hover{color:var(--ink)}.Marca-module__VPTR3a__encabezado{margin-block:var(--md) var(--lg)}.Marca-module__VPTR3a__titulo{letter-spacing:-.03em;font-size:clamp(1.75rem,4.4vw,2.75rem);font-weight:800;font-stretch:112%}.Marca-module__VPTR3a__entrada{margin-top:var(--xs);text-wrap:balance;max-width:46ch;font-size:clamp(1.0625rem,2vw,1.25rem);line-height:1.45}.Marca-module__VPTR3a__cuerpo{margin-top:var(--sm);color:var(--muted);max-width:68ch;font-size:1rem;line-height:1.55}.Marca-module__VPTR3a__datos{margin-top:var(--md);color:var(--muted);font-size:.875rem}.Marca-module__VPTR3a__pie{margin-top:var(--xl);padding-top:var(--md);border-top:1px solid var(--line);color:var(--muted);max-width:62ch;font-size:.9375rem;line-height:1.55}
.Ficha-module__IFIxiW__main{padding-top:62px}.Ficha-module__IFIxiW__contenido{padding-block:var(--lg) var(--xxl)}.Ficha-module__IFIxiW__volver{color:var(--muted);margin-bottom:var(--lg);font-size:.9375rem;text-decoration:none;display:inline-flex}.Ficha-module__IFIxiW__volver:hover{color:var(--ink)}.Ficha-module__IFIxiW__ficha{gap:var(--xl);display:grid}@media (min-width:760px){.Ficha-module__IFIxiW__ficha{grid-template-columns:minmax(0,440px) minmax(0,1fr);align-items:start}}.Ficha-module__IFIxiW__fotoContenedor{aspect-ratio:4/5;border-radius:var(--r-foto);background:var(--surface);position:relative;overflow:hidden}.Ficha-module__IFIxiW__meta{color:var(--muted);font-size:.9375rem}.Ficha-module__IFIxiW__nombre{letter-spacing:-.026em;text-wrap:balance;margin-top:4px;font-size:clamp(1.5rem,3vw,2rem);font-weight:800;font-stretch:112%;line-height:1.1}.Ficha-module__IFIxiW__marcaEnTitulo{color:var(--muted);font-weight:500;font-stretch:100%}.Ficha-module__IFIxiW__verMarca{margin-top:var(--sm);color:var(--primary);font-size:.875rem;font-weight:600;text-decoration:none;display:inline-block}.Ficha-module__IFIxiW__verMarca:hover{text-decoration:underline}.Ficha-module__IFIxiW__precio{margin-top:var(--sm);font-size:1.75rem;font-weight:600}.Ficha-module__IFIxiW__demora{color:var(--muted);margin-top:6px;font-size:.9375rem}.Ficha-module__IFIxiW__bloque{margin-top:var(--lg)}.Ficha-module__IFIxiW__subtitulo{color:var(--muted);margin-bottom:4px;font-size:.875rem;font-weight:600}.Ficha-module__IFIxiW__notas{font-size:.9375rem;line-height:1.5}.Ficha-module__IFIxiW__control{margin-top:var(--xl);max-width:260px}.Ficha-module__IFIxiW__relacionados{margin-top:var(--xxl);padding-top:var(--xl);border-top:1px solid var(--line)}.Ficha-module__IFIxiW__subtituloRelacionados{letter-spacing:-.024em;margin-bottom:var(--md);font-size:clamp(1.25rem,2.4vw,1.5rem);font-weight:800;font-stretch:112%}
