body,
html {
  margin: 0;
  padding: 0;
}

#main:not(.main-homepage) {
  padding-top: 0px;
}
#wrapper.pt_category-wide .site-width-slot,
#wrapper.pt_category-wide .breadcrumb-container {
  max-width: 100%;
  margin: 0 auto;
}
#wrapper {
  max-width: unset;
}

.breadcrumb {
  display: none;
}

.primary-content {
  padding: 0;
}
footer {
  margin-top: 0px;
}

html.noscroll {
  overflow-y: hidden;
}
@font-face {
  font-family: "Gotham_Light";
  src: url("../fonts/GothamLight.eot");
  src: url("../fonts/GothamLight.eot") format("embedded-opentype"), url("../fonts/GothamLight.woff2") format("woff2"), url("../fonts/GothamLight.woff") format("woff"), url("../fonts/GothamLight.ttf") format("truetype"), url("../fonts/GothamLight.svg#GothamLight") format("svg");
}

.ds-repush-2022 {
  max-width: 1600px;
  margin: 0 auto;
  --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;
  --GOTHAM-XLIGHT: "Gotham_Light";
  --GOLD-COLOR: #ba8233;
  --BROWN-COLOR: #a46e22;
  --FONT-SIZE: 14px;
  font-family: var(--GOTHAM-BOOK);
  font-size: var(--FONT-SIZE);
  color: #333333;
  position: relative;
  overflow: hidden;
}

.ds-repush-2022 * {
  box-sizing: border-box;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.ds-repush-2022-hidden-quickshop {
  display: none;
}
.ds-repush-2022-cta {
  position: relative;
  background-color: #fff;
  display: block;
  color: #333;
  padding: 14px;
  text-decoration: none;
  font-size: var(--FONT-SIZE);
  line-height: 15px;
  font-family: var(--GOTHAM-MEDIUM);
  cursor: pointer;
  border: 1px solid #cfcfcf;
  min-width: 125px;
  text-align: center;
  border-radius: 5px;
  height: 44px;
  box-sizing: border-box;
  text-transform: unset !important;
  letter-spacing: unset !important;
  outline: 0 !important;
}
.ds-repush-2022-cta::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: #682113 solid 2px;
  border-radius: 7px;
  opacity: 0;
  left: -2px;
  top: -2px;
  pointer-events: none;
  box-sizing: border-box;
  outline: 0 !important;
}

/*------------------------------------------------*/
.ds-repush-2022-cta[data-selected="1"]::after,
.ds-repush-2022-cta:focus::after {
  opacity: 1;
  outline: 0 !important;
}
.ds-repush-2022-cta:hover {
  color: #8c0b26;
  outline: 0 !important;
}
.ds-repush-2022-cta:active::after {
  opacity: 1;
  outline: 0 !important;
}
/*------------------------------------------------*/
.ds-repush-2022-quickshop {
  position: relative;
  background-color: #b40024;
  display: flex;
  color: #fff;
  text-decoration: none;
  font-size: var(--FONT-SIZE);
  line-height: 15px;
  font-family: var(--GOTHAM-MEDIUM);
  cursor: pointer;
  border: 1px solid #e7e4e2;
  max-width: 125px;
  width: 100%;
  text-align: center;
  border-radius: 5px;
  height: 44px;
  box-sizing: border-box;
  text-transform: unset !important;
  letter-spacing: unset !important;
  outline: 0 !important;
  justify-content: center;
  align-items: center;
}
.ds-repush-2022-quickshop::after {
  content: " ";
  display: block;
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  border: #63021a solid 2px;
  border-radius: 7px;
  opacity: 0;
  left: -2px;
  top: -2px;
  pointer-events: none;
  box-sizing: border-box;
  outline: 0 !important;
}

