@font-face {
  font-family: 'Averta';
  src: url("fonts/AvertaCY-Black.woff2") format("woff2"), url("fonts/AvertaCY-Black.woff") format("woff"), url("fonts/AvertaCY-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Averta';
  src: url("fonts/AvertaCY-Bold.woff2") format("woff2"), url("fonts/AvertaCY-Bold.woff") format("woff"), url("fonts/AvertaCY-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Averta';
  src: url("fonts/AvertaCY-Light.woff2") format("woff2"), url("fonts/AvertaCY-Light.woff") format("woff"), url("fonts/AvertaCY-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: inherit;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Averta', sans-serif;
  font-size: 14px;
  line-height: normal;
  background-color: inherit; }

i {
  font-style: italic; }

b {
  font-weight: bold; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a, a:link, a:visited, a:focus, a:hover, a:active {
  text-decoration: none;
  cursor: pointer; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

.clearfix::after {
  content: "";
  clear: both;
  display: table; }

.relative {
  position: relative; }

h1 {
  font-size: 70px; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 30px; } }

h2 {
  font-size: 36px; }
  @media screen and (max-width: 1200px) {
    h2 {
      margin-bottom: 15px;
      font-size: 30px; } }
  @media screen and (max-width: 768px) {
    h2 {
      font-size: 24px; } }

h3 {
  font-size: 30px; }
  @media screen and (max-width: 768px) {
    h3 {
      font-size: 18px; } }

.tac {
  text-align: center; }

.flex {
  display: flex; }
  .flex.wrap {
    flex-flow: row wrap; }
  .flex.space-between {
    justify-content: space-between; }
  .flex .col {
    flex: 1;
    position: relative; }
  .flex .flex-2 {
    flex: 2; }
  .flex .flex-3 {
    flex: 3; }
  .flex .flex-4 {
    flex: 4; }
  .flex .flex-5 {
    flex: 5; }
  .flex .flex-6 {
    flex: 6; }
  .flex .flex-7 {
    flex: 7; }
  .flex .flex-8 {
    flex: 8; }
  .flex .flex-9 {
    flex: 9; }
  .flex .flex-10 {
    flex: 10; }
  .flex .line-break {
    flex-basis: 100%;
    width: 0px;
    height: 0px;
    overflow: hidden; }

.flex-center {
  align-items: center; }

.flex-text-center {
  justify-content: center; }

.flex-bottom {
  align-items: flex-end; }

.flex-item-right {
  margin-left: auto; }

.flex-item-left {
  margin-right: auto; }

.cover {
  background-size: cover;
  background-position: 50%; }

.container {
  width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
  background: transparent; }
  @media screen and (max-width: 1200px) {
    .container {
      width: 700px; } }
  @media screen and (max-width: 768px) {
    .container {
      width: 100%; } }
  .container img {
    max-width: 100%; }

@keyframes HomeImageEffect {
  0% {
    opacity: 0;
    left: 100%; }
  100% {
    opacity: 1;
    left: 50%; } }
@keyframes HomeImageEffectMobile {
  0% {
    opacity: 0;
    margin-left: -100%; }
  100% {
    opacity: 1;
    margin-left: 0px; } }
@keyframes OpacityEffect {
  0% {
    transform: translateX(400px);
    opacity: 0; }
  100% {
    transform: translateX(0px);
    opacity: 1; } }
@keyframes SectionMainImageEffectUp {
  0% {
    opacity: 0;
    bottom: 200px; }
  100% {
    opacity: 1;
    bottom: 0; } }
@keyframes SectionWayImageEffectUp {
  0% {
    opacity: 0;
    top: 100%; }
  100% {
    opacity: 1;
    top: 50%; } }
@keyframes SectionMainImageEffectDown {
  0% {
    opacity: 0;
    bottom: -200px; }
  100% {
    opacity: 1;
    bottom: 0; } }
@keyframes SectionWayImageEffectDown {
  0% {
    opacity: 0;
    top: 0%; }
  100% {
    opacity: 1;
    top: 50%; } }
.button {
  padding: 0px 70px;
  line-height: 70px;
  background-color: #2A2132;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  position: relative;
  z-index: 1001;
  opacity: 1;
  transition: all 0.6s ease; }
  @media screen and (max-width: 1200px) {
    .button {
      padding: 0px 50px;
      line-height: 50px;
      background-color: #2A2132;
      font-size: 16px; } }
  @media screen and (max-width: 768px) {
    .button {
      font-size: 14px; } }
  .button:hover {
    opacity: 0.8;
    transition: all 0.6s ease; }

header {
  position: relative; }
  header .close-menu,
  header .mobile-menu {
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 100; }
    @media screen and (max-width: 768px) {
      header .close-menu .desktop-img,
      header .mobile-menu .desktop-img {
        display: none; } }
    header .close-menu .mobile-img,
    header .mobile-menu .mobile-img {
      display: none; }
      @media screen and (max-width: 768px) {
        header .close-menu .mobile-img,
        header .mobile-menu .mobile-img {
          display: inline; } }
    header .close-menu span, header .close-menu img,
    header .mobile-menu span,
    header .mobile-menu img {
      vertical-align: middle; }
    header .close-menu span,
    header .mobile-menu span {
      font-weight: 900;
      font-size: 18px;
      text-transform: uppercase;
      color: black;
      margin-right: 20px; }
      @media screen and (max-width: 768px) {
        header .close-menu span,
        header .mobile-menu span {
          font-size: 9px;
          margin-right: 2px; } }
  @media screen and (max-width: 768px) {
    header .mobile-menu {
      right: 15px;
      position: fixed; } }

.menu-popup {
  display: flex;
  position: fixed;
  z-index: 1001;
  background: white;
  right: -100%;
  width: 700px;
  top: 0;
  bottom: 0;
  padding: 0px 130px 30px 130px;
  align-items: center;
  transition: all 0.6s ease; }
  @media screen and (max-height: 1130px) and (min-width: 769px) {
    .menu-popup {
      align-items: flex-end; } }
  @media screen and (max-width: 768px) {
    .menu-popup {
      width: 100%;
      padding: 0px;
      transition: all 0.6s ease;
      display: none; } }
  .menu-popup .close-menu {
    top: 30px;
    right: 50px; }
    @media screen and (max-width: 768px) {
      .menu-popup .close-menu {
        right: 16px; } }
    @media screen and (max-width: 768px) {
      .menu-popup .close-menu img {
        width: 40px; } }
  .menu-popup .main-inner {
    flex: 1; }
    @media screen and (max-width: 768px) {
      .menu-popup .main-inner {
        height: 100%;
        overflow-y: scroll; } }
  @media screen and (max-width: 768px) {
    .menu-popup .main-menu {
      max-width: 300px;
      margin: 0 auto;
      padding-top: 80px; } }
  .menu-popup .main-menu a {
    font-size: 28px;
    font-weight: 900;
    color: #070707;
    display: block;
    text-align: center;
    padding: 35px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2); }
    @media screen and (max-height: 1000px) and (min-width: 769px) {
      .menu-popup .main-menu a {
        font-size: 20px;
        padding: 25px 0px; } }
    @media screen and (max-height: 780px) and (min-width: 769px) {
      .menu-popup .main-menu a {
        padding: 15px 0px; } }
    @media screen and (max-height: 700px) and (min-width: 769px) {
      .menu-popup .main-menu a {
        font-size: 16px;
        padding: 12px 0px; } }
    @media screen and (max-width: 768px) {
      .menu-popup .main-menu a {
        font-size: 16px;
        padding: 11px 0px; } }
  .menu-popup .socials {
    text-align: center;
    margin-top: 60px; }
    @media screen and (max-height: 900px) and (min-width: 769px) {
      .menu-popup .socials {
        margin-top: 30px; } }
    @media screen and (max-height: 700px) and (min-width: 769px) {
      .menu-popup .socials {
        margin-top: 20px; } }
    @media screen and (max-width: 768px) {
      .menu-popup .socials {
        margin-top: 20px; } }
    .menu-popup .socials a {
      display: inline-block;
      margin: 0px 45px; }
      @media screen and (max-height: 700px) and (min-width: 769px) {
        .menu-popup .socials a {
          margin: 0px 25px; } }
      @media screen and (max-width: 768px) {
        .menu-popup .socials a {
          margin: 0px 15px; } }
      .menu-popup .socials a img {
        width: 40px; }
        @media screen and (max-width: 768px) {
          .menu-popup .socials a img {
            width: 30px; } }
  .menu-popup .menu-items {
    margin-top: 60px; }
    @media screen and (max-height: 900px) and (min-width: 769px) {
      .menu-popup .menu-items {
        margin-top: 30px; } }
    @media screen and (max-height: 700px) and (min-width: 769px) {
      .menu-popup .menu-items {
        margin-top: 20px; } }
    @media screen and (max-width: 768px) {
      .menu-popup .menu-items {
        margin-top: 20px; } }
    .menu-popup .menu-items a {
      display: block;
      text-align: center;
      font-size: 17px;
      color: rgba(0, 0, 0, 0.8);
      font-weight: bold;
      margin-bottom: 20px; }
      @media screen and (max-height: 700px) and (min-width: 769px) {
        .menu-popup .menu-items a {
          font-size: 14px;
          margin-bottom: 10px; } }
      @media screen and (max-width: 768px) {
        .menu-popup .menu-items a {
          font-size: 14px;
          margin-bottom: 10px; } }
  .menu-popup .copyright {
    margin-top: 60px;
    font-size: 13px;
    color: rgba(44, 46, 63, 0.7);
    font-weight: bold;
    text-align: center; }
    @media screen and (max-height: 900px) and (min-width: 769px) {
      .menu-popup .copyright {
        margin-top: 30px; } }
    @media screen and (max-height: 700px) and (min-width: 769px) {
      .menu-popup .copyright {
        margin-top: 20px; } }
    @media screen and (max-width: 768px) {
      .menu-popup .copyright {
        margin-top: 20px;
        padding-bottom: 20px; } }

@media screen and (max-width: 768px) {
  body.menu-open {
    overflow: hidden; } }
body.menu-open .menu-popup {
  right: 0px;
  transition: all 0.6s ease; }
  @media screen and (max-width: 768px) {
    body.menu-open .menu-popup {
      display: block;
      z-index: 1002; } }

@media screen and (max-width: 768px) {
  body.products header .mobile-menu img {
    filter: invert(100%); } }
@media screen and (max-width: 768px) {
  body.products header .mobile-menu span {
    color: white; } }

.page-background {
  width: 100%;
  height: 100vh;
  position: relative;
  background-size: cover;
  background-position: 50%;
  overflow: hidden;
  background-image: url("./img/homepage.jpg"); }
  @media screen and (max-width: 768px) {
    .page-background {
      background-image: url("./img/home-mobile.jpg");
      background-position: 50% 100%;
      padding: 16px;
      height: auto;
      min-height: 100vh;
      text-align: center; } }
  .page-background .k-beauty {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px; }
    @media screen and (max-width: 1200px) {
      .page-background .k-beauty {
        height: 80px;
        top: 20px; } }
    @media screen and (max-width: 768px) {
      .page-background .k-beauty {
        position: unset;
        transform: none;
        display: block;
        margin: 0 auto; } }
    @media screen and (max-width: 768px) {
      .page-background .k-beauty {
        height: 64px;
        margin-top: 10px; } }
  .page-background .home-title {
    top: 50%;
    left: 50%;
    width: 50%;
    position: absolute;
    transform: translateY(-83%);
    padding-left: 80px;
    animation: HomeImageEffect 1s ease-in-out; }
    @media screen and (max-width: 1200px) {
      .page-background .home-title {
        top: 44%; } }
    @media screen and (max-width: 1170px) {
      .page-background .home-title {
        padding-left: 0px; } }
    @media screen and (max-width: 900px) {
      .page-background .home-title {
        top: 34%; } }
    @media screen and (max-height: 800px) and (min-width: 769px) {
      .page-background .home-title {
        top: 40%; } }
    @media screen and (max-height: 800px) and (min-width: 1245px) {
      .page-background .home-title {
        top: 60%; } }
    @media screen and (max-height: 700px) and (min-width: 769px) {
      .page-background .home-title {
        top: 63%; } }
    @media screen and (max-height: 700px) and (max-width: 1244px) {
      .page-background .home-title {
        top: 55%; } }
    @media screen and (max-height: 700px) and (max-width: 1180px) {
      .page-background .home-title {
        left: unset;
        right: 0;
        width: 40%; } }
    @media screen and (max-height: 700px) and (max-width: 850px) {
      .page-background .home-title {
        top: 47%; } }
    @media screen and (max-width: 768px) {
      .page-background .home-title {
        position: unset;
        transform: none;
        padding-left: 0px;
        width: 100%;
        text-align: left;
        margin-top: 20px;
        animation: HomeImageEffectMobile 1s ease-in-out; } }
    .page-background .home-title h1 {
      font-weight: 900;
      font-size: 140px;
      color: white; }
      @media screen and (max-width: 1450px) {
        .page-background .home-title h1 {
          font-size: 130px; } }
      @media screen and (max-width: 1270px) {
        .page-background .home-title h1 {
          font-size: 110px; } }
      @media screen and (max-width: 1200px) {
        .page-background .home-title h1 {
          font-size: 80px; } }
      @media screen and (max-height: 700px) and (max-width: 1000px) {
        .page-background .home-title h1 {
          font-size: 50px; } }
      @media screen and (max-width: 700px) {
        .page-background .home-title h1 {
          font-size: 45px; } }
    .page-background .home-title h2 {
      font-size: 60px;
      color: #FFFFFF;
      font-weight: 900;
      margin-top: -30px; }
      @media screen and (max-width: 1270px) {
        .page-background .home-title h2 {
          font-size: 40px;
          margin-top: -20px; } }
      @media screen and (max-width: 1200px) {
        .page-background .home-title h2 {
          font-size: 30px;
          margin-top: -10px; } }
      @media screen and (max-width: 700px) {
        .page-background .home-title h2 {
          font-size: 28px; } }
    .page-background .home-title .symbols {
      margin-left: 70px; }
      @media screen and (max-width: 1200px) {
        .page-background .home-title .symbols {
          width: 100px; } }
      @media screen and (max-width: 768px) {
        .page-background .home-title .symbols {
          display: none; } }
    .page-background .home-title .home-flower {
      position: absolute;
      top: -80px;
      z-index: -1;
      left: 270px;
      height: 120%; }
      @media screen and (max-width: 1200px) {
        .page-background .home-title .home-flower {
          top: -70px;
          left: 170px; } }
      @media screen and (max-width: 768px) {
        .page-background .home-title .home-flower {
          display: none; } }
    .page-background .home-title p {
      font-size: 18px;
      color: #2A2132;
      font-weight: bold;
      max-width: 390px;
      position: absolute;
      left: 300px;
      bottom: -40px; }
      @media screen and (max-width: 1450px) {
        .page-background .home-title p {
          left: 150px;
          bottom: -110px; } }
      @media screen and (max-width: 1230px) {
        .page-background .home-title p {
          left: 70px;
          bottom: -130px; } }
      @media screen and (max-width: 900px) {
        .page-background .home-title p {
          bottom: -150px; } }
      @media screen and (max-height: 700px) and (max-width: 850px) {
        .page-background .home-title p {
          bottom: -170px; } }
      @media screen and (max-width: 768px) {
        .page-background .home-title p {
          position: unset;
          padding-bottom: 270px;
          max-width: none;
          width: 50%; } }
      @media screen and (max-width: 700px) {
        .page-background .home-title p {
          font-size: 14px; } }
      @media screen and (max-width: 400px) {
        .page-background .home-title p {
          padding-bottom: 170px; } }
      @media screen and (max-width: 320px) {
        .page-background .home-title p {
          font-size: 9px; } }
  .page-background .button {
    position: absolute;
    bottom: 90px;
    left: 47%;
    transform: translateX(-50%);
    z-index: 1000; }
    @media screen and (max-height: 800px) and (min-width: 769px) {
      .page-background .button {
        bottom: 30px; } }
    @media screen and (max-width: 768px) {
      .page-background .button {
        bottom: 30px;
        left: 50%; } }
    @media screen and (max-width: 700px) {
      .page-background .button {
        max-width: 300px;
        width: 100%; } }

@media screen and (max-width: 768px) {
  #multiscroll .ms-section {
    position: relative; } }
#multiscroll .ms-section.scrolled-up .top-section .top-section-inner .stamp-col {
  animation: OpacityEffect 1s ease-in-out; }
  @media screen and (max-width: 768px) {
    #multiscroll .ms-section.scrolled-up .top-section .top-section-inner .stamp-col {
      animation: none; } }
