/** !! TO DELETE !! **/

body {
  margin: 0;
}
.breadcrumb {
  display: none;
}
#main:not(.main-homepage) {
  padding-top: 0px;
}
#wrapper {
  max-width: 100%;
}
/**********/
/** BASE **/
/**********/

.dp-sfl-eye-pdp {
  max-width: 1170px;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
  color: #333333;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  font-size: 14px;
}

.dp-sfl-eye-pdp * {
  box-sizing: border-box;
}

.dp-is-desktop {
  display: block;
}

.dp-is-mobile {
  display: none;
}

.dp-shop-btn a,
.dp-shop-btn button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  color: #333;
  width: 150px;
  height: 50px;
  border: solid 1px #333 !important;
  border-radius: 3px;
  background-color: transparent;
  transition: 0.3s;
  cursor: pointer;
  text-transform: none;
  padding: 0;
  min-width: unset;
  max-width: 150px;
  font-size: 14px;
  outline: none !important;
}
.dp-shop-btn a:hover,
.dp-shop-btn button:hover {
  border: solid 1px #fff !important;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  outline: none !important;
}
.dp-shop-btn_hidden-quickshop {
  display: none !important;
}

@media screen and (max-width: 765px) {
  .dp-is-desktop {
    display: none;
  }

  .dp-is-mobile {
    display: block;
  }
}

/************/
/** HEADER **/
/************/

/** HEADER BLOCK 1 **/

.dp-header_block1 {
  width: 100%;
  position: relative;
}

.dp-header_block1-img {
  width: 100%;
  display: block;
}

