@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");
}

.SOS-Primer-23-module {
  position: relative;
  width: 100%;
  display: block;
  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", Helvetica, Arial, sans-serif;
  --GOTHAM-LIGHT: "Gotham_Light", Helvetica, Arial, sans-serif;
  --FONT-SIZE: 14px;
  font-family: var(--GOTHAM-BOOK);
  font-size: var(--FONT-SIZE);
  color: #333333;
  --WIDTH: 1600px;
  max-width: var(--WIDTH);
  overflow: hidden;
  text-align: center;
  padding-top: 90px;
  background-color: #fbf7f9;
}

.SOS-Primer-23-module * {
  box-sizing: border-box;
}

.SOS-Primer-23-module::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 1100px;
  width: 500px;
  height: 500px;
  background-image: url(../images/background-texture.png);
  background-image: -webkit-image-set(url(../images/background-texture.png) type("image/avif"), url(../images/background-texture@2x.png) type("image/jpeg"));
  background-image: image-set(url(../images/background-texture.png) type("image/avif"), url(../images/background-texture@2x.png) type("image/jpeg"));
  pointer-events: none;
}

#wrapper {
  max-width: 100%;
}

.SOS-Primer-23-quickshop-button {
  color: #fff;
  font-size: 14px;
  background-color: #b40024;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--GOTHAM-MEDIUM);
  height: 44px;
  border-radius: 5px;
  padding: 0 16px;
  border: solid 1px #b40024;
  transition: 0.3s;
  cursor: pointer;
  letter-spacing: 0.02em;
  margin: 0 auto;
  margin-top: 15px;
  width: fit-content;
  text-decoration: none;
  text-transform: none;
}

.SOS-Primer-23-quickshop-button:hover {
  background-color: #8c0b26;
  border: solid 1px #8c0b26;
  color: #fff;
}

.SOS-Primer-23-quickshop {
  display: none;
}

.SOS-Primer-23-module__title {
  font-family: var(--GOTHAM-XLIGHT);
  font-size: 50px;
  line-height: 54px;
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
  max-width: 510px;
  width: 100%;
  margin: 0 auto;
}

.SOS-Primer-23-module__description {
  max-width: 430px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 20px;
  margin-top: 25px;
}

.SOS-Primer-23-module__subtitle {
  font-size: 24px;
  line-height: 30px;
  color: #bd9277;
  margin-top: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.SOS-Primer-23-module__skin-concern-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}

.SOS-Primer-23-module__skin-concern-item {
  position: relative;
  width: 200px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 15px;
  border: none;
  min-width: auto;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.3s;
  background-color: rgba(0, 0, 0, 0);
}

.SOS-Primer-23-module__skin-concern-item:hover {
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #333;
}

.SOS-Primer-23-module__product-icon {
  mix-blend-mode: multiply;
}

.SOS-Primer-23-module__skin-concern-item-texture {
  width: 100%;
  display: block;
  border-radius: 50%;
}

.SOS-Primer-23-module__skin-concern-item-product {
  width: 51px;
  position: absolute;
  right: 5px;
  bottom: 0px;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s;
  z-index: 1;
}

.SOS-Primer-23-module__skin-concern-item span {
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  transition: opacity 0.3s;
  max-width: 130px;
  width: 100%;
  color: #333;
}

.SOS-Primer-23-module__skin-concern-item:hover .SOS-Primer-23-module__skin-concern-item-texture,
.SOS-Primer-23-module__skin-concern-item:hover span {
  opacity: 0.6;
}

.SOS-Primer-23-module__skin-concern-item:hover .SOS-Primer-23-module__skin-concern-item-product {
  opacity: 1;
}

.SOS-Primer-23-module__skin-concern-container[has-selected-category="true"] .SOS-Primer-23-module__skin-concern-item:not([is-active="true"]) {
  opacity: 0.6;
}

.SOS-Primer-23-module__product {
  position: relative;
  text-align: left;
  display: none;
  padding-bottom: 100px;
}

.SOS-Primer-23-module__product[is-displayed="true"] {
  display: block;
}

.SOS-Primer-23-module__product-ingredient-container {
  position: absolute;
  mix-blend-mode: multiply;
  bottom: 0;
  right: -20px;
}