#multiscroll .ms-section.scrolled-up .product-main-image {
  animation: SectionMainImageEffectUp 1s ease-in-out; }
  @media screen and (max-width: 768px) {
    #multiscroll .ms-section.scrolled-up .product-main-image {
      animation: none; } }
#multiscroll .ms-section.scrolled-up .bottom-section .bottom-section-inner {
  animation: SectionWayImageEffectUp 1s ease-in-out; }
  @media screen and (max-width: 768px) {
    #multiscroll .ms-section.scrolled-up .bottom-section .bottom-section-inner {
      animation: none; } }
#multiscroll .ms-section.scrolled-down .top-section .top-section-inner .stamp-col {
  animation: OpacityEffect 1s ease-in-out; }
  @media screen and (max-width: 768px) {
    #multiscroll .ms-section.scrolled-down .top-section .top-section-inner .stamp-col {
      animation: none; } }
#multiscroll .ms-section.scrolled-down .product-main-image {
  animation: SectionMainImageEffectDown 1s ease-in-out; }
  @media screen and (max-width: 768px) {
    #multiscroll .ms-section.scrolled-down .product-main-image {
      animation: none; } }
#multiscroll .ms-section.scrolled-down .bottom-section .bottom-section-inner {
  animation: SectionWayImageEffectDown 1s ease-in-out; }
  @media screen and (max-width: 768px) {
    #multiscroll .ms-section.scrolled-down .bottom-section .bottom-section-inner {
      animation: none; } }
