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;
}
.primary-content {
  padding: 0;
}
footer {
  margin-top: 0px;
}

@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;
  background-color: var(--GOLD-COLOR);
}

.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;
  padding: 0 20px;
  border: 1px solid #b40024;
  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;
}

/*------------------------------------------------*/
/*------------------------------------------------*/
/*------------------------------------------------*/
.ds-repush-2022-background {
  height: auto;
  width: 1600px;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: calc(50% - 800px);
  z-index: 1;
}
.ds-repush-2022-background img {
  width: 100%;
}
@media (max-width: 1023px) {
  .ds-repush-2022-background {
    width: 1200px;
    left: calc(50% - 600px);
  }
}
@media (max-width: 761px) {
  .ds-repush-2022-background {
    width: 100vw;
    left: 0;
  }
}
/*------------------------------------------------*/
/*---------------HEADER ---------------*/
/*------------------------------------------------*/
.ds-repush-2022-header {
  height: 462px;
  max-width: 1600px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.ds-repush-2022-header__content {
  position: absolute;
  z-index: 3;
  left: calc(50% - 80px);
  top: calc(50% - 181px);
  display: flex;
  width: 612px;
  height: 462px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ds-repush-2022-header__title {
  margin: 0 !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 48px;
  font-weight: normal;
  line-height: 1em;
  font-family: var(--GOTHAM-BOOK);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ds-repush-2022-header__text {
  margin: 0;
  margin-bottom: 30px;
  margin-top: 15px;
  color: #fff;
  font-size: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: var(--GOTHAM-XLIGHT);
  text-align: center;
}

@media (max-width: 1200px) {
  .ds-repush-2022-header__content {
    left: calc(50% - 80px);
  }
}
@media (max-width: 1023px) and (min-width: 762px) {
  .ds-repush-2022-header__content {
    left: calc(50% - 80px);
    transform: scale(0.8);
    top: 0;
    transform-origin: center left;
  }
}
@media (max-width: 761px) {
  .ds-repush-2022-header {
    height: calc(909 / 375 * 100vw);
  }
  .ds-repush-2022-header__content {
    width: 100vw;
    top: 0;
    left: 0;
    height: calc(278 / 375 * 100vw);
  }
  .ds-repush-2022-header__title {
    font-size: calc(35 / 375 * 100vw);
  }
  .ds-repush-2022-header__text {
    margin: 0px;
    margin-top: 0.2em;
    font-size: calc(24 / 375 * 100vw);
  }
}
/*------------------------------------------------*/
/*---------------ACTIONS ---------------*/
/*------------------------------------------------*/
.ds-repush-2022-actions {
  width: 100%;
  position: relative;
  z-index: 2;
  height: 1074px;
}
.ds-repush-2022-actions__content {
  position: absolute;
  width: 585px;
  right: 50%;
  top: 324px;
}

.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: 347px;
  top: 230px;
  left: calc(50% + 130px);
  z-index: 1;
  border-radius: 50%;
  box-shadow: 0px 8px 16px rgb(188 146 91 / 80%);
  display: block;
}
.ds-repush-2022-actions__drop img {
  display: block;
  width: 100%;
}
.ds-repush-2022-actions__circle {
  position: absolute;
  width: 608px;
  top: 93px;
  left: 50%;
  z-index: 1;
  transition: all ease-in-out 0.5s;
}
.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: flex-start;
  text-align: left;
  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;
  margin: 0;
  line-height: 28px;
  font-weight: normal;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.ds-repush-2022-actions__details[data-action="REGENERATION"] {
  --ACTION-COLOR: #c05f14;
  --ACTION-TOP: 0px;
  --ACTION-LEFT: -10px;
  --ACTION-TOP-BTN: -65px;
  --ACTION-LEFT-BTN: 137px;
  --ACTION-TOP-POPIN: -48px;
  --ACTION-LEFT-POPIN: 25px; 
   --ACTION-ORIGIN:top center;
}
.ds-repush-2022-actions__details[data-action="OXYGENATION"] {
  --ACTION-COLOR: #fbb938;
  --ACTION-TOP: 150px;
  --ACTION-LEFT: 260px;
  --ACTION-TOP-BTN: 29px;
  --ACTION-LEFT-BTN: 58px;
  --ACTION-TOP-POPIN: -78px;
  --ACTION-LEFT-POPIN: -239px;  
  --ACTION-ORIGIN:top center;
}
.ds-repush-2022-actions__details[data-action="NUTRITION"] {
  --ACTION-COLOR: #fbb938;
  --ACTION-TOP: 422px;
  --ACTION-LEFT: 151px;
  --ACTION-TOP-BTN: 28px;
  --ACTION-LEFT-BTN: -11px;
  --ACTION-TOP-POPIN: -200px;
  --ACTION-LEFT-POPIN: -280px;  
  --ACTION-ORIGIN:top center;
}
.ds-repush-2022-actions__details[data-action="HYDRATATION"] {
  --ACTION-COLOR: #f0ac34;
  --ACTION-TOP: 422px;
  --ACTION-LEFT: -170px;
  --ACTION-TOP-BTN: -81px;
  --ACTION-LEFT-BTN: -9px;
  --ACTION-TOP-POPIN: -230px;
  --ACTION-LEFT-POPIN: 12px;  
  --ACTION-ORIGIN:top center;
}
.ds-repush-2022-actions__details[data-action="PROTECTION"] {
  --ACTION-COLOR: #a73805;
  --ACTION-TOP: 150px;
  --ACTION-LEFT: -269px;
  --ACTION-TOP-BTN: -113px;
  --ACTION-LEFT-BTN: 99px;
  --ACTION-TOP-POPIN: -95px;
  --ACTION-LEFT-POPIN: -30px; 
   --ACTION-ORIGIN:top center;
}

@media (max-width: 761px) {
  .ds-repush-2022-actions__details[data-action="REGENERATION"] {
    --ACTION-TOP: 0;
    --ACTION-LEFT: -1vw;
    --ACTION-TOP-BTN: -9.5vw;
    --ACTION-LEFT-BTN: 29.5vw;
    --ACTION-TOP-POPIN: -7vw;
    --ACTION-LEFT-POPIN: 22vw; 
     --ACTION-ORIGIN:top center;
  }
  .ds-repush-2022-actions__details[data-action="OXYGENATION"] {
    --ACTION-TOP: 22vw;
    --ACTION-LEFT: 37vw;
    --ACTION-TOP-BTN: 5.5vw;
    --ACTION-LEFT-BTN: 15vw;
    --ACTION-TOP-POPIN: 5vw;
    --ACTION-LEFT-POPIN: -15vw;
    --ACTION-ORIGIN:right center;
  }
  .ds-repush-2022-actions__details[data-action="NUTRITION"] {
    --ACTION-TOP: 62vw;
    --ACTION-LEFT: 25vw;
    --ACTION-TOP-BTN: 2.2vw;
    --ACTION-LEFT-BTN: -1.2vw;
    --ACTION-TOP-POPIN: -34vw;
    --ACTION-LEFT-POPIN: -28vw;
    --ACTION-ORIGIN:bottom right;
  }
  .ds-repush-2022-actions__details[data-action="HYDRATATION"] {
    --ACTION-TOP: 62vw;
    --ACTION-LEFT: -25vw;
    --ACTION-TOP-BTN: -15.6vw;
    --ACTION-LEFT-BTN: 4.4vw;
    --ACTION-TOP-POPIN: -18vw;
    --ACTION-LEFT-POPIN: 5vw;
    --ACTION-ORIGIN:left center;
  }
  .ds-repush-2022-actions__details[data-action="PROTECTION"] {
    --ACTION-TOP: 22vw;
    --ACTION-LEFT: -38vw;
    --ACTION-TOP-BTN: -20vw;
    --ACTION-LEFT-BTN: 21.2vw;
    --ACTION-TOP-POPIN: -19vw;
    --ACTION-LEFT-POPIN: 15vw;
    --ACTION-ORIGIN:top center;
  }
}
.ds-repush-2022-actions__details {
  position: absolute;
  top: 187px;
  left: calc(50% + 230px);
  z-index: 4;
  margin-top: var(--ACTION-TOP);
  margin-left: var(--ACTION-LEFT);
}

@media (max-width: 761px) {
  .ds-repush-2022-actions__details {
    top: 20vw;
    left: calc(50% - 75px);
  }
}

.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 {
  outline: 0!important;
}

.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 *{
  -webkit-tap-highlight-color: transparent;  
  outline: 0!important;
}

.ds-repush-2022-actions__details summary span {
  background-color: #fff;
  color: #a73805;
  font-size: 38px;
  width: 42px;
  height: 42px;
  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;
  transform: rotate(0.1deg);
  transition: all ease-in-out 0.5s;
  z-index: 2;
}
.ds-repush-2022-actions__details[open] summary span {
  background-color: var(--ACTION-COLOR);
  color: #fff;
  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: none;
}
.ds-repush-2022-actions__details[open] .ds-repush-2022-actions__details-content {
  animation: ZoomPopin ease-in-out 0.5s both;
}
@keyframes ZoomPopin {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}


.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: 1170px;
  top: 591px;
  left: calc(50% - 585px);
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  color: #fff;
}
.ds-repush-2022-actions__ingredient-content {
  padding: 60px 20px;
  flex-basis: 50%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  padding-left: 100px;
}
.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: 1200px) {
  .ds-repush-2022-actions__content {
    position: absolute;
    width: 400px;
    right: auto;
    top: 324px;
    left: 30px;
  }
  .ds-repush-2022-actions__text {
    font-size: 18px;
  }
  .ds-repush-2022-actions__wrapper {
    position: relative;
    transform: scale(0.85) translateX(-70px);
  }
}
@media (max-width: 1023px) and (min-width: 762px) {
  .ds-repush-2022-actions {
    height: 700px;
  }
  .ds-repush-2022-actions__wrapper {
    transform-origin: top left;
    transform: scale(0.75);
    position: absolute;
    top: -60px;
    left: calc(50% - 90px);
  }
  .ds-repush-2022-actions__content {
    position: absolute;
    width: 250px;
    right: auto;
    top: 124px;
    left: 30px;
  }
  .ds-repush-2022-actions__title {
    font-size: 24px;
    display: block;
  }
  .ds-repush-2022-actions__text {
    font-size: 16px;
    display: block;
    line-height: 20px;
  }
  .ds-repush-2022-actions__ingredient {
    position: absolute;
    width: 700px;
    top: 400px;
    left: calc(50% - 350px);
    z-index: 2;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    color: #fff;
    pointer-events: none;
  }
  .ds-repush-2022-actions__ingredient-content {
    padding: 20px;
  }
  .ds-repush-2022-actions__ingredient-title {
    font-size: 24px;
    line-height: 1em;
    display: block;
  }
  .ds-repush-2022-actions__ingredient-text {
    font-size: 16px;
    display: block;
    line-height: 20px;
  }
  .ds-repush-2022-actions__ingredient-visual img {
    width: 300px;
  }
}
@media (max-width: 761px) {
  .ds-repush-2022-actions {
    height: auto;
  }
  .ds-repush-2022-actions__content {
    position: relative;
    width: 100vw;
    right: auto;
    top: auto;
    left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: calc(194 / 375 * 100vw);
  }
  .ds-repush-2022-actions__title {
    font-size: calc(24 / 375 * 100vw);
    margin-bottom: 0.5em;
    align-items: center;
    text-align: center;
  }
  .ds-repush-2022-actions__title strong {
    font-size: calc(24 / 375 * 100vw);
    margin-bottom: 0.1em;
    align-items: center;
    text-align: center;
  }
  .ds-repush-2022-actions__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.4em;
    align-items: center;
    text-align: center;
  }
  .ds-repush-2022-actions__drop {
    width: 52vw;
    top: 26vw;
    left: 24vw;
    box-shadow: 0px 2vw 4vw rgb(188 146 91 / 80%);
  }
  .ds-repush-2022-actions__circle {
    top: 0;
    left: 0;
    width: 100vw;
  }
  .ds-repush-2022-actions__circle img {
    width: 100%;
  }
  .ds-repush-2022-actions__wrapper {
    position: relative;
    transform: none;
    height: 100vw;
  }
  .ds-repush-2022-actions__ingredient {
    position: relative;
    width: 100vw;
    height: 127vw;
    top: auto;
    left: auto;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    flex-direction: column;
  }
  .ds-repush-2022-actions__ingredient-visual {
    padding: 0;
    width: 75vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }
  .ds-repush-2022-actions__ingredient-content {
    padding: 0;
    flex-basis: unset;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .ds-repush-2022-actions__ingredient-title {
    font-size: calc(24 / 375 * 100vw);
    line-height: 1.2em;
    align-items: center;
    justify-content: center;
  }
  .ds-repush-2022-actions__ingredient-text {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.4em;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .ds-repush-2022-actions__details-content {
    width: 45vw;
    height: 45vw;
  }
  .ds-repush-2022-actions__details-title {
    font-size: 12px;
  }
  .ds-repush-2022-actions__details-text {
    font-size: 12px;
  }
  .ds-repush-2022-actions__details summary {
    font-size: 11px;
  }
}
/*------------------------------------------------*/
/*---------------DUO ---------------*/
/*------------------------------------------------*/
.ds-repush-2022-duo {
  width: 100%;
  position: relative;
  height: 953px;
  font-size: 0;
  text-align: center;
  padding-top: 70px;
}
.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: 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: 6px;
}
.ds-repush-2022-duo__title strong {
  color: #fff;
  font-size: 35px;
  font-family: var(--GOTHAM-BOOK);
  margin: 0;
  line-height: 1em;
  font-weight: normal;
  text-transform: uppercase;
}
.ds-repush-2022-duo__text {
  color: #fff;
  font-size: 24px;
  margin: 0;
  line-height: 28px;
  font-weight: normal;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}

