body,
html {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
}
#main:not(.main-homepage) {
  padding-top: 0px;
}
.breadcrumb {
  display: none !important;
}

.breadcrumb-container {
  display: none !important;
}

#main {
  margin-top: 0 !important;
}
.footer-main {
  margin-top: 0;
}
.footer-wrapper {
  z-index: 2;
  position: relative;
}

.primary-content {
  padding-bottom: 0;
  margin-bottom: 0;
}
/**************************************************/
.dp-xmas {
  --CLARINS-FONT: ClarinsRegular, Clarins;
  --GOTHAM-BOOK: "Gotham SSm book A", "Gotham SSm book B", Helvetica, Arial,
    sans-serif;
  --GOTHAM-MEDIUM: "Gotham SSm medium A", "Gotham SSm medium B", Helvetica,
    Arial, sans-serif;
  color: #333;
  padding-bottom: 70px;
  text-align: center;
}
.dp-xmas * {
  box-sizing: border-box;
  margin: 0;
}
/*---------RESPONSIVE---------*/
@media (max-width: 1250px) {
  .dp-xmas {
    overflow: hidden;
  }
}
@media (max-width: 1170px) {
  .dp-xmas-header {
    --FONT-SIZE: 14px;
  }
}
@media (max-width: 1023px) {
  .dp-xmas-header {
  }
}
@media (max-width: 761px) {
  footer {
    margin-top: 0;
  }
  .dp-xmas {
    padding-bottom: 20px;
  }
  .dp-xmas-header {
  }
}

.xmas-iphone-br {
  display: none !important;
}
@media (max-width: 761px) {
  .xmas-iphone-br {
    display: block !important;
  }
}
.dp-xmas-title {
  font-family: var(--CLARINS-FONT);
  font-weight: normal;
  margin: 0;
  line-height: 1.2em;
}
.dp-xmas-title span {
  background-color: red;
  background-image: url(../img/red-background.png);
  background-size: cover;
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}
.dp-xmas-title strong {
  display: block;
  font-weight: normal;
  line-height: 1em;
}
.dp-xmas-text {
  font-family: var(--GOTHAM-BOOK);
}
.dp-xmas-button {
  padding-top: 20px;
}
.dp-xmas-button a,
.dp-xmas-button 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;
  height: 44px;
  border: solid 1px #cfcac9 !important;
  border-radius: 3px;
  background-color: #fff;
  transition: 0.3s;
  cursor: pointer;
  text-transform: none;
  padding: 0 16px;
  min-width: unset;
  font-size: 14px;
  outline: none !important;
}
.dp-xmas-button a:focus,
.dp-xmas-button button:focus,
.dp-xmas-button a:hover,
.dp-xmas-button button:hover {
  border: solid 1px #b40024 !important;
  background-color: #fff;
  color: #b40024;
  outline: none !important;
}
.dp-xmas-cta__hidden-quickshop {
  display: none !important;
}

/**************************************************/
.dp-xmas-header {
  display: flex;
  margin: 0 auto;
  position: relative;
  justify-content: flex-end;
  align-items: center;
  height: 350px;
  max-width: 1250px;
}

.dp-xmas-header__background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% - 800px);
  width: 1600px;
}
.dp-xmas-header__background img {
  max-width: 100%;
}
.dp-xmas-header__content {
  position: relative;
  z-index: 2;
  padding: 40px;
  text-align: center;
}
.dp-xmas-header .dp-xmas-title {
  font-size: 60px;
}
.dp-xmas-header .dp-xmas-text {
  max-width: 280px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
}
.dp-xmas-header .dp-xmas-title strong {
  font-size: 110px;
  height: 120px;
  display: block;
}

.dp-xmas-header .dp-xmas-title > span:first-child {
  margin-left: -38%;
}
.dp-xmas-header .dp-xmas-title strong {
  margin-top: -13%;
  height: 1.4em;
  line-height: 1.4em;
}

@media (max-width: 1023px) {
  .dp-xmas-header {
    height: 240px;
  }
  .dp-xmas-header__background {
    left: -190px;
    width: 1100px;
  }
  .dp-xmas-header .dp-xmas-title {
    font-size: 40px;
  }
  .dp-xmas-header .dp-xmas-title strong {
    font-size: 80px;
  }
}
@media (max-width: 761px) {
  .dp-xmas-header {
    height: auto;
    padding-top: 110vw;
    padding-bottom: 10vw;
    align-items: center;
    justify-content: center;
  }
  .dp-xmas-header__background {
    left: 0;
    width: 100%;
  }
  .dp-xmas-header__background img {
    width: 100%;
  }
  .dp-xmas-header__content {
    padding: 0;
  }
  .dp-xmas-header .dp-xmas-title {
    font-size: 10vw;
  }
  .dp-xmas-header .dp-xmas-title strong {
    font-size: 20vw;
    margin-bottom: 4vw;
  }
}
/**************************************************/
.dp-xmas-block {
  display: flex;
  margin-top: 70px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
  z-index: 1;
}
.dp-xmas-block::before {
  content: " ";
  width: 1600px;
  height: 100%;
  top: 0;
  left: calc(50% - 800px);
  z-index: -1;
  background-position: bottom center;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
}

