.tab-section__container {
  overflow: hidden;
}

.tabs__nav {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.625rem;
  overflow-x: auto;
  padding-bottom: 0.9375rem;
}
.tabs__item-title {
  padding: 0.625rem 0.9375rem;
  border-radius: 0.0625rem;
  background-color: #fff;
  border: 0.0625rem solid #eee;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.tabs__item-title.active {
  background-color: #72acaa;
  border: 0.0625rem solid #72acaa;
  color: #fff;
}
.tabs__body {
  margin-top: 1.875rem;
}
.tabs__item-wrap {
  display: none;
}
.tabs__item-wrap.active {
  display: block;
}
.tabs__item-wrap.nl-product-carousel {
  padding-top: 0;
}
@media (max-width: 20em) {
  .tab-section {
    padding-top: 1.875rem;
  }
  .tab-section {
    padding-bottom: 1.875rem;
  }
}
@media (min-width: 20em) and (max-width: 87.5em) {
  .tab-section {
    padding-top: clamp( 1.875rem , 1.50462962963125rem  +  1.8518518519vw , 3.125rem );
  }
  .tab-section {
    padding-bottom: clamp( 1.875rem , 1.50462962963125rem  +  1.8518518519vw , 3.125rem );
  }
}
@media (min-width: 87.5em) {
  .tab-section {
    padding-top: 3.125rem;
  }
  .tab-section {
    padding-bottom: 3.125rem;
  }
}