.ds-repush-2022-duo__packshot {
  width: 100%;
  display: block;
  z-index: 2;
  position: relative;
}
.ds-repush-2022-duo__packshot img {
  width: 100%;
}
.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__products {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 563px;
  height: 562px;
  background: linear-gradient(to top, #eccc94, #f2dab5, #f4e2c6);
  display: inline-block;
  vertical-align: top;
  margin: 20px;
  --SCALE: 1;
}
@media (max-width: 1200px) {
  .ds-repush-2022-duo__products {
    --SCALE: calc(450 / 563);
    width: calc(var(--SCALE) * 563px);
    height: calc(var(--SCALE) * 562px);
  }

  .ds-repush-2022-duo__products[data-block="duo"] {
    z-index: 4;
  }

  .ds-repush-2022-duo__product-item[data-product="double-serum"] {
    left: 70px !important;
  }
  .ds-repush-2022-duo__product-item[data-product="multi-active"] {
    left: 70px !important;
  }
  .ds-repush-2022-duo__product-item[data-product="double-serum-eyes"] {
    left: 220px !important;
  }
  .ds-repush-2022-duo__product-item[data-product="double-serum-small"] {
    left: 220px !important;
  }
}
@media (max-width: 1023px) and (min-width: 762px) {
  .ds-repush-2022-duo__products {
    --SCALE: calc(340 / 563);
    width: calc(var(--SCALE) * 563px);
    height: 400px;
    margin: 10px;
  }
}
.ds-repush-2022-duo__product-content {
  position: absolute;
  top: calc(var(--SCALE) * 40px);
  left: 0;
  width: 100%;
  z-index: 3;
}
.ds-repush-2022-duo__product-title {
  color: var(--GOLD-COLOR);
  font-size: calc(var(--SCALE) * 24px);
  font-family: var(--GOTHAM-XLIGHT);
  margin: 0;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 6px;
}
.ds-repush-2022-duo__product-title strong {
  color: var(--GOLD-COLOR);
  font-size: calc(var(--SCALE) * 24px);
  font-family: var(--GOTHAM-BOOK);
  margin: 0;
  line-height: 1.2em;
  font-weight: normal;
  text-transform: uppercase;
}
.ds-repush-2022-duo__product-intro {
  color: var(--GOLD-COLOR);
  font-size: 16px;
  margin: 0;
  line-height: 20px;
  font-weight: normal;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 30px;
}

.ds-repush-2022-duo__product-btn {
  display: flex;
  position: absolute;
  background-color: #fff;
  color: var(--BROWN-COLOR);
  font-size: calc(var(--SCALE) * 38px);
  width: calc(var(--SCALE) * 42px);
  height: calc(var(--SCALE) * 42px);
  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"],
.ds-repush-2022-duo__product-item[data-product="double-serum"] {
  left: calc(var(--SCALE) * 140px);
  top: calc(var(--SCALE) * 209px);
}

.ds-repush-2022-duo__product-btn[data-product="multi-active"],
.ds-repush-2022-duo__product-item[data-product="multi-active"] {
  left: calc(var(--SCALE) * 156px);
  top: calc(var(--SCALE) * 285px);
}

.ds-repush-2022-duo__product-btn[data-product="double-serum-eyes"],
.ds-repush-2022-duo__product-item[data-product="double-serum-eyes"] {
  left: calc(var(--SCALE) * 399px);
  top: calc(var(--SCALE) * 274px);
}

.ds-repush-2022-duo__product-btn[data-product="double-serum-small"],
.ds-repush-2022-duo__product-item[data-product="double-serum-small"] {
  left: calc(var(--SCALE) * 400px);
  top: calc(var(--SCALE) * 260px);
}

.ds-repush-2022-duo__product-item {
  background-color: #fff;
  padding: 20px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
  position: absolute;
  display: none;
  transform: translateX(calc(-50% + 21px)) translateY(50px);
  width: 210px;
  z-index: 3;
}
.ds-repush-2022-duo__product-item[data-open="1"] {
  display: block;
}

.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: 14px;
  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: #333;
  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: #333;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  text-decoration: underline;
  text-transform: uppercase;
}

.ds-repush-2022-duo__discover-link {
  position: relative;
  padding: 20px;
  padding-bottom: 70px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1023px) and (min-width: 762px) {
  .ds-repush-2022-duo__product-title {
    font-size: 18px;
  }
  .ds-repush-2022-duo__product-title strong {
    font-size: 18px;
  }
  .ds-repush-2022-duo__product-intro {
    font-size: 14px;
    line-height: 1.4em;
  }
  .ds-repush-2022-duo__product-item,
  .ds-repush-2022-duo__product-btn,
  .ds-repush-2022-duo__packshot {
    margin-top: 40px;
  }
}

@media (max-width: 761px) {
  .ds-repush-2022-duo {
    height: auto;
    padding-top: 50px;
  }
  .ds-repush-2022-duo__title {
    font-size: calc(24 / 375 * 100vw);
    margin-bottom: 0.5em;
    align-items: center;
    text-align: center;
  }
  .ds-repush-2022-duo__title strong {
    font-size: calc(24 / 375 * 100vw);
    margin-bottom: 0.1em;
    align-items: center;
    text-align: center;
  }
  .ds-repush-2022-duo__text {
    font-size: calc(16 / 375 * 100vw);
    line-height: 1.4em;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
  }

  .ds-repush-2022-duo__products {
    width: 335px;
    height: 456px;
  }
  .ds-repush-2022-duo__product-title {
    font-size: 18px;
  }
  .ds-repush-2022-duo__product-title strong {
    font-size: 18px;
  }

  .ds-repush-2022-duo__product-btn[data-product="double-serum"] {
    left: 24px;
    top: 176px;
  }

  .ds-repush-2022-duo__product-btn[data-product="multi-active"] {
    left: 53px;
    top: 228px;
  }

  .ds-repush-2022-duo__product-btn[data-product="double-serum-eyes"] {
    left: 266px;
    top: 257px;
  }

  .ds-repush-2022-duo__product-btn[data-product="double-serum-small"] {
    left: 258px;
    top: 200px;
  }

  .ds-repush-2022-duo__product-item[data-product="double-serum"] {
    left: 64px;
    top: 176px;
  }

  .ds-repush-2022-duo__product-item[data-product="multi-active"] {
    left: 64px;
    top: 228px;
  }

  .ds-repush-2022-duo__product-item[data-product="double-serum-eyes"] {
    left: 226px;
    top: 257px;
  }

  .ds-repush-2022-duo__product-item[data-product="double-serum-small"] {
    left: 226px;
    top: 200px;
  }
}
/*------------------------------------------------*/
/*---------------PUSHS ---------------*/
/*------------------------------------------------*/

.ds-repush-2022-push {
  display: flex;
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  height: 500px;
}

.ds-repush-2022-push__item {
  position: relative;
  margin: 0 auto;
  max-width: 1170px;
  width: 100%;
}

.ds-repush-2022-push__visual {
  position: absolute;
  top: 0;
  right: 0;
  width: 1170px;
  z-index: 1;
}

.ds-repush-2022-push__visual img {
  width: 100%;
}

.ds-repush-2022-push__content {
  z-index: 2;
  position: absolute;
  height: 100%;
  top: 0;
  left: 160px;
  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: 40px;
  left: 750px;
  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: 1023px) and (min-width: 762px) {
  .ds-repush-2022-push {
    width: 700px;
    margin: 0px auto;
    overflow: hidden;
    height: 384px;
  }
  .ds-repush-2022-push__visual {
    right: calc(50% - 470px);
    width: 900px;
  }
  .ds-repush-2022-push__content {
    left: 60px;
  }
  .ds-repush-2022-push__smartphone {
    top: 40px;
    left: 490px;
    transform: scale(0.72);
    transform-origin: top left;
  }
}
@media (max-width: 761px) {
  .ds-repush-2022-push__visual {
    top: 0;
    right: calc(50vw - 167px);
    width: 335px;
  }
  .ds-repush-2022-push__visual img {
    width: 100%;
  }
  .ds-repush-2022-push__content {
    z-index: 2;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    justify-content: space-between;
  }
  .ds-repush-2022-push__title {
    align-items: center;
    text-align: center;
  }
  .ds-repush-2022-push__text {
    flex: 1;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
  }
  .ds-repush-2022-push__smartphone {
    top: 88px;
    left: 65px;
    transform: scale(0.5);
  }
}

/* DTW EDITS */
.ds-repush-2022-push__text {
  width: 35%;
}

/*=== ===*/
.ds-repush-2022-actions__details-text {
  width: 90%;
}
.ds-repush-2022-actions__text {
  width: 90%;
}