@media screen and (max-width: 1400px) {
  #multiscroll .button {
    padding: 0px 50px;
    line-height: 50px; } }
@media screen and (max-width: 768px) {
  #multiscroll .button {
    margin-bottom: 20px; } }
#multiscroll .logo-k-beauty {
  position: absolute;
  top: 35px;
  left: 15px;
  height: 127px;
  width: 127px;
  background: black;
  text-align: center; }
  @media screen and (max-width: 1350px) {
    #multiscroll .logo-k-beauty {
      top: 15px;
      height: 77px;
      width: 77px; } }
  @media screen and (max-width: 768px) {
    #multiscroll .logo-k-beauty {
      display: none;
      height: 67px;
      width: 67px; } }
  #multiscroll .logo-k-beauty img {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
    @media screen and (max-width: 1350px) {
      #multiscroll .logo-k-beauty img {
        width: 50px; } }
    @media screen and (max-width: 768px) {
      #multiscroll .logo-k-beauty img {
        width: 40px; } }
#multiscroll .product-main-image {
  position: absolute;
  z-index: 999;
  background: transparent;
  bottom: 0; }
  @media screen and (max-width: 1000px) {
    #multiscroll .product-main-image {
      display: none; } }
  @media screen and (max-width: 768px) {
    #multiscroll .product-main-image {
      display: block;
      max-width: 90%;
      left: unset !important;
      bottom: unset !important;
      transform: none;
      right: unset !important;
      height: auto;
      position: relative;
      margin: 0 auto; } }