.SOS-Primer-23-module__product-ingredient-container img {
  width: 100%;
  pointer-events: none;
}

.SOS-Primer-23-module__product-details {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 24px;
  line-height: 24px;
  text-align: left;
}

.SOS-Primer-23-module__product-details li:first-child {
  text-transform: uppercase;
  margin-bottom: 2px;
}

.SOS-Primer-23-module__product-details li:not(:first-child) {
  font-size: 20px;
}

.SOS-Primer-23-module__product-details li:not(:first-child) > span {
  color: #bc9277;
}

.SOS-Primer-23-module__product-visual {
  width: 340px;
  position: relative;
  display: block;
  height: 100%;
}

.SOS-Primer-23-module__product-price {
  font-size: 20px;
  margin: 0;
  margin-top: 15px;
}

.SOS-Primer-23-module__product-price-quantity {
  margin: 0;
  color: #787474;
  margin-top: 10px;
  font-size: 11px;
}

.SOS-Primer-23-module__product-visual img {
  width: 316px;
  position: absolute;
  bottom: -17px;
  display: block;
}

.SOS-Primer-23-module__product-content-wrapper-1 {
  padding-left: 40px;
  border-left: solid 1px #bc9377;
}

.SOS-Primer-23-module__product-title {
  font-weight: normal;
  font-size: 24px;
  line-height: 20px;
  color: #bd9277;
  margin: 0;
  text-transform: uppercase;
}

.SOS-Primer-23-module__product-subtitle {
  font-size: 50px;
  line-height: 54px;
  font-family: var(--GOTHAM-XLIGHT);
  font-weight: normal;
  margin: 0;
  text-transform: uppercase;
}

.SOS-Primer-23-module__product-description {
  max-width: 650px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  margin-top: 15px;
}

.SOS-Primer-23-module__product-box-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.SOS-Primer-23-module__product-p1 {
  color: #bc9277;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
}

.SOS-Primer-23-module__product-icon-pollution {
  max-width: 157px;
  width: 100%;
  margin-top: 5px;
}

.SOS-Primer-23-module__product-p2 {
  margin-top: 50px;
  font-size: 16px;
  line-height: 24px;
}

.SOS-Primer-23-module__product-p2 span {
  color: #bc9277;
  font-size: 24px;
  line-height: 30px;
  display: block;
  text-transform: uppercase;
}

.SOS-Primer-23-module__product-p3 {
  font-size: 10px;
  line-height: 12px;
  margin: 0;
  margin-top: 25px;
}

.SOS-Primer-23-module__product-apply {
  width: 328px;
  height: 328px;
  background-color: #f8f1f4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}

.SOS-Primer-23-module__product-apply img {
  width: 267px;
  mix-blend-mode: multiply;
  margin-top: -50px;
}

.SOS-Primer-23-module__product-apply span {
  font-size: 16px;
  line-height: 20px;
  position: absolute;
  top: 245px;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 0 30px;
}

.SOS-Primer-23-module__product-content {
  margin: 0;
  padding-left: 40px;
  border-left: solid 1px #bc9377;
  padding-bottom: 90px;
}

.SOS-Primer-23-module__product-content > span {
  display: block;
  font-size: 24px;
  line-height: 24px;
}

.SOS-Primer-23-module__product-content > span:nth-child(2) {
  font-family: var(--GOTHAM-LIGHT);
  color: #bd9277;
}

.SOS-Primer-23-module__product-content > span:not(:last-child) {
  text-transform: uppercase;
}

.SOS-Primer-23-module__product-content > span:last-child {
  font-size: 16px;
  margin-top: 3px;
}

.SOS-Primer-23-module__product-container {
  margin-top: 125px;
}

.SOS-Primer-23-module__product-subcontainer-col-1 {
  display: flex;
  justify-content: flex-start;
}

.SOS-Primer-23-module__product-subcontainer {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}

.SOS-Primer-23-module__product-subcontainer-col-2 {
  display: flex;
  justify-content: flex-start;
  margin-top: 68px;
}

.SOS-Primer-23-module__product-details-container {
  width: 340px;
}

.SOS-Primer-23-module__product-quickshop {
  margin-left: 0;
}

.SOS-Primer-23-module__product-ingredient-description {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.8);
  display: block;
  text-align: center;
  white-space: nowrap;
}

