/*---------------------------------------*/
.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: #000000;
  padding: 12px 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    Helvetica, Arial, sans-serif;
  cursor: pointer;
  border: 1px solid #B0A9A5;
  min-width: 90px;
  text-align: center;
  border-radius: 5px;
  outline: 0;
}

.dp-routine__quickshop-link a:hover,
.dp-routine__quickshop-link span:hover {
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .15);
}

.dp-routine__quickshop-link a:focus-visible,
.dp-routine__quickshop-link span:focus-visible {
  box-shadow: 0px 0px 0px 1px #fff, 0px 0px 0px 3px #6893D2;
}

.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: 950px;
  margin: 0 auto;
  line-height: 1.3;
  font-weight: normal;
  position: relative;
}

.dp-routine[data-block="toning-lotion"] .dp-routine__title {
  max-width: 685px;
}

.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: #ffffff;
}

.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: 16px;
  /* max-width: 242px; */
  outline: 0;
}

.dp-routine__item.QuickShopLink span {
  color: #000000;
}

.dp-routine__packshot {
  background-color: #f8f8f7;
  display: flex;
  justify-content: center;
  align-items: center;

}

.dp-routine__packshot img {
  width: 100%;
  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;
  font-weight: normal;
  padding: 15px 10% 0px;
  line-height: 1.4;
}

.dp-routine__product-picto {
  font-size: 0;
  height: 47px;
  display: block;
  margin: 0 auto;
  margin-top: -8px;
  z-index: 2;
  position: relative;
  width: 25px;
  cursor: pointer;
}

.dp-routine__product-picto span {
  height: 22px;
  width: 25px;
  display: block;
  background-position: bottom left;
  background-size: auto 47px;
  background-repeat: no-repeat;
  margin-top: -4px;
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 12px);
}

@media(max-width:761px) {

  .dp-routine__product-picto[data-open="1"] span {
    height: 47px;
    width: 80px;
  }
}

@media(min-width:762px) {

  .dp-routine__product-picto:hover span {
    height: 47px;
    width: 80px;
  }
}




.dp-routine__product-picto[data-type="gel"] span {
  background-image: url(../img/picto-texture-gel.svg);
}

.dp-routine__product-picto[data-type="fluid"] span {
  background-image: url(../img/picto-texture-fluid.svg);
}

.dp-routine__product-price {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding-top: 15px;
}

.dp-routine__product-price[data-price]:before {
  display: none;
  content: attr(data-default);
}

.dp-routine__product-price[data-price] span {
  display: block;
}

.dp-routine__product-price[data-price|="%"]:before,
.dp-routine__product-price[data-price$="%"]:before,
.dp-routine__product-price[data-price*=Product]:before,
.dp-routine__product-price[data-price*=price]:before,
.dp-routine__product-price[data-price*="N/A"]:before,
.dp-routine__product-price[data-price=""]:before {
  display: block !important;
}

.dp-routine__product-price[data-price|="%"] span,
.dp-routine__product-price[data-price$="%"] span,
.dp-routine__product-price[data-price*=Product] span,
.dp-routine__product-price[data-price*=price] span,
.dp-routine__product-price[data-price*="N/A"] span,
.dp-routine__product-price[data-price=""] span {
  display: none !important;
}

.dp-routine__product-option {
  color: #797674;
  font-size: 9px;
  line-height: 1.2;
  text-align: center;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-weight: normal;
  padding-top: 5px;
}

@media (max-width: 761px) {
  .dp-routine__title {
    padding: 30px 10% 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;
  }
}


/* DTW EDITS */
.dp-routine__list {
  /* max-width: max-content; */
  margin: 0 auto;
}

#plus_loin_img {
  width: 210px !important;
}

.dp-routine__quickshop-link a,
.dp-routine__quickshop-link span {
  text-transform: initial;
}

/*
.dp-routine__quickshop-link a:hover,
.dp-routine__quickshop-link span:hover {
	color: #be0f34;
}*/

@media (max-width: 480px) {
  .dp-routine__item {
    padding: 10px;
    max-width: 100%;
    outline: 0;
  }
}

/* Custom */
.dp-routine__item_col {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  height: 100%;
}

.slick-dots {
  bottom: 0;
  padding-top: 35px;
  position: relative;
}

.slick-track {
  display: flex !important;
}

.slick-track .slick-slide {
  height: auto;
  display: flex !important;
}

.slick-slide>div {
  display: flex;
}


.slick-prev:not(.cba-button-style),
.slick-next:not(.cba-button-style) {
  display: none !important;
}

.slick-prev:not(.cba-button-style),
.slick-next:not(.cba-button-style),
.svg-arrow-right-black-dims,
.pdp-redesign .quick-shop-ui-dialog .slick-next:after,
.slick-next:after,
.slick-prev:not(.cba-button-style):after,
.slick-next:not(.cba-button-style):after {
  width: 60px !important;
  height: 60px !important;
}

.svg-arrow-right-black,
.pdp-redesign .quick-shop-ui-dialog .slick-next:after,
.slick-next:after,
.svg-arrow-left-black-dims,
.pdp-redesign .quick-shop-ui-dialog .slick-prev:after,
.slick-prev:after {
  top: 0;
  left: 0;
  position: absolute !important;
  background-size: cover;
}

.slick-dotted.slick-slider {
  padding-bottom: 35px;
  margin-bottom: 0;
}

.slick-dots li.slick-active {
  background: #b40024;
}

.svg-arrow-right-black,
.pdp-redesign .quick-shop-ui-dialog .slick-next:after,
.slick-next:after {
  background-image: url(../img/arrow-right.png);
}

.svg-arrow-left-black,
.pdp-redesign .quick-shop-ui-dialog .slick-prev:after,
.slick-prev:after {
  background-image: url(../img/arrow-left.png);
}

.svg-arrow-right-black,
.pdp-redesign .quick-shop-ui-dialog .slick-next,
.slick-next {
  right: -45px;
}

.svg-arrow-left-black,
.pdp-redesign .quick-shop-ui-dialog .slick-prev,
.slick-prev {
  left: -45px;
}

@media (max-width: 1024px) {
  .slick-prev:not(.cba-button-style) {
    left: 0;
  }

  .slick-next:not(.cba-button-style) {
    right: 0;
  }
}

.dp-routine button.slick-arrow:focus,
.dp-routine button.slick-arrow:active {
  border: none;
  outline: 0px solid #000000 !important;
}