#multiscroll .product-menu-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0; }
  @media screen and (max-width: 1350px) {
    #multiscroll .product-menu-wrapper {
      display: none; } }
  #multiscroll .product-menu-wrapper .product-menu-item {
    display: block;
    margin-bottom: 25px; }
    @media screen and (max-width: 1700px) {
      #multiscroll .product-menu-wrapper .product-menu-item {
        margin-bottom: 15px; } }
    #multiscroll .product-menu-wrapper .product-menu-item .line {
      width: 35px;
      height: 6px;
      display: inline-block;
      vertical-align: middle;
      background-color: rgba(251, 246, 255, 0.5);
      margin-right: 23px; }
    #multiscroll .product-menu-wrapper .product-menu-item span {
      vertical-align: middle;
      font-size: 15px;
      color: rgba(255, 255, 255, 0.5);
      font-weight: 900;
      letter-spacing: 2px; }
      @media screen and (max-width: 1700px) {
        #multiscroll .product-menu-wrapper .product-menu-item span {
          font-size: 11px; } }
    #multiscroll .product-menu-wrapper .product-menu-item.active .line {
      width: 77px;
      background-color: #FBF6FF;
      margin-right: 15px; }
    #multiscroll .product-menu-wrapper .product-menu-item.active span {
      color: #FFFFFF; }
#multiscroll h1 {
  color: white;
  font-weight: 900;
  line-height: 70px;
  margin-bottom: 90px; }
  @media screen and (max-width: 1700px) {
    #multiscroll h1 {
      font-size: 50px;
      line-height: 60px;
      margin-bottom: 50px; } }
  @media screen and (max-width: 1150px) {
    #multiscroll h1 {
      font-size: 40px;
      line-height: 50px;
      margin-bottom: 20px; } }
  @media screen and (max-height: 850px) and (min-width: 769px) {
    #multiscroll h1 {
      font-size: 50px;
      margin-bottom: 30px; } }
  @media screen and (max-height: 800px) and (min-width: 769px) {
    #multiscroll h1 {
      font-size: 40px;
      line-height: 40px; } }
