/* Productos Jumbo - limpieza final de /nuestros-productos/
 * Retira unicamente decoradores/separadores rojos alrededor de los subtitulos.
 */

body.page-id-31553 .jumbo-heading-synced,
body.page-id-31553 .jumbo-heading-synced *,
body.page-id-31553 .jumbo-sector-heading,
body.page-id-31553 .jumbo-products-popular-heading {
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-image: none !important;
  background-image: none !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

body.page-id-31553 .jumbo-heading-synced::before,
body.page-id-31553 .jumbo-heading-synced::after,
body.page-id-31553 .jumbo-heading-synced *::before,
body.page-id-31553 .jumbo-heading-synced *::after,
body.page-id-31553 .jumbo-sector-heading::before,
body.page-id-31553 .jumbo-sector-heading::after,
body.page-id-31553 .jumbo-products-popular-heading::before,
body.page-id-31553 .jumbo-products-popular-heading::after {
  display: none !important;
  content: none !important;
  border: 0 !important;
  background: none !important;
}

/* WPBakery / Salient pueden insertar el separador como un elemento hermano
   dentro del mismo wrapper del titulo. Se limita la limpieza a wrappers que
   contienen nuestros subtitulos sincronizados. */
body.page-id-31553 .main-content .wpb_wrapper:has(.jumbo-heading-synced) > .vc_separator,
body.page-id-31553 .main-content .wpb_wrapper:has(.jumbo-heading-synced) > .nectar-separator,
body.page-id-31553 .main-content .wpb_wrapper:has(.jumbo-heading-synced) > .divider-wrap,
body.page-id-31553 .main-content .wpb_wrapper:has(.jumbo-heading-synced) > .divider-small-border,
body.page-id-31553 .main-content .wpb_wrapper:has(.jumbo-heading-synced) > hr {
  display: none !important;
}