.dp-header-block1-txt {
  position: absolute;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  left: calc(50% - 120px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.dp-header-block1-txt .dp-shop-btn {
  margin: 0 auto;
  padding: 60px 0;
}

.dp-header-block1-txt .dp-shop-btn button {
  font-weight: 700;
}

.dp-header-block1-txt h1 {
  font-size: 60px;
  font-family: "ClarinsRegular", "Clarins";
  color: #dc4b6d;
  font-weight: normal;
  margin: 0;
  line-height: 1em;
}

.dp-header-block1-txt h2 {
  font-size: 24px;
  line-height: 1.4em;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
  margin: 0;
  padding-top: 15px;
}

@media screen and (max-width: 765px) {
  .dp-header-block1-txt {
    position: relative;
    left: 0;
  }
  .dp-header-block1-txt h1 {
    font-size: 35px;
    padding-top: 40px;
    line-height: 40px;
  }
  .dp-header-block1-txt h2 {
    font-size: 20px;
    padding: 0;
    padding-top: 40px;
    line-height: 30px;
  }
}

/*************/
/** ROUTINE **/
/*************/

.dp-routine {
  background: linear-gradient(to top, #efc4cd, #faeaef);
  width: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 70px;
  margin-top: 70px;
}

.dp-routine::before {
  content: " ";
  width: 0;
  height: 0;
  border-left: 280px solid transparent;
  border-right: 280px solid transparent;
  border-top: 300px solid #fff;
  position: absolute;
  top: 0;
  left: calc(50% - 280px);
  z-index: 1;
}

.dp-routine_block1 {
  width: 100%;
  position: relative;
  z-index: 2;
  padding-top: 90px;
}

.dp-routine_block1 h2 {
  margin: 0;
  color: #dc4b6d;
  font-size: 48px;
  font-family: "ClarinsRegular", "Clarins";
  font-weight: normal;
}

.dp-routine_block1-square {
  width: 500px;
  height: 500px;
  background-color: #fff;
  position: absolute;
  transform: rotate(45deg) scale(0, 2);
}
.dp-routine_block2 {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.dp-routine_block2-product {
  width: 200px;
  position: relative;
  display: block;
  height: 400px;
  margin: 0 auto;
}
.dp-routine_block2-product-content {
  height: 260px;
  width: 260px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding-top: 40px;
}
.dp-routine_block2-product-title {
  margin: 0;
  font-family: "ClarinsRegular", "Clarins";
  color: #dc4c6e;
  font-size: 35px;
  line-height: 1em;
  flex-basis: 80px;
}
.dp-routine_block2-description {
  margin: 0;
  font-size: 16px;
  color: #333333;
  text-transform: uppercase;
  flex: 1;
}
.dp-routine_block2-price {
  margin: 0;
  font-size: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  color: #333333;
  margin-bottom: 20px;
}
.dp-routine_block2 .dp-shop-btn button {
  margin: 0 auto;
}
.dp-routine_block2-product img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.dp-routine_block2-product[data-product="lift-affine"] img {
  width: 258px;
}
.dp-routine_block2-product[data-product="SFL-eye"] img {
  width: 214px;
}
.dp-routine_block2-product[data-product="SFL-serum"] img {
  width: 234px;
}
.dp-routine_block2-product[data-product="double-serum"] img {
  width: 243px;
}
.dp-sfl-eye-pdp .slick-dots li.slick-active {
  background: #dc4c6f;
}
@media screen and (max-width: 1023px) {
  .dp-routine_block1 p br {
    display: none;
  }
}

@media screen and (max-width: 765px) {
  .dp-routine {
    margin-top: 0;
  }
  .dp-routine_block2-price {
    margin-top: 5px;
  }
  .dp-routine .slick-slide {
    padding-bottom: 20px;
  }
  .dp-routine .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
  .dp-routine_block1 {
    padding-top: 0;
    padding-bottom: 20px;
  }
  .dp-routine_block1 h2 {
    font-size: 30px;
  }
  .dp-routine::before {
    border-left: 300px solid transparent;
    border-right: 300px solid transparent;
    border-top: 300px solid #fff;
    left: calc(50% - 300px);
  }
  .dp-routine_block1 p {
    font-size: 20px;
    width: calc(100% - 40px);
    margin: 0 auto;
    line-height: 1.4em;
    height: auto;
    display: block;
    padding-top: 30px;
  }
  .dp-routine_block2 {
    width: 200px;
    margin: 0 auto;
  }

  .dp-header-block1-txt .dp-shop-btn {
    margin: 0 auto;
    padding: 40px 0;
  }

  .dp-routine_block2 .slick-list {
    overflow: visible;
  }
  .dp-routine_block2 .dp-routine_block2-product-content {
    display: none;
  }
  .dp-routine_block2 .slick-active .dp-routine_block2-product-content {
    display: block;
  }
  .dp-routine_block2 .slick-next,
  .dp-routine_block2 .slick-prev {
    transform: scale(0.8);
    transform-origin: center center;
  }
  .dp-routine_block2-product {
    height: 210px;
  }
  .dp-routine_block2-product[data-product="lift-affine"] img {
    width: 171px;
  }
  .dp-routine_block2-product[data-product="SFL-eye"] img {
    width: 141px;
  }
  .dp-routine_block2-product[data-product="SFL-serum"] img {
    width: 154px;
  }
  .dp-routine_block2-product[data-product="double-serum"] img {
    width: 148px;
  }
  .dp-routine_block2-product-content {
    padding-top: 20px;
    padding-bottom: 20px;
    height: 230px;
  }
  .dp-routine_block2-product-title {
    font-size: 24px;
    flex-basis: unset;
    padding-bottom: 15px;
  }
}

/*Master Analysis Edits*/
.dp-routine_block2-product-title{
  min-height: 115px;
}
.dp-routine_block2-description{
  min-height: 45px;
}

.slick-list{
  height: 700px;
}

@media only screen and (max-width: 761px){
  .slick-list{
    height: 500px;
  }
  .dp-routine_block2-product-title{
    width: 99%;
  }
  .slick-dots{
    left: 5px;
  }
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
  .dp-header-block1-txt h1{
    width: 90%;
    margin: 0 auto;
  }
  .dp-header-block1-txt .dp-shop-btn{
    padding: 25px 0;
  }
}