/*------------------------------------------------*/
.ds-repush-2022-quickshop:focus::after {
  opacity: 1;
  outline: 0 !important;
}
.ds-repush-2022-quickshop:hover {
  color: #fff;
  outline: 0 !important;
  background-color: #8c0b26;
}
.ds-repush-2022-quickshop:active::after {
  opacity: 1;
  outline: 0 !important;
}
/*------------------------------------------------*/
/*---------------HEADER ---------------*/
/*------------------------------------------------*/
.ds-repush-2022-header {
  height: 566px;
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
}
.ds-repush-2022-header__visual-start {
  position: absolute;
  top: 0;
  left: calc(50% - 800px);
  width: 1600px;
  z-index: 1;
  transform-origin: center center;
}
.ds-repush-2022-header__visual-end {
  position: absolute;
  top: 0;
  left: calc(50% - 800px);
  width: 1600px;
  z-index: 2;
  opacity: 0;
}
.ds-repush-2022-header[data-anim="1"] .ds-repush-2022-header__visual-start {
  animation: ZoomEndFadeOut ease-out 3s both;
}
.ds-repush-2022-header[data-anim="1"] .ds-repush-2022-header__visual-end {
  animation: ZoomEndFadeIn ease-out 3s both;
}
@keyframes ZoomEndFadeOut {
  0% {
    transform: scale(1);
  }
  80% {
    transform: scale(1.56) translateY(9.7%) translateX(0.2%);
  }
  100% {
    transform: scale(1.56) translateY(9.7%) translateX(0.2%);
  }
}
@keyframes ZoomEndFadeIn {
  0% {
    opacity: 0;
  }
  80% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.ds-repush-2022-header__content {
  position: absolute;
  z-index: 3;
  left: calc(50% + 146px);
  top: calc(50% - 181px);
  background-color: #fff;
  display: flex;
  width: 378px;
  height: 362px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 32px;
  opacity: 0;
  transition: opacity ease-in-out 2s;
}
.ds-repush-2022-header[data-anim="1"] .ds-repush-2022-header__content {
  opacity: 1;
}
.ds-repush-2022-header__title {
  margin: 0 !important;
  color: var(--GOLD-COLOR);
  text-transform: uppercase;
  font-size: 35px;
  font-weight: normal;
  line-height: 1em;
}
.ds-repush-2022-header__text {
  margin: 0;
  margin-bottom: 30px;
  margin-top: 15px;
  color: var(--GOLD-COLOR);
  font-size: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023px) and (min-width: 762px) {
  .ds-repush-2022-header {
    margin-left: calc(100% - 1100px);
  }
}
@media (max-width: 761px) {
  .ds-repush-2022-header {
    height: calc(100vh - 50px);
    position: relative;
  }
  .ds-repush-2022-header__visual-start,
  .ds-repush-2022-header__visual-end {
    left: 0;
    width: 100vw;
    top: 0px;
  }
  .ds-repush-2022-header img {
    width: 100vw;
  }
  @keyframes ZoomEndFadeOut {
    0% {
      transform: scale(1);
    }
    80% {
      transform: scale(1.43) translateY(-3.8%) translateX(0);
    }
    100% {
      transform: scale(1.43) translateY(-3.8%) translateX(0);
    }
  }
  .ds-repush-2022-header__content {
    left: 0;
    top: auto;
    bottom: 0;
    width: 100vw;
    height: auto;
    align-items: center;
    padding: 30px 20px;
  }
  .ds-repush-2022-header__title {
    font-size: 24px;
  }
  .ds-repush-2022-header__text {
    margin: 0;
    margin-bottom: 20px;
    margin-top: 12px;
    font-size: 16px;
    text-align: center;
    display: block;
    max-width: 230px;
  }
  .ds-repush-2022-header__content {
    opacity: 1;
    transform: translateY(100%);
    transition: all ease-in-out 2s;
  }
  .ds-repush-2022-header[data-anim="1"] .ds-repush-2022-header__content {
    opacity: 1;
    transform: none;
  }
}
/*------------------------------------------------*/
/*---------------INTRO ---------------*/
/*------------------------------------------------*/
.ds-repush-2022-intro {
  height: 597px;
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
}
.ds-repush-2022-intro__visual {
  position: absolute;
  top: 0;
  left: calc(50% - 800px);
  z-index: 1;
  width: 1600px;
}
.ds-repush-2022-intro__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  width: 100%;
}
.ds-repush-2022-intro__stamp {
  width: 95px;
  position: absolute;
  left: -105px;
  top: 0px;
  transition: all ease-in-out 0.5s;
  transform: scale(0.1);
  opacity: 0;
}
*[data-anim="1"] .ds-repush-2022-intro__stamp {
  transform: scale(1);
  opacity: 1;
}
.ds-repush-2022-intro__title {
  margin: 0;
  font-size: 48px;
  line-height: 100px;
  display: flex;
  flex-direction: column;
  font-family: var(--GOTHAM-XLIGHT);
  color: var(--BROWN-COLOR);
  text-transform: uppercase;
  font-weight: normal;
  position: relative;
}
.ds-repush-2022-intro__title span:first-child {
  margin-bottom: -10px;
}
.ds-repush-2022-intro__title strong {
  font-size: 100px;
  font-weight: normal;
  line-height: 1em;
  display: inline-block;
  vertical-align: top;
}
.ds-repush-2022-intro__text {
  font-size: 24px;
  margin: 0;
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  color: var(--BROWN-COLOR);
}
.ds-repush-2022-intro__mentions {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  color: var(--BROWN-COLOR);
  font-size: 11px;
  line-height: 1.4em;
  margin: 0;
  padding: 18px;
  width: 100%;
}
@media (max-width: 1023px) and (min-width: 762px) {
  .ds-repush-2022-intro__stamp {
    left: 0;
  }
  .ds-repush-2022-intro__title span:first-child {
    margin-bottom: 5px;
    padding-left: 115px;
    text-align: left;
    line-height: 48px;
    max-width: 480px;
  }
}
@media (max-width: 761px) {
  .ds-repush-2022-intro {
    height: 125vw;
  }
  .ds-repush-2022-intro__visual {
    top: 0;
    left: 0;
    width: 100vw;
  }
  .ds-repush-2022-intro__visual img {
    width: 100vw;
  }
  .ds-repush-2022-intro__title {
    font-size: 24px;
    line-height: 50px;
  }
  .ds-repush-2022-intro__title span:first-child {
    margin-bottom: 5px;
    padding-left: 70px;
    text-align: left;
    line-height: 30px;
    max-width: 240px;
  }
  .ds-repush-2022-intro__title strong {
    font-size: 50px;
  }
  .ds-repush-2022-intro__text {
    font-size: 16px;
    margin-top: 16px;
    display: block;
    max-width: 280px;
  }
  .ds-repush-2022-intro__stamp {
    top: -10px;
    left: -15px;
    width: 70px;
  }
  .ds-repush-2022-intro__mentions {
    width: 220px;
    left: calc(50% - 110px);
  }
}
/*------------------------------------------------*/
/*---------------MANIFEST ---------------*/
/*------------------------------------------------*/
.ds-repush-2022-manifest {
  width: 100%;
  height: 100vh;
  position: relative;
  max-width: 1600px;
  margin-top: -113px;
}
.ds-repush-2022-manifest__wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  font-size: 0;
  width: 100%;
  padding-top: 113px;
  height: 100vh;
  /* height: calc(100vh - 113px); */
  max-width: 1600px;
  margin: 0 auto;
  /*  max-height: 773px;*/
}
.ds-repush-2022-manifest__wrapper::-webkit-scrollbar {
  display: none;
}