.SOS-Primer-23-module__product-ingredient-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 123px;
  right: 202px;
}

.SOS-Primer-23-module__product-ingredient-button {
  margin-top: 10px;
  background-color: #bd9377;
  width: 36px;
  height: 36px;
  font-size: 22px;
  min-width: auto;
  border: none;
  color: #fff;
  padding: 0;
  border-radius: 50%;
  font-family: var(--GOTHAM-BOOK);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.SOS-Primer-23-module__product-ingredient-button > span {
  transition: transform 0.3s;
  transform: rotate(45deg);
}

.SOS-Primer-23-module__product-ingredient-subcontainer[is-open="true"] .SOS-Primer-23-module__product-ingredient-button > span {
  transform: rotate(90deg);
}

.SOS-Primer-23-module__product-ingredient-name {
  margin-top: 10px;
  background-color: rgba(189, 147, 119, 0.8);
  padding: 10px 13px;
  font-size: 14px;
  color: #fff;
  display: none;
  white-space: nowrap;
}

.SOS-Primer-23-module__product-ingredient-subcontainer {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.SOS-Primer-23-module *[mobile] {
  display: none;
}

.SOS-Primer-23-module__product-content-container-popin,
.SOS-Primer-23-module__product-content-popin {
  display: none;
}

/*********************/

.SOS-Primer-23-module__product[data-product="white"] .SOS-Primer-23-module__product-icon {
  width: 88px;
}

.SOS-Primer-23-module__product[data-product="white"] .SOS-Primer-23-module__product-ingredient-container {
  width: 395px;
  bottom: 100px;
}

.SOS-Primer-23-module__product[data-product="pink"] .SOS-Primer-23-module__product-visual img {
  width: 387px;
  bottom: -46px;
}

.SOS-Primer-23-module__product[data-product="pink"] .SOS-Primer-23-module__product-ingredient-container {
  width: 404px;
}

.SOS-Primer-23-module__product[data-product="pink"] .SOS-Primer-23-module__product-ingredient-box {
  top: 244px;
  right: 213px;
}

.SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-visual img {
  width: 321px;
  bottom: -46px;
  left: 31px;
}

.SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-ingredient-container {
  width: 490px;
  bottom: 0;
  right: 0;
}

.SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-ingredient-box {
  top: 148px;
  right: 266px;
}

.SOS-Primer-23-module__product[data-product="peach"] .SOS-Primer-23-module__product-visual img {
  width: 216px;
  bottom: 26px;
  left: 20px;
}

.SOS-Primer-23-module__product[data-product="peach"] .SOS-Primer-23-module__product-ingredient-container {
  width: 320px;
  bottom: 30px;
  right: 0;
}

.SOS-Primer-23-module__product[data-product="peach"] .SOS-Primer-23-module__product-ingredient-box {
  top: 127px;
  right: 236px;
}

.SOS-Primer-23-module__product[data-product="blue"] .SOS-Primer-23-module__product-visual img {
  width: 286px;
  bottom: -7px;
  left: 0;
}

.SOS-Primer-23-module__product[data-product="blue"] .SOS-Primer-23-module__product-ingredient-container {
  width: 293px;
  bottom: 52px;
  right: 68px;
}

.SOS-Primer-23-module__product[data-product="blue"] .SOS-Primer-23-module__product-ingredient-box {
  top: 220px;
  right: 146px;
  min-width: 200px;
}

@media screen and (max-width: 1220px) and (min-width: 767px) {
  .SOS-Primer-23-module *:not(br)[mobile] {
    display: block;
  }

  .SOS-Primer-23-module__product-description {
    margin-left: auto;
    margin-right: auto;
  }

  .SOS-Primer-23-module *:not(br)[desktop] {
    display: none;
  }

  .SOS-Primer-23-module__product-content-wrapper-1 {
    padding: 0;
    border: none;
    width: 100%;
  }

  .SOS-Primer-23-module__product {
    text-align: center;
  }

  .SOS-Primer-23-module__product-visual-mobile {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 222px;
    transform: translateX(39px);
  }

  .SOS-Primer-23-module__product-details-container {
    width: 100%;
  }

  .SOS-Primer-23-module__product-details {
    text-align: center;
  }

  .SOS-Primer-23-module__product-quickshop {
    margin: 0 auto;
    margin-top: 30px;
  }

  .SOS-Primer-23-module__product-box-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .SOS-Primer-23-module__product-box--1 {
    padding-top: 30px;
    margin-top: 30px;
    border-top: solid 1px #c9a791;
  }

  .SOS-Primer-23-module__product-box--2 {
    margin-top: 30px;
  }

  .SOS-Primer-23-module__product-content {
    padding: 0;
    border: none;
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #c9a791;
  }

  /******************************************/

  .SOS-Primer-23-module__product[data-product="pink"] .SOS-Primer-23-module__product-visual-mobile {
    max-width: 273px;
    transform: translateX(63px);
  }

  .SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-visual-mobile {
    max-width: 238px;
    transform: translateX(58px);
  }

  .SOS-Primer-23-module__product[data-product="peach"] .SOS-Primer-23-module__product-visual-mobile {
    max-width: 158px;
    transform: translateX(20px);
  }

  .SOS-Primer-23-module__product[data-product="blue"] .SOS-Primer-23-module__product-visual-mobile {
    max-width: 206px;
    transform: translateX(0);
  }

  .SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-ingredient-container {
    width: 490px;
    bottom: 0;
    right: -200px;
  }

  .SOS-Primer-23-module__product[data-product="white"] .SOS-Primer-23-module__product-ingredient-container {
    right: -160px;
  }

  .SOS-Primer-23-module__product[data-product="pink"] .SOS-Primer-23-module__product-ingredient-container {
    right: -168px;
  }

  .SOS-Primer-23-module__product[data-product="peach"] .SOS-Primer-23-module__product-ingredient-container {
    right: -130px;
  }

  .SOS-Primer-23-module__product[data-product="blue"] .SOS-Primer-23-module__product-ingredient-container {
    right: -68px;
  }
}

@media screen and (max-width: 767px) {
  .SOS-Primer-23-module *[mobile] {
    display: block;
  }

  .SOS-Primer-23-module *[desktop] {
    display: none;
  }

  .SOS-Primer-23-module__skin-concern-item-product {
    width: 29px;
    right: -12px;
  }

  .SOS-Primer-23-module {
    padding-top: 40px;
  }

  .SOS-Primer-23-module__title {
    font-size: 30px;
    line-height: 30px;
  }

  .SOS-Primer-23-module__description {
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
    padding: 0 20px;
  }

  .SOS-Primer-23-module__subtitle {
    font-size: 16px;
    line-height: 20px;
    margin-top: 40px;
  }

  .SOS-Primer-23-module__product-price {
    font-size: 16px;
  }

  .SOS-Primer-23-module__skin-concern-item {
    width: 105px;
    height: 105px;
    margin: 3px 4px;
  }

  .SOS-Primer-23-module__skin-concern-item span {
    font-size: 12px;
    line-height: 16px;
  }

  .SOS-Primer-23-module__product-container {
    margin-top: 30px;
  }

  .SOS-Primer-23-module__product {
    text-align: center;
    padding-bottom: 0;
    padding-bottom: 195px;
  }

  .SOS-Primer-23-module__product-subcontainer-col-1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .SOS-Primer-23-module__product-title {
    font-size: 16px;
    line-height: 20px;
  }

  .SOS-Primer-23-module__product-subtitle {
    font-size: 30px;
    line-height: 30px;
    margin-top: 15px;
  }

  .SOS-Primer-23-module__product-description {
    font-size: 14px;
    line-height: 16px;
    margin-top: 15px;
    padding: 0 20px;
  }

  .SOS-Primer-23-module__product-description br {
    display: none;
  }

  .SOS-Primer-23-module__product-visual {
    width: 100%;
    margin: 0 auto;
  }

  .SOS-Primer-23-module__product-box-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .SOS-Primer-23-module__product-content-wrapper-1 {
    padding: 0;
    border: none;
  }

  .SOS-Primer-23-module__product-subcontainer-col-2 {
    margin-top: 30px;
  }

  .SOS-Primer-23-module__product-content {
    padding: 0;
    border: none;
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 1px #c9a791;
  }

  .SOS-Primer-23-module__product-visual-mobile {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 30px;
  }

  .SOS-Primer-23-module__product-details-container {
    width: 100%;
  }

  .SOS-Primer-23-module__product-details {
    text-align: center;
    font-size: 16px;
    line-height: 18px;
  }

  .SOS-Primer-23-module__product-quickshop {
    margin: 0 auto;
    margin-top: 20px;
  }

  .SOS-Primer-23-module__product-box--1 {
    padding-top: 30px;
    margin-top: 30px;
    border-top: solid 1px #c9a791;
  }

  .SOS-Primer-23-module__product-icon-pollution {
    max-width: 217px;
    margin-top: 10px;
  }

  .SOS-Primer-23-module__product-p2 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 16px;
  }

  .SOS-Primer-23-module__product-p2 span {
    font-size: 16px;
    line-height: 20px;
  }

  .SOS-Primer-23-module__product-box--2 {
    margin-top: 18px;
  }

  .SOS-Primer-23-module__product-apply {
    width: 215px;
    height: 215px;
  }

  .SOS-Primer-23-module__product-apply img {
    width: 175px;
    margin-top: -40px;
  }

  .SOS-Primer-23-module__product-apply span {
    font-size: 12px;
    line-height: 14px;
    top: 160px;
  }

  .SOS-Primer-23-module__product-details li:not(:first-child) {
    font-size: 16px;
    line-height: 18px;
  }

  .SOS-Primer-23-module__product-details li:nth-child(2) {
    line-height: 22px;
  }

  .SOS-Primer-23-module__product-content span {
    font-size: 16px;
    line-height: 20px;
  }

  .SOS-Primer-23-module__product-content span:last-child {
    font-size: 14px;
    line-height: 20px;
  }

  .SOS-Primer-23-module__product-ingredient-description {
    font-size: 9px;
    line-height: 13px;
  }

  .SOS-Primer-23-module__product-ingredient-button {
    width: 22px;
    height: 22px;
    font-size: 17px;
  }

  .SOS-Primer-23-module__product-ingredient-name {
    font-size: 9px;
    padding: 8px 10px;
  }

  /****************************************/

  .SOS-Primer-23-module__product[data-product="white"] .SOS-Primer-23-module__product-visual-mobile {
    max-width: 222px;
    transform: translateX(39px);
  }

  .SOS-Primer-23-module__product[data-product="white"] .SOS-Primer-23-module__product-ingredient-container {
    width: 218px;
    bottom: 0;
    right: -46px;
  }

  .SOS-Primer-23-module__product[data-product="white"] .SOS-Primer-23-module__product-ingredient-box {
    top: 32px;
    right: 88px;
  }

  .SOS-Primer-23-module__product[data-product="pink"] .SOS-Primer-23-module__product-visual-mobile {
    max-width: 273px;
    transform: translateX(63px);
  }

  .SOS-Primer-23-module__product[data-product="pink"] .SOS-Primer-23-module__product-ingredient-container {
    width: 250px;
    right: -108px;
    bottom: -48px;
  }

  .SOS-Primer-23-module__product[data-product="pink"] .SOS-Primer-23-module__product-ingredient-box {
    top: 105px;
    right: 159px;
  }

  .SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-visual-mobile {
    max-width: 238px;
    transform: translateX(59px);
  }

  .SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-ingredient-container {
    width: 250px;
    right: -30px;
    bottom: 0;
  }

  .SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-ingredient-box {
    top: 43px;
    right: 80px;
  }

  .SOS-Primer-23-module__product[data-product="peach"] .SOS-Primer-23-module__product-visual-mobile {
    max-width: 158px;
    transform: translateX(20px);
  }

  .SOS-Primer-23-module__product[data-product="peach"] .SOS-Primer-23-module__product-ingredient-container {
    width: 166px;
    right: 0;
    bottom: 0;
  }

  .SOS-Primer-23-module__product[data-product="peach"] .SOS-Primer-23-module__product-ingredient-box {
    top: 55px;
    right: 75px;
  }

  .SOS-Primer-23-module__product[data-product="blue"] .SOS-Primer-23-module__product-visual-mobile {
    max-width: 206px;
    transform: translateX(0);
  }

  .SOS-Primer-23-module__product[data-product="blue"] .SOS-Primer-23-module__product-ingredient-container {
    width: 155px;
    right: -10px;
    bottom: -11px;
  }

  .SOS-Primer-23-module__product[data-product="blue"] .SOS-Primer-23-module__product-ingredient-box {
    top: 67px;
    right: 11px;
  }
}

/*==================================*/  
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2){  
  .SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-ingredient-box {  
    top: 148px; 
    right: 266px; 
  } 
} 
@media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2){ 
  .SOS-Primer-23-module__product[data-product="white"] .SOS-Primer-23-module__product-ingredient-container{ 
    right: -125px;  
  } 
  .SOS-Primer-23-module__product[data-product="pink"] .SOS-Primer-23-module__product-ingredient-container{  
    right: -145px;  
  } 
  .SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-ingredient-container{ 
    right: -150px;  
  } 
  .SOS-Primer-23-module__product[data-product="peach"] .SOS-Primer-23-module__product-ingredient-container{ 
    right: -130px;  
  } 
  .SOS-Primer-23-module__product[data-product="blue"] .SOS-Primer-23-module__product-ingredient-container{  
    right: -65px; 
  } 
}



