@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 {
  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;
}

.SOS-Primer-23 * {
  box-sizing: border-box;
}

#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;
}

.SOS-Primer-23-quickshop-button:hover {
  background-color: #8c0b26;
  border: solid 1px #8c0b26;
  color: #fff;
}

.SOS-Primer-23-quickshop {
  display: none;
}

/************/
/** HEADER **/
/************/

.SOS-Primer-23-header {
  position: relative;
  background-color: #faedf5;
}

.SOS-Primer-23-header__title {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  border: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.SOS-Primer-23-header__background,
.SOS-Primer-23-header__background img {
  display: block;
}

.SOS-Primer-23-header__background {
  height: 462px;
}

.SOS-Primer-23-header__background img {
  height: 100%;
}

.SOS-Primer-23-header__content {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 130px;
  padding-left: 60px;
}

.SOS-Primer-23-header__title-img {
  max-width: 741px;
}

.SOS-Primer-23-header__title-img,
.SOS-Primer-23-header__title-img img {
  width: 100%;
  display: block;
}

.SOS-Primer-23-header__description {
  padding-left: 460px;
  margin: 0;
  margin-top: 10px;
  color: #fff;
  font-family: var(--GOTHAM-MEDIUM);
  font-size: 20px;
}

.SOS-Primer-23-header__background-product {
  display: none;
}

@media screen and (max-width: 767px) {
  .SOS-Primer-23-header__background,
  .SOS-Primer-23-header__background img {
    height: auto;
    width: 100%;
  }

  .SOS-Primer-23-header__content {
    width: 100%;
    padding: 0 18px;
    padding-top: calc(180 / 375 * 100vw);
  }

  .SOS-Primer-23-header__background-product {
    display: block;
    width: 100%;
  }
}

/*************/
/** PRODUCT **/
/*************/

.SOS-Primer-23-module__product-link {
  pointer-events: none;
}

.SOS-Primer-23-product {
  background-color: #fff;
  display: none;
}

.SOS-Primer-23-product__container {
  max-width: 1170px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.SOS-Primer-23-product__title {
  font-size: 24px;
  line-height: 30px;
  color: #bc9277;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0;
}

.SOS-Primer-23-product__title > span {
  display: block;
  font-size: 50px;
  line-height: 54px;
  font-family: var(--GOTHAM-XLIGHT);
  color: #333333;
}

.SOS-Primer-23-product__description {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  max-width: 550px;
  width: 100%;
}

.SOS-Primer-23-product__content {
  padding-bottom: 100px;
}

.SOS-Primer-23-product__products {
  position: relative;
  padding-top: 100px;
  max-width: 600px;
  width: 100%;
  display: none;
}

.SOS-Primer-23-product__products[is-displayed="true"] {
  display: block;
}

.SOS-Primer-23-product__products picture,
.SOS-Primer-23-product__products img {
  display: block;
}

.SOS-Primer-23-product__products img {
  width: 100%;
}

picture.SOS-Primer-23-product__texture {
  width: 640px;
}

.SOS-Primer-23-product__product-container {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 55%;
  transform: translate(-50%, -50%);
}

.SOS-Primer-23-product__product-smooth,
.SOS-Primer-23-product__product-primer {
  align-self: flex-end;
}

.SOS-Primer-23-product__products-plus {
  font-size: 50px;
  font-family: var(--GOTHAM-XLIGHT);
  align-self: center;
  margin-left: 20px;
  margin-right: 30px;
}

.SOS-Primer-23-product__product-primer-img {
  width: 119px;
}

.SOS-Primer-23-product__product-smooth-img {
  width: 207px;
}

.SOS-Primer-23-product .SOS-Primer-23-quickshop-button {
  margin-top: 20px;
  white-space: nowrap;
}

.SOS-Primer-23__product-price {
  text-align: center;
  margin: 0;
  margin-top: 20px;
  font-size: 16px;
}

.SOS-Primer-23__product-price-quantity {
  margin: 0;
  color: #787474;
  margin-top: 10px;
  font-size: 11px;
  text-align: center;
}

@media screen and (max-width: 1165px) and (min-width: 768px) {
  .SOS-Primer-23-product__description br {
    display: none;
  }

  .SOS-Primer-23-product__container {
    padding: 0 20px;
    flex-direction: column;
    text-align: center;
    padding-top: 40px;
  }

  .SOS-Primer-23-product__content {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .SOS-Primer-23-header__description {
    font-size: 16px;
    line-height: 18px;
    padding-left: 32%;
  }

  .SOS-Primer-23__product-price {
    font-size: 14px;
  }

  .SOS-Primer-23-product__title {
    font-size: 16px;
    line-height: 20px;
  }

  .SOS-Primer-23-product__container {
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 80px;
  }

  .SOS-Primer-23-product__content {
    text-align: center;
    padding-bottom: 0;
  }

  .SOS-Primer-23-product__title > span {
    font-size: 30px;
    line-height: 30px;
  }

  .SOS-Primer-23-product {
    padding-top: 40px;
  }

  .SOS-Primer-23-product__description {
    margin-top: 15px;
    font-size: 14px;
    line-height: 16px;
    padding: 0 20px;
  }

  .SOS-Primer-23-product__description br {
    display: none;
  }

  picture.SOS-Primer-23-product__texture {
    width: 424px;
    min-height: 340px;
  }

  .SOS-Primer-23-product__product-primer-img {
    width: 74px;
    margin: 0 auto;
  }

  .SOS-Primer-23-product__product-smooth-img {
    width: 129px;
  }

  .SOS-Primer-23-product__products-plus {
    font-size: 35px;
    margin: 0 25px;
  }

  .SOS-Primer-23-product__products {
    max-width: 100%;
    padding-top: 45px;
  }

  /**/

  .SOS-Primer-23 .SOS-Primer-23-module__product-visual-mobile {
    margin-top: 20px;
  }

  .SOS-Primer-23 .SOS-Primer-23-module__product[data-product="white"] .SOS-Primer-23-module__product-visual-mobile {
    max-width: 180px;
    transform: translateX(30px);
  }

  .SOS-Primer-23 .SOS-Primer-23-module__product[data-product="pink"] .SOS-Primer-23-module__product-visual-mobile {
    max-width: 220px;
    transform: translateX(52px);
  }

  .SOS-Primer-23 .SOS-Primer-23-module__product[data-product="green"] .SOS-Primer-23-module__product-visual-mobile {
    max-width: 183px;
    transform: translateX(45px);
  }

  .SOS-Primer-23 .SOS-Primer-23-module__product[data-product="peach"] .SOS-Primer-23-module__product-visual-mobile {
    max-width: 121px;
    transform: translateX(15px);
  }

  .SOS-Primer-23 .SOS-Primer-23-module__product[data-product="blue"] .SOS-Primer-23-module__product-visual-mobile {
    max-width: 162px;
    transform: translateX(0);
  }
}



@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-header__description {
    padding-left: 354px !important;
    font-size: 16px !important;
}
.SOS-Primer-23-module__skin-concern-item-texture {
    height: 152px !important;
}
}


/* === === */
#wrapper.pt_category-wide .site-width-slot, #wrapper.pt_category-wide .breadcrumb-container {
  max-width: 1600px;
}
