.SOS-Primer-23-popin {
  z-index: 9995;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  height: 0;
  overflow: hidden;
}

.SOS-Primer-23-popin__background {
  background: rgba(51, 51, 51, 0.3);
  opacity: 0.4;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.SOS-Primer-23-popin__inner {
  z-index: 9996;
  position: relative;
  height: auto;
  max-height: calc(90vh - 50px);
  overflow: auto;
  overflow-x: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 970px;
}

.SOS-Primer-23-popin__close-button {
  width: 30px;
  height: 30px;
  background-image: url(../images/close.svg);
  background-size: 60% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  border-radius: 4px;
  z-index: 9996;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  min-width: auto;
}

.SOS-Primer-23-popin__close-button:hover {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

/** MODULE **/

.SOS-Primer-23-popin .SOS-Primer-23-module::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
  width: 400px;
  height: 400px;
  pointer-events: none;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
}

.SOS-Primer-23-popin .SOS-Primer-23-module__product-ingredient-container {
  display: none;
}

.SOS-Primer-23-popin .SOS-Primer-23-module__product-content-container-popin .SOS-Primer-23-module__product-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  border: none;
}

.SOS-Primer-23-popin .SOS-Primer-23-module__product-content-container-popin .SOS-Primer-23-module__product-content > span:first-child {
  font-family: var(--GOTHAM-XLIGHT);
  font-size: 36px;
  color: #bd9277;
  letter-spacing: 0.02em;
}

