/* =========================================================
   ADADP 11.100.0 - Banner principal CATÁLOGO DE LIBROS
   Sustituye únicamente la cabecera de texto de la categoría
   principal de libros por el nuevo banner gráfico.
   ========================================================= */

body#category.adadp-catalog-banner-v11100 .block-category {
  min-height: 0 !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 18px !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

body#category.adadp-catalog-banner-v11100 .block-category::before,
body#category.adadp-catalog-banner-v11100 .block-category::after {
  display: none !important;
}

body#category.adadp-catalog-banner-v11100 .block-category > h1,
body#category.adadp-catalog-banner-v11100 .block-category > .h1,
body#category.adadp-catalog-banner-v11100 .block-category > .category-description,
body#category.adadp-catalog-banner-v11100 .block-category > #category-description,
body#category.adadp-catalog-banner-v11100 .block-category > .category-cover,
body#category.adadp-catalog-banner-v11100 .block-category > img:not(.adadp-catalog-banner-image-v11100) {
  display: none !important;
}

body#category.adadp-catalog-banner-v11100 .adadp-catalog-banner-wrap-v11100 {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
  overflow: hidden !important;
  border-radius: 18px !important;
  background: #f7fafc !important;
}

body#category.adadp-catalog-banner-v11100 .adadp-catalog-banner-image-v11100 {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 18px !important;
  object-fit: contain !important;
}

/* La navegación por temas continúa justo debajo del banner. */
body#category.adadp-catalog-banner-v11100 #adadp-wingest-categories {
  margin-top: 0 !important;
}

@media (max-width: 767px) {
  body#category.adadp-catalog-banner-v11100 .block-category {
    margin-bottom: 18px !important;
    border-radius: 12px !important;
  }

  body#category.adadp-catalog-banner-v11100 .adadp-catalog-banner-wrap-v11100,
  body#category.adadp-catalog-banner-v11100 .adadp-catalog-banner-image-v11100 {
    border-radius: 12px !important;
  }
}