/*--------------------------------------------------------------------------------*/
.SOS-Primer-23-module__skin-concern-item {
    position: relative;
    width: 200px;
    height: 200px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 15px;
    border: none !important;
    min-width: auto !important;
    padding: 0 !important;
    cursor: pointer !important;
    transition: opacity 0.3s !important;
    background-color: #0000 !important;
}
.SOS-Primer-23-module__product-ingredient-button {
    margin-top: 10px;
    background-color: #bd9377 !important;
    width: 36px;
    height: 36px !important;
    font-size: 22px !important;
    min-width: auto !important;
    border: none !important;
    color: #fff !important;
    padding: 0 !important;
    border-radius: 50% !important;
    font-family: var(--GOTHAM-BOOK) !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    cursor: pointer !important;
}
.SOS-Primer-23-module__product-ingredient-button:hover {
    background-color: #bd9377 !important;
    color: #fff !important;
    border: 2px solid #000 !important;
}
.SOS-Primer-23-module__product-ingredient-button:hover, .SOS-Primer-23-module__product-ingredient-button:not(.not-tabbable):focus, .SOS-Primer-23-module__product-ingredient-button:not(.not-tabbable):active{
    background-color: #bd9377 !important;
    color: #fff !important;
    border: 2px solid #000 !important; 
}
.SOS-Primer-23-module__product-ingredient-button:hover:not(.cba-button-style), .SOS-Primer-23-module__product-ingredient-button:not(.not-tabbable):not(.cba-button-style):focus{
    background-color: #bd9377 !important;
    color: #fff !important;
    border: 2px solid #000 !important; 
}
.SOS-Primer-23-quickshop-button {
    color: #fff !important;
    font-size: 14px !important;
    background-color: #b40024 !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    font-family: var(--GOTHAM-MEDIUM) !important;
    height: 44px !important;
    border-radius: 5px !important;
    padding: 0 16px !important;
    border: solid 1px #b40024 !important;
    transition: 0.3s !important;
    cursor: pointer !important;
    letter-spacing: 0.02em !important;
    margin: 0 auto !important;
    margin-top: 15px !important;
    width: fit-content !important;
    text-decoration: none !important;
    text-transform: none !important;
    border: 2px solid #b40024 !important;
}
.SOS-Primer-23-quickshop-button:hover {
    background-color: #8c0b26 !important;
    color: #fff !important;
    border: 2px solid #333 !important;
}
.SOS-Primer-23-quickshop-button:hover, .SOS-Primer-23-quickshop-button:not(.not-tabbable):focus, .SOS-Primer-23-quickshop-button:not(.not-tabbable):active{
    background-color: #8c0b26 !important;
    color: #fff !important;
    border: 2px solid #000 !important; 
}
.SOS-Primer-23-quickshop-button:hover:not(.cba-button-style), .SOS-Primer-23-quickshop-button:not(.not-tabbable):not(.cba-button-style):focus{
    background-color: #8c0b26 !important;
    color: #fff !important;
    border: 2px solid #000 !important; 
}
.SOS-Primer-23-module__product-quickshop {
    margin-left: 0 !important;
}
.SOS-Primer-23-module__skin-concern-item span {
    max-width: 100% !important;
    font-size: 17px;
}
.SOS-Primer-23-module__product-content > span:nth-child(3) {
    color: #bd9277;
}
.SOS-Primer-23-module__product-content > span:nth-child(2) {
    font-family: var(--GOTHAM-BOOK);
    color: #333333;
}

