/*-----------------------------------------------------------*/
.dp-header {
  overflow: hidden;
  width: 100%;
  max-width: 1048px;
  text-align: center;
  display: block;
  position: relative;
  margin: 0 auto;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, "Kanit Light", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  background-color: #fff;
}
.dp-header__background {
  min-height: 566px;
  position: relative;
}
.dp-header__background img {
  max-width: 100%;
  margin: 0 auto;
  display: block;
}
@media (max-width: 1023px) and (min-width: 762px) {
  .dp-header__background img {
    width: 1048px;
    margin-left: calc(50% - 524px);
    max-width: 1048px;
  }
}
@media (max-width: 761px) {
  .dp-header__background img {
    width: 100%;
  }
}
/*-----------------------------------------------------------*/
.dp-header__main-title {
  font-size: 60px;
  margin: 0 auto;
  font-weight: normal;
  padding-top: 35px;
  padding-bottom: 10px;
  font-family: ClarinsRegular, Clarins, "Kanit Light";
  line-height: 1em;
}
.dp-header__main-title span {
  display: block;
}
.dp-header__bold-text {
  font-size: 22px;
  text-transform: uppercase;
  margin: 0 auto;
  padding: 20px;
  max-width: 650px;
}
.dp-header__text {
  font-size: 14px;
  margin: 0 auto;
  max-width: 650px;
}
.dp-header__mentions {
  font-size: 12px;
  opacity: 0.5;
  margin: 0 auto;
  line-height: 1.4em;
  padding-top: 20px;
  max-width: 650px;
}
@media (max-width: 761px) {
  .dp-header__main-title {
    font-size: 42px;
    padding-top: 15px;
  }
  .dp-header__bold-text {
    font-size: 14px;
    padding: 20px;
    max-width: 240px;
  }
  .dp-header__text {
    max-width: calc(100% - 40px);
  }
  .dp-header__mentions {
    max-width: calc(100% - 40px);
  }
}

/*DTW Edits*/
.breadcrumb{
  margin-top: 18px;
}
#wrapper.pt_wrapper, #wrapper.pt_categorylanding .breadcrumb-container{
  max-width: 1250px;
  margin: 0 auto;
}
.dp-header__bold-text{
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, "Kanit Light", sans-serif;
}

/*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-header__main-title{
    font-size: 50px;
  }

}

@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-header__main-title{
    font-size: 30px;
  }
  .dp-header__bold-text{
    padding: 20px 0;
    max-width: 250px;
  }
  .default-product-carousel .product-tile.carousel-tile{
    margin: 0 auto !important;
  }
}