.cmp-tabs__tab--active {
    border-color:revert;
}

.tab-carousel {
  padding-bottom: 48px;
  position: relative
}
.tab-carousel.bathsensemt{
  margin-top: 100px;
}
.tab-carousel__bg {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 58%;
  bottom: 0;
  background: #5a7851
}
.tab-carousel__headline {
  color: #26282b;
  font-family: BioRhyme;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: .02em;
  line-height: 40px;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 1.25
}
@media (min-width:992px) {
  .tab-carousel__headline {
    color: #333;
    font-size: 48px;
    letter-spacing: 2px;
    margin-bottom: 44px
  }
}
.tab-carousel__outer {
  margin: 0 -10px 60px
}
.tab-carousel__slider {
  margin-bottom: 35px
}
@media (min-width:576px) {
  .tab-carousel__slider {
    margin-bottom: 40px
  }
}
@media (min-width:992px) {
  .tab-carousel__slider {
    margin-bottom: 0
  }
}
.tab-carousel__slider-navigation {
  display: none
}
@media (min-width:992px) {
  .tab-carousel__slider-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
  }
}
.tab-carousel__slider-nav {
  background-color: #fdfeff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #26282b;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 64px!important;
  width: 64px;
  z-index: 2;
  background-color: #fdfeff;
  border: none
}
.tab-carousel__slider-nav.disabled {
  border-color: #9ea4aa;
  color: #9ea4aa;
  cursor: not-allowed
}
.tab-carousel__slider-nav [class^=icon] {
  margin-top: 0
}
.tab-carousel__slider-nav [class^=icon]::before {
  font-size: 24px
}
.tab-carousel__slider-nav.disabled {
  background-color: rgba(253,254,255,.5);
  color: #26282b
}
.tab-carousel__slider-nav.prev {
  margin-right: 15px
}
.tab-carousel__slider .slick-list {
  margin: 0 -10px
}
.tab-carousel__slider .product {
  margin: 0 10px
}
.tab-carousel__bottom {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.tab-carousel__cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}
.tab-carousel__cta:first-child {
  margin-right: 15px
}
.tab-carousel__cta-outer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px
}
.tab-carousel__cta a {
  font-size: 16px;
  line-height: 19px;
  padding: 12px 20px
}
@media (min-width:576px) {
  .tab-carousel__cta a {
    font-size: 18px;
    line-height: 27px;
    padding: 16px 32px
  }
}
.tab-carousel__item {
  margin: 0 10px;
  position: relative
}
.tab-carousel__item--image {
  width: 100%;
  position: relative;
  overflow: hidden
}
.tab-carousel__item--image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center
}
.tab-carousel__item--image:after {
  content: ' ';
  display: block;
  padding-top: 75.2%;
  width: 100%
}
.tab-carousel__item--text {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.2;
  color: #fdfeff;
  margin-top: 16px
}
@media (min-width:768px) {
  .tab-carousel__item--text {
    font-size: 24px
  }
}
.tab-carousel__tab-buttons {
  position: relative;
  width: 100%;
  margin: 0 0 32px;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-bottom: 1px solid #e8ebed;
  overflow-x: auto
}
.tab-carousel__tab-buttons {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}
.tab-carousel__tab-buttons::-webkit-scrollbar { 
  display: none;  /* Safari and Chrome */
}
.tab-carousel__tab-buttons li {
  margin-right: 2.7%
}
.tab-carousel__tab-buttons li button {
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
  background: 0 0;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  color: #26282b;
  padding: 8px;
  border-bottom: 4px solid rgba(38,40,43,0)
}
@media (min-width:576px) {
  .tab-carousel__tab-buttons li button {
    font-size: 18px;
    line-height: 28px
  }
}
.tab-carousel__tab-buttons li button.active {
  border-color: #26282b
}
#home-improv__slider .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}
#home-improv__slider .slick-slide {
  margin: 0 7.5px
}
#home-improv__slider .slick-slide:first-child {
  margin-left: 0
}
#home-improv__slider .slick-slide:last-child {
  margin-right: 0
}
/*# sourceMappingURL=maps/tab-carousel.css.map */
@media screen and (max-width:768px) {
  .tab-carousel.bathsensemt{
    margin-top: 50px;
  }
}