/*---------------------------------------*/
.dp-routine {
  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;
}
.dp-routine .dp-quickshop {
  display: none !important;
}

.dp-routine__quickshop-link {
  text-align: center;
  padding-bottom: 10px;
}
.dp-routine__quickshop-link a,
.dp-routine__quickshop-link span {
  background-color: transparent;
  display: inline-block;
  color: #000;
  padding: 15px 30px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 11px;
  line-height: 18px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  border: 1px solid #e7e4e2;
  min-width: 155px;
  text-align: center;
  border-radius: 5px;
}
.dp-routine__list {
  max-width: 788px;
  margin: 0 auto;
}
.dp-routine__title {
  font-size: 22px;
  text-transform: uppercase;
  text-align: center;
  padding: 20px 40px;
  display: block;
  position: relative;
  z-index: 1;
  max-width: 768px;
  margin: 0 auto;
  line-height: 1.2em;
  font-weight: normal;
}
.dp-routine__title::after {
  content: " ";
  width: 100%;
  position: absolute;
  z-index: -1;
  height: 2px;
  left: 0;
  top: 33px;
  width: 100%;
  background-color: #e7e4e2;
}

.dp-routine__title span {
  display: inline-block;
  padding: 0 60px;
  background-color: #fff;
}

.dp-routine__title strong {
  font-weight: normal;
}

.dp-routine__item {
  padding: 10px;
  max-width: 242px;
  outline: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  box-sizing: border-box;
  align-items: center;
  margin: 0 auto;
}
.dp-routine__item.QuickShopLink span {
  color: #000;
}

.dp-routine__packshot {
  background-color: #f8f8f7;
  display: flex;
  height: 242px;
  width: 242px;
  justify-content: center;
  align-items: center;
}

.dp-routine__packshot img {
  width: 132px !important;
  display: block;
  margin: 0 auto;
}
.dp-routine .slick-track {
  display: flex;
}
.dp-routine .slick-slide > div {
  height: 100%;
}

.dp-routine__product-name {
  font-size: 16px;
  text-align: center;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  color: #000;
  font-weight: normal;
  padding: 20px 0;
  flex: 1;
}
@media (max-width: 761px) {
  .dp-routine__title {
    padding: 20px;
  }
  .dp-routine__title::after {
    display: none;
  }
  .dp-routine__title span {
    padding: 0px;
  }
  .dp-routine__title strong {
    display: block;
  }
  .dp-routine__list {
    max-width: 262px;
  }
  .dp-routine__list .slick-list {
    overflow: visible;
  }
}

/*-------------------------------------------------------*/

.dp-routine__packshot[data-product="gommage-tonic"] img {
  width: 132px !important;
}

.dp-routine__packshot[data-product="huile-tonic"] img {
  width: 80px !important;
}

.dp-routine__packshot[data-product="body-fit"] img {
  width: 64px !important;
}

.dp-routine__packshot[data-product="gommage-exfoliant"] img {
  width: 90px !important;
}

.dp-routine__packshot[data-product="super-lift"] img {
  width: 90px !important;
}

.dp-routine__packshot[data-product="gel-buste-super-lift"] img {
  width: 42px !important;
}

.dp-routine__packshot[data-product="body-partner"] img {
  width: 88px !important;
}

.dp-routine__packshot[data-product="baume-corps"] img {
  width: 94px !important;
}

.dp-routine__packshot[data-product="masvelt"] img {
  width: 137px !important;
}

.dp-routine__packshot[data-product="lait-corps-velours"] img {
  width: 72px !important;
}




/*DTW Responsive Edits*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { }

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { }

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
  .dp-routine .slick-list{
    overflow: hidden !important;
  }
}