/*
 * Markething Herba — Blocksy header tweaks.
 *
 * Keep the header content-block carousel bounded so a mis-measured Swiper cannot
 * overflow the header while header.js re-runs Swiper.update() to fix its sizing.
 */

.ct-header-content-block {
  width: 100%;
  overflow: hidden;
}

.ct-header-content-block .elementor-widget-loop-carousel,
.ct-header-content-block .swiper.elementor-loop-container {
  max-width: 100% !important;
  overflow: hidden !important;
}
