:root{--jh-acento: #111111;--jh-acento-texto: #ffffff;--jh-titulo: #0a0a0a;--jh-cuerpo: #444444;--jh-muted: #888888;--jh-borde: #e0e0e0;--jh-borde-suave: #eeeeee;--jh-superficie: #f8f8f8;--jh-galeria-fondo: #f2f2f2;--jh-radio: 4px;--jh-radio-sm: 2px;--jh-header-height: var(--header-height, 60px)}.jh-pagina{max-width:1280px;margin:0 auto;padding:0 24px}@media(max-width:768px){.jh-pagina{padding:0 16px}}.jh-hero{display:grid;grid-template-columns:1fr 1fr;gap:56px;padding:40px 0;align-items:start}@media(max-width:768px){.jh-hero{grid-template-columns:1fr;gap:24px;padding:24px 0}}.jh-info{min-width:0}@media(max-width:768px){.jh-info{padding-top:4px}}.jh-vendedor{font-size:11px;font-weight:700;letter-spacing:1.2px;text-transform:uppercase;color:var(--jh-muted);margin-bottom:6px}.jh-titulo-producto{font-size:28px;font-weight:800;color:var(--jh-titulo);line-height:1.15;margin-bottom:12px;letter-spacing:-.3px}@media(max-width:768px){.jh-titulo-producto{font-size:24px}}.jh-galeria{position:relative;width:100%}@media(min-width:769px){.jh-galeria__contenedor-principal{position:sticky;top:calc(var(--jh-header-height) + 20px);align-self:start}}.jh-carrusel-wrapper{width:100%}.jh-carrusel-contenedor{position:relative;width:100%;overflow:hidden;border-radius:var(--jh-radio);background:var(--jh-galeria-fondo);border:1px solid var(--jh-borde)}.jh-carrusel__pista-wrapper{overflow:hidden}.jh-carrusel__pista{display:flex;transition:transform .32s cubic-bezier(.25,.46,.45,.94)}.jh-carrusel__diapositiva{flex:0 0 100%;aspect-ratio:1 / 1}.jh-carrusel__diapositiva img{width:100%;height:100%;object-fit:contain;cursor:zoom-in;display:block}.jh-carrusel__flecha{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffeb;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(0,0,0,.08);width:40px;height:40px;border-radius:50%;cursor:pointer;font-size:18px;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .2s ease;color:#111;line-height:1}.jh-carrusel__flecha:hover{background:#fff;box-shadow:0 2px 10px #00000024;transform:translateY(-50%) scale(1.06)}.jh-carrusel__flecha--prev{left:10px}.jh-carrusel__flecha--next{right:10px}.jh-carrusel__indicadores{margin-top:14px}.jh-carrusel__puntos{display:flex;justify-content:center;gap:7px;flex-wrap:wrap}.jh-carrusel__punto{width:8px;height:8px;border-radius:50%;background:#ccc;border:none;cursor:pointer;transition:all .22s ease;padding:0}.jh-carrusel__punto.is-activo{width:24px;border-radius:4px;background:var(--jh-acento)}.jh-carrusel__contador{text-align:center;font-size:13px;color:var(--jh-muted)}.jh-cuadricula-wrapper{width:100%}.jh-cuadricula{border-radius:var(--jh-radio)}.jh-cuadricula--1col{display:flex;flex-direction:column;gap:10px}.jh-cuadricula--2cols{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.jh-cuadricula__item{aspect-ratio:1 / 1;overflow:hidden;border-radius:var(--jh-radio);cursor:zoom-in;background:var(--jh-galeria-fondo);border:1px solid var(--jh-borde);transition:transform .2s ease,box-shadow .2s ease}.jh-cuadricula__item:hover{transform:scale(1.015);box-shadow:0 4px 14px #0000001a}.jh-cuadricula__item img{width:100%;height:100%;object-fit:cover;display:block}.jh-galeria__miniaturas{display:flex;gap:9px;margin-top:16px;flex-wrap:wrap;justify-content:center}.jh-galeria__miniatura{width:72px;height:72px;border-radius:var(--jh-radio-sm);overflow:hidden;cursor:pointer;opacity:.55;transition:opacity .2s ease,border-color .2s ease,transform .15s ease;border:2px solid transparent;background:var(--jh-galeria-fondo);flex-shrink:0}.jh-galeria__miniatura:hover{opacity:.8;transform:translateY(-2px)}.jh-galeria__miniatura.is-activa{opacity:1;border-color:var(--jh-acento)}.jh-galeria__miniatura img{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:769px){.jh-galeria__miniatura{width:90px;height:90px}}@media(max-width:768px){.jh-carrusel__flecha{width:34px;height:34px;font-size:15px}.jh-galeria__miniatura{width:58px;height:58px}.jh-cuadricula--2cols{gap:7px}}.jh-zoom-modal{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000f0;z-index:9999;display:flex;align-items:center;justify-content:center;cursor:zoom-out;animation:jh-fade-in .18s ease}@keyframes jh-fade-in{0%{opacity:0}to{opacity:1}}.jh-zoom-modal img{max-width:92%;max-height:92%;object-fit:contain;border-radius:2px}.jh-zoom-modal__cerrar{position:absolute;top:16px;right:16px;background:#ffffff26;border:1px solid rgba(255,255,255,.25);color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;transition:background .2s ease}.jh-zoom-modal__cerrar:hover{background:#ffffff47}.jh-sticky-atc{position:fixed;bottom:0;left:0;right:0;background:#fffffff7;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-top:1px solid var(--jh-borde);z-index:500;padding:12px 16px;box-shadow:0 -4px 24px #00000012;transform:translateY(100%);transition:transform .28s cubic-bezier(.25,.46,.45,.94);will-change:transform}.jh-sticky-atc.is-visible{transform:translateY(0)}.jh-sticky-atc__inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:16px}.jh-sticky-atc__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.jh-sticky-atc__nombre{font-size:14px;font-weight:600;color:var(--jh-titulo);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jh-sticky-atc__precio{font-size:16px;font-weight:800;color:var(--jh-acento)}.jh-sticky-atc__btn{background:var(--jh-acento);color:var(--jh-acento-texto);border:none;border-radius:var(--jh-radio);padding:12px 22px;font-size:14px;font-weight:700;cursor:pointer;white-space:nowrap;flex-shrink:0;transition:opacity .2s ease,transform .15s ease}.jh-sticky-atc__btn:hover{opacity:.88;transform:translateY(-1px)}.jh-wa-flotante{position:fixed;bottom:24px;right:24px;width:56px;height:56px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 18px #25d36673;z-index:499;transition:transform .2s ease,box-shadow .2s ease;text-decoration:none}.jh-wa-flotante svg{fill:#fff;display:block}.jh-wa-flotante:hover{transform:scale(1.08);box-shadow:0 6px 22px #25d3668c}@media(max-width:768px){.jh-wa-flotante{bottom:78px;right:16px;width:50px;height:50px}.jh-sticky-atc{padding:10px 12px}.jh-sticky-atc__btn{padding:11px 16px;font-size:13px}}.jh-variantes{margin-bottom:16px}.jh-variantes__grupo{margin-bottom:12px}.jh-variantes__label{display:block;font-size:12px;font-weight:700;color:#888;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.jh-variantes__pills{display:flex;flex-wrap:wrap;gap:8px}.jh-variantes__pill{background:#fff;border:1px solid #dddddd;color:#444;font-size:13px;font-weight:500;padding:7px 16px;border-radius:4px;cursor:pointer;transition:all .18s ease;line-height:1}.jh-variantes__pill:hover:not(:disabled){border-color:#111;color:#111}.jh-variantes__pill.is-active{background:#111;border-color:#111;color:#fff}.jh-variantes__pill:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.jh-botones-compra{display:flex;flex-direction:column;gap:10px;margin-bottom:16px}.jh-btn-agregar{display:flex;align-items:center;justify-content:center;width:100%;padding:16px 24px;background:#111;color:#fff;font-size:15px;font-weight:700;border:none;border-radius:4px;cursor:pointer;transition:opacity .2s ease,transform .15s ease,box-shadow .2s ease;letter-spacing:-.2px}.jh-btn-agregar:hover:not(:disabled){opacity:.88;transform:translateY(-1px);box-shadow:0 4px 16px #0000002e}.jh-btn-agregar:active:not(:disabled){transform:translateY(0);box-shadow:none}.jh-btn-agregar:disabled{opacity:.4;cursor:not-allowed}.jh-btn-agregar--cargando .jh-btn-agregar__texto:after{content:"..."}.jh-btn-whatsapp{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;background:#fff;color:#1a5530;font-size:14px;font-weight:600;border:1.5px solid #25d366;border-radius:4px;text-decoration:none;transition:all .2s ease}.jh-btn-whatsapp svg{color:#25d366;flex-shrink:0}.jh-btn-whatsapp:hover{background:#f0fdf4;box-shadow:0 4px 12px #25d36626;transform:translateY(-1px)}.jh-botones-compra__nota{font-size:12px;color:#888;text-align:center;margin:0;line-height:1.5}.jh-stock{margin-bottom:14px}.jh-stock__cabecera{display:flex;justify-content:space-between;align-items:center;margin-bottom:7px}.jh-stock__etiqueta{font-size:12px;color:#888;font-weight:500}.jh-stock__valor{font-size:12px;font-weight:700;color:#c62828}.jh-stock__barra-fondo{width:100%;height:4px;background:#eee;border-radius:99px;overflow:hidden}.jh-stock__barra-relleno{height:100%;background:linear-gradient(90deg,#111,#444);border-radius:99px;transition:width .6s ease}.jh-entrega{display:flex;align-items:flex-start;gap:10px;background:#f0f7ee;border:1px solid #c8e6c9;border-radius:4px;padding:10px 14px;margin-bottom:16px}.jh-entrega__icono{font-size:20px;line-height:1.2;flex-shrink:0}.jh-entrega__contenido{display:flex;flex-direction:column;gap:2px}.jh-entrega__titulo{font-size:13px;font-weight:700;color:#1a5c2a}.jh-entrega__texto{font-size:13px;color:#2e7d32;line-height:1.5}.jh-estrellas{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:16px}.jh-estrellas__iconos{display:flex;gap:1px}.jh-star{font-size:16px;line-height:1}.jh-star--full{color:#111}.jh-star--half{color:#111;opacity:.6}.jh-star--empty{color:#ddd}.jh-estrellas__link{display:flex;align-items:center;gap:4px;font-size:13px;color:#444;text-decoration:underline;text-underline-offset:3px;text-decoration-color:transparent;transition:text-decoration-color .2s ease}.jh-estrellas__link:hover{text-decoration-color:currentColor}.jh-estrellas__link strong{font-weight:700;color:#111}.jh-estrellas__link span{color:#888;font-weight:400}.jh-estrellas__vendidos{font-size:12px;font-weight:600;color:#1a5c2a;background:#edf7ef;border:1px solid #c8e6c9;padding:3px 10px;border-radius:20px;white-space:nowrap}.jh-garantias{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:16px 0}.jh-garantias__item{display:flex;align-items:flex-start;gap:10px;padding:12px 10px;background:#f8f8f8;border:1px solid #eeeeee;border-radius:6px;transition:box-shadow .2s ease}.jh-garantias__item:hover{box-shadow:0 2px 8px #0000000f}.jh-garantias__icono{font-size:22px;line-height:1;flex-shrink:0;margin-top:1px}.jh-garantias__texto{display:flex;flex-direction:column;gap:2px}.jh-garantias__titulo{font-size:12px;font-weight:700;color:#111;line-height:1.3}.jh-garantias__desc{font-size:11px;color:#888;line-height:1.4}@media(max-width:480px){.jh-garantias{grid-template-columns:1fr}}.jh-medios-pago{padding:18px 16px 14px;border-top:1px solid #ebe9e5;border-bottom:1px solid #ebe9e5;margin:16px 0;text-align:center}.jh-medios-pago__titulo{font-size:12px;color:#888;font-weight:500;margin:0 0 14px;letter-spacing:-.1px}.jh-medios-pago__lista{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:8px}.jh-medios-pago__logo-wrapper{display:inline-flex;align-items:center;justify-content:center;background:#fff;padding:7px 11px;border-radius:10px;border:1px solid #ebe9e5;height:40px;min-width:56px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.jh-medios-pago__logo-wrapper:hover{transform:translateY(-2px);box-shadow:0 4px 10px #00000012;border-color:#d0cbc4}.jh-medios-pago__logo-wrapper a{display:flex;align-items:center;justify-content:center}.jh-medios-pago__logo-wrapper img{height:22px;width:auto;max-width:60px;object-fit:contain;display:block}.jh-medios-pago__sello{display:inline-flex;align-items:center;gap:6px;margin-top:14px;font-size:11px;font-weight:500;color:#2e7d32;background:#f0f7ee;padding:5px 14px;border-radius:30px}@media(max-width:640px){.jh-medios-pago{padding:14px 12px 10px}.jh-medios-pago__logo-wrapper{padding:5px 9px;height:36px;min-width:48px}.jh-medios-pago__logo-wrapper img{height:18px;max-width:50px}}.jh-breadcrumb{display:flex;align-items:center;flex-wrap:wrap;gap:4px;font-size:12px;color:#888;margin-bottom:14px;line-height:1.4}.jh-breadcrumb a{color:#888;text-decoration:none;transition:color .2s ease}.jh-breadcrumb a:hover{color:#111;text-decoration:underline;text-underline-offset:2px}.jh-breadcrumb__sep{color:#ccc;-webkit-user-select:none;user-select:none}.jh-breadcrumb__current{color:#444;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.jh-pestanas{margin-top:20px;border-top:1px solid #eeeeee}.jh-pestanas__lista{display:flex;gap:0;border-bottom:1px solid #e0e0e0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.jh-pestanas__lista::-webkit-scrollbar{display:none}.jh-pestanas__btn{background:none;border:none;border-bottom:2px solid transparent;padding:12px 16px;font-size:13px;font-weight:600;color:#888;cursor:pointer;white-space:nowrap;transition:color .2s ease,border-color .2s ease;margin-bottom:-1px;flex-shrink:0}.jh-pestanas__btn:hover{color:#444}.jh-pestanas__btn.is-active,.jh-pestanas__btn[aria-selected=true]{color:#111;border-bottom-color:#111}.jh-pestanas__panel{padding:20px 0}.jh-pestanas__panel[hidden]{display:none}.jh-pestanas__contenido{font-size:14px;color:#444;line-height:1.7}.jh-pestanas__contenido p{margin-bottom:12px}.jh-pestanas__contenido p:last-child{margin-bottom:0}.jh-pestanas__contenido ul,.jh-pestanas__contenido ol{padding-left:20px;margin:12px 0}.jh-pestanas__contenido li{margin-bottom:8px}.jh-pestanas__contenido strong{color:#111}.jh-pestanas__hook{background:#f5f5f5;border-left:3px solid #111111;padding:12px 16px;border-radius:0 4px 4px 0;margin-bottom:16px;font-size:14px;color:#222;font-style:italic}.jh-pestanas__specs-lista{list-style:none;padding:0;margin:0}.jh-pestanas__specs-item{display:flex;align-items:baseline;gap:8px;padding:8px 0;border-bottom:1px solid #f0f0f0;font-size:13px}.jh-pestanas__specs-item:last-child{border-bottom:none}.jh-pestanas__specs-item strong{min-width:120px;flex-shrink:0;font-weight:600;color:#111}.jh-pestanas__specs-item span{color:#555}.jh-pestanas__faq-lista{margin:0}.jh-pestanas__faq-q{font-size:14px;font-weight:700;color:#111;margin:16px 0 4px;padding-left:20px;position:relative}.jh-pestanas__faq-q:before{content:"P:";position:absolute;left:0;color:#888;font-weight:500}.jh-pestanas__faq-q:first-child{margin-top:0}.jh-pestanas__faq-a{font-size:13px;color:#555;margin:0 0 0 20px;line-height:1.6}.jh-precio{margin-bottom:18px}.jh-precio__fila{display:flex;align-items:baseline;flex-wrap:wrap;gap:10px;margin-bottom:6px}.jh-precio__principal{font-size:34px;font-weight:800;color:#0a0a0a;line-height:1;letter-spacing:-.5px}.jh-precio__tachado{font-size:18px;color:#aaa}.jh-precio__tachado s{text-decoration-thickness:1px}.jh-precio__ahorro{font-size:13px;font-weight:700;color:#c62828;background:#fdecea;padding:3px 10px;border-radius:20px;border:1px solid #f8c4c0}.jh-precio__nota{font-size:12px;color:#888;margin:0;line-height:1.5}.jh-cuenta-regresiva{display:inline-flex;align-items:center;gap:8px;background:#111;color:#fff;border-radius:4px;padding:8px 14px;font-size:13px;margin-top:12px;font-weight:500}.jh-cuenta-regresiva__dot{width:8px;height:8px;border-radius:50%;background:#f44;flex-shrink:0;animation:jh-pulso 1.2s ease-in-out infinite}@keyframes jh-pulso{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.85)}}.jh-cuenta-regresiva__label{opacity:.8}.jh-cuenta-regresiva__tiempo{font-weight:700;font-variant-numeric:tabular-nums;letter-spacing:.5px}.jh-faq{background:var(--jh-faq-bg, #ffffff);padding:var(--jh-section-padding, 56px) 24px}.jh-faq__title{font-size:var(--jh-section-title-size, 26px);font-weight:800;color:var(--jh-section-title-color, #0a0a0a);text-align:center;margin:0 0 40px;letter-spacing:-.3px;line-height:1.2}.jh-faq__lista{max-width:var(--jh-faq-width, 800px);margin:0 auto}.jh-faq-item{border-bottom:var(--jh-faq-border-w, 1px) solid var(--jh-border, #e0e0e0)}.jh-faq-item:first-child{border-top:var(--jh-faq-border-w, 1px) solid var(--jh-border, #e0e0e0)}.jh-faq__q{display:flex;align-items:center;justify-content:space-between;gap:16px;width:100%;padding:var(--jh-faq-q-padding, 18px) 0;background:none;border:none;cursor:pointer;text-align:left;font-size:var(--jh-faq-q-size, 15px);font-weight:600;color:var(--jh-faq-q-color, #0a0a0a);line-height:1.4;transition:color .2s ease}.jh-faq__q:hover{color:var(--jh-accent, #111111)}.jh-faq__chevron{flex-shrink:0;width:20px;height:20px;border-radius:50%;border:1.5px solid var(--jh-border, #e0e0e0);display:flex;align-items:center;justify-content:center;transition:transform .28s ease,background .2s ease,border-color .2s ease;position:relative}.jh-faq__chevron:before,.jh-faq__chevron:after{content:"";position:absolute;background:var(--jh-faq-q-color, #0a0a0a);border-radius:2px;transition:transform .28s ease,opacity .2s ease}.jh-faq__chevron:before{width:10px;height:1.5px}.jh-faq__chevron:after{width:1.5px;height:10px}.jh-faq-item.is-open .jh-faq__chevron{background:var(--jh-accent, #111111);border-color:var(--jh-accent, #111111);transform:rotate(45deg)}.jh-faq-item.is-open .jh-faq__chevron:before,.jh-faq-item.is-open .jh-faq__chevron:after{background:#fff}.jh-faq__a{overflow:hidden;max-height:0;transition:max-height .32s cubic-bezier(.4,0,.2,1)}.jh-faq__a:not([hidden]){max-height:600px}.jh-faq__a-inner{padding-bottom:var(--jh-faq-q-padding, 18px);font-size:var(--jh-faq-a-size, 14px);color:var(--jh-muted, #555555);line-height:1.7}.jh-faq__a-inner p{margin:0 0 10px}.jh-faq__a-inner p:last-child{margin-bottom:0}.jh-faq__a-inner ul,.jh-faq__a-inner ol{padding-left:20px;margin:8px 0}.jh-faq__a-inner li{margin-bottom:6px}.jh-faq__a-inner a{color:var(--jh-accent, #111111);text-underline-offset:3px}@media(max-width:768px){.jh-faq{padding-left:16px;padding-right:16px}.jh-faq__title{font-size:calc(var(--jh-section-title-size, 26px) * .85);margin-bottom:28px}}.jh-urgencia{display:flex;align-items:flex-start;gap:10px;background:#fffbf0;border:1px solid #ffe082;border-left:3px solid #f59e0b;border-radius:4px;padding:10px 14px;margin-bottom:14px}.jh-urgencia__icono{font-size:18px;line-height:1.3;flex-shrink:0}.jh-urgencia__texto{display:flex;flex-direction:column;gap:2px}.jh-urgencia__principal{font-size:13px;font-weight:700;color:#111;line-height:1.4}.jh-urgencia__secundario{font-size:12px;color:#666;line-height:1.4}
/*# sourceMappingURL=/cdn/shop/t/6/assets/jh-product.css.map */
