/**
 * Carousel Marchi + sistemi capsule (homepage e hub categoria ID 11).
 */

.home-brands-section,
.home-systems-section {
  padding: 46px 0 54px;
  background: #fff;
  overflow: hidden;
}

.home-brands-section .container,
.home-systems-section .container {
  width: 100% !important;
  max-width: 1480px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.layout-fullwidth .home-brands-section .container,
.layout-fullwidth .home-systems-section .container {
  max-width: 1480px !important;
}

.home-brands-section .porto-brand {
  max-width: none;
  margin-bottom: 0;
}

.home-brands-carousel-wrap,
.home-systems-carousel-wrap {
  width: 100%;
  max-width: 100%;
  margin: 0;
  min-width: 0;
}

.home-brands-carousel .item,
.home-systems-carousel .item {
  text-align: center;
  padding: 0 14px;
}

.home-brands-carousel .item a,
.home-brands-carousel .item a:visited,
.home-brands-carousel .item a:hover,
.home-brands-carousel .item a:active,
.home-system-link,
.home-system-link:visited,
.home-system-link:hover,
.home-system-link:active {
  display: block;
  text-decoration: none;
  color: #000;
}

.home-brands-carousel .item img {
  display: block;
  max-height: 72px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  object-fit: contain;
}

.home-system-link img {
  display: block;
  width: 100%;
  max-width: 92px;
  height: auto;
  margin: 0 auto 16px;
}

.home-system-label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.home-brands-section .owl-carousel,
.home-systems-section .owl-carousel {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.home-brands-section .owl-dots,
.home-systems-section .owl-dots {
  display: none !important;
}

.home-section-heading {
  text-align: center;
  margin-bottom: 18px;
}

.home-section-heading .home-slider-title {
  color: #c30016;
  margin-bottom: 6px;
}

.home-section-heading .home-slider-subtitle {
  max-width: none;
  margin: 0 0 14px;
  font-size: 22px;
  color: #777;
}

.home-slider-title {
  margin: 0 0 10px;
  font-size: 44px;
  font-weight: 800;
  line-height: 1.1;
  color: #3a3a3a;
}

body.category-systems-hub .category-hub-carousels {
  margin-top: 0;
}