@import url('https://fonts.googleapis.com/css2?family=Bowlby One&display=swap');
body,
button,
input,
textarea,
select {
  font-family: 'Bowlby One', cursive;
}
#_desktop_top_menu .top-menu a {
  font-size: 15px;
}
.category-cover {
  width: 100%;
  max-width: 760px;
  margin: auto;
}

.category-cover img {
  width: 100%;
  height: auto;
  display: block;
}
/* Banner de categoría 760x200 */
.block-category .block-category-inner{
  display: block;            /* evita el layout tipo miniatura */
}

.block-category .category-cover{
  width: 100%;
  max-width: 760px;
  margin: 0 auto 1rem;
}

.block-category .category-cover img{
  width: 100%;
  height: auto;
  display: block;
}
/* --- Fix banner categoría (Classic) --- */
.block-category .block-category-inner{
  display: block !important;   /* Classic lo pone en flex y deja la imagen pequeña */
}

.block-category .category-cover{
  width: 100% !important;
  max-width: 760px !important;
  margin: 0 auto 1rem !important;
}

.block-category .category-cover img{
  width: 100% !important;
  height: auto !important;
  display: block !important;
  max-width: 760px !important;
}



