body,
html {
  margin: 0;
  padding: 0;
}
#wrapper {
  max-width: 100%;
}
.breadcrumb {
  display: none;
}

#wrapper.pt_category-wide .site-width-slot,
#wrapper.pt_category-wide .breadcrumb-container {
  max-width: 100%;
}
.MyContent {
  position: relative;
  width: 100%;
  /*overflow: hidden;*/
  min-height: calc(100vh - 50px);
  overflow: hidden;
  font-size: 14px;
  line-height: 21px;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
  color: #333;
}
@media (max-width: 761px) {
  .MyContent {
    min-height: 0;
  }
}
.MyContent .swatchesCircle {
  display: none;
}

.MyContent .product-tile {
  margin: 0;
  margin-top: 20px;
  text-align: left;
}
.MyContent .Mentions {
  font-size: 11px;
  opacity: 0.5;
}
.MyContent .MyHeader[data-enabled="0"] {
  display: none;
}
.MyContent .MyHeader[data-enabled="1"] {
  display: block;
  margin-top: 0px;
}
.MyContent .MyHeader {
  z-index: 3;
  position: absolute;
  top: 0;
  width: 600px;
  left: calc(50% - 300px);
  height: 120px;
  text-align: center;
}
@media (max-width: 761px) {
  .MyContent .MyHeader {
    width: 100%;
    left: 0;
  }
}
.MyContent .MyHeader > div img {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 761px) {
  .MyContent .MyHeader > div img {
    max-width: 220px;
  }
}
.MyHeaderTitle {
  font-size: 35px;
  font-family: ClarinsRegular, Clarins;
  display: block;
  text-align: center;
  line-height: 1em;
  cursor: pointer;
}
.MyHeaderTitle strong {
  font-size: 60px;
  font-weight: normal;
  line-height: 1em;
  vertical-align: bottom;
  margin-bottom: -2px;
  display: inline-block;
}
.MyContent .MyStepNav {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  position: relative;
  margin-top: 20px;
}
.MyContent .MyStepNav > div::before {
  content: " ";
  width: 30px;
  height: 1px;
  background-color: #b40024;
  position: absolute;
  top: 13px;
  left: 100%;
  z-index: -1;
}
.MyContent .MyStepNav > div::after {
  content: " ";
  width: 30px;
  height: 1px;
  background-color: #b40024;
  position: absolute;
  top: 13px;
  right: 100%;
  z-index: -1;
}
.MyContent .MyStepNav > div:first-child::after {
  display: none;
}
.MyContent .MyStepNav > div:last-child::before {
  display: none;
}
.MyContent .MyStepNav > div {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #fff;
  position: relative;
  color: #b40024;
  border: 1px solid #b40024;
  display: flex;
  justify-content: center;
  align-items: center;
  /*overflow: hidden;*/
  transform-origin: center center;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  margin: 0 12px;
  margin-top: 5px;
  font-size: 16px;
  background-color: #fff;
}
.MyContent .MyStepNav > div:last-child {
  background-image: url("img/picto.svg");
  font-size: 0;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center center;
}
.MyContent .MyStepNav > div:last-child[data-select="1"] {
  background-image: url("img/picto-roll.svg");
  background-size: 80%;
}
.MyContent .MyStepNav > div[data-level="2.5"] {
  display: none;
}
.MyContent .MyStepNav > div[data-select="1"] {
  background-color: #b40024;
  margin-top: 0px;
  color: #fff;
  display: flex;
  border: 6px solid #b40024;
}

.MyContent .MyChoiceScreen {
  padding: 20px;
  margin: 0 auto;
  width: 100vw;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  /*height:calc(100vh - 50px);*/
  text-align: center;
  display: flex;
  transition: transform ease-in-out 0.5s, opacity ease-in-out 0.8s;
  position: absolute;
  flex-wrap: wrap;
  padding-top: 120px;
}
@media (max-width: 761px) {
  .MyContent .MyChoiceScreen {
    padding: 10px;
    padding-top: 145px;
  }
}
/*--------------------------------------*/
.MyContent *[data-select="0"] {
  opacity: 0;
  transform: translateY(200%);
  z-index: -1;
}
.MyContent *[data-select="1"] {
  opacity: 1;
  transform: translateY(0);
  z-index: 2;
}
#Screen-00 {
  background-image: url(img/header-retina.jpg);
  background-size: 1600px auto;
  background-repeat: no-repeat;
  background-position: center center;
  height: calc(85vh - 50px);
  padding: 0;
}