.dp-xmas-block__photo {
  flex-basis: 50%;
}
.dp-xmas-block__photo img {
  width: 100%;
  display: block;
}
.dp-xmas-block__content {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.dp-xmas-characters {
  height: 138px;
}
.dp-xmas-characters img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 110px;
}

.dp-xmas-block .dp-xmas-text {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
  max-width: 280px;
}
.dp-xmas-block .dp-xmas-title {
  font-size: 35px;
}
.dp-xmas-block .dp-xmas-title strong {
  font-size: 85px;
}
/*---------------------------------------*/
.dp-xmas-block[data-block="advent-calendar"]::before {
  background-image: url(../img/stars-1.png);
}
.dp-xmas-block[data-block="advent-calendar"] .dp-xmas-block__photo {
  margin-left: 100px;
}
/*---------------------------------------*/
.dp-xmas-block[data-block="xmas-box"]::before {
  background-image: url(../img/stars-2.png);
}
.dp-xmas-block[data-block="xmas-box"] {
  flex-direction: row-reverse;
}
.dp-xmas-block[data-block="xmas-box"] .dp-xmas-block__content {
  align-items: flex-end;
  text-align: right;
}
.dp-xmas-block[data-block="xmas-box"] .dp-xmas-block__photo {
  margin-right: 100px;
}
/*---------------------------------------*/
.dp-xmas-block[data-block="game"]::before {
  background-image: url(../img/stars-5.png);
  background-position: top center;
}

.dp-xmas-block[data-block="game"] .dp-xmas-block__content {
  align-items: flex-end;
  text-align: right;
  max-width: unset;
  padding-right: 20px;
}
.dp-xmas-block[data-block="game"] .dp-xmas-block__photo {
  margin-right: 0px;
}
.dp-xmas-block[data-block="game"] .dp-xmas-title strong {
  font-size: 60px;
}

