.elementor-1081 .elementor-element.elementor-element-59e25c0{--display:flex;}/* Start custom CSS for html, class: .elementor-element-4ba3238 */.jvj-category-page{
  width:100%;
  overflow:hidden;
  background:#fff;
  color:#111;
  font-family:Arial, Helvetica, sans-serif;
}

.jvj-category-page *{
  box-sizing:border-box;
}

/* BLOQUE SUPERIOR EDITORIAL */

.jvj-category-hero{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  display:grid;
  grid-template-columns:1.12fr 0.88fr;
  gap:0;
  min-height:900px;
  background:#fff;
}

.jvj-category-hero-main{
  min-height:900px;
  overflow:hidden;
  background:#f8f8f6;
}

.jvj-category-hero-main img{
  width:100%;
  height:100%;
  min-height:900px;
  display:block;
  object-fit:cover;
  object-position:center center;
  background:#f8f8f6;
}

.jvj-category-hero-side{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:900px;
  background:#fff;
  padding:88px 7vw 70px;
}

.jvj-category-hero-side-image{
  width:100%;
  max-width:520px;
  aspect-ratio:1 / 1.18;
  overflow:hidden;
  background:#f8f8f6;
  margin:0 auto 34px;
}

.jvj-category-hero-side-image img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
  background:#f8f8f6;
}

.jvj-category-story{
  width:100%;
  max-width:520px;
  margin:0 auto;
}

.jvj-category-eyebrow{
  margin:0 0 10px;
  font-size:11px;
  line-height:1.2;
  text-transform:uppercase;
  letter-spacing:0.13em;
  font-weight:400;
  color:#777;
}

.jvj-category-story h1{
  margin:0 0 22px;
  font-size:48px;
  line-height:0.95;
  font-weight:400;
  letter-spacing:-0.045em;
  color:#111;
}

.jvj-category-story p:not(.jvj-category-eyebrow){
  margin:0 0 16px;
  font-size:15px;
  line-height:1.58;
  color:#444;
}

/* MOSAICO PRODUCTOS */

.jvj-category-products{
  width:100vw;
  margin-left:calc(50% - 50vw);
  margin-right:calc(50% - 50vw);
  padding:118px 0 135px;
  background:#fff;
}

.jvj-category-products-heading{
  max-width:760px;
  margin:0 auto 54px;
  padding:0 24px;
  text-align:center;
}

.jvj-category-products-heading h2{
  margin:0;
  font-size:38px;
  line-height:1;
  font-weight:400;
  letter-spacing:-0.035em;
  color:#111;
}

/* Catálogo a todo el ancho */

.jvj-category-products-grid{
  width:100%;
  max-width:none;
  margin:0;
  display:grid;
  grid-template-columns:repeat(4, minmax(0, 1fr));
  gap:18px;
  padding:0 18px;
}

/* Por defecto se ven, para que nunca queden ocultas si el JS falla */

.jvj-category-product-card{
  position:relative;
  display:block;
  min-width:0;
  color:#111 !important;
  text-decoration:none !important;
  background:#fff;
  opacity:1;
  transform:none;
  transition:
    opacity 1.55s ease,
    transform 1.55s cubic-bezier(0.22, 1, 0.36, 1);
}

/* Solo se ocultan si el JavaScript ha activado el efecto */

.jvj-category-page.jvj-reveal-ready .jvj-category-product-card{
  opacity:0;
  transform:translateY(80px);
}

.jvj-category-page.jvj-reveal-ready .jvj-category-product-card.is-visible{
  opacity:1;
  transform:translateY(0);
}

.jvj-category-page.jvj-reveal-ready .jvj-category-product-card:nth-child(1){
  transition-delay:0.05s;
}

.jvj-category-page.jvj-reveal-ready .jvj-category-product-card:nth-child(2){
  transition-delay:0.28s;
}

.jvj-category-page.jvj-reveal-ready .jvj-category-product-card:nth-child(3){
  transition-delay:0.51s;
}

.jvj-category-page.jvj-reveal-ready .jvj-category-product-card:nth-child(4){
  transition-delay:0.74s;
}

.jvj-category-product-image{
  position:relative;
  width:100%;
  aspect-ratio:1 / 1.18;
  overflow:hidden;
  background:#fff;
}

