.carousel--main {
  background: url('/banners/carousel/bg-3.jpg') no-repeat center center;
  background-size: cover;
}

.carousel--main .slick-track {
  display: flex;
  align-items: stretch; 
  justify-content: center;
}

.carousel--main .slick-track .slick-slide {
  display: flex;
  height: auto;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.banner--carousel {
  position: relative; 
}

.banner--carousel .banner__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 45px 25px 60px;
}

.banner--carousel .banner__content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner--carousel .banner__col {
  position: relative;
}

.banner--carousel .banner__col:last-child {
  max-width: 495px;
}

.banner--carousel .banner__category {
  font-size: 13px;
  margin-bottom: 20px;
  white-space: nowrap;
}

.banner--carousel .banner__category img {
  position: relative;
  top: -2px;
}

.banner--carousel .banner__category--mobile {
  display: none;
}

.banner--carousel .backpack {
  margin-right: 0;
}

.banner--carousel .banner__headline {
  font-size: 60px;
  line-height: 55px;
  margin-bottom: 25px;
}

.banner--carousel .banner__text p {
  font-size: 22px;
  max-width: 280px;
  margin: 0 0 25px 0;
  line-height: 23px;
}

.banner--carousel .banner__text ul {
  margin: 0 0 20px 25px;
  padding: 0;
  font-size: 22px;
  line-height: 1.3;
}

.banner--carousel .banner__text ul li {
  padding: 7px 0;
}

.banner--carousel .banner__text small {
  font-size: 18px;
  font-family: "DINNextLTPro", sans-serif;
  max-width: 470px;
  margin: 0 auto 20px;
  display: block;
}

.banner--carousel .banner__more {
  padding: 6px 46px 4px 10px;
  font-size: 21.5px;
  border: 2px solid #fff;
  position: absolute;
  right: 0;
  white-space: nowrap;
  transition: all .25s ease;
  background: #fff;
  color: #282828;
}

.banner--carousel .banner__more:hover {
  background-color: transparent;
  color: #fff;
}

/* Banner - colors */
.banner--colors {
  background: url('/banners/carousel/colors/bg.jpg') no-repeat center center;
  background-size: cover;
  height: 100%;
  display: flex;
  align-items: center;
}

.banner--colors .banner__inner {
  position: relative;
  width: 100%;
}

.banner--colors .banner__col:last-child {
  max-width: 800px;
  position: static;
}

.banner--colors .banner__headline {
  text-align: center;
  font-size: 120px;
  line-height: 100px;
  letter-spacing: -3px;
  margin-bottom: 34px;
}

.banner--colors .banner__text p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 650px;
  font-size: 22px;
  line-height: 1.1;
}

.banner--colors .banner__more {
  bottom: -20px;
}

@media screen and (max-width: 1220px) {
  .carousel--main .slick-prev {
    margin-left: 0;
    left: 20px;
  }

  .carousel--main .slick-next {
    margin-right: 0;
    right: 20px;
  }

  .banner--colors .banner__more {
    right: 20px;
  }
}

@media screen and (max-width: 768px) {

  .carousel--main .slick-prev,
  .carousel--main .slick-next {
    top: 40%;
  }

  .banner--carousel .banner__content {
    flex-direction: column;
  }

  .banner--carousel .backpack {
    margin-right: auto;
    margin-left: auto;
  }

  .banner--carousel .banner__headline {
    font-size: 50px;
    line-height: 45px;
  }

  .banner--carousel .banner__category {
    display: none;
  }

  .banner--carousel .banner__text {
    margin-bottom: 30px;
  }

  .banner--carousel .banner__category--mobile {
    display: block;
    align-self: flex-start;
  }

  .banner--carousel .banner__more {
    background: #fff;
    color: #000;
  }

  .banner--carousel .banner__text ul {
    font-size: 18px;
  }
}

.banner--bolt-snaps .banner__category {
  margin-bottom: 8px;
}

.banner--bolt-snaps .banner__headline {
  margin-left: -3px;
}

.banner--bolt-snaps .banner__text p {
  margin-bottom: 50px;
}

.banner--bolt-snaps .banner__col .backpack {
  margin-top: 20px;
  margin-right: 30px;
}

@media screen and (max-width: 950px) {
  .banner--carousel .banner__headline {
    font-size: 40px;
    line-height: 40px;
  }

  .banner--bolt-snaps .banner__category--mobile {
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
  }

  .banner--bolt-snaps .banner__text p {
    max-width: none;
    text-align: center;
  }

  .banner--bolt-snaps .banner__headline {
    margin-top: 30px;
    text-align: center;
  }

  .banner--bolt-snaps .banner__more {
    left: 50%;
    right: auto;
    transform: translate(-50%);
  }

  .banner--bolt-snaps .banner__col .backpack {
    margin-right: 0;
  }

  .banner--colors { 
    background-image: url('/banners/carousel/colors/bg-mobile.jpg');
  }

  .banner--colors .banner__col:last-child {
    max-width: 500px;
  }

  .banner--colors .banner__headline {
    font-size: 99px;
    line-height: 99px;
  }

  .banner--colors .banner__text p {
    font-size: 28px;
    line-height: 30px;
  }
}

@media screen and (max-width: 550px) {
  .banner--colors .banner__inner {
    width: auto;
  }


  .banner--colors .banner__col:last-child {
    margin-top: -140px;
    position: relative;
  }

  .banner--colors .banner__headline {
    font-size: 80px;
    line-height: 80px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .banner--colors .banner__text p {
    font-size: 20px;
    line-height: 20px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .banner--colors .banner__more {
    bottom: -100px;
    right: 0px;
  }
}

@media screen and (max-width: 474px) {
  .banner--colors .banner__headline {
    font-size: 60px;
    line-height: 60px;
  }

  .banner--colors .banner__more {
    right: 20px;
  }
}