#multiscroll .top-section {
  background-color: #FBF6FF;
  position: absolute;
  height: 40%;
  top: 0;
  right: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    #multiscroll .top-section {
      height: auto;
      position: relative;
      padding: 30px;
      padding-bottom: 80px; } }
  #multiscroll .top-section .top-section-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 80%;
    align-items: flex-end; }
    @media screen and (max-width: 768px) {
      #multiscroll .top-section .top-section-inner {
        min-width: auto;
        position: unset;
        transform: none;
        display: block; } }
    #multiscroll .top-section .top-section-inner .stamp-col {
      max-width: 180px;
      margin-left: 100px; }
      @media screen and (max-width: 1700px) {
        #multiscroll .top-section .top-section-inner .stamp-col {
          margin-left: 20px; } }
      @media screen and (max-width: 1300px) {
        #multiscroll .top-section .top-section-inner .stamp-col {
          max-width: 100px; } }
      @media screen and (max-height: 750px) and (min-width: 769px) {
        #multiscroll .top-section .top-section-inner .stamp-col {
          max-width: 100px; } }
      @media screen and (max-width: 768px) {
        #multiscroll .top-section .top-section-inner .stamp-col {
          position: absolute;
          bottom: -53px;
          background: transparent;
          left: 50%;
          transform: translateX(-50%);
          margin-left: 0px; } }
      #multiscroll .top-section .top-section-inner .stamp-col img {
        width: 100%; }
    #multiscroll .top-section .top-section-inner .k-beauty-description {
      font-size: 18px;
      color: #122E4F;
      font-weight: bold; }
      @media screen and (max-width: 1300px) {
        #multiscroll .top-section .top-section-inner .k-beauty-description {
          font-size: 15px; } }
    #multiscroll .top-section .top-section-inner .product-symbol {
      margin-bottom: 30px; }
      @media screen and (max-width: 1300px) {
        #multiscroll .top-section .top-section-inner .product-symbol {
          margin-bottom: 10px;
          width: 120px; } }
      @media screen and (max-height: 800px) and (min-width: 769px) {
        #multiscroll .top-section .top-section-inner .product-symbol {
          margin-bottom: 10px;
          width: 120px; } }
      @media screen and (max-width: 768px) {
        #multiscroll .top-section .top-section-inner .product-symbol {
          display: block;
          margin: 0 auto;
          margin-bottom: 20px; } }
#multiscroll .bottom-section {
  background-color: #2A2132;
  height: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0; }
  @media screen and (max-width: 768px) {
    #multiscroll .bottom-section {
      height: auto;
      position: unset; } }
  #multiscroll .bottom-section .bottom-section-inner {
    max-width: 220px;
    background-color: transparent;
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20%; }
    @media screen and (max-width: 1100px) {
      #multiscroll .bottom-section .bottom-section-inner {
        right: unset;
        left: 50%;
        transform: translateY(-50%) translateX(-50%); } }
    @media screen and (max-width: 768px) {
      #multiscroll .bottom-section .bottom-section-inner {
        max-width: none;
        position: relative;
        transform: none;
        padding: 30px;
        padding-top: 80px;
        top: 200px;
        left: unset !important;
        right: unset !important; } }
    #multiscroll .bottom-section .bottom-section-inner .effect-title {
      font-size: 28px;
      color: white;
      margin-bottom: 20px;
      margin-top: 20px; }
      @media screen and (max-width: 1300px) {
        #multiscroll .bottom-section .bottom-section-inner .effect-title {
          font-size: 18px; } }
    #multiscroll .bottom-section .bottom-section-inner .way-of-use {
      font-weight: bold;
      font-size: 20px;
      letter-spacing: 0.1em;
      color: white; }
      @media screen and (max-width: 768px) {
        #multiscroll .bottom-section .bottom-section-inner .way-of-use {
          font-size: 15px; } }
      #multiscroll .bottom-section .bottom-section-inner .way-of-use:hover {
        text-decoration: underline; }
#multiscroll .product-wrapper {
  flex: 1;
  padding-left: 330px;
  padding-right: 40px; }
  @media screen and (max-width: 1700px) {
    #multiscroll .product-wrapper {
      padding-left: 290px;
      padding-right: 20px; } }
  @media screen and (max-width: 1350px) {
    #multiscroll .product-wrapper {
      padding-left: 60px; } }
  @media screen and (max-width: 768px) {
    #multiscroll .product-wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  #multiscroll .product-wrapper .info {
    font-size: 36px;
    color: white;
    margin-bottom: 50px; }
    @media screen and (max-width: 1150px) {
      #multiscroll .product-wrapper .info {
        font-size: 26px;
        margin-bottom: 20px; } }
    @media screen and (max-height: 800px) and (min-width: 769px) {
      #multiscroll .product-wrapper .info {
        margin-bottom: 10px; } }
    @media screen and (max-height: 700px) and (min-width: 769px) {
      #multiscroll .product-wrapper .info {
        font-size: 26px; } }
    @media screen and (max-width: 768px) {
      #multiscroll .product-wrapper .info {
        margin-bottom: 10px; } }
  #multiscroll .product-wrapper .product-info-title {
    font-size: 28px;
    color: white;
    max-width: 370px;
    font-weight: 900;
    margin-bottom: 10px;
    position: relative;
    z-index: 1000;
    background: transparent; }
    @media screen and (max-width: 1150px) {
      #multiscroll .product-wrapper .product-info-title {
        font-size: 21px;
        max-width: none; } }
  #multiscroll .product-wrapper .product-description {
    font-size: 18px;
    font-weight: bold;
    max-width: 390px;
    color: white;
    position: relative;
    z-index: 1000;
    background: transparent; }
    @media screen and (max-width: 1150px) {
      #multiscroll .product-wrapper .product-description {
        font-size: 16px;
        max-width: none; } }
    @media screen and (max-height: 700px) and (min-width: 769px) {
      #multiscroll .product-wrapper .product-description {
        font-size: 14px; } }
  #multiscroll .product-wrapper .product-price {
    color: #2A2132;
    font-size: 66px;
    font-weight: 900;
    margin-top: 140px;
    margin-bottom: 33px; }
    @media screen and (max-width: 1150px) {
      #multiscroll .product-wrapper .product-price {
        margin-top: 20px;
        font-size: 46px; } }
    @media screen and (max-height: 1000px) and (min-width: 769px) {
      #multiscroll .product-wrapper .product-price {
        margin-top: 40px; } }
    @media screen and (max-height: 800px) and (min-width: 769px) {
      #multiscroll .product-wrapper .product-price {
        margin-top: 10px;
        margin-bottom: 10px; } }
    @media screen and (max-height: 700px) and (min-width: 769px) {
      #multiscroll .product-wrapper .product-price {
        font-size: 46px; } }
    @media screen and (max-width: 768px) {
      #multiscroll .product-wrapper .product-price {
        margin-bottom: 13px; } }
    #multiscroll .product-wrapper .product-price span {
      font-size: 36px;
      margin-left: -5px; }
      @media screen and (max-width: 768px) {
        #multiscroll .product-wrapper .product-price span {
          font-size: 26px; } }