*[data-sticky="1"] .ds-repush-2022-manifest__wrapper {
  position: fixed;
  /* top: 0; */
  left: 0;
  z-index: 2;
  bottom: 0;
}
*[data-sticky="2"] .ds-repush-2022-manifest__wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 1600px) {
  *[data-sticky="1"] .ds-repush-2022-manifest__wrapper,
  *[data-sticky="2"] .ds-repush-2022-manifest__wrapper {
    left: calc(50% - 800px);
  }
}
.ds-repush-2022-manifest__wrapper > div {
  width: 100vw;
  display: inline-block;
  max-width: 1600px;
  height: 100%;
  overflow: hidden;
}
.ds-repush-2022-manifest__slide {
  display: flex;
  flex-direction: row-reverse;
  white-space: normal;
  align-items: center;
  height: 100%;
}
.ds-repush-2022-manifest__visual {
  /* flex-basis: 50%; */
  display: block;
  height: 100%;
}
.ds-repush-2022-manifest__visual img {
  /* width: 100%; */
  width: auto;
  display: block;
  height: 100%;
}
.ds-repush-2022-manifest__content {
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ds-repush-2022-manifest__title {
  text-transform: uppercase;
  font-size: 35px;
  display: flex;
  flex-direction: column;
  font-family: var(--GOTHAM-XLIGHT);
  color: var(--GOLD-COLOR);
  text-align: center;
  font-weight: normal;
  margin: 0;
}
.ds-repush-2022-manifest__title strong {
  font-size: 48px;
  line-height: 1em;
  font-family: var(--GOTHAM-BOOK);
  font-weight: normal;
}
.ds-repush-2022-manifest__number {
  font-size: 150px;
  line-height: 130px;
  margin-bottom: 20px;
  position: relative;
}
.ds-repush-2022-manifest__number sup {
  font-size: 60px;
  line-height: 60px;
  vertical-align: top;
  position: absolute;
  top: 0;
}
.ds-repush-2022-manifest__mentions {
  font-size: 12px;
  margin: 0;
  font-family: var(--GOTHAM-BOOK);
  color: var(--GOLD-COLOR);
  text-align: center;
  font-weight: normal;
  margin-top: 30px;
}
.ds-repush-2022-manifest__stars {
  color: #b50024;
  font-size: 35px;
  margin: 0;
  font-family: var(--GOTHAM-BOOK);
  text-align: center;
  font-weight: normal;
  margin-bottom: 20px;
}

@media (max-width: 1023px) and (min-width: 762px) {
  .ds-repush-2022-manifest__wrapper > div {
    width: 200vw;
    max-width: 200vw;
    height: 100%;
  }
  .ds-repush-2022-manifest__wrapper {
    padding-top: 50px;
  }
}
@media (max-width: 1023px) {
  .ds-repush-2022-manifest {
    margin-top: -50px;
  }
}
@media (max-width: 761px) {
  .ds-repush-2022-manifest__wrapper {
    padding-top: 50px;
    width: 100vw;
    /* height: calc(100vh - 50px); */
  }
  .ds-repush-2022-manifest__title {
    font-size: 16px;
  }
  .ds-repush-2022-manifest__number {
    font-size: 90px;
    line-height: 80px;
    margin-bottom: 10px;
  }
  .ds-repush-2022-manifest__wrapper > div {
    width: auto;
  }
  .ds-repush-2022-manifest__visual img {
    width: auto;
    height: calc(100vh - 50px);
  }
  .ds-repush-2022-manifest__title {
    width: 100vw;
  }
  .ds-repush-2022-manifest__title strong {
    font-size: 24px;
    margin-top: 5px;
    display: block;
  }
}
/*------------------------------------------------*/
/*---------------ACTIONS ---------------*/
/*------------------------------------------------*/
.ds-repush-2022-actions {
  width: 100%;
  position: relative;
  height: 1639px;
  padding-top: 103px;
}
.ds-repush-2022-actions__visual {
  position: absolute;
  top: 0;
  left: calc(50% - 800px);
  width: 1600px;
  z-index: 1;
}
.ds-repush-2022-actions__drop {
  position: absolute;
  width: 420px;
  top: 500px;
  left: calc(50% - 210px);
  z-index: 1;
  border-radius: 50%;
  box-shadow: 0px 8px 16px rgba(188, 146, 91, 0.8);
  display: block;
  transition: all ease-in-out 0.8s;
  transform: scale(0.5);
}
.ds-repush-2022-actions__drop img {
  display: block;
  width: 100%;
}
.ds-repush-2022-actions__drop[data-anim="1"] {
  transform: scale(1);
}
.ds-repush-2022-actions__circle {
  position: absolute;
  width: 754px;
  top: 340px;
  left: calc(50% - 368px);
  z-index: 1;
  transition: all ease-in-out 0.5s;
  opacity: 0;
}
.ds-repush-2022-actions__circle[data-anim="1"] {
  opacity: 1;
}
.ds-repush-2022-actions__title {
  color: #fff;
  font-size: 35px;
  font-family: var(--GOTHAM-XLIGHT);
  margin: 0;
  line-height: 1em;
  font-weight: normal;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
.ds-repush-2022-actions__title strong {
  color: #fff;
  font-size: 48px;
  font-family: var(--GOTHAM-BOOK);
  margin: 0;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ds-repush-2022-actions__text {
  color: #fff;
  font-size: 24px;
  font-family: var(--GOTHAM-XLIGHT);
  margin: 0;
  line-height: 28px;
  font-weight: normal;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.ds-repush-2022-actions__details summary::-webkit-details-marker {
  display: none!important;
}
.ds-repush-2022-actions__details[open] summary::-webkit-details-marker {
  display: none!important;
}

.ds-repush-2022-actions__details * {
  outline:0 !important;
}
.ds-repush-2022-actions__details summary:focus,
.ds-repush-2022-actions__details summary:focus-visible {
  outline: none;
}

.ds-repush-2022-actions__details[data-action="REGENERATION"] {
  --ACTION-COLOR: #c05f14;
  --ACTION-TOP: 0px;
  --ACTION-LEFT: -5px;
  --ACTION-TOP-BTN: -63px;
  --ACTION-LEFT-BTN: 157px;
  --ACTION-TOP-POPIN: -35px;
  --ACTION-LEFT-POPIN: 25px;
  --ACTION-ORIGIN:top center;
}
.ds-repush-2022-actions__details[data-action="OXYGENATION"] {
  --ACTION-COLOR: #fbb938;
  --ACTION-TOP: 200px;
  --ACTION-LEFT: 340px;
  --ACTION-TOP-BTN: 60px;
  --ACTION-LEFT-BTN: 66px;
  --ACTION-TOP-POPIN: -78px;
  --ACTION-LEFT-POPIN: -222px;  
  --ACTION-ORIGIN:center right;
}
.ds-repush-2022-actions__details[data-action="NUTRITION"] {
  --ACTION-COLOR: #fbb938;
  --ACTION-TOP: 575px;
  --ACTION-LEFT: 205px;
  --ACTION-TOP-BTN: 43px;
  --ACTION-LEFT-BTN: -36px;
  --ACTION-TOP-POPIN: -200px;
  --ACTION-LEFT-POPIN: -280px;  
  --ACTION-ORIGIN:bottom right;
}
.ds-repush-2022-actions__details[data-action="HYDRATATION"] {
  --ACTION-COLOR: #f0ac34;
  --ACTION-TOP: 575px;
  --ACTION-LEFT: -230px;
  --ACTION-TOP-BTN: -101px;
  --ACTION-LEFT-BTN: -22px;
  --ACTION-TOP-POPIN: -230px;
  --ACTION-LEFT-POPIN: 5px; 
   --ACTION-ORIGIN:center left;
}
.ds-repush-2022-actions__details[data-action="PROTECTION"] {
  --ACTION-COLOR: #a73805;
  --ACTION-TOP: 200px;
  --ACTION-LEFT: -345px;
  --ACTION-TOP-BTN: -128px;
  --ACTION-LEFT-BTN: 105px;
  --ACTION-TOP-POPIN: -100px;
  --ACTION-LEFT-POPIN: -30px;  
  --ACTION-ORIGIN:top center;
}

@media (max-width: 1023px) {
  .ds-repush-2022-actions__details[data-action="REGENERATION"] {
    --ACTION-TOP: 0;
    --ACTION-LEFT: -1vw;
    --ACTION-TOP-BTN: -10vw;
    --ACTION-LEFT-BTN: 35.8vw;
    --ACTION-TOP-POPIN: -8vw;
    --ACTION-LEFT-POPIN: 28vw; 
    --ACTION-ORIGIN:top left;
  }
  .ds-repush-2022-actions__details[data-action="OXYGENATION"] {
    --ACTION-TOP: 22vw;
    --ACTION-LEFT: 37vw;
    --ACTION-TOP-BTN: 5.5vw;
    --ACTION-LEFT-BTN: 22vw;
    --ACTION-TOP-POPIN: 5vw;
    --ACTION-LEFT-POPIN: -10vw;  
    --ACTION-ORIGIN:top right;
  }
  .ds-repush-2022-actions__details[data-action="NUTRITION"] {
    --ACTION-TOP: 62vw;
    --ACTION-LEFT: 25vw;
    --ACTION-TOP-BTN: 2.6vw;
    --ACTION-LEFT-BTN: 5vw;
    --ACTION-TOP-POPIN: -31vw;
    --ACTION-LEFT-POPIN: -27vw;  
    --ACTION-ORIGIN:bottom right;
  }
  .ds-repush-2022-actions__details[data-action="HYDRATATION"] {
    --ACTION-TOP: 62vw;
    --ACTION-LEFT: -25vw;
    --ACTION-TOP-BTN: -15.3vw;
    --ACTION-LEFT-BTN: 10.4vw;
    --ACTION-TOP-POPIN: -17vw;
    --ACTION-LEFT-POPIN: 9vw;  
     --ACTION-ORIGIN:top left;
  }
  .ds-repush-2022-actions__details[data-action="PROTECTION"] {
    --ACTION-TOP: 22vw;
    --ACTION-LEFT: -38vw;
    --ACTION-TOP-BTN: -20.2vw;
    --ACTION-LEFT-BTN: 27vw;
    --ACTION-TOP-POPIN: -18vw;
    --ACTION-LEFT-POPIN: 19vw; 
    --ACTION-ORIGIN:top center;
  }
}
.ds-repush-2022-actions__details {
  position: absolute;
  top: 410px;
  left: calc(50% - 75px);
  z-index: 4;
  margin-top: var(--ACTION-TOP);
  margin-left: var(--ACTION-LEFT);
}

@media (max-width: 1023px) {
  .ds-repush-2022-actions__details {
    top: 60vw;
    left: calc(50% - 25vw);
  }
}
@media (max-width: 761px) {
  .ds-repush-2022-actions__details {
    top: 85vw;
    left: calc(50% - 25vw);
  }
}

.ds-repush-2022-actions__details summary {
  color: #fff;
  margin: 0;
  font-weight: normal;
  display: block;
  width: 150px;
  text-align: center;
  z-index: 2;cursor: pointer;
}
.ds-repush-2022-actions__details[open] {
  z-index: 6;
}
.ds-repush-2022-actions__details[open] summary {
}

.ds-repush-2022-actions__details *{
  -webkit-tap-highlight-color: transparent;
}
.ds-repush-2022-actions__details summary span {
  background-color: #fff;
  color: #a73805;
  font-size: 55px;
  width: 55px;
  height: 55px;
  position: absolute;
  top: var(--ACTION-TOP-BTN);
  left: var(--ACTION-LEFT-BTN);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  cursor: pointer;
  z-index: 2;

}
.ds-repush-2022-actions__details[open] summary span {
  background-color: var(--ACTION-COLOR);
  color: #fff;
  transform: rotate(45deg);
  animation: RotateBtnPopin ease-in-out 0.5s both;
}
@keyframes RotateBtnPopin {
  0% {
    transform: rotate(0.1deg);
  }
  100% {
    transform: rotate(45deg);
  }
}
.ds-repush-2022-actions__details-content {
  width: 320px;
  height: 320px;
  display: flex;
  background-color: var(--ACTION-COLOR);
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: var(--ACTION-TOP-POPIN);
  left: var(--ACTION-LEFT-POPIN);
  box-shadow: 0px 8px 16px rgba(188, 146, 91, 0.8);
  z-index: 1;  
  transform-origin: var(--ACTION-ORIGIN);
}
.ds-repush-2022-actions__details:not([open]) .ds-repush-2022-actions__details-content {
  animation: UnzoomPopin ease-in-out 0.3s both;
}
.ds-repush-2022-actions__details[open] .ds-repush-2022-actions__details-content {
  animation: ZoomPopin ease-in-out 0.3s both;
}
@keyframes ZoomPopin {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes UnzoomPopin {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.ds-repush-2022-actions__details-title {
  font-size: 18px;
  color: #fff;
  margin: 0;
  font-weight: normal;
  font-family: var(--GOTHAM-BOOK);
  text-align: center;
}
.ds-repush-2022-actions__details-text {
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  margin: 0;
  margin-top: 10px;
  font-family: var(--GOTHAM-XLIGHT);
}
.ds-repush-2022-actions__ingredient {
  position: absolute;
  width: 970px;
  top: 1152px;
  left: calc(50% - 485px);
  z-index: 2;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.ds-repush-2022-actions__ingredient-content {
  padding: 20px;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}
.ds-repush-2022-actions__ingredient-visual {
  padding: 20px;
}
.ds-repush-2022-actions__ingredient-visual img {
  width: 100%;
}
.ds-repush-2022-actions__ingredient-title {
  font-size: 35px;
  font-family: var(--GOTHAM-XLIGHT);
  margin: 0;
  line-height: 39px;
  text-transform: uppercase;
  font-weight: normal;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.ds-repush-2022-actions__ingredient-title strong {
  font-family: var(--GOTHAM-BOOK);
  font-weight: normal;
}
.ds-repush-2022-actions__ingredient-text {
  font-size: 24px;
  line-height: 28px;
  margin: 0;
  font-family: var(--GOTHAM-BOOK);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  margin-top: 10px;
}
/*@media (max-width: 1023px) and (min-width: 762px) {
  .ds-repush-2022-actions__ingredient {
    width: 670px;
    left: calc(50% - 335px);
  }
  .ds-repush-2022-actions__ingredient-title {
    font-size: 28px;
    line-height: 34px;
  }
  .ds-repush-2022-actions__ingredient-text {
    font-size: 16px;
    line-height: 20px;
  }
}*/
@media (max-width: 1023px) {
  .ds-repush-2022-actions {
    padding-top: 22vw;
    height: 220vw;
  }
  .ds-repush-2022-actions__visual {
    left: 0;
    width: 100vw;
  }
  .ds-repush-2022-actions__visual img {
    width: 100vw;
  }
  .ds-repush-2022-actions__circle {
    width: 100vw;
    left: 0;
    top: 50vw;
  }
  .ds-repush-2022-actions__details summary {
    font-size: 14px;
    width: 50vw;
  }
  .ds-repush-2022-actions__details summary span {
    font-size: 8vw;
    width: 10.5vw;
    height: 10.5vw;
  }
  .ds-repush-2022-actions__drop {
    width: 50vw;
    top: 67vw;
    left: 25vw;
  }
  .ds-repush-2022-actions__circle img {
    width: 100%;
  }
  .ds-repush-2022-actions__ingredient {
    width: calc(100% - 46px);
    top: 145vw;
    left: 23px;
    border: 2px solid #fff;
    flex-direction: column;
  }
  .ds-repush-2022-actions__ingredient-content {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .ds-repush-2022-actions__ingredient-title {
    font-size: 24px;
    line-height: 28px;
    align-items: center;
  }
  .ds-repush-2022-actions__ingredient-title strong {
    font-size: 24px;
    line-height: 28px;
  }
  .ds-repush-2022-actions__ingredient-text {
    font-size: 16px;
    line-height: 20px;
    margin-top: 5px;
    align-items: center;
  }

  .ds-repush-2022-actions__details-content {
    width: 45vw;
    height: 45vw;
  }

  *[data-sticky="1"] .ds-repush-2022-manifest__wrapper,
  *[data-sticky="2"] .ds-repush-2022-manifest__wrapper {
    left: 0;
  }

  .ds-repush-2022-actions__details-title {
    font-size: 12px;
  }
  .ds-repush-2022-actions__details-text {
    font-size: 12px;
    margin-top: 4px;
  }
}
@media (max-width: 761px) {
  .ds-repush-2022-actions {
    padding-top: 22vw;
    height: 296vw;
  }
  .ds-repush-2022-actions__drop {
    top: 91vw;
  }
  .ds-repush-2022-actions__circle {
    top: 75vw;
  }
  .ds-repush-2022-actions__title {
    font-size: 24px;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .ds-repush-2022-actions__title strong {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .ds-repush-2022-actions__text {
    font-size: 16px;
    line-height: 20px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .ds-repush-2022-actions__details summary {
    font-size: 10px;
  }
  .ds-repush-2022-actions__ingredient {
    top: 175vw;
  }
}
/*------------------------------------------------*/
/*---------------DUO ---------------*/
/*------------------------------------------------*/
.ds-repush-2022-duo {
  width: 100%;
  position: relative;
  height: 953px;
}
.ds-repush-2022-duo__background {
  position: absolute;
  top: 0;
  left: calc(50% - 800px);
  width: 1600px;
  z-index: 1;
}
.ds-repush-2022-duo__title {
  color: #fff;
  font-size: 48px;
  font-family: var(--GOTHAM-XLIGHT);
  margin: 0;
  line-height: 1em;
  font-weight: normal;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;
}
.ds-repush-2022-duo__title strong {
  color: #fff;
  font-size: 48px;
  font-family: var(--GOTHAM-BOOK);
  margin: 0;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.ds-repush-2022-duo__text {
  color: #fff;
  font-size: 24px;
  font-family: var(--GOTHAM-XLIGHT);
  margin: 0;
  line-height: 28px;
  font-weight: normal;
  position: relative;
  z-index: 2;
  text-align: center;
}
.ds-repush-2022-duo__packshot {
  position: absolute;
  top: 160px;
  left: calc(50% - 485px);
  width: 970px;
  z-index: 1;
  display: block;
  pointer-events: none;
}
.ds-repush-2022-duo__ingredient {
  background-color: rgba(167, 56, 5, 0.8);
  padding: 0 10px;
  height: 26px;
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  top: 300px;
  left: 50%;
  z-index: 3;
}
.ds-repush-2022-duo__packshot::before {
  content: " ";
  position: absolute;
  top: 200px;
  left: calc(50% - 485px);
  width: 970px;
  height: 500px;
  background-color: #fff;
  z-index: 1;
}
.ds-repush-2022-duo__packshot img {
  width: 100%;
  z-index: 2;
  position: relative;
}
.ds-repush-2022-duo__products {
  position: absolute;
  top: 360px;
  left: calc(50% - 485px);
  width: 970px;
  height: 500px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ds-repush-2022-duo__product-btn {
  display: none;
}
.ds-repush-2022-duo__product-item {
  flex-basis: 260px;
}
.ds-repush-2022-duo__product-item[data-product="double-serum"] {
  text-align: right;
}
.ds-repush-2022-duo__product-item[data-product="double-serum-eyes"] {
  text-align: left;
}
.ds-repush-2022-duo__product-name {
  font-size: 30px;
  font-family: var(--GOTHAM-XLIGHT);
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
  color: var(--GOLD-COLOR);
}
.ds-repush-2022-duo__product-description {
  font-size: 16px;
  font-family: var(--GOTHAM-BOOK);
  font-weight: normal;
  margin: 0;
  color: var(--GOLD-COLOR);
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.ds-repush-2022-duo__product-infos {
  font-size: 12px;
  font-family: var(--GOTHAM-BOOK);
  font-weight: normal;
  margin: 0;
  color: var(--GOLD-COLOR);
  display: flex;
  flex-direction: column;
  margin-top: 25px;
}
.ds-repush-2022-duo__product-link {
  font-size: 11px;
  font-family: var(--GOTHAM-MEDIUM);
  font-weight: normal;
  margin: 0;
  color: var(--GOLD-COLOR);
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  text-decoration: underline;
  text-transform: uppercase;
  display: none;
}
.ds-repush-2022-duo__product-item .ds-repush-2022-quickshop {
  font-size: 11px;
  font-family: var(--GOTHAM-MEDIUM);
  font-weight: normal;
  margin: 0;
  color: var(--GOLD-COLOR);
  display: inline-flex;
  flex-direction: column;
  margin-top: 10px;
  text-decoration: underline;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  height: auto;
  width: auto;
  text-transform: uppercase !important;
}

.ds-repush-2022-duo__product-item .ds-repush-2022-quickshop:hover {
  color: var(--GOLD-COLOR);
}
@media (max-width: 1023px) and (min-width: 762px) {
  .ds-repush-2022-duo {
    height: 703px;
  }
  .ds-repush-2022-duo__packshot::before {
    left: calc(50% - 335px);
    width: 670px;
    top: 120px;
    height: 360px;
  }
  .ds-repush-2022-duo__products {
    left: calc(50% - 335px);
    width: 670px;
    top: 260px;
  }
  .ds-repush-2022-duo__packshot {
    top: 160px;
    left: calc(50% - 335px);
    width: 670px;
  }
  .ds-repush-2022-duo__product-item {
    flex-basis: 185px;
  }
  .ds-repush-2022-duo__product-description {
    font-size: 14px;
  }
  .ds-repush-2022-duo__ingredient {
    top: 230px;
  }
}
@media (max-width: 761px) {
  .ds-repush-2022-duo {
    height: 170vw;
    z-index: 2;
  }
  .ds-repush-2022-duo__background {
    left: 0;
    width: 100vw;
  }
  .ds-repush-2022-duo__background img {
    width: 100%;
  }
  .ds-repush-2022-duo__packshot {
    left: -20vw;
    width: 140vw;
    top: 48vw;
  }
  .ds-repush-2022-duo__ingredient {
    padding: 0 2vw;
    height: 6vw;
    font-size: 3vw;
    line-height: 6vw;
    top: 65vw;
  }
  .ds-repush-2022-duo__packshot::before {
    content: " ";
    position: absolute;
    left: calc(20vw + 23px);
    width: calc(100vw - 46px);
    top: 30vw;
    height: 71vw;
    background-color: #fff;
    z-index: 1;
  }

  .ds-repush-2022-duo__title {
    font-size: 35px;
    margin-bottom: 8px;
    height: 38vw;
    justify-content: flex-end;
  }
  .ds-repush-2022-duo__title strong {
    font-size: 35px;
    margin-bottom: 5px;
  }

  .ds-repush-2022-duo__text {
    font-size: 16px;
    line-height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .ds-repush-2022-duo__products {
    left: 23px;
    width: calc(100vw - 46px);
    top: 78vw;
    height: 71vw;
    background-color: transparent;
    z-index: 2;
  }
  .ds-repush-2022-duo__product-btn {
    display: flex;
    position: absolute;
    background-color: var(--BROWN-COLOR);
    color: #fff;
    font-size: 8vw;
    width: 10.5vw;
    height: 10.5vw;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1em;
    cursor: pointer;
    transform: rotate(0.1deg);
    transition: all ease-in-out 0.5s;
    z-index: 2;
  }
  .ds-repush-2022-duo__product-btn[data-open="1"] {
    transform: rotate(45deg);
  }
  .ds-repush-2022-duo__product-btn[data-product="double-serum"] {
    right: calc(50% + 30vw);
    top: calc(50% - 5.2vw);
  }
  .ds-repush-2022-duo__product-btn[data-product="double-serum-eyes"] {
    left: calc(50% + 30vw);
    top: calc(50% + 5.2vw);
  }
  .ds-repush-2022-duo__product-item {
    background-color: #fff;
    padding: 30px;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
    position: absolute;
    display: none;
  }
  .ds-repush-2022-duo__product-item[data-open="1"] {
    display: block;
  }
  .ds-repush-2022-duo__product-item[data-product="double-serum"] {
    top: 45vw;
    text-align: center;
    left: -10px;
  }
  .ds-repush-2022-duo__product-item[data-product="double-serum-eyes"] {
    top: 55vw;
    text-align: center;
    right: -10px;
  }
  .ds-repush-2022-duo__product-infos {
    color: #333;
  }
  .ds-repush-2022-duo__product-link {
    color: #333;
    display: inline-flex;
  }
  .ds-repush-2022-duo__product-item .ds-repush-2022-quickshop,
  .ds-repush-2022-duo__product-item .ds-repush-2022-hidden-quickshop {
    display: none;
  }
}
/*------------------------------------------------*/
/*---------------PUSHS ---------------*/
/*------------------------------------------------*/

.ds-repush-2022-push {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  height: 580px;
  position: relative;
}

.ds-repush-2022-push__item {
  flex-basis: 50%;
  position: relative;
}

.ds-repush-2022-push__visual {
  position: absolute;
  top: 0;
  width: 800px;
  z-index: 1;
}

.ds-repush-2022-push__visual img {
  width: 100%;
}

*[data-push="SPA"] .ds-repush-2022-push__visual {
  right: 0;
}
*[data-push="GAME"] .ds-repush-2022-push__visual {
  left: 0;
}
*[data-push="SPA"] .ds-repush-2022-push__content {
  width: 290px;
  right: 0;
}
*[data-push="GAME"] .ds-repush-2022-push__content {
  width: 290px;
  left: 385px;
}

.ds-repush-2022-push__content {
  z-index: 2;
  position: absolute;
  height: 100%;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.ds-repush-2022-push__title {
  display: flex;
  flex-direction: column;
  font-weight: normal;
  font-size: 24px;
  font-family: var(--GOTHAM-MEDIUM);
  margin: 0;
}

.ds-repush-2022-push__text {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0;
}

.ds-repush-2022-push__smartphone {
  z-index: 3;
  position: absolute;
  top: 98px;
  left: 130px;
  width: 265px;
  height: 454px;
}
.ds-repush-2022-push__smartphone-visual {
  height: 100%;
  width: 100%;
  background-image: url(../img/smartphone.png);
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.ds-repush-2022-push__smartphone-screens {
  border-radius: 20px;
  overflow: hidden;
  background-color: #ccc;
  height: calc(100% - 86px);
  width: calc(100% - 96px);
  position: absolute;
  top: 13px;
  left: 46px;
  z-index: 1;
}
.ds-repush-2022-push__smartphone-screens img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: FadeInScreen ease-in-out 6s infinite;
}
.ds-repush-2022-push__smartphone-screens img:nth-child(1) {
  animation-delay: 0s;
}
.ds-repush-2022-push__smartphone-screens img:nth-child(2) {
  animation-delay: 2s;
}
.ds-repush-2022-push__smartphone-screens img:nth-child(3) {
  animation-delay: 4s;
}
@keyframes FadeInScreen {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  33.32% {
    opacity: 1;
  }
  33.33% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 1599px) and (min-width: 1024px) {
  .ds-repush-2022-push__item {
    overflow: hidden;
    max-width:800px;
  }

  *[data-push="SPA"] .ds-repush-2022-push__visual {
    right: 0;
    left: auto;
  }
  *[data-push="GAME"] .ds-repush-2022-push__visual {
    left: calc(50% - 400px);
    left:0;
  }
  *[data-push="GAME"] .ds-repush-2022-push__content {
    left: auto;
    width: 50%;
    right: 0;
  }
  *[data-push="SPA"] .ds-repush-2022-push__content {
    left: auto;
    right: 0;
  }
  .ds-repush-2022-push__smartphone {
    z-index: 3;
    position: absolute;
    top: 98px;
    left: auto;
    right: calc(50% - 10px);
    width: 265px;
    height: 454px;
  }
}
@media (max-width: 1023px) and (min-width: 762px) {
  .ds-repush-2022-push {
    height: 1160px;
    flex-direction: column;
  }
  .ds-repush-2022-push__item {
    overflow: hidden;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    width: 100%;
  }
  *[data-push="SPA"] .ds-repush-2022-push__visual,
  *[data-push="GAME"] .ds-repush-2022-push__visual {
    left: calc(50% - 400px);
    right: auto;
  }
}
@media (max-width: 761px) {
  .ds-repush-2022-push {
    z-index: 1;
    height: auto;
    display: block;
  }
  .ds-repush-2022-push__item {
    height: 133vw;
    text-align: center;
  }
  .ds-repush-2022-push__content {
    align-items: center;
    width: 100% !important;
    right: 0 !important;
    left: 0 !important;
    height: 60vw;
  }
  .ds-repush-2022-push__text {
    margin: 15px;
    display: block;
  }
  .ds-repush-2022-push__visual {
    position: absolute;
    top: 0;
    width: 100vw;
  }
  .ds-repush-2022-push__title {
    align-items: center;
  }
  .ds-repush-2022-push__smartphone {
    transform: scale(0.5);
    left: 32vw;
    top: auto;
    bottom: 8vw;
    transform-origin: bottom left;
  }
}
/***************/
/** MIXOLOGIE **/
/***************/

.ds-repush-2022-mixologie {
  width: 100%;
  max-width: 1600px;
  height: 616px;
  overflow: hidden;
  position: relative;
}

.ds-repush-2022-mixologie__title {
  margin: 0;
  position: absolute;
  right: 50%;
  top: 0;
  z-index: 2;
  padding: 76px;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}

.ds-repush-2022-mixologie__logo {
  width: 464px;
}

/******************************************/
.ds-repush-2022-mixologie__title-line-1 {
  font-family: var(--GOTHAM-MEDIUM);
  padding-left: 4.7em;
  font-size: 26px;
  letter-spacing: -0.035em;
}
.ds-repush-2022-mixologie__title-line-2 {
  font-family: var(--GOTHAM-MEDIUM);
  padding-left: 5.7em;
  font-size: 26px;
  letter-spacing: -0.035em;
}
.ds-repush-2022-mixologie__title-line-3 {
  font-family: var(--CLARINS-FONT);
  margin-left: 6em;
  font-size: 24px;
}
@media (max-width: 761px) {
  .ds-repush-2022-mixologie__title-line-1 {
    padding-left: 0;  font-size: 6.7vw;
  }
  .ds-repush-2022-mixologie__title-line-2 {
    padding-left: 1em; font-size: 6.7vw;
  }
  .ds-repush-2022-mixologie__title-line-3 {
    margin-left: 1em;
  }
}
/******************************************/

.ds-repush-2022-mixologie__slider-background {
  position: absolute;
  top: 0;
  left: calc(50% - 800px);
  width: 1600px;
  height: 100%;
  z-index: 1;
}

.ds-repush-2022-mixologie__products {
  position: absolute;
  top: 0;
  left: 50%;
  width: 340px;
  z-index: 2;
  display: flex;
  height: 100%;
}
/******************************************/
*[data-product="DOUBLE-SERUM"] .ds-repush-2022-mixologie__packshot img {
  width: 100px;
}
*[data-product="BRIGHT-PLUS"] .ds-repush-2022-mixologie__packshot img {
  width: 117px;
}
/******************************************/
*[data-product="SFL"] .ds-repush-2022-mixologie__packshot img {
  width: 70px;
}
*[data-product="EVERLASTING"] .ds-repush-2022-mixologie__packshot img {
  width: 70px;
}
/******************************************/
.ds-repush-2022-mixologie__product-item {
  display: flex !important;
  flex-direction: column;
  text-align: center;
  align-items: center;
  max-width: 150px;
  flex-basis: 150px;
  height: 100%;
  padding-bottom: 50px;
}
.ds-repush-2022-mixologie__packshot {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.ds-repush-2022-mixologie__slider-products {
  max-width: 150px;
  flex-basis: 150px;
}
.ds-repush-2022-mixologie__product-name {
  font-weight: normal;
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 16px;
  margin: 20px 0;
  height: 40px;
}
.ds-repush-2022-mixologie__product-price {
  font-weight: normal;
  font-family: var(--GOTHAM-BOOK);
  font-size: 16px;
  margin: 0;
  margin-bottom: 20px;
}
.ds-repush-2022-mixologie__product-plus {
  font-size: 72px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: var(--GOTHAM-XLIGHT);
}
.ds-repush-2022-mixologie .slick-slider {
  height: 100%;
}
.ds-repush-2022-mixologie .slick-track,
.ds-repush-2022-mixologie .slick-list {
  height: 100%;
}
.ds-repush-2022-mixologie__content {
  position: absolute;
  top: 0;
  left: calc(50% + 360px);
  width: 220px;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.ds-repush-2022-mixologie__slider-texts {
  width: 220px;
  height: 115px !important;
  padding-top: 20px;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.ds-repush-2022-mixologie__intro {
  margin: 0;
  border-bottom: 1px solid;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 135px !important;
  font-size: 16px;
  font-family: var(--GOTHAM-MEDIUM);
}
.ds-repush-2022-mixologie__text {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.ds-repush-2022-mixologie button.slick-next {
  right: -50px;
  background: url(../img/arrow-right-black.svg);
}
.ds-repush-2022-mixologie button.slick-prev {
  left: -390px;
  background: url(../img/arrow-left-black.svg);
}
.ds-repush-2022-mixologie button.slick-next,
.ds-repush-2022-mixologie button.slick-prev {
  top: 0;
  height: 50px;
  width: 25px;
  transform: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50px auto;
  outline: 0 !important;
}
.ds-repush-2022-mixologie button.slick-next::before,
.ds-repush-2022-mixologie button.slick-prev::before,
.ds-repush-2022-mixologie button.slick-prev:after,
.ds-repush-2022-mixologie button.slick-next:after {
  display: none;
}

@media (max-width: 1023px) {
  .ds-repush-2022-mixologie {
    height: 259vw;
  }
  .ds-repush-2022-mixologie__slider-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 1;
  }
  .ds-repush-2022-mixologie__slider-background img {
    width: 100vw;
  }

  .ds-repush-2022-mixologie__products {
    left: calc(50% - 170px);
    height: 100%;
    justify-content: center;
  }
  .ds-repush-2022-mixologie__product-item {
    padding-top: 80vw;
    padding-bottom: 35vw;
  }

  .ds-repush-2022-mixologie__content {
    left: 9vw;
    width: 82vw;
    height: 100%;
    justify-content: space-between;
  }
  .ds-repush-2022-mixologie button.slick-prev {
    left: -85px;
    top: -310px;
  }
  .ds-repush-2022-mixologie button.slick-next {
    right: -85px;
    top: -310px;
  }
}

@media (max-width: 1023px) and (min-width: 762px) {
  .ds-repush-2022-mixologie {
    height: auto;
  }
  .ds-repush-2022-mixologie__title {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
  }
  .ds-repush-2022-mixologie__products {
    height: 480px;
    position: relative;
  }
  .ds-repush-2022-mixologie__product-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ds-repush-2022-mixologie__content {
    height: 200px;
    position: relative;
    padding-bottom: 40px;
    width: 400px;
    left: calc(50% - 200px);
  }
  .ds-repush-2022-mixologie__intro {
  }
}

@media (max-width: 761px) {
  .ds-repush-2022-mixologie {
    height: 259vw;
  }
  .ds-repush-2022-mixologie__title {
    right: 0;
    top: 17vw;
    padding: 5vw;
    width: 100vw;
    height: auto;
  }
  .ds-repush-2022-mixologie__title img {
    width: 100%;
  }
  .ds-repush-2022-mixologie__intro {
    border-bottom: 0px solid;
    height: 100vw !important;
  }
  .ds-repush-2022-mixologie__product-plus {
    padding-top: 80vw;
    padding-bottom: 35vw;
  }
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2){
  .ds-repush-2022-mixologie__title{
    right: 55%;
    padding: 76px 20px;
  }
  .ds-repush-2022-mixologie__products{
    left: 45%;
  }
  .ds-repush-2022-mixologie__content{
    left: calc(50% + 300px);
  }
  .ds-repush-2022-mixologie button.slick-prev{
    left: -380px;
  }
}

@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2){
  .ds-repush-2022-mixologie__title-line-2{
    padding-left: 0.7em;
  }
  .ds-repush-2022-mixologie__title-line-3{
    margin-left: 4em;
  }
  .ds-repush-2022-mixologie__content{
    height: 250px;
  }
}

/* DTW EDITS */

.ds-repush-2022-mixologie__product-name {
  height: 65px;
}
.ds-repush-2022-manifest__title{
  width: 70%;
}
.ds-repush-2022-actions__details-text{
  width: 80%;
  padding: 20px;
}

.ds-repush-2022-manifest__wrapper > div:nth-child(2) {
  width: 100%;
  max-width: 835px;
  }


/*ES UPDATE*/
.ds-repush-2022-duo__product-description {
  width: 95%;
}
.ds-repush-2022-intro__mentions {
  width: 40%;
  text-align: center;
  left: auto;
}
.ds-repush-2022-manifest__number {
  font-size: 90px;
  margin-bottom: 0;
}
.ds-repush-2022-manifest__number sup {
  top: 0;
  left: 65%;
}
#cstm-styl {
  font-size: 32px;
  text-align: left;
}
p#cstm-styl {
    text-transform: uppercase;
    font-size: 35px;
    display: flex;
    flex-direction: column;
    font-family: var(--GOTHAM-XLIGHT);
    color: var(--GOLD-COLOR);
    text-align: left;
    font-weight: normal;
    margin: 0;
    padding-bottom: 30px;
}

/*tablet landscape*/
@media only screen and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2){
  #cstm-styl {
    width: auto;
    font-size: 30px;
  }
  .ds-repush-2022-intro__mentions {
    width: 60%;
  }
  .ds-repush-2022-manifest__number {
    font-size: 80px;
    line-height: 70px;
  }  
  .ds-repush-2022-manifest__number sup {
    left: 75%;
  }
  p#cstm-styl {
    margin-top: -15%;
    font-size: 34px;
  }
  .ds-repush-2022-manifest__wrapper > div:nth-child(2) {
    max-width: 750px;
}
.ds-repush-2022-manifest__title strong {
  font-size: 40px;}
}

/*tablet portrait*/
@media only screen and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2){
  .ds-repush-2022-duo__product-name {
    font-size: 29px;
  }
  .ds-repush-2022-duo__product-description {
    width: auto;
  }
  .ds-repush-2022-mixologie button.slick-next {
    right: -95px!important;
  }
  .ds-repush-2022-mixologie button.slick-prev {
    left: -95px!important;
  }
  .ds-repush-2022-intro__mentions {
    width: 80%;
  }
  .ds-repush-2022-manifest__number sup {
    left: 75%;
  } 
}

/*mobile*/
@media (max-width: 480px) {
  .ds-repush-2022-intro__mentions {
    width: 89%!important;
    left: auto!important;
  }
  .ds-repush-2022-manifest__title {
    font-size: 20px;
    width: auto;
  }
  .ds-repush-2022-actions__details-content {
    padding-top: 25px!important;
  }
  .ds-repush-2022-actions__details-text {
    width: auto!important;
    padding-top: 10px!important;
  }
  .ds-repush-2022-mixologie__content {
    top: 1%;
  }
  .ds-repush-2022-manifest__number {
    font-size: 100px;
    padding-top: 30px;
  }
  .ds-repush-2022-manifest__number sup {
    left: 89%;
  }
  p.ds-repush-2022-manifest__title {
    font-size: 25px;
    margin-top: -80%;
    width: auto!important;
  }
  .ds-repush-2022-manifest__content {
    margin-top: -20%;
  }
  #cstm-styl {
    font-size: 20px;
    margin-left: 0%;
    width: 100%;
  }
  p#cstm-styl {
    font-size: 30px;
  }
}