/*---------------------------------------*/
.dp-selection {
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  /* overflow: hidden; */
  width: 100%;
  max-width: 1048px;
  margin: 0 auto;
  --swiper-pagination-color: #333;
  --swiper-pagination-bottom: 0px;
  --COLOR-HILITE: #333;
}

.dp-selection .swiper-wrapper {
  height: auto;
}

.dp-selection .swiper-pagination {
  position: relative;
  bottom: auto;
  top: auto;
  margin: 32px auto;
  margin-bottom: 64px;
}

.dp-selection__list {
  /* max-width: 788px; */
  margin: 0 auto;

}


.dp-selection__title {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 0px 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
  z-index: 1;
  max-width: 832px;
  margin: 0 auto;
  line-height: 1.3;
  font-weight: normal;
  position: relative;
}

.dp-selection__title em {
  display: block;
  font-style: normal;
  text-align: center;
  margin-top: 16px;
  text-transform: none;
}

.dp-selection__title span.dp-selection__color {
  padding: 0;
  color: var(--COLOR-HILITE);
}

.dp-selection[data-block="toning-lotion"] .dp-selection__title {
  max-width: 685px;
}

.dp-selection__title::after {
  content: " ";
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 2px;
  left: 0;
  top: 13px;
  width: 100%;
  background-color: #E9E3DE;
}

.dp-selection__title span {
  display: inline-block;
  padding: 0 20px;
  background-color: #ffffff;
}

.dp-selection__title strong {
  font-weight: normal;
}

.dp-product-section[data-age="30"] .dp-selection__title strong {
  color: #e5b6c1;
}

.dp-product-section[data-age="40"] .dp-selection__title strong {
  color: #e19179;
}

.dp-product-section[data-age="50"] .dp-selection__title strong {
  color: #ba0c2f;
}

.dp-product-section[data-age="60"] .dp-selection__title strong {
  color: #c5a885;
}

.dp-selection__item {
  height: 100%;
  outline: 0;
  margin-bottom: 1px
}


@media (max-width: 761px) {
  .dp-selection__title {
    padding: 20px 16px;
    padding-top: 0;
  }

  .dp-selection__title::after {
    display: none;
  }

  .dp-selection__title span {
    padding: 0px;
  }

  .dp-selection__title strong {
    display: block;
  }

  .dp-selection__list {
    /* max-width: 262px; */
  }
}

.dp-selection__list .swiper-wrapper {
  display: flex;
}

.dp-selection__list .swiper-slide {
  height: auto;
  margin-top: 4px;
  margin-bottom: 4px;
}

.dp-selection__list .producttile-loader {
  height: 100%;
}

/* DTW EDITS */
.dp-selection__list {
  /* max-width: max-content; */
  margin: 0 auto;
  padding-top: 16px;
}