#multiscroll .product-popup {
  position: absolute;
  top: 0;
  right: -100%;
  background: white;
  bottom: 0;
  z-index: 1003;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
  justify-content: center;
  transition: all 0.6s ease; }
  @media screen and (max-width: 768px) {
    #multiscroll .product-popup {
      display: none;
      bottom: unset;
      padding-bottom: 80px; } }
  #multiscroll .product-popup.active {
    right: 0;
    transition: all 0.6s ease; }
    @media screen and (max-width: 768px) {
      #multiscroll .product-popup.active {
        display: block; } }
    #multiscroll .product-popup.active .close-product-popup {
      display: block; }
  #multiscroll .product-popup .close-product-popup {
    display: none;
    position: absolute;
    background: transparent;
    top: 115px;
    left: -37px; }
    @media screen and (max-width: 1700px) {
      #multiscroll .product-popup .close-product-popup {
        top: 15px; } }
    @media screen and (max-width: 768px) {
      #multiscroll .product-popup .close-product-popup {
        top: unset;
        bottom: -35px;
        left: 50%;
        transform: translateX(-50%); } }
  @media screen and (max-width: 768px) {
    #multiscroll .product-popup .flex {
      justify-content: center; } }
  #multiscroll .product-popup .flex:nth-child(2) .single-tutorial {
    margin-bottom: 0px; }
  #multiscroll .product-popup .single-tutorial {
    text-align: center;
    max-width: 290px;
    margin-bottom: 55px;
    background: transparent; }
    @media screen and (max-width: 1800px) {
      #multiscroll .product-popup .single-tutorial {
        max-width: 260px; } }
    @media screen and (max-width: 1400px) {
      #multiscroll .product-popup .single-tutorial {
        max-width: 200px; } }
    #multiscroll .product-popup .single-tutorial:first-child {
      margin-right: 70px; }
      @media screen and (max-width: 1800px) {
        #multiscroll .product-popup .single-tutorial:first-child {
          margin-right: 50px; } }
      @media screen and (max-width: 1400px) {
        #multiscroll .product-popup .single-tutorial:first-child {
          margin-right: 20px; } }
    #multiscroll .product-popup .single-tutorial p {
      font-size: 28px;
      color: #070707;
      margin-top: 35px;
      font-weight: 900; }
      @media screen and (max-width: 1800px) {
        #multiscroll .product-popup .single-tutorial p {
          font-size: 22px;
          margin-top: 15px; } }
      @media screen and (max-width: 1400px) {
        #multiscroll .product-popup .single-tutorial p {
          font-size: 17px; } }
      @media screen and (max-height: 700px) and (min-width: 769px) {
        #multiscroll .product-popup .single-tutorial p {
          font-size: 15px; } }
      @media screen and (max-width: 768px) {
        #multiscroll .product-popup .single-tutorial p {
          font-size: 15px; } }
    #multiscroll .product-popup .single-tutorial img {
      height: 220px; }
      @media screen and (max-width: 1800px) {
        #multiscroll .product-popup .single-tutorial img {
          width: 160px;
          height: 155px; } }
      @media screen and (max-width: 1000px) {
        #multiscroll .product-popup .single-tutorial img {
          width: 120px;
          height: 116px; } }
      @media screen and (max-height: 700px) and (min-width: 769px) {
        #multiscroll .product-popup .single-tutorial img {
          width: 120px;
          height: 116px; } }
@media screen and (max-width: 768px) {
  #multiscroll .left-product {
    padding-top: 100px; } }
#multiscroll .left-product-1 {
  background-color: #D84A70; }
  @media screen and (max-width: 768px) {
    #multiscroll .left-product-1 .logo-k-beauty {
      display: block;
      position: fixed;
      z-index: 1003; } }
  #multiscroll .left-product-1 .product-main-image {
    width: 600px;
    right: -300px; }
    @media screen and (max-width: 1800px) {
      #multiscroll .left-product-1 .product-main-image {
        width: 480px;
        right: -240px; } }
    @media screen and (max-width: 1500px) {
      #multiscroll .left-product-1 .product-main-image {
        width: 410px;
        right: -205px; } }
    @media screen and (max-width: 1100px) {
      #multiscroll .left-product-1 .product-main-image {
        right: -155px; } }
    @media screen and (max-height: 700px) and (min-width: 769px) {
      #multiscroll .left-product-1 .product-main-image {
        width: 340px;
        right: -180px; } }
