/*---------------------------------------*/
.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-top: 15px;
}
.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-product-section[data-age="30"] .dp-routine__title strong {
  color: #e5b6c1;
}
.dp-product-section[data-age="40"] .dp-routine__title strong {
  color: #e19179;
}
.dp-product-section[data-age="50"] .dp-routine__title strong {
  color: #ba0c2f;
}
.dp-product-section[data-age="60"] .dp-routine__title strong {
  color: #c5a885;
}
.dp-routine__item {
  padding: 10px;
  max-width: 242px;
  outline: 0;
}
.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__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-top: 20px;
}
@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="double-serum"] img {
  width: 56px !important;
}
.dp-routine__packshot[data-product="total-eye-lift"] img {
  width: 56px !important;
}
.dp-routine__packshot[data-product="eye-contour-gel"] img {
  width: 79px !important;
}
.dp-routine__packshot[data-product="multi-active-eye"] img {
  width: 52px !important;
}
.dp-routine__packshot[data-product="hydra-essentiel-eye"] img {
  width: 70px !important;
}
.dp-routine__packshot[data-product="extra-firming-eye"] img {
  width: 54px !important;
}
.dp-routine__packshot[data-product="extra-firming-day"] img {
  width: 148px !important;
}
.dp-routine__packshot[data-product="v-wrap"] img {
  width: 132px!important;
}
.dp-routine__packshot[data-product="sfl-eye"] img {
  width: 31px !important;
}
.dp-routine__packshot[data-product="sfl"] img {
  width: 42px !important;
}
.dp-routine__packshot[data-product="hydra"] img {
  width: 54px !important;
}

.dp-routine__product-name {
  font-size: 15px !important;
}


/*DTW Edits*/
.dp-routine__title{
  font-size: 27px;
}

.dp-routine__mentions {
    font-size: 10px;
    color: #000;
    opacity: 0.6;
    max-width: 890px;
    margin: 6px auto 0;
    width: 100%;
}
.dp-routine-section__arguments {
    list-style: none;
}

/*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) { 
  .dp-routine__mentions{
    max-width: 770px;
  }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { }

@media screen and (max-width: 761px){
  .dp-routine__mentions{
    max-width: 100%;
    width: 50%;
  }
  .dp-routine-section__arguments{
    padding: 0;
  }
}