.MyChoiceScreen .MainTitle {
  font-size: 50px;
  font-family: ClarinsRegular, Clarins;
  display: block;
  text-align: center;
  line-height: 1em;
  font-weight: normal;
  color: #fff;
}
.MyChoiceScreen .MainTitle strong {
  font-size: 80px;
  font-weight: normal;
  display: inline-block;
  line-height: 1em;
  margin-bottom: -4px;
  vertical-align: bottom;
}

@media (max-width: 1250px) {
  #Screen-00 {
    background-size: 120% auto;
  }
  #Screen-00 img {
    width: 22vw;
  }
  #Screen-00 .MyChoiceTitle {
    font-size: 2.1vw;
    width: 15em;
    line-height: 1.4em;
    margin: 0.8em auto;
  }
  .MyChoiceScreen .MainTitle {
    font-size: 4vw;
    line-height: 1em;
  }
  .MyChoiceScreen .MainTitle strong {
    font-size: 6.4vw;
    line-height: 1em;
    margin-bottom: -4px;
  }
}
@media (max-width: 761px) {
  #Screen-00 {
    background-size: 110% auto;
    height: auto;
    background-position: top 80px center;
  }
  #Screen-00 img {
    width: 40vw;
    height: auto;
    padding-top: 17vw;
  }
  #Screen-00 .MyChoiceTitle {
    font-size: 5vw;
    width: 100vw;
    line-height: 1.4em;
    margin: 0 auto;
    padding-right: 18vw;
    padding-left: 30vw;
    box-sizing: border-box;
    color: #fff;
    margin-top: 16vw;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40vw;
    padding-bottom: 20px;
  }

  .MyChoiceScreen .MainTitle {
    font-size: 35px;
    color: #333;
    font-family: ClarinsRegular, Clarins;
    display: block;
    text-align: center;
    line-height: 1em;
    margin: 0;
  }
  .MyChoiceScreen .MainTitle strong {
    font-size: 60px;
    font-weight: normal;
    line-height: 1em;
    vertical-align: bottom;
    margin-bottom: -2px;
    display: inline-block;
  }
}

.MyChoiceScreen .Title {
  font-family: ClarinsRegular, Clarins;
  padding: 30px 20px;
  margin: 0;
  font-size: 48px;
  color: #333;
  font-weight: normal;
  line-height: 1em;
  flex-basis: 100%;
}
@media (max-width: 761px) {
  .MyChoiceScreen .Title {
    font-size: 30px;
    padding: 0px 10px;
    padding-bottom: 20px;
  }
}
.MyChoiceScreen .MyChoice {
  margin: 20px;
  max-width: 300px;
  flex-basis: calc(33.33% - 40px);
}
@media (max-width: 761px) {
  .MyChoiceScreen .MyChoice {
    flex-basis: calc(50% - 20px);
    margin: 10px;
  }
}
.MyChoiceScreen .MyChoiceVisual {
  overflow: hidden;
  cursor: pointer;
}
.MyChoiceTitle {
  margin: 20px auto;
  color: #fff;
  font-size: 27px;
  line-height: 30px;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
}
.MyChoiceScreen .MyChoiceText {
  border: #cfcac9 solid 1px;
  border-radius: 4px;
  margin-top: 10px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  color: #333;
}
.MyChoiceScreen .MyChoice:hover .MyChoiceText {
  border: #b40024 solid 1px;
  color: #b40024;
}
.MyChoiceScreen .MyChoiceTextBlack {
  margin: 0 auto;
  margin-top: 10px;
  height: 45px;
  border-radius: 4px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  background-color: transparent;
  color: #fff;
  max-width: 170px;
}

