/** !! TO DELETE !! **/

body {
  margin: 0;
}

/**********/
/** BASE **/
/**********/

.dp-samplings {
  max-width: 100%;
  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-samplings * {
  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: 230px;
  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: 300px;
  padding: 0 20px;
  font-size: 14px;
  outline: none !important;
  margin: 0 auto;
}
.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 **/
/************/

.dp-header {
  width: 100%;
  position: relative;
}

.dp-header_txt {
  position: absolute;
  left: 50%;
  bottom: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.dp-header_title {
  color: #b40024;
  font-size: 60px;
  line-height: 70px;
  font-family: "ClarinsRegular", "Clarins";
  margin: 0;
}

.dp-header_subtitle {
  font-size: 48px;
  line-height: 50px;
  font-family: "ClarinsRegular", "Clarins";
  margin: 0;
  padding-top: 30px;
}

.dp-header_img {
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-bottom: -4px;
}

@media screen and (max-width: 765px) {
  .dp-header {
    display: flex;
    flex-direction: column;
  }

  .dp-header_img {
    width: 100%;
  }

  .dp-header_txt {
    position: relative;
    left: 0;
    padding: 30px 0;
  }

  .dp-header_title {
    text-align: center;
    font-size: 48px;
    line-height: 48px;
  }

  .dp-header_subtitle {
    font-size: 48px;
    line-height: 48px;
    text-align: center;
    padding-top: 20px;
  }
}

/*************/
/** FOUNDER **/
/*************/

.dp-founder {
  background-color: #feebf9;
  display: flex;
  justify-content: center;
  padding: 70px;
  background-color: #feebf9;
  display: flex;
  justify-content: center;
  padding: 70px;
}

.dp-founder_img img {
  border-radius: 50%;
}

.dp-founder_txt {
  text-align: center;
  padding-right: 50px;
}

.dp-founder_txt p:first-child {
  font-size: 35px;
  font-family: "ClarinsRegular", "Clarins";
  line-height: 38px;
  position: relative;
}

.dp-founder_txt p:nth-child(2) {
  color: #8b8b8b;
  font-size: 11px;
}

.dp-founder_txt p:first-child::before {
  content: "«";
  color: #b40024;
  font-size: 145px;
  line-height: 0.8em;
  vertical-align: bottom;
  /*height: 0;*/
  display: inline-block;
  font-family: "ClarinsRegular", "Clarins";
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .dp-founder {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 765px) {
  .dp-founder {
    flex-direction: column;
    padding: 50px 0;
    text-align: center;
  }

  .dp-founder_img {
    order: 1;
  }

  .dp-founder_txt {
    order: 2;
    padding-right: 0;
  }

  .dp-founder_txt p:first-child {
    font-size: 35px;
    line-height: 38px;
  }

  .dp-founder_txt p:nth-child(2) {
    margin: 0;
  }
}

/***************/
/** TESTIMONY **/
/***************/

.dp-testimony {
  width: 100%;
  background-color: #fff;
  padding: 80px 0;
  position: relative;
  padding-bottom: 120px;
}

.dp-testimony_container {
  max-width: 1170px;
  width: 100%;
  border: solid 7px #fce1f6;
  height: 315px;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dp-testimony_products {
  position: relative;
  width: 100%;
  height: 100%;
  margin-left: 96px;
}

.dp-testimony_products::before {
  content: "";
  display: block;
  background-image: url("../images/hibiscus1.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 230px;
  height: 190px;
  position: absolute;
  top: -130px;
  left: 17px;
}

.dp-testimony_products::after {
  content: "";
  display: block;
  background-image: url("../images/hibiscus2.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 225px;
  height: 239px;
  position: absolute;
  top: 194px;
  left: 375px;
}

.dp-testimony_product-item {
  max-height: 150px;
  position: absolute;
  transition: transform ease-in-out 0.3s;
}

.dp-testimony_product-item:hover {
  cursor: pointer;
  transform: scale(1.1);
  transition: transform ease-in-out 0.3s;
}

.dp-testimony_product1 {
  left: 0;
  top: 63px;
}

.dp-testimony_product2 {
  left: 140px;
  top: 105px;
}

.dp-testimony_product3 {
  left: 42px;
  top: 237px;
}

.dp-testimony_product4 {
  left: 228px;
  top: 253px;
}

.dp-testimony_product5 {
  left: 310px;
  top: 133px;
}

.dp-testimony_product6 {
  left: 253px;
  top: -32px;
}

.dp-testimony_product7 {
  top: 31px;
  left: 417px;
}

.dp-testimony_img {
  position: absolute;
  bottom: 0;
  left: 310px;
}

.dp-testimony_txt {
  width: 500px;
  text-align: center;
  padding: 40px;
  height: 100%;
}

.dp-testimony_title {
  font-size: 35px;
  font-family: "ClarinsRegular", "Clarins";
  line-height: 38px;
  font-weight: normal;
  margin: 0;
}

.dp-testomony_carousel p:first-child {
  font-size: 16px;
  line-height: 22px;
}

.dp-testomony_carousel p:first-child::before {
  content: "«";
  color: #d87c90;
  font-size: 100px;
  line-height: 0.8em;
  vertical-align: bottom;
  /*height: 0;*/
  display: inline-block;
  font-family: "ClarinsRegular", "Clarins";
  overflow: hidden;
}

.dp-testomony_carousel p:nth-child(2) {
  font-size: 11px;
  color: #b3b3b3;
}

.dp-testimony .slick-next,
.dp-testimony .slick-prev {
  transform: scale(0.3);
  transform-origin: center center;
}

.dp-testimony .slick-next {
  right: -45px;
}

.dp-testimony .slick-prev {
  left: -45px;
}

.dp-testimony .slick-dots li.slick-active {
  background: #dc4c6f;
}

@media screen and (min-width: 765px) and (max-width: 1024px) {
  .dp-testimony_products {
    margin-left: -40px;
    transform: scale(0.7);
  }

  .dp-testimony_txt {
    width: 400px;
  }
}

@media screen and (max-width: 765px) {
  .dp-testimony {
    padding: 30px 20px;
  }
  .dp-testimony .slick-next {
    right: -15px;
  }

  .dp-testimony .slick-prev {
    left: -15px;
  }
  .dp-testimony_container {
    width: 100%;
    height: 520px;
    flex-direction: column;
  }

  .dp-testimony_products {
    position: absolute;
    order: 2;
    margin: 0;
    height: 260px;
    bottom: 0;
  }

  .dp-testimony_txt {
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }

  .dp-testimony_product-item {
    max-height: 100px;
  }

  .dp-testimony_product1 {
    left: 109px;
    top: 215px;
  }

  .dp-testimony_product2 {
    left: 54px;
    top: 139px;
  }

  .dp-testimony_product3 {
    display: none;
  }

  .dp-testimony_product4 {
    top: 152px;
    left: 150px;
    height: 63px;
  }

  .dp-testimony_product5 {
    top: 97px;
    left: 252px;
  }

  .dp-testimony_product6 {
    top: 45px;
    left: 184px;
  }

  .dp-testimony_product7 {
    display: none;
  }

  .dp-testimony_products::before {
    left: -21px;
    top: 0;
    width: 144px;
    height: 170px;
  }

  .dp-testimony_products::after {
    left: 158px;
    top: 203;
    width: 159px;
    height: 168px;
  }

  .dp-testomony_carousel p:first-child {
    width: 240px;
    text-align: center;
    margin: 0 auto;
  }

  .dp-testimony_title {
    padding-top: 25px;
    padding-bottom: 15px;
  }

  .dp-testomony_carousel p:first-child::before {
    font-size: 80px;
  }

  .dp-testimony_img {
    left: 0;
    bottom: -70px;
  }
}

/************/
/** SAMPLE **/
/************/

.dp-sample {
  width: 100%;
  text-align: center;
  padding: 40px;
}

.dp-sample_title {
  font-size: 35px;
  line-height: 38px;
  color: #b40024;
  font-family: "ClarinsRegular", "Clarins";
  font-weight: normal;
  margin: 0;
}

.dp-sample_subtitle {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 30px;
}

.dp-sample_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dp-sample_container img {
  width: 50%;
}

.dp-sample_txt {
  width: 360px;
  height: 250px;
  position: relative;
  margin-left: 40px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dp-sample_txt1 {
  font-size: 20px;
  color: #b40024;
  line-height: 24px;
}

.dp-sample_txt2 {
  font-size: 14px;
  line-height: 22px;
}

.dp-sample_txt::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: solid 2px #fde2f7;
  background-color: #fff;
  z-index: -1;
}

.dp-sample_txt::before {
  content: "";
  display: block;
  position: absolute;
  top: -70px;
  left: 60px;
  background-image: url("../images/texture.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (max-width: 765px) {
  .dp-sample {
    padding-top: 100px;
  }

  .dp-sample_title {
    margin-bottom: 10px;
  }

  .dp-sample_container {
    flex-direction: column;
  }

  .dp-sample_container img {
    width: 100%;
  }

  .dp-sample_txt {
    margin-left: 0;
    margin-top: 80px;
    width: 330px;
    height: auto;
    padding: 15px;
    z-index: 1;
  }

  .dp-sample_container {
    position: relative;
  }

  .dp-sample_container img:before {
    content: "";
    height: 100%;
    width: 100%;
  }

  .dp-sample_txt::before {
    top: -50px;
  }
}

/*****************/
/** MINI SAMPLE **/
/*****************/

.dp-mini-sample {
  width: 100%;
  text-align: center;
  padding: 40px;
}

.dp-mini-sample_title {
  font-size: 35px;
  line-height: 38px;
  font-family: "ClarinsRegular", "Clarins";
  margin: 0;
  margin-bottom: 40px;
  font-weight: normal;
}

.dp-mini-sample_container {
  display: flex;
  justify-content: center;
}

.dp-mini-sample_subcontainer {
  width: 460px;
}

.dp-mini-sample_subcontainer:first-child {
  margin-right: 40px;
}

.dp-mini-sample_subcontainer-title {
  font-size: 30px;
  color: #b40024;
  line-height: 35px;
  font-family: "ClarinsRegular", "Clarins";
  margin-top: 30px;
  margin-bottom: 20px;
}

.dp-mini-sample_subcontainer-description {
  font-size: 14px;
  line-height: 20px;
  padding: 0 50px;
  margin-bottom: 25px;
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  .dp-mini-sample_container {
    justify-content: space-between;
  }

  .dp-mini-sample_subcontainer {
    width: 48%;
    margin-right: 0;
  }

  .dp-mini-sample_subcontainer:first-child {
    margin-right: 10px;
  }

  .dp-mini-sample {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dp-mini-sample_subcontainer img {
    width: 100%;
  }

  .dp-mini-sample_subcontainer-description {
    height: 60px;
  }
}

@media screen and (max-width: 765px) {
  .dp-mini-sample_title {
    padding: 0 10px;
  }

  .dp-mini-sample {
    padding: 0;
  }

  .dp-mini-sample_container {
    flex-direction: column;
  }

  .dp-mini-sample_subcontainer img {
    width: 335px;
  }

  .dp-mini-sample_subcontainer {
    width: 100%;
  }

  .dp-mini-sample_subcontainer {
    padding-bottom: 40px;
  }
}

/* @media screen and (min-width: 765px) and (max-width: 1024px){
  .dp-testimony_txt {
    margin-top: -46px!important;
}
} */

.dp-testomony_carousel p:first-child {
  width: 240px;
  text-align: center;
  margin: 0 auto;
  margin-top: -21px;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .dp-testimony_txt {
    margin-top: -31px!important;
  }
 }

 @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2){
  .dp-testomony_carousel p:first-child {
    margin-top: -25px!important;
    font-size: 12px;
}
 }

 @media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { 
  .slick-prev:after, .slick-next:after {
    margin-right: -190px!important;
  }
  .dp-testimony .slick-next {
    right: 10px;
  }

  .slick-prev:after, .slick-next:after {
    width: 49px!important;
}
}
