/*---------------------------------------*/
.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-quickshop {
  display: none !important;
}

.dp-routine__all-link {
  text-align: center;
  padding: 20px;
  display: flex;
  justify-content: center;
}

.dp-routine__item .special-offers-cta {
  display: none;
}
.dp-routine__item:hover .special-offers-cta {
  display: flex;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.dp-routine__list {
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding-bottom: 20px;
}
.dp-routine__title {
  font-size: 40px;
  text-align: center;
  padding: 20px 40px;
  display: block;
  position: relative;
  z-index: 1;
  max-width: 768px;
  margin: 0 auto;
  line-height: 1.2em;
  font-family: "ClarinsRegular", "Clarins";
  font-weight: normal;
}

.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: 352px;
  outline: 0;
  height: 340px;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
}
.dp-routine__item.QuickShopLink span {
  color: #000;
}

.dp-routine__packshot {
  background-color: #f8f8f7;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-routine__packshot img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
.dp-routine__packshot-2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-routine__packshot-2 img {
  display: block;
  margin: 0 auto;
  width: 100% !important;
}
.dp-routine__product-name {
  font-size: 14px;
  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;
  padding-bottom: 0px;
  flex: 1;
}
.dp-routine__product-price {
  font-size: 14px;
  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: 10px;
}
@media (max-width: 1023px) {
  .dp-routine__list {
    max-width: 362px;
  }
  .dp-routine__list .slick-list {
    overflow: visible;
  }
}

@media (max-width: 761px) {
  .dp-routine__title {
    padding: 20px;
    font-size: 35px;
  }
  .dp-routine__list {
    max-width: calc(100% - 80px);
  }
  .dp-routine__title::after {
    display: none;
  }
  .dp-routine__title span {
    padding: 0px;
  }
  .dp-routine__title strong {
    display: block;
  }
  .dp-routine__quickshop-link {
    padding-bottom: 20px;
  }
}