.MyChoiceScreen .MyChoiceTextBlack:hover {
  background-color: #fff;
  color: #b40024;
}

@media (max-width: 761px) {
  .MyChoiceScreen .MyChoiceTextBlack {
    border: 1px solid #333;
    color: #333;
    max-width: 170px;
  }
  .MyChoiceScreen .MyChoiceTextBlack:hover {
    background-color: #fff;
    color: #b40024;
    border: 1px solid #b40024;
  }
}
.MyChoiceScreen .MyChoiceVisual img {
  max-width: 100%;
  display: block;
  transition: transform ease-in-out 0.5s;
}
.MyChoiceScreen .MyChoiceVisual:hover img {
  transform: scale(1.05);
}
.MyChoiceScreen .TintWrapper {
  font-size: 0;
  text-align: left;
}
@media (max-width: 761px) {
  .MyChoiceScreen .TintWrapper {
    text-align: center;
  }
}
.MyChoiceScreen .BlockProductWrapper {
  display: block;
  min-height: 754px;
  max-width: 1008px;
  box-sizing: border-box;
  padding: 0px;
  margin-top: -20px;
  width: 100%;
  flex-basis: 100%;
  position: relative;
}
@media (max-width: 1023px) {
  .MyChoiceScreen .BlockProductWrapper {
    min-height: 604px;
  }
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockProductWrapper {
    display: flex;
    flex-direction: column;
  }
}
.MyChoiceScreen .BlockProductWrapper .LipsPreviewWrapper {
  position: relative;
  overflow: hidden;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockProductWrapper .LipsPreviewWrapper {
    height: 363px;
    background-position: bottom -40px center;
  }
}
@media (max-width: 485px) {
  .MyChoiceScreen .BlockProductWrapper .LipsPreviewWrapper {
    height: 105vw;
    background-position: bottom -8vw center;
  }
}
.MyChoiceScreen .BlockProductWrapper .LipsPreview {
  max-width: 504px;
  width: 50%;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.MyChoiceScreen .BlockProductWrapper .LipsPreview::before {
  background-color: #f3f1f0;
  height: 76px;
  width: calc(100% - 40px);
  content: " ";
  position: absolute;
  top: 20px;
  left: 20px;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockProductWrapper .LipsPreview::before {
    width: calc(100% - 20px);
    left: 10px;
  }
}
.MyChoiceScreen .BlockProductWrapper .LipsPreview .Text {
  margin: 0;
  height: 76px;
  display: block;
  position: relative;
  padding-top: 20px;
  box-sizing: border-box;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockProductWrapper .LipsPreview {
    max-width: 465px;
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    top: auto;
    left: auto;
    box-sizing: border-box;
    order: 1;
  }
}
.MyChoiceScreen .BlockProductWrapper .LipsPreview img {
  position: relative;
  display: block;
  margin: 0 auto;
  opacity: 0;
  /*  transition: opacity 1s ease-in-out;*/
  max-width: 100%;
}
.MyChoiceScreen .BlockProductWrapper .LipsPreview img:nth-child(2),
.MyChoiceScreen .BlockProductWrapper .LipsPreview img:nth-child(3) {
  position: absolute;
  top: 0;
  left: 0;
}
.MyChoiceScreen
  .BlockProductWrapper
  .LipsPreview[data-skin="1"]
  img:nth-child(1) {
  z-index: 3;
  opacity: 1;
}
.MyChoiceScreen
  .BlockProductWrapper
  .LipsPreview[data-skin="2"]
  img:nth-child(2) {
  z-index: 3;
  opacity: 1;
}
.MyChoiceScreen
  .BlockProductWrapper
  .LipsPreview[data-skin="3"]
  img:nth-child(3) {
  z-index: 3;
  opacity: 1;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockProductWrapper .LipsPreview img {
    position: absolute !important;
    bottom: -40px !important;
    top: auto !important;
  }
}
@media (max-width: 485px) {
  .MyChoiceScreen .BlockProductWrapper .LipsPreview img {
    position: absolute !important;
    bottom: 0 !important;
    top: auto !important;
  }
}
.MyChoiceScreen .BlockProductWrapper .TextContent {
  max-width: 504px;
  width: 50%;
  padding: 20px;
  text-align: left;
  margin-right: 0;
  margin-left: auto;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 21px;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book",
    Helvetica, Arial, sans-serif;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockProductWrapper .TextContent {
    max-width: 760px;
    width: 100%;
    order: 3;
    box-sizing: border-box;
    text-align: center;
    padding: 0 20px;
  }
}
.MyChoiceScreen .BlockProductWrapper .TextContent .BoldText {
  margin: 0;
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.MyChoiceScreen .BlockProductWrapper .TextContent .ProductName {
  margin: 0;
  padding-bottom: 15px;
  color: #be0f34;
  font-size: 35px;
  line-height: 1em;
  font-family: ClarinsRegular, Clarins;
  font-weight: normal;
}
.MyChoiceScreen .SkinChoice {
  display: flex;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  margin-top: -25px;
  margin-bottom: 12px;
}
.MyChoiceScreen .SkinChoice div {
  margin: 2px;
  flex: 1;
  cursor: pointer;
  font-size: 0;
  position: relative;
  height: 8px;
}
.MyChoiceScreen .SkinChoice div::before,
.MyChoiceScreen .SkinChoice div::after {
  content: " ";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.MyChoiceScreen .SkinChoice div::before {
  width: 16px;
  height: 16px;
  margin-left: -8px;
  margin-top: -8px;
  opacity: 0;
  transform: scale(0.5);
  transition: all ease-in-out 0.2s;
}
.MyChoiceScreen .SkinChoice div::after {
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  box-sizing: border-box;
  opacity: 0;
  transform: scale(0.5);
  transition: all ease-in-out 0.5s;
}
.MyChoiceScreen .SkinChoice div:nth-child(1) {
  background: linear-gradient(90deg, #eecebb, #d8aa8f);
}
.MyChoiceScreen .SkinChoice div:nth-child(1)::before {
  background-color: #e6c3b0;
}
.MyChoiceScreen .SkinChoice div:nth-child(1)::after {
  border: #e6c3b0 1px solid;
}
.MyChoiceScreen .SkinChoice div:nth-child(2) {
  background: linear-gradient(90deg, #d8aa8f, #b76d52);
}
.MyChoiceScreen .SkinChoice div:nth-child(2)::before {
  background-color: #cc8c69;
}
.MyChoiceScreen .SkinChoice div:nth-child(2)::after {
  border: #cc8c69 1px solid;
}
.MyChoiceScreen .SkinChoice div:nth-child(3) {
  background: linear-gradient(90deg, #b76d52, #663328);
}
.MyChoiceScreen .SkinChoice div:nth-child(3)::before {
  background-color: #8a4b39;
}
.MyChoiceScreen .SkinChoice div:nth-child(3)::after {
  border: #8a4b39 1px solid;
}
.MyChoiceScreen .LipsPreview[data-skin="1"] .SkinChoice div:nth-child(1)::after,
.MyChoiceScreen
  .LipsPreview[data-skin="1"]
  .SkinChoice
  div:nth-child(1)::before {
  opacity: 1;
  transform: scale(1);
}
.MyChoiceScreen .LipsPreview[data-skin="2"] .SkinChoice div:nth-child(2)::after,
.MyChoiceScreen
  .LipsPreview[data-skin="2"]
  .SkinChoice
  div:nth-child(2)::before {
  opacity: 1;
  transform: scale(1);
}
.MyChoiceScreen .LipsPreview[data-skin="3"] .SkinChoice div:nth-child(3)::after,
.MyChoiceScreen
  .LipsPreview[data-skin="3"]
  .SkinChoice
  div:nth-child(3)::before {
  opacity: 1;
  transform: scale(1);
}
.MyChoiceScreen .BlockProductWrapper .TintSelector {
  margin-right: 0;
  margin-left: auto;
  padding: 0 20px;
  padding-bottom: 20px;
  box-sizing: border-box;
  max-width: 504px;
  display: block;
  text-align: left;
  width: 50%;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockProductWrapper .TintSelector {
    max-width: 760px;
    width: 100%;
    order: 2;
    box-sizing: border-box;
    padding-top: 20px;
    text-align: center;
  }
}
.MyChoiceScreen .BlockProductWrapper .TintSelector .TintSelectorNavCollapse,
.MyChoiceScreen .BlockProductWrapper .TintSelector .TintSelectorNavExpand {
  font-size: 11px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  text-decoration: underline;
  text-transform: uppercase;
  line-height: 1.4em;
  display: none;
  margin-top: 10px;
}
.MyChoiceScreen
  .BlockProductWrapper
  .TintSelector[data-open="1"]
  .TintSelectorNavExpand {
  display: none;
}
.MyChoiceScreen
  .BlockProductWrapper
  .TintSelector[data-open="1"]
  .TintSelectorNavCollapse {
  display: block;
}
.MyChoiceScreen
  .BlockProductWrapper
  .TintSelector[data-open="0"]
  .TintSelectorNavExpand {
  display: block;
}
.MyChoiceScreen
  .BlockProductWrapper
  .TintSelector[data-open="0"]
  .TintSelectorNavCollapse {
  display: none;
}
.MyChoiceScreen .BlockProductWrapper .TintSelector .TintName {
  font-size: 14px;
  margin: 0;
}
.MyChoiceScreen .BlockProductWrapper .TintSelector .TintWrapper div {
  cursor: pointer;
  margin: 8px;
  width: 32px;
  height: 32px;
  border-radius: 16px;
  display: inline-block;
  position: relative;
}
.MyChoiceScreen .BlockProductWrapper .TintSelector[data-open="0"] .TintWrapper {
  height: 48px;
  overflow: hidden;
}
.MyChoiceScreen .BlockProductWrapper .TintSelector .TintWrapper div::after {
  content: " ";
  cursor: pointer;
  border: 2px solid;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  top: -6px;
  left: -6px;
  opacity: 0;
  transition: opacity ease-in-out 0.5s;
}
.MyChoiceScreen
  .BlockProductWrapper
  .TintSelector
  .TintWrapper
  div[data-select="1"]::after {
  opacity: 1;
}
.MyChoiceScreen .BlockProductWrapper .BlockProduct {
  width: 50%;
  max-width: 504px;
  margin-right: 0;
  margin-left: auto;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockProductWrapper .BlockProduct {
    max-width: 760px;
    width: 100%;
    order: 4;
    box-sizing: border-box;
    padding-left: 160px;
    padding-right: 10px;
  }
  .MyChoiceScreen .BlockProductWrapper .BlockProduct .PackshotPreview {
    width: 140px;
  }
  .MyChoiceScreen .BlockProductWrapper .BlockProduct .PackshotPreview img {
    max-width: 100%;
  }
  .MyChoiceScreen[data-masterproduct="natural-lip-perfector"]
    .BlockProductWrapper
    .BlockProduct {
    padding-left: 180px;
  }
  .MyChoiceScreen[data-masterproduct="natural-lip-perfector"]
    .BlockProductWrapper
    .BlockProduct
    .PackshotPreview {
    width: 190px;
    z-index: -1;
  }
  .MyChoiceScreen[data-masterproduct="velvet-lip-perfector"]
    .BlockProductWrapper
    .BlockProduct {
    padding-left: 180px;
  }
  .MyChoiceScreen[data-masterproduct="velvet-lip-perfector"]
    .BlockProductWrapper
    .BlockProduct
    .PackshotPreview {
    width: 190px;
    z-index: -1;
  }
  .MyChoiceScreen[data-masterproduct="natural-lip-perfector-intense"]
    .BlockProductWrapper
    .BlockProduct {
    padding-left: 180px;
  }
  .MyChoiceScreen[data-masterproduct="natural-lip-perfector-intense"]
    .BlockProductWrapper
    .BlockProduct
    .PackshotPreview {
    width: 190px;
    z-index: -1;
  }
}
@media (max-width: 360px) {
  .MyChoiceScreen .BlockProductWrapper .BlockProduct {
    padding-left: 120px;
    padding-right: 10px;
  }
  .MyChoiceScreen .BlockProductWrapper .BlockProduct .PackshotPreview {
    width: 120px;
  }
  .MyChoiceScreen[data-masterproduct="natural-lip-perfector"]
    .BlockProductWrapper
    .BlockProduct
    .PackshotPreview {
    width: 140px;
    z-index: -1;
  }
  .MyChoiceScreen[data-masterproduct="natural-lip-perfector"]
    .BlockProductWrapper
    .BlockProduct {
    padding-left: 140px;
  }
  .MyChoiceScreen[data-masterproduct="velvet-lip-perfector"]
    .BlockProductWrapper
    .BlockProduct
    .PackshotPreview {
    width: 140px;
    z-index: -1;
  }
  .MyChoiceScreen[data-masterproduct="velvet-lip-perfector"]
    .BlockProductWrapper
    .BlockProduct {
    padding-left: 140px;
  }
  .MyChoiceScreen[data-masterproduct="natural-lip-perfector-intense"]
    .BlockProductWrapper
    .BlockProduct
    .PackshotPreview {
    width: 140px;
    z-index: -1;
  }
  .MyChoiceScreen[data-masterproduct="natural-lip-perfector-intense"]
    .BlockProductWrapper
    .BlockProduct {
    padding-left: 140px;
  }
}
.MyChoiceScreen .BlockProduct .TintName {
  margin: 0;
  font-size: 11px;
  text-align: left;
  padding-bottom: 20px;
}
.MyChoiceScreen .BlockProduct .Price {
  margin: 0;
  font-size: 16px;
}
.MyChoiceScreen .BlockProduct {
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  min-height: 270px;
  padding-left: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.MyChoiceScreen .BlockProduct .BtnShopLink {
  width: 100%;
}
.MyChoiceScreen .BlockProduct .BtnShopLink {
  display: none !important;
}
.MyChoiceScreen .BlockProduct .BtnShopLinkCustom span {
  border: #cfcac9 solid 1px;
  border-radius: 4px;
  margin-top: 10px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  min-width: 170px;
}
.MyChoiceScreen .BlockProduct .BtnShopLinkCustom span:hover {
  background-color: #fff;
  color: #b40024;
  border: #b40024 solid 1px;
}
.MyChoiceScreen .BlockProductWrapper .BlockProduct .BtnShopLinkCustom span {
  background-color: #b40024;
  color: #fff;
  border: #b40024 solid 1px;
}
.MyChoiceScreen
  .BlockProductWrapper
  .BlockProduct
  .BtnShopLinkCustom
  span:hover {
  background-color: #fff;
  color: #b40024;
  border: #b40024 solid 1px;
}

.TryItOn-Text {
  font-size: 16px;
}
.TryItOn-Button {
  border: #cfcac9 solid 1px;
  border-radius: 4px;
  margin-top: 10px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  box-sizing: border-box;
  color: #333;
  background-color: #fff;
  width: 200px;
  margin: 0 auto;
}
.TryItOn-Button::before {
  content: " ";
  background-image: url(./img/picto-1.svg);
  width: 22px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: 20px auto;
  background-position: center center;
  margin-right: 10px;
}
.MyChoiceScreen .BlockProduct .PackshotPreview {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 170px;
  height: 270px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.MyChoiceScreen .BlockProduct .PackshotPreview img {
  display: block;
  max-width: 100%;
}
.MyChoiceScreen .BlockProduct .ProductName {
  margin: 0;
  padding-bottom: 10px;
  color: #be0f34;
  font-size: 20px;
  line-height: 1em;
  font-family: ClarinsRegular, Clarins;
  font-weight: normal;
  text-align: left;
}
/*--------------------------------------------*/
.MyChoiceScreen .BlockFinderReset {
  display: block;
  text-align: center;
  width: 100%;
  flex-basis: 100%;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockFinderReset {
    margin: 0 10px;
  }
}
.MyChoiceScreen .BlockFinderReset .Text {
  font-size: 14px;
  line-height: 21px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
  display: block;
  margin: 20px auto;
  max-width: 450px;
  width: calc(100% - 40px);
}
.MyChoiceScreen .BlockFinderReset .MyChoice {
  margin: 0 auto;
  display: block;
}
/*--------------------------------------------*/
.MyChoiceScreen .BlockRelatedProducts {
  text-align: center;
  width: 100%;
  flex-basis: 100%;
  border: 1px solid #cbcbcb;
  max-width: 970px;
  margin-top: 80px;
  margin-bottom: 80px;
  padding: 30px 0px;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockRelatedProducts {
    margin: 50px 10px;
  }
}
.MyChoiceScreen .BlockRelatedProducts .Title {
  flex-basis: 100%;
  font-size: 35px;
  padding: 20px;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockRelatedProducts .Title {
    font-size: 25px;
    padding: 0 20px;
  }
}
.MyChoiceScreen .BlockRelatedProducts .BlockRelatedProductsWrapper {
  max-width: 768px;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockRelatedProducts .BlockRelatedProductsWrapper {
    flex-direction: column;
  }
}
.MyChoiceScreen .BlockRelatedProducts .BlockProduct {
  flex-basis: 50%;
  max-width: 384px;
  height: 300px;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  padding: 20px;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockRelatedProducts .BlockProduct {
    flex-basis: 100%;
    max-width: 760px;
    width: 100%;
    height: 300px;
    min-height: 300px;
    padding: 10px;
  }
}
.MyChoiceScreen .BlockRelatedProducts .BlockProduct .PackshotPreview {
  width: auto;
  flex-basis: 300px;
  height: 300px;
  position: relative;
  padding: 0 20px;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockRelatedProducts .BlockProduct .PackshotPreview {
    flex-basis: 100%;
    height: 100%;
    box-sizing: border-box;
    width: calc(40% - 10px);
    padding: 0;
  }
}
.MyChoiceScreen .BlockRelatedProducts .BlockProduct .PackshotPreview img {
  max-height: 100%;
  margin: 0 auto;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockRelatedProducts .BlockProduct .PackshotPreview img {
    max-height: auto;
    max-width: 80%;
  }
}
.MyChoiceScreen .BlockRelatedProducts .BlockProduct .ProductDescription {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 1023px) {
  .MyChoiceScreen .BlockRelatedProducts .BlockProduct .ProductDescription {
    max-width: 180px;
  }
}
@media (max-width: 360px) {
  .MyChoiceScreen .BlockRelatedProducts .BlockProduct .ProductDescription {
    max-width: 140px;
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 10px;
  }
}
.MyChoiceScreen .BlockRelatedProducts .BlockProduct .BtnShopLink {
  max-width: 210px;
}
@media (max-width: 1023px) {
  .MyChoiceScreen .BlockRelatedProducts .BlockProduct .BtnShopLink {
    max-width: 160px;
  }
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockRelatedProducts .BlockProduct .BtnShopLink {
    max-width: 140px;
  }
}
.MyChoiceScreen .BlockRelatedProducts .BlockProduct p {
  max-width: 210px;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockRelatedProducts .BlockProduct p {
    max-width: calc(50% - 10px);
  }
}
/*--------------------------------------------*/
.MyChoiceScreen .BlockTipsProducts {
  display: block;
  text-align: center;
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 60px;
}
.MyChoiceScreen .BlockTipsProducts .BlockProduct {
  width: 100%;
  padding-left: 405px;
  height: 365px;
  text-align: left;
  margin: 0 auto;
  max-width: 768px;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockTipsProducts .BlockProduct {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    height: auto;
  }
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockTipsProducts .BlockProduct .BtnShopLink {
    text-align: center;
  }
  .MyChoiceScreen .BlockTipsProducts .BlockProduct .BtnShopLink .product-tile {
    margin: 20px auto;
  }
}
.MyChoiceScreen .BlockTipsProducts .BlockProduct .ProductTitle {
  text-transform: uppercase;
  color: #be0f34;
  font-size: 14px;
  margin: 0;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
}
.MyChoiceScreen .BlockTipsProducts .BlockProduct .PackshotPreview {
  width: 365px;
  height: 365px;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockTipsProducts .BlockProduct .PackshotPreview {
    position: relative;
    margin: -10px;
    height: auto;
    width: auto;
    margin-bottom: 30px;
  }
  .MyChoiceScreen .BlockTipsProducts .BlockProduct .PackshotPreview img {
    max-width: 100%;
  }
}

/*--------------------------------------------*/
.MyChoiceScreen .BlockTipsMakeup {
  display: block;
  text-align: center;
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 60px;
}
.MyChoiceScreen .BlockTipsMakeup {
  width: 100%;
  /* padding-right: 405px; */
  height: 365px;
  text-align: right;
  margin: 0 auto;
  max-width: 768px;
  display: flex;
  box-sizing: border-box;
  flex-direction: row-reverse;
  align-items: center;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockTipsMakeup {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    height: auto;
  }
}

.MyChoiceScreen .BlockTipsMakeup .ProductTitle {
  text-transform: uppercase;
  color: #be0f34;
  font-size: 14px;
  margin: 0;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium",
    "GothamMedium", Helvetica, Arial, sans-serif;
}
.MyChoiceScreen .BlockTipsMakeup .BlockVisual {
  width: 365px;
  height: 365px;
  margin-left: 40px;
}
@media (max-width: 761px) {
  .MyChoiceScreen .BlockTipsMakeup .BlockVisual {
    position: relative;
    margin: -10px;
    height: auto;
    width: auto;
    margin-bottom: 30px;
  }
  .MyChoiceScreen .BlockTipsMakeup .BlockVisual img {
    max-width: 100%;
  }
}
/*--------------------------------------------------*/
.PreviewVirtualTryOn {
  position: absolute;
  width: 100vw;
  height: 0;
  top: 303px;
  left: 0;
  z-index: 10;
}
#YMK-module {
  height: 0;
  display: block;
  width: 1008px;
  padding-right: 504px;
  padding-left: 20px;
  box-sizing: border-box;
  margin: 0 auto;
}

@media (max-width: 1048px) {
  #YMK-module {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-left: 40px;
  }
}

@media (max-width: 761px) {
  .PreviewVirtualTryOn {
    top: 260px;
  }
  #YMK-module {
    display: block;
    padding-right: 0;
    padding-left: 0;
    margin: 0 auto;
    width: 445px;
  }
}

@media (max-width: 485px) {
  #YMK-module {
    width: calc(100vw - 40px);
  }
}
.PreviewVirtualTryOn .Buttons {
  display: flex;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  display: none;
  pointer-events: none;
}
/*master analysis update*/

.MyChoiceScreen .BlockRelatedProducts .BlockProduct .ProductDescription {
  margin-bottom: 10px;
}
.MyChoiceScreen .BlockRelatedProducts .BlockProduct p {
  height: 15%;
  margin-top: 20px;
  max-width: 240px;
}
.MyChoiceScreen .BlockRelatedProducts .BlockProduct .BtnShopLink {
  max-height: 100%;
}

@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (orientation: portrait) {
  .MyChoiceScreen .BlockRelatedProducts .BlockProduct .ProductDescription {
    max-width: 70%;
  }
}

@media only screen and (max-width: 761px) {
  .MyChoiceScreen .BlockRelatedProducts .BlockProduct .ProductDescription {
    max-width: 175px;
  }
  .MyChoiceScreen .BlockRelatedProducts .BlockProduct p {
    height: auto;
    margin-top: auto;
    width: 50%;
  }
}

/* ========================================================== */
.MyFirstScreenText {
  color: white;
}
@media screen and (max-width: 761px) {
  .MyChoiceScreen .BlockProduct .BtnShopLinkCustom span {
    min-width: 157px;
  }
  .MyChoiceScreen .MyChoiceText {
    width: 156px;
  }
  .BlockFinderReset .MyChoiceText {
    width: auto;
  }
  .MyFirstScreenText {
    color: black;
  }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .MyChoiceScreen .BlockRelatedProducts .BlockProduct .ProductDescription {
    max-width: 64%;
  }
}