.SOS-Primer-23-popin .SOS-Primer-23-module__product-content-container-popin .SOS-Primer-23-module__product-content > span:nth-child(2) {
  font-family: var(--GOTHAM-XLIGHT);
  color: #333;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  line-height: 120%;
  padding-left: 10px;
  max-width: 143px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .SOS-Primer-23-popin .SOS-Primer-23-module__product-subcontainer-col-2 {
    width: 70%;
    margin: 0;
    padding: 0 10px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-visual-mobile {
    margin-top: 0;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__produc-container-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-link {
    width: 30%;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product[data-product="white"] .SOS-Primer-23-module__product-visual-mobile,
  .SOS-Primer-23-popin .SOS-Primer-23-module__product[data-product="pink"] .SOS-Primer-23-module__product-visual-mobile,
  .SOS-Primer-23-popin .SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-visual-mobile,
  .SOS-Primer-23-popin .SOS-Primer-23-module__product[data-product="peach"] .SOS-Primer-23-module__product-visual-mobile,
  .SOS-Primer-23-popin .SOS-Primer-23-module__product[data-product="blue"] .SOS-Primer-23-module__product-visual-mobile {
    margin: 0;
    max-width: 100%;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product[data-product="white"] .SOS-Primer-23-module__product-visual-mobile {
    transform: translate(28px, -14px);
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-visual-mobile {
    transform: translate(34px, -10px);
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product[data-product="peach"] .SOS-Primer-23-module__product-visual-mobile {
    transform: translate(24px, 2px) scale(0.7);
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product[data-product="blue"] .SOS-Primer-23-module__product-visual-mobile {
    transform: translate(18px, -9px);
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product[data-product="pink"] .SOS-Primer-23-module__product-visual-mobile {
    transform: translate(39px, -14px) scale(1.1);
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module::before {
    display: none;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-content-container-popin .SOS-Primer-23-module__product-price {
    display: none;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product {
    padding-bottom: 35px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-box--1 {
    display: none;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-box--2 {
    margin-top: 35px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-content-container-popin {
    display: block;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module[mobile] {
    display: none;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-subtitle {
    padding: 0 10px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-content-container-popin .SOS-Primer-23-module__product-details,
  .SOS-Primer-23-popin .SOS-Primer-23-module__product-content-container-popin .SOS-Primer-23-quickshop-button,
  .SOS-Primer-23-popin .SOS-Primer-23-module__product-content-container-popin .SOS-Primer-23-module__product-details,
  .SOS-Primer-23-popin .SOS-Primer-23-module__product-content-container-popin .SOS-Primer-23-quickshop-button,
  .SOS-Primer-23-popin .SOS-Primer-23-module__product-content[mobile] {
    display: none;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-content-container-popin .SOS-Primer-23-module__product-content {
    text-align: left;
  }
}

@media screen and (min-width: 768px) {
  .SOS-Primer-23-popin .SOS-Primer-23-module__product-p1,
  .SOS-Primer-23-popin .SOS-Primer-23-module__product-icon-pollution {
    display: none;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__title {
    font-size: 36px;
    line-height: 38px;
    max-width: 380px;
    width: 100%;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__description {
    font-size: 12px;
    line-height: 14px;
    max-width: 320px;
    width: 100%;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__subtitle {
    font-size: 18px;
    line-height: 22px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__skin-concern-item {
    width: 148px;
    height: 148px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-icon {
    max-width: 71px;
    width: 100%;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-title {
    font-size: 18px;
    line-height: 20px;
    margin-top: 15px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-subtitle {
    font-size: 36px;
    line-height: 40px;
    margin-top: 15px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-description {
    font-size: 12px;
    line-height: 14px;
    max-width: 480px;
    width: 100%;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-p2 {
    display: none;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-p3 {
    display: none;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-apply {
    width: 214px;
    height: 214px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-apply img {
    width: 174px;
    margin-top: -25px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-apply span {
    font-size: 11px;
    line-height: 13px;
    top: 165px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-box-container {
    flex-direction: row-reverse;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-content-container-popin {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-box-container {
    margin-top: 30px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-content-container-popin .SOS-Primer-23-module__product-details {
    font-size: 20px;
    line-height: 20px;
    margin-top: 30px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-content-container-popin .SOS-Primer-23-module__product-details li:not(:first-child) {
    font-size: 12px;
    line-height: 14px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-content-container-popin .SOS-Primer-23-module__product-details li:nth-child(2) {
    line-height: 20px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-content-container-popin .SOS-Primer-23-module__product-quickshop {
    margin-top: 20px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-subcontainer-col-2 {
    display: none;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__skin-concern-item span {
    max-width: 110px;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__skin-concern-item-product {
    width: 40px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-visual img {
    width: 229px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product[data-product="pink"] .SOS-Primer-23-module__product-visual img {
    width: 279px;
    position: absolute;
    left: calc(50% + 20px);
    transform: translateX(-50%);
    bottom: -17px;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-visual img {
    width: 229px;
    position: absolute;
    left: calc(50% + 20px);
    transform: translateX(-50%);
    bottom: 0;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product[data-product="peach"] .SOS-Primer-23-module__product-visual img {
    width: 160px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product[data-product="blue"] .SOS-Primer-23-module__product-visual img {
    width: 213px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
  }

  .SOS-Primer-23-popin .SOS-Primer-23-module__product-container {
    margin-top: 100px;
  }
}
/* ---- */



a#SOS-popin-white-ctatag, a#SOS-popin-pink-ctatag,
a#SOS-popin-green-ctatag, a#SOS-popin-peach-ctatag,
a#SOS-popin-matifying-ctatag {
  margin-left: 19%;
}

/* --Close button-- */

button:not(.cba-button-style) {
  background-color: #0000;
    border: 2px solid #2d2d2d00;
    color: #fff;
    height: 50px;
    min-width: 104px;}

.SOS-Primer-23-popin__close-button {
    background-image: url(../images/close.svg);
    background-size: 22% auto;
    right: -9px;
    top: 20px;}

    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-popin .SOS-Primer-23-module__skin-concern-item span {
  max-width: 100%!important;}

  @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-popin .SOS-Primer-23-module__product-box-container {
    flex-direction: row-reverse;
    padding-right: 6%!important}

    /* --white-- */
    .SOS-Primer-23-module__product-box--2 {
      margin-left: 5%!important}

    p#SOS-popin-white-cont {
      margin-left: -13%;}

    p#SOS-popin-white-pricetag, p#SOS-popin-pink-pricetag, 
    p#SOS-popin-green-pricetag,  p#SOS-popin-peach-pricetag {
      margin-right: 42%;}

      p#SOS-popin-matifying-pricetag {
        margin-right: 50%;}

    a#SOS-popin-white-ctatag, a#SOS-popin-pink-ctatag,
    a#SOS-popin-green-ctatag, a#SOS-popin-peach-ctatag, 
    a#SOS-popin-matifying-ctatag {
      margin-right: 35%;} 
    
}

@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-box--2 {
    margin-left: 5%!important}

    .SOS-Primer-23-popin .SOS-Primer-23-module__product-box-container {
      flex-direction: row-reverse;
      padding-right: 12%!important;}
    
    p#SOS-popin-white-pricetag, p#SOS-popin-pink-pricetag, 
    p#SOS-popin-green-pricetag,  p#SOS-popin-peach-pricetag {
      margin-right: 42%;}

      p#SOS-popin-matifying-pricetag {
        margin-right: 50%;}

    a#SOS-popin-white-ctatag, a#SOS-popin-pink-ctatag,
    a#SOS-popin-green-ctatag, a#SOS-popin-peach-ctatag, 
    a#SOS-popin-matifying-ctatag {
      margin-right: 37%;} 

}


@media (max-width: 480px) {
  a#SOS-popin-white-ctatag, a#SOS-popin-pink-ctatag,
    a#SOS-popin-green-ctatag, a#SOS-popin-peach-ctatag, 
    a#SOS-popin-matifying-ctatag {
    margin-left: 30%;}
    .SOS-Primer-23-popin__close-button {
      right: -20px;
    }
    .SOS-Primer-23-module {
      z-index: 100;
    }
    body,
  html {
    width: 100%;
    overflow-x: hidden !important;
  }
  #main:not(.main-homepage) {
      padding-left: 0 !important;
      padding-right: 0 !important;
  }
  .SOS-Primer-23-popin__background {
    z-index: 100 !important;
  }
}
.SOS-Primer-23-quickshop-button{
  color: #fff !important;
}
.SOS-Primer-23-popin__close-button {
  top: 40px !important;
}
.product-tile__badge {
  z-index: 10 !important;
}
.SOS-Primer-23-popin__inner {
  top: 56%;
}