#multiscroll .left-product-2 {
  background-color: #FF9048; }
  #multiscroll .left-product-2 .product-main-image {
    right: -370px;
    width: 670px; }
    @media screen and (max-width: 1900px) {
      #multiscroll .left-product-2 .product-main-image {
        right: -320px;
        width: 570px; } }
    @media screen and (max-width: 1500px) {
      #multiscroll .left-product-2 .product-main-image {
        width: 470px; } }
    @media screen and (max-width: 1300px) {
      #multiscroll .left-product-2 .product-main-image {
        right: -220px; } }
    @media screen and (max-height: 700px) and (min-width: 769px) {
      #multiscroll .left-product-2 .product-main-image {
        width: 380px;
        right: -220px; } }
  #multiscroll .left-product-2 .logo-k-beauty {
    background-color: #32174E; }
  #multiscroll .left-product-2 h1 {
    max-width: 500px; }
  #multiscroll .left-product-2 .button {
    background-color: #32174E; }
  #multiscroll .left-product-2 .product-wrapper .product-info-title {
    max-width: none; }
  #multiscroll .left-product-2 .product-wrapper .product-description {
    max-width: 380px; }
  #multiscroll .left-product-2 .product-wrapper .product-price {
    color: #32174E; }
#multiscroll .left-product-3 {
  background-color: #A5CCDB; }
  #multiscroll .left-product-3 .product-main-image {
    right: -550px;
    width: 870px; }
    @media screen and (max-width: 1900px) {
      #multiscroll .left-product-3 .product-main-image {
        right: -500px;
        width: 770px; } }
    @media screen and (max-width: 1600px) {
      #multiscroll .left-product-3 .product-main-image {
        right: -450px;
        width: 670px; } }
    @media screen and (max-width: 1500px) {
      #multiscroll .left-product-3 .product-main-image {
        right: -380px;
        width: 570px; } }
    @media screen and (max-width: 1300px) {
      #multiscroll .left-product-3 .product-main-image {
        right: -280px; } }
    @media screen and (max-width: 1100px) {
      #multiscroll .left-product-3 .product-main-image {
        right: -240px;
        width: 500px; } }
    @media screen and (max-height: 700px) and (min-width: 769px) {
      #multiscroll .left-product-3 .product-main-image {
        width: 430px;
        right: -210px; } }
    @media screen and (max-width: 768px) {
      #multiscroll .left-product-3 .product-main-image {
        bottom: 0px; } }
  #multiscroll .left-product-3 .logo-k-beauty {
    background-color: #01313B; }
  #multiscroll .left-product-3 h1 {
    max-width: 500px; }
  #multiscroll .left-product-3 .button {
    background-color: #01313B; }
  #multiscroll .left-product-3 .product-wrapper .product-info-title {
    max-width: none; }
  #multiscroll .left-product-3 .product-wrapper .product-description {
    max-width: 360px; }
  #multiscroll .left-product-3 .product-wrapper .product-price {
    color: #01313B; }
#multiscroll .left-product-4 {
  background-color: #E7C451; }
  #multiscroll .left-product-4 .product-main-image {
    width: 500px;
    right: -300px; }
    @media screen and (max-width: 1600px) {
      #multiscroll .left-product-4 .product-main-image {
        width: 400px;
        right: -300px; } }
    @media screen and (max-width: 1350px) {
      #multiscroll .left-product-4 .product-main-image {
        right: -200px; } }
    @media screen and (max-width: 1300px) {
      #multiscroll .left-product-4 .product-main-image {
        width: 330px;
        right: -160px; } }
    @media screen and (max-height: 700px) and (min-width: 769px) {
      #multiscroll .left-product-4 .product-main-image {
        width: 320px;
        right: -200px; } }
  #multiscroll .left-product-4 h1 {
    max-width: 500px; }
  #multiscroll .left-product-4 .button {
    background-color: #2E2E30; }
  #multiscroll .left-product-4 .product-wrapper .product-info-title {
    max-width: none; }
  #multiscroll .left-product-4 .product-wrapper .product-description {
    max-width: 420px; }
  #multiscroll .left-product-4 .product-wrapper .product-price {
    color: #2E2E30; }
#multiscroll .left-product-5 {
  background-color: #E74872; }
  #multiscroll .left-product-5 .product-main-image {
    height: 520px;
    right: -560px; }
    @media screen and (max-width: 1900px) {
      #multiscroll .left-product-5 .product-main-image {
        height: 420px;
        right: -490px; } }
    @media screen and (max-width: 1500px) {
      #multiscroll .left-product-5 .product-main-image {
        height: 350px;
        right: -390px; } }
    @media screen and (max-width: 1300px) {
      #multiscroll .left-product-5 .product-main-image {
        right: -290px; } }
    @media screen and (max-height: 700px) and (min-width: 769px) {
      #multiscroll .left-product-5 .product-main-image {
        height: 280px;
        right: -320px; } }
    @media screen and (max-width: 768px) {
      #multiscroll .left-product-5 .product-main-image {
        height: auto; } }
  #multiscroll .left-product-5 h1 {
    max-width: 500px; }
  #multiscroll .left-product-5 .button {
    background-color: #2E2E30; }
  #multiscroll .left-product-5 .product-wrapper .product-info-title {
    max-width: none; }
  #multiscroll .left-product-5 .product-wrapper .product-description {
    max-width: 400px; }
  #multiscroll .left-product-5 .product-wrapper .product-price {
    color: #2E2E30; }