@media (max-width: 1250px) {
  .dp-xmas-characters img {
    width: 30vw;
  }
}
@media (max-width: 1170px) {
  .dp-xmas-block::before {
    width: 100%;
    top: 0;
    left: 0;
    background-size: 100% auto;
    background-position: top center;
  }
  .dp-xmas-block[data-block="advent-calendar"]::before {
    background-image: url(../img/stars-1-tablet.png);
  }
  .dp-xmas-block[data-block="xmas-box"]::before {
    background-image: url(../img/stars-2-tablet.png);
  }
  .dp-xmas-block[data-block="game"]::before {
    background-image: url(../img/stars-5-tablet.png);
  }

  .dp-xmas-block[data-block="advent-calendar"] .dp-xmas-block__photo {
    margin-left: 50px;
  }
  .dp-xmas-block[data-block="xmas-box"] .dp-xmas-block__photo {
    margin-right: 50px;
  }
}
@media (max-width: 1023px) {
  .dp-xmas-block {
    margin: 40px 0;
  }
  .dp-xmas-block .dp-xmas-title strong {
    font-size: 50px;
  }
  .dp-xmas-block__photo {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 761px) {
  .dp-xmas-block {
    margin: 0;
    padding: 0;
    display: block;
  }
  .dp-xmas-block__content {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
  .dp-xmas-block[data-block="game"] .dp-xmas-block__content {
    padding-right: 40px;
  }
  .dp-xmas-characters {
    height: auto;
    margin: -40px;
    margin-bottom: 0;
  }
  .dp-xmas-characters img {
    width: 100%;
    position: relative;
    right: auto;
  }
  .dp-xmas-block[data-block="game"]::before {
    display: none;
  }
}
/***************************************************************/
.dp-xmas-carousel {
  display: flex;
  background-image: url(../img/ice-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 780px;
  width: 100%;
  margin: 70px auto;
  flex-direction: column;
  align-items: center;
}
.dp-xmas-carousel .dp-xmas-title {
  margin: 50px auto;
  font-size: 60px;
  letter-spacing: -0.025em;
  text-align: center;
}
@media (min-width: 1250px) {
  .dp-xmas-carousel {
    width: 1600px;
    margin-left: -175px;
  }
}
@media (max-width: 1023px) {
  .dp-xmas-carousel {
    min-height: unset;
    margin: 40px auto;
  }
}
@media (max-width: 761px) {
  .dp-xmas-carousel {
    padding-top: 75px;
    margin: 0px auto;
    min-height: 827px;
    background-image: url(../img/ice-background-mobile.jpg);
    padding-bottom: 20px;
  }
  .dp-xmas-carousel .dp-xmas-title span {
    padding: 0;
    display: inline-block;
    font-size: 50px;
    line-height: 59px;
  }
  .dp-xmas-carousel .dp-xmas-title {
    padding: 0 20px;
    font-size: 0px;
    line-height: 0;
    margin: 20px auto;
  }
  .dp-xmas-carousel .dp-xmas-title {
    padding: 0 20px;
    font-size: 0px;
    line-height: 0;
    margin: 20px auto;
  }
}
/***************************************************************/
.dp-xmas-reassurance {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1250px;
  margin-top: 70px;
  position: relative;
  padding: 0 40px;
}
.dp-xmas-reassurance__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.dp-xmas-reassurance__title {
  position: relative;
  padding: 0 40px;
}
.dp-xmas-reassurance::before,
.dp-xmas-reassurance::after {
  content: " ";
  border-bottom: 1px solid #f31c12;
  display: block;
  position: absolute;
  left: calc(50% - 800px);
  width: 1600px;
}
.dp-xmas-reassurance::after {
  bottom: 0;
}
.dp-xmas-reassurance::before {
  top: 0;
}
.dp-xmas-reassurance .dp-xmas-title {
  font-size: 35px;
  text-align: left;
}
.dp-xmas-reassurance img {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
.dp-xmas-reassurance__item {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 40px 0;
  font-family: var(--GOTHAM-BOOK);
  color: #f31c12;
  font-size: 14px;
  flex: 1;
}
.dp-xmas-reassurance__item strong {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
}
.dp-xmas-reassurance__title::after,
.dp-xmas-reassurance__item::after {
  content: " ";
  border-left: 1px solid #f31c12;
  display: block;
  position: absolute;
  top: calc(50% - 35px);
  right: 0;
  height: 70px;
}
.dp-xmas-reassurance__item:last-child::after {
  display: none;
}
@media (max-width: 1023px) {
  .dp-xmas-reassurance {
    flex-wrap: wrap;
  }
  .dp-xmas-reassurance__title::after {
    display: none;
  }
  .dp-xmas-reassurance__title {
    flex-basis: 100%;
    text-align: center;
    align-items: center;
    padding-bottom: 0;
  }
  .dp-xmas-reassurance .dp-xmas-title {
    text-align: center;
  }
  .dp-xmas-reassurance .dp-xmas-title br {
    display: none;
  }
}
@media (max-width: 761px) {
  .dp-xmas-reassurance {
    padding: 20px;
  }
  .dp-xmas-reassurance__list {
    padding: 20px;
    display: inline-block;
    margin: 0 auto;
    flex: unset;
  }
  .dp-xmas-reassurance .dp-xmas-title {
    text-align: center;
  }
  .dp-xmas-reassurance__item::after {
    display: none;
  }
  .dp-xmas-reassurance__item {
    padding: 0px;
    display: block;
    text-align: left;
    padding-left: 77px;
    margin-bottom: 25px;
  }
  .dp-xmas-reassurance__item:last-child {
    margin-bottom: 0px;
  }
  .dp-xmas-reassurance__title {
    padding: 0px;

    width: 320px;
    margin-left: calc(50% - 160px);
  }
  .dp-xmas-reassurance img {
    width: 40px;
    height: 40px;
    display: flex;
    position: absolute;
    top: 8px;
    left: -8px;
  }
  .dp-xmas-reassurance__item::after {
    display: block;
    top: calc(50% - 32px);
    height: 64px;
    right: auto;
    left: 57px;
  }
  .dp-xmas-reassurance__item:last-child::after {
    display: block;
  }
}
/*-------------------------------------------------------*/

.dp-xmas-video {
  text-align: center;
  margin-top: 70px;
  flex-direction: column;
  align-items: center;
  display: flex;
  padding: 0 40px;
  position: relative;
}
.dp-xmas-video::before {
  content: " ";
  width: 1600px;
  height: 100%;
  top: 0;
  left: calc(50% - 800px);
  z-index: -1;
  background-position: bottom center;
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-image: url(../img/stars-4.png);
}
.dp-xmas-video .dp-xmas-title {
  font-size: 60px;
  line-height: 1em;
  padding-bottom: 10px;
}
.dp-xmas-video .dp-xmas-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
}
.dp-xmas-video__player {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-top: 40px;
}
.dp-xmas-video__player img {
  position: relative;
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.dp-xmas-video__player::after {
  content: " ";
  bottom: 25px;
  left: 25px;
  position: absolute;
  height: 106px;
  width: 106px;
  background-image: url(../img/play-video.svg);
  background-size: cover;
  pointer-events: none;
}
@media (max-width: 761px) {
  .dp-xmas-video {
    padding: 0px;
    margin-top: 40px;
  }
  .dp-xmas-video__player::after {
    bottom: 15px;
    left: 15px;
    height: 50px;
    width: 50px;
  }
  .dp-xmas-video .dp-xmas-text {
    padding-left: 20px;
    padding-right: 20px;
  }
}


/*=================================*/

@media only screen and (max-width: 761px){
  .dp-xmas-video .dp-xmas-title{
    font-size: 50px;
  }
  .dp-xmas-header .dp-xmas-title{
    line-height: 20vw;
  }
}

/*---- EDITS -----*/
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .dp-xmas-video {
    padding: 0px 80px;
  }
  .dp-xmas-block {
    padding-left: 80px;
    padding-right: 80px;
  }
  .dp-xmas-block .dp-xmas-text {
    max-width: 250px;
  }
}