.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;
  }
}



/*---------------------------------------------------------------------*/
.SOS-Primer-23-popin__close-button {
    height: 30px !important;
    cursor: pointer !important;
    background-color: #0000 !important;
    border: none !important;
    min-width: auto !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;
}

@media only screen
and (min-device-width : 834px)
and (max-device-width : 1112px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { }
@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 !important;
      margin-right: auto !important;
  }
  .SOS-Primer-23-module__product-content > span {
      font-size: 19px;
  }
  .SOS-Primer-23-module__product-content > span:last-child {
      font-size: 15px;
  }
}

/*iPhone 6/7/8/plus, XR, 11, X, 12 and 11.*/
@media (max-width: 480px) {
}