#multiscroll .right-product-2 .bottom-section {
  background-color: #32174E; }
#multiscroll .right-product-3 .bottom-section {
  background-color: #01313B; }
  #multiscroll .right-product-3 .bottom-section .bottom-section-inner {
    max-width: 300px;
    right: 15%; }
    @media screen and (max-width: 768px) {
      #multiscroll .right-product-3 .bottom-section .bottom-section-inner {
        max-width: none;
        right: unset; } }
#multiscroll .right-product-4 .bottom-section {
  background-color: #2E2E30; }
  #multiscroll .right-product-4 .bottom-section .bottom-section-inner {
    max-width: 300px;
    right: 15%; }
    @media screen and (max-width: 768px) {
      #multiscroll .right-product-4 .bottom-section .bottom-section-inner {
        max-width: none;
        right: unset; } }
#multiscroll .right-product-5 .bottom-section {
  background-color: #F6BE66; }

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(7, 7, 7, 0.5);
  z-index: 10001;
  overflow-y: scroll; }
  .popup.active {
    display: block; }
  .popup .popup-inner {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 60px;
    margin-bottom: 60px;
    background-color: white;
    padding: 85px 100px; }
    @media screen and (max-width: 1200px) {
      .popup .popup-inner {
        padding: 30px 20px; } }
    @media screen and (max-width: 768px) {
      .popup .popup-inner {
        left: 20px;
        width: auto;
        right: 20px;
        top: 50px; } }
    .popup .popup-inner .close-popup {
      position: absolute;
      right: -20px;
      top: -30px;
      background: transparent;
      transition: all 0.3s ease; }
      @media screen and (max-width: 768px) {
        .popup .popup-inner .close-popup {
          right: -10px;
          top: -10px; } }
      .popup .popup-inner .close-popup img {
        width: 60px; }
        @media screen and (max-width: 768px) {
          .popup .popup-inner .close-popup img {
            width: 40px; } }
    .popup .popup-inner h2 {
      text-align: center;
      margin-bottom: 35px; }
      @media screen and (max-width: 768px) {
        .popup .popup-inner h2 {
          margin-bottom: 15px; } }
    .popup .popup-inner h5 {
      margin-bottom: 20px;
      font-size: 20px; }
      @media screen and (max-width: 768px) {
        .popup .popup-inner h5 {
          font-size: 16px;
          margin-bottom: 25px; } }
    .popup .popup-inner ul {
      padding-left: 20px;
      list-style: disc;
      margin-bottom: 20px; }
      .popup .popup-inner ul a {
        color: black;
        text-decoration: underline; }
    .popup .popup-inner p {
      margin-bottom: 20px; }
      .popup .popup-inner p a {
        color: black;
        text-decoration: underline; }

.popup-open {
  overflow: hidden; }

@media screen and (max-width: 768px) {
  .magic {
    opacity: 0;
    position: relative;
    top: 200px; } }

@media screen and (min-width: 769px) {
  body.products {
    /*!
     * multiscroll.js 0.2.2
     * https://github.com/alvarotrigo/multiscroll.js
     * @license MIT licensed
     *
     * Copyright (C) 2016 alvarotrigo.com - A project by Alvaro Trigo
     */
    /*# sourceMappingURL=jquery.multiscroll.min.css.map */ }
    body.products body, body.products html {
      margin: 0;
      padding: 0;
      overflow: hidden;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    body.products .ms-section {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    body.products .ms-section.ms-table {
      display: table;
      width: 100%; }
    body.products .ms-tableCell {
      display: table-cell;
      vertical-align: middle;
      width: 100%;
      height: 100%; }
    body.products .ms-easing {
      -webkit-transition: all .7s ease-out;
      -moz-transition: all .7s ease-out;
      -o-transition: all .7s ease-out;
      transition: all .7s ease-out; }
    body.products #multiscroll-nav {
      position: fixed;
      z-index: 100;
      margin-top: -32px;
      top: 50%;
      opacity: 1; }
    body.products #multiscroll-nav.right {
      right: 17px; }
    body.products #multiscroll-nav.left {
      left: 17px; }
    body.products #multiscroll-nav ul {
      margin: 0;
      padding: 0; }
    body.products #multiscroll-nav li {
      display: block;
      width: 14px;
      height: 13px;
      margin: 7px;
      position: relative; }
    body.products #multiscroll-nav li a {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      cursor: pointer;
      text-decoration: none; }
    body.products #multiscroll-nav li .active span {
      background: #333; }
    body.products #multiscroll-nav span {
      top: 2px;
      left: 2px;
      width: 8px;
      height: 8px;
      border: 1px solid #000;
      background: rgba(0, 0, 0, 0);
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      position: absolute;
      z-index: 1; }
    body.products .multiscroll-tooltip {
      position: absolute;
      color: #fff;
      font-size: 14px;
      font-family: arial,helvetica,sans-serif;
      top: -2px;
      white-space: nowrap;
      max-width: 220px; }
    body.products .multiscroll-tooltip.right {
      right: 20px; }
    body.products .multiscroll-tooltip.left {
      left: 20px; }
    body.products .ms-responsive .ms-hide {
      display: none; }
    body.products .ms-scrollable {
      overflow: hidden;
      position: relative; }
    body.products .ms-scroller {
      overflow: hidden; }
    body.products .iScrollIndicator {
      border: 0 !important; } }