.jvj-category-product-badge{
  position:absolute;
  top:20px;
  left:20px;
  z-index:4;
  font-size:9px;
  line-height:1;
  text-transform:uppercase;
  letter-spacing:0.08em;
  color:#555;
}

.jvj-category-product-image img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center center;
  background:#fff;
  padding:0;
  transition:opacity 0.45s ease, transform 0.45s ease;
}

.jvj-category-img-main{
  opacity:1;
  z-index:1;
}

.jvj-category-img-hover{
  opacity:0;
  z-index:2;
}

.jvj-category-product-card:hover .jvj-category-img-main{
  opacity:0;
}

.jvj-category-product-card:hover .jvj-category-img-hover{
  opacity:1;
}

.jvj-category-product-card:hover .jvj-category-product-image img{
  transform:scale(1.025);
}

.jvj-category-product-info{
  position:relative;
  padding:14px 0 0;
  background:#fff;
}

.jvj-category-product-info h3{
  margin:0 0 7px;
  font-size:15px;
  line-height:1.2;
  font-weight:400;
  letter-spacing:-0.01em;
  color:#111;
}

.jvj-category-product-info p{
  margin:0;
  font-size:13px;
  line-height:1.2;
  color:#999;
}

/* TABLET */

@media (max-width:1024px){
  .jvj-category-hero{
    grid-template-columns:1fr 1fr;
    min-height:760px;
  }

  .jvj-category-hero-main,
  .jvj-category-hero-main img{
    min-height:760px;
  }

  .jvj-category-hero-side{
    min-height:760px;
    padding:68px 5vw 58px;
  }

  .jvj-category-hero-side-image{
    max-width:440px;
    margin-bottom:30px;
  }

  .jvj-category-story h1{
    font-size:42px;
  }

  .jvj-category-products{
    padding:96px 0 110px;
  }

  .jvj-category-products-heading{
    margin-bottom:42px;
    padding:0 20px;
  }

  .jvj-category-products-heading h2{
    font-size:34px;
  }

  .jvj-category-products-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:34px 18px;
    padding:0 18px;
  }
}

/* MÓVIL */

@media (max-width:767px){
  .jvj-category-hero{
    grid-template-columns:1fr;
    min-height:auto;
  }

  .jvj-category-hero-main,
  .jvj-category-hero-main img{
    min-height:560px;
  }

  .jvj-category-hero-side{
    min-height:auto;
    padding:2px 0 0;
  }

  .jvj-category-hero-side-image{
    max-width:none;
    width:100%;
    aspect-ratio:1 / 1.16;
    margin:0;
  }

  .jvj-category-story{
    max-width:none;
    padding:34px 20px 48px;
  }

  .jvj-category-story h1{
    font-size:38px;
  }

  .jvj-category-story p:not(.jvj-category-eyebrow){
    font-size:14px;
  }

  .jvj-category-products{
    padding:78px 0 90px;
  }

  .jvj-category-products-heading{
    margin-bottom:34px;
    padding:0 18px;
  }

  .jvj-category-products-heading h2{
    font-size:31px;
  }

  .jvj-category-products-grid{
    grid-template-columns:repeat(2, minmax(0, 1fr));
    gap:32px 12px;
    padding:0 12px;
  }

  .jvj-category-page.jvj-reveal-ready .jvj-category-product-card{
    transform:translateY(58px);
  }

  .jvj-category-product-badge{
    top:14px;
    left:14px;
    font-size:7px;
  }

  .jvj-category-product-info{
    padding:11px 0 0;
  }

  .jvj-category-product-info h3{
    font-size:13px;
  }

  .jvj-category-product-info p{
    font-size:11px;
  }
}

/* MÓVIL PEQUEÑO */

@media (max-width:420px){
  .jvj-category-hero-main,
  .jvj-category-hero-main img{
    min-height:500px;
  }

  .jvj-category-story{
    padding:30px 16px 42px;
  }

  .jvj-category-story h1{
    font-size:34px;
  }

  .jvj-category-products{
    padding-left:0;
    padding-right:0;
  }

  .jvj-category-products-heading h2{
    font-size:28px;
  }

  .jvj-category-products-grid{
    gap:28px 10px;
    padding:0 10px;
  }

  .jvj-category-product-image{
    aspect-ratio:1 / 1.2;
  }
}/* End custom CSS */