button:hover:not(.cba-button-style),button:not(.not-tabbable):not(.cba-button-style):focus{
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
}
/*.SOS-Primer-23-module__product-box-container {
    margin-top: 0;
}*/
.SOS-Primer-23-module__product-subtitle {
    font-size: 39px;
    line-height: 1.5em;
}
.SOS-Primer-23-module__product-description {
    font-size: 14px;
}
.SOS-Primer-23-module__product-p1 {
    font-size: 21px;
    line-height: 1.5em;
}
.SOS-Primer-23-module__product-content > span {
    display: block;
    font-size: 20px;
    line-height: 1.5em;
}
.SOS-Primer-23-module__product-details {
    font-size: 14px;
    line-height: 1.5em;
}
.SOS-Primer-23-module__product-details li:not(:first-child) {
    font-size: 16px;
}
.br_mobile{
  display: none;
}
.SOS-Primer-23-module__product-description{
    line-height: 1.5em;
}
.SOS-Primer-23-module__product-content > span:last-child {
    font-size: 20px;
}
.SOS-Primer-23-module__product-p3 {
    opacity: 0.8;
}
.JP_mentions {
    font-style: normal;
    font-size: 10px;
    opacity: 0.8;
}
.br_mobile{
  display: none;
}
.SOS-Primer-23-module__product-description {
    max-width: 100%;
    width: 100%;
}
.SOS-Primer-23-module__product-ingredient-box {
    max-width: 270px;
    min-width: auto !important;
    width: 100%;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) {
  .SOS-Primer-23-module__product[data-product="white"] .SOS-Primer-23-module__product-ingredient-container {
      right: -165px;
  }
  .SOS-Primer-23-module__product[data-product="pink"] .SOS-Primer-23-module__product-ingredient-container {
      right: -195px;
  }
  .SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-ingredient-container {
      right: -230px;
  }
  .SOS-Primer-23-module__product[data-product="peach"] .SOS-Primer-23-module__product-ingredient-container {
      right: -170px;
  }
  .SOS-Primer-23-module__product[data-product="blue"] .SOS-Primer-23-module__product-ingredient-container {
      right: -95px;
  }
  .SOS-Primer-23-module__product-quickshop {
      margin-left: auto !important;
  }
  .SOS-Primer-23-module__product-price {
      margin-left: auto;
      margin-right: auto;
  }
  .SOS-Primer-23-module__product-content > span {
      font-size: 19px;
  }
  .SOS-Primer-23-module__product-content > span:last-child {
      font-size: 14px;
  }
  .SOS-Primer-23-module__product-subtitle {
      line-height: 1.8em;
  }
  .br_mobile{
    display: block;
  }
  .SOS-Primer-23-module__product[data-product="white"] .SOS-Primer-23-module__product-ingredient-description{
      width: 245px;
  }
  .SOS-Primer-23-module__product[data-product="white"] .SOS-Primer-23-module__product-ingredient-box{
      top: 33px;
      right: 172px;
  }
  .SOS-Primer-23-module__product[data-product="pink"] .SOS-Primer-23-module__product-ingredient-box {
      top: 71px;
  }
  .SOS-Primer-23-module__product[data-product="peach"] .SOS-Primer-23-module__product-ingredient-box {
      top: 7px;
      right: 171px;
  }
  .SOS-Primer-23-module__product[data-product="blue"] .SOS-Primer-23-module__product-ingredient-box {
      top: 50px;
      right: 116px;
  }
  .SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-ingredient-box {
      right: 206px;
  }
  .SOS-Primer-23-module__product-subtitle {
      font-size: 32px;
  }
  .SOS-Primer-23-module__product-description {
      max-width: 77%;
  }
}
@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) {
  .SOS-Primer-23-module__product-quickshop {
      margin-left: auto !important;
  }
  .SOS-Primer-23-module__product-price {
      margin-left: auto;
      margin-right: auto;
  }
  .SOS-Primer-23-module__product-content > span {
      font-size: 20px;
  }
  .SOS-Primer-23-module__product-content > span:last-child {
      font-size: 15px;
  }
  .SOS-Primer-23-module__product-subtitle {
      line-height: 1.8em;
  }
  .SOS-Primer-23-module__product[data-product="peach"] .SOS-Primer-23-module__product-ingredient-box {
      right: 135px;
  }
  .SOS-Primer-23-module__product-ingredient-box {
      top: 123px !important;
      right: 92px !important;
  }
  .SOS-Primer-23-module__product[data-product="white"] .SOS-Primer-23-module__product-ingredient-container {
      right: -87px;
  }
  .SOS-Primer-23-module__product[data-product="pink"] .SOS-Primer-23-module__product-ingredient-container {
      right: -80px;
  }
  .SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-ingredient-container {
      right: -145px;
  }
  .SOS-Primer-23-module__product[data-product="peach"] .SOS-Primer-23-module__product-ingredient-container {
      right: -60px;
  }
  .SOS-Primer-23-module__product-ingredient-box {
      right: 72px !important;
  }
  .SOS-Primer-23-module__product[data-product="white"] .SOS-Primer-23-module__product-ingredient-box {
      right: 100px !important;
  }
  .SOS-Primer-23-module__product[data-product="pink"] .SOS-Primer-23-module__product-ingredient-box {
      right: 102px !important;
  }
  .SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-ingredient-box {
      right: 172px !important;
  }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
  .SOS-Primer-23-module__skin-concern-item {
      width: 105px !important;
      height: 105px !important;
      margin: 3px 4px !important;
  }
  .SOS-Primer-23-module__title {
      font-size: 22px;
      line-height: 1.5em;
  }
  .SOS-Primer-23-module__subtitle {
      font-size: 13px;
  }
  .SOS-Primer-23-module__product-subtitle {
      font-size: 22px;
  }
  .SOS-Primer-23-module__product-details li:not(:first-child) {
      font-size: 14px;
      line-height: 1.5em;
  }
  .SOS-Primer-23-module__product-p1 {
      font-size: 16px;
      line-height: 1.5em;
  }
  .SOS-Primer-23-module__product-content > span {
      font-size: 16px;
  }
  .SOS-Primer-23-module__product-quickshop {
      margin: 0 auto !important;
      margin-top: 20px !important;
  }
  .SOS-Primer-23-module__skin-concern-item span {
      font-size: 12px;
  }
  .SOS-Primer-23-product__product-container {
      left: 50%;
  }
  .SOS-Primer-23-module__skin-concern-item-product {
        right: 0 !important;
  }
  .SOS-Primer-23-module__product-p3 {
      padding: 0 20px;
  }
  .SOS-Primer-23-quickshop-button {
      font-size: 11px !important;
      padding: 0 10px !important;
  }
  .br_mobile{
    display: block;
  }
  .SOS-Primer-23-module__product[data-product="white"] .SOS-Primer-23-module__product-ingredient-description {
      width: 165px;
  }
  .SOS-Primer-23-module__product[data-product="white"] .SOS-Primer-23-module__product-ingredient-box {
      top: 12px;
  }
  .SOS-Primer-23-module__product[data-product="pink"] .SOS-Primer-23-module__product-ingredient-box {
      top: 75px;
  }
  .SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-ingredient-box {
      top: 25px;
  }
  .SOS-Primer-23-module__product[data-product="peach"] .SOS-Primer-23-module__product-ingredient-box {
      top: 15px;
  }
  .SOS-Primer-23-module__product[data-product="blue"] .SOS-Primer-23-module__product-ingredient-box {
      top: 27px;
  }
  .SOS-Primer-23-module__product-apply span {
      font-size: 11px;
  }
  .br_mobile{
    display: block;
  }
  .SOS-Primer-23-module__product-description br {
      display: block;
  }
}

