body, html {
  margin: 0;
  padding: 0;
}
#wrapper {
  max-width: 100%;
}
#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;
}
@media (max-width:761px) {
  .MyContent {
    min-height: 0;
  }
}
.MyContent .swatchesCircle {
  display: none;
}
.MyContent .product-tile .product-quickshop {
  display: block !important;
}
.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: 20px;
}
.MyContent .MyHeader {
  z-index: 3;
  position: absolute;
  top: 0;
  width: 600px;
  left: calc(50% - 300px);
  height: 180px;
  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;
  }
}
.MyContent .MyStepNav {
  display: flex;
  width: 100%;
  margin: 0 auto;
  justify-content: center;
  position: relative;
}
.MyContent .MyStepNav > div::before {
  content: " ";
  width: 30px;
  height: 2px;
  background-color: #be0f34;
  position: absolute;
  top: 22px;
  left: 100%;
  z-index: -1;
}
.MyContent .MyStepNav > div::after {
  content: " ";
  width: 30px;
  height: 2px;
  background-color: #be0f34;
  position: absolute;
  top: 22px;
  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: 45px;
  height: 45px;
  transform: scale(0.8);
  transition: transform ease-in-out 0.5s;
  border-radius: 50%;
  background-color: #fff;
  color: #be0f34;
  border: 2px solid #be0f34;
  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;
  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"] {
  transform: scale(1);
  background-color: #be0f34;
  color: #fff;
  display: flex;
}
.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: 160px;
}
@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;
}
@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;
  }
}
@media (max-width:761px) {
  #Screen-00 {
    background-size: 110% auto;
    height: auto;
    background-position: top 5vw center;
  }
  #Screen-00 img {
    width: 40vw;
    height: auto;
    padding-top: 17vw;
  }
  #Screen-00 .MyChoiceTitle {
    font-size: 22px;
    width: 280px;
    line-height: 1.4em;
    margin: 0 auto;
    color: #000;
    margin-top: 12vw;
    margin-bottom: 20px;
  }
}
.MyChoiceScreen .MainTitle {
  display: none;
}
.MyChoiceScreen .Title {
  font-family: ClarinsRegular, Clarins;
  padding: 40px 20px;
  margin: 0;
  font-size: 50px;
  color: #000;
  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;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 30px;
  font-family: "Gotham SSm book A", "Gotham SSm book B", "Gotham Book", Helvetica, Arial, sans-serif;
  max-width: 350px;
}
.MyChoiceScreen .MyChoiceText {
  border: #e5e5e5 solid 3px;
  margin-top: 10px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 11px;
  line-height: 12px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  box-sizing: border-box;
}
.MyChoiceScreen .MyChoiceTextBlack {
  margin: 0 auto;
  margin-top: 10px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 11px;
  line-height: 12px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  max-width: 216px;
}
.MyChoiceScreen .MyChoice:hover .MyChoiceText {
  background-color: #000;
  color: #fff;
}
.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: 674px;
  max-width: 1008px;
  box-sizing: border-box;
  padding: 0px;
  margin-top: -20px;
  width: 100%;
  flex-basis: 100%;
  position: relative;
}
@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: 75vw;
    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;
}
@media (max-width:761px) {
  .MyChoiceScreen .BlockProductWrapper .LipsPreview {
    max-width: 760px;
    width: 100%;
    padding: 10px;
    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: -8vw !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;
}
.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: 11px;
  margin: 0;
}
.MyChoiceScreen .BlockProductWrapper .TintSelector .TintWrapper div {
  cursor: pointer;
  margin: 8px;
  width: 28px;
  height: 28px;
  display: inline-block;
  position: relative;
}
.MyChoiceScreen .BlockProductWrapper .TintSelector[data-open="0"] .TintWrapper {
  height: 45px;
  overflow: hidden;
}
.MyChoiceScreen .BlockProductWrapper .TintSelector .TintWrapper div::after {
  content: " ";
  cursor: pointer;
  border: 2px solid;
  width: 38px;
  height: 38px;
  display: inline-block;
  position: absolute;
  box-sizing: border-box;
  top: -5px;
  left: -5px;
  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: 14px;
  text-align: left;
}
.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 a {
  /*  margin: 0 auto;
  margin-left: 0;
  margin-top: 10px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  font-size: 11px;
  line-height: 12px;
  font-family: "Gotham SSm medium A", "Gotham SSm medium B", "Gotham Medium", "GothamMedium", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  background-color: #000;
  color: #fff;
  max-width: 216px;
  text-decoration: none;*/
  display: block;
  background-color: #000;
  color: #fff;
  padding: 18px 20px;
}
.MyChoiceScreen .BlockProduct .BtnShopLink a:hover {
  background-color: #FFF;
  color: #000;
}
.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(50% - 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%;
  }
}




/*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%;
  }
}