@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Bold';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat SemiBold';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
      url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat Light';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
    url('../fonts/Montserrat-Light.woff') format('woff');
  font-style: normal;
  font-display: swap;
}

html,
body{
  /* max-width: 1080px; */
  width: 100vw;
  height: 100vh;
  min-height: 640px;
  overflow: hidden;
  overscroll-behavior: none;
}



body{
  font-family: 'Montserrat', Helvetica, sans-serif;
  margin: 0;
  line-height: 1.28;
  font-size: 14px;
  /* background-image: url('../images/bg.webp'); */
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  overflow: auto;
}

a{
  text-decoration: none;
  outline: none;
}

small,
.small{
  font-size: 12px;
}

.wrapper,
.modal,
.modal-fullscreen{
  /* max-width: 570px; */
  margin: 0 auto;
  height: 100%;
}

.btn{
  font-family: 'Montserrat SemiBold';
}

.btn:not(.btn-sm){
  padding: 9px 25px;
  font-size: 12px;
}

.btn-primary{
  border: none !important;
  border-radius: 30px;
  background-color: #6cff80 !important;
  color: #fff;
  transition: 0.3s filter;
}

.btn:hover{
  filter: brightness(0.9);
}

b,
strong,
.strong{
  font-family: 'Montserrat Bold';
}

.semi-bold{
  font-family: 'Montserrat SemiBold';
}

.btn-icon {
  display: inline-block;
}

.btn .icon {
  width: 11px;
  margin-right: 6px;
  transform: translateY(-2px);
}

.wrapper{
  max-width: 600px;
}

/* Loader */
#circularG {
  position: relative;
  width: 98px;
  height: 98px;
  transform: scale(0.4);
}

.circularG {
  position: absolute;
  background-color: #fff;
  width: 23px;
  height: 23px;
  transform: scale(.3);
  border-radius: 15px;
  -o-border-radius: 15px;
  -ms-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  animation-name: bounce_circularG;
  -o-animation-name: bounce_circularG;
  -ms-animation-name: bounce_circularG;
  -webkit-animation-name: bounce_circularG;
  -moz-animation-name: bounce_circularG;
  animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -ms-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  -moz-animation-duration: 1.1s;
  animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-direction: normal;
  -o-animation-direction: normal;
  -ms-animation-direction: normal;
  -webkit-animation-direction: normal;
  -moz-animation-direction: normal;
}

#circularG_1 {
  left: 0;
  top: 39px;
  animation-delay: 0.41s;
  -o-animation-delay: 0.41s;
  -ms-animation-delay: 0.41s;
  -webkit-animation-delay: 0.41s;
  -moz-animation-delay: 0.41s;
}

#circularG_2 {
  left: 10px;
  top: 10px;
  animation-delay: 0.55s;
  -o-animation-delay: 0.55s;
  -ms-animation-delay: 0.55s;
  -webkit-animation-delay: 0.55s;
  -moz-animation-delay: 0.55s;
}

#circularG_3 {
  top: 0;
  left: 39px;
  animation-delay: 0.69s;
  -o-animation-delay: 0.69s;
  -ms-animation-delay: 0.69s;
  -webkit-animation-delay: 0.69s;
  -moz-animation-delay: 0.69s;
}

#circularG_4 {
  right: 10px;
  top: 10px;
  animation-delay: 0.83s;
  -o-animation-delay: 0.83s;
  -ms-animation-delay: 0.83s;
  -webkit-animation-delay: 0.83s;
  -moz-animation-delay: 0.83s;
}

#circularG_5 {
  right: 0;
  top: 39px;
  animation-delay: 0.97s;
  -o-animation-delay: 0.97s;
  -ms-animation-delay: 0.97s;
  -webkit-animation-delay: 0.97s;
  -moz-animation-delay: 0.97s;
}

#circularG_6 {
  right: 10px;
  bottom: 10px;
  animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
}

#circularG_7 {
  left: 39px;
  bottom: 0;
  animation-delay: 1.24s;
  -o-animation-delay: 1.24s;
  -ms-animation-delay: 1.24s;
  -webkit-animation-delay: 1.24s;
  -moz-animation-delay: 1.24s;
}

#circularG_8 {
  left: 10px;
  bottom: 10px;
  animation-delay: 1.38s;
  -o-animation-delay: 1.38s;
  -ms-animation-delay: 1.38s;
  -webkit-animation-delay: 1.38s;
  -moz-animation-delay: 1.38s;
}

@keyframes bounce_circularG {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(.3);
  }
}

@-o-keyframes bounce_circularG {
  0% {
    -o-transform: scale(1);
  }

  100% {
    -o-transform: scale(.3);
  }
}

@-ms-keyframes bounce_circularG {
  0% {
    -ms-transform: scale(1);
  }

  100% {
    -ms-transform: scale(.3);
  }
}

@-webkit-keyframes bounce_circularG {
  0% {
    -webkit-transform: scale(1);
  }

  100% {
    -webkit-transform: scale(.3);
  }
}

@-moz-keyframes bounce_circularG {
  0% {
    -moz-transform: scale(1);
  }

  100% {
    -moz-transform: scale(.3);
  }
}

.front-page{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-nav>button {
  position: absolute;
  top: calc(50% - 11px);
  right: 104%;
  z-index: 2;
}

button.owl-next {
  transform: scaleX(-1);
  left: 104%;
  right: unset
}

.tab-arrow img {
  height: 22px;
}

.owl-nav>button.disabled{
  filter: grayscale(1);
  opacity: 0.5;
}

.horizontal-swipe {
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  justify-content: center;
  /* Enables momentum scrolling on iOS */
}

.tab-makeup-content{
  opacity: 0;
  width: 100%;
}

.tab-makeup-content[style*="opacity: 1"]{
  margin-top: 7vh;
}

.tab-makeup-content:not([style*="opacity: 1"]):not(.tab-makeup-front){
  height: 0;
  overflow: hidden;
}

.tab-makeup-content.tab-makeup-front{
  opacity: 1;
  display: block;
}

.tab-makeup-content[style*="display: block"]{
  margin-top: 7vh;
}

.tab-makeup-content h2{
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-bottom: 28px;
  font-family: 'Montserrat SemiBold';
}

.owl-carousel .owl-stage-outer{
  width: calc(100% - 30px);
  margin: 0 auto;
  overflow: visible !important;
}

@media(min-width: 767px){
  .corner-ar{
    font-size: 13px;
  }
}

.tab-makeup-content .nav-item {
  width: 100%;
}

.tab-makeup-content .owl-item:not(:first-child) {
  margin-left: -15px;
}

.tab-makeup-content .owl-item .nav-link {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 0;
  flex-direction: column;
  background-color: transparent !important;
}

.tab-makeup-content .owl-item .nav-link .owl-image {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  /* background-image: url(../images/frame-square.webp); */
  background-repeat: no-repeat; 
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  aspect-ratio: calc(6 / 5.5);
  border-radius: 16%;
  position: relative;
  transition: background-color 0.3s;
  background-color: rgba(255, 255, 255, 0.3);
}


.tab-makeup-content .owl-item .nav-link .owl-image.portrait {
  /* background-image: url(../images/frame-portrait.webp); */
  aspect-ratio: calc(259 / 465);
  border-radius: 11.5%;
}

.tab-makeup-content .owl-item .nav-link.active .owl-image,
.tab-makeup-content .owl-item .nav-link .owl-image:hover{
  background-color: #7568FF33;
}

.tab-makeup-content .owl-item .nav-link img {
  width: 100%;
  max-width: 82%;
  max-height: 126%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  bottom: 11px;
  transform: translateX(-50%);
}

.tab-makeup-content .owl-item .nav-link .owl-image.portrait img {
  height: 77%;
  left: 50%;
  object-fit: contain;
  top: 47%;
  transform: translate(-50%, -50%);
}

.tab-makeup-content .owl-item .nav-link p {
  font-size: 10px;
  color: #000;
  line-height: 10px;
  margin-bottom: 0;
  margin-top: 7px;
  font-family: 'Montserrat SemiBold';
}


.tab-makeup-content .owl-item .nav-link .owl-image.portrait + p {
  font-family: 'Montserrat';
  margin-top: -10%;
  aspect-ratio: calc(603 / 153);
  width: 86%;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-image: url('../images/bg-prodname.webp');
  background-repeat: no-repeat;
  color: #fff;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  overflow: hidden;
}

@media (pointer: coarse) and (hover: none) {
  .tab-makeup-content .owl-item .nav-link .owl-image.portrait + p {
    font-size: 2.8cqw;
  }
}

#webar_container {
  height: 100%;
  max-width: calc(100% - 30px);
  max-height: 47vh;
  position: relative;
  padding: 9px;
  margin: 0 auto 0 auto;
  aspect-ratio: 1;
  border-radius: 14.2%;
  transition: opacity 0.3s;
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url(../images/frame-square.webp);
  background-repeat: no-repeat;
  background-size: 101% 101%;
  background-position: center center;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  opacity: 0;
}

.webar-inner{
  position: relative;
  border-radius: 13.2%;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.corner-ar{
  width: calc(100% - 30px);
  margin: -10% auto 0 auto;
  z-index: 4;
  color: #fff;
  font-size: 11px;
  display: none;
  justify-content: space-between;
  align-items: center;
  text-align: right;
}

.corner-ar p{
  margin-right: 14px;
  margin-bottom: 0;
  margin-top: 12%;
  padding-left: 12px;
  flex: 1;
}

.canvas-container{
  /* position: fixed; */
  /* top: -1000%; */
  pointer-events: none;
}

.corner-ar-image{
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-image: url(../images/frame-square.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  aspect-ratio: calc(6/5.5);
  border-radius: 16%;
  max-width: 28%;
  min-width: 28%;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.corner-ar img{
  width: 100%;
  max-width: 80%;
  max-height: 126%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 8px;
  transform: translateX(-50%);
}

.makeup-vto{
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.makeup-vto>canvas {
  position: absolute;
}

/* video canvas */
.makeup-vto>#video_canvas {
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  z-index: -1;
  opacity: 0;
}

/* full face canvas */
.makeup-vto>canvas#full_face_canvas {
  z-index: 1;
  filter: blur(4px);
  -webkit-filter: blur(4px);
  transform: scaleY(1.04);
  margin-top: -11px;
}

/* full face canvas */
.makeup-vto>canvas#full_face_canvas.oval {
  filter: blur(6px);
  -webkit-filter: blur(6px);
  transform: scaleY(1.06);
  margin-top: -16px;
}

/* makeup canvas */
.makeup-vto>canvas:first-child {
  z-index: 2;
}

/* smoothing canvas */
/* .makeup-vto>canvas#output_canvas{
  
} */

/* @supports (-webkit-hyphens:none){
  .makeup-vto>canvas#eyeliner_canvas{
    top: -3px !important;
  }
} */

.makeup-vto>video {
  z-index: -1 !important;
  opacity: 0;
}
/* 
#downloader {
  display: none;
} */

.backdrop-blur {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(9px);
  -webkit-backdrop-filter: blur(9px);
}

.lighting-detect {
  position: absolute;
  top: 20%;
  left: 50%;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  text-shadow: 1px 1px 1px #000;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 4;
}

.items-wrapper {
  width: calc(100% + 30px);
  left: -15px;
  bottom: -22px;
  z-index: 5;
}

.controls-color {
  color: #ffffff;
  padding: 0 12px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.controlButton {
  width: 44px;
  aspect-ratio: 1;
  border-radius: 8px;
  cursor: pointer;
  border-width: 2px;
  user-select: none;
  overflow: hidden;
  position: relative;
}

.controlButton.controlButton-product {
  text-align: center;
  color: #000;
  font-size: 8px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00eaef;
  flex-direction: column;
}

.controlButton > span{
  font-size: 12px;
  font-weight: 900;
}

/* .controlButton:first-child{
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid #ccc;
} */

/* .controlButton:first-child::before{
  content: "";
  border-bottom: 2px solid red;
  transform: rotate(-45deg);
  position: absolute;
  width: 100%;
  height: 100%;
  top: -33%;
  left: -33%;
} */

.selected {
  border-style: solid;
  border: 2px solid #50FF7F;
}

.loader{
  background-image: url('../images/bg.webp');
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  color: #fff;
  background-color: #000;
  font-size: 16px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  z-index: 9999;
}

.loader.clickable{
}

.loader .loading-icon{
  width: 36px;
  animation: rotating 1s linear infinite;
}

.loader .loading-icon{
  width: 36px;
  animation: rotating 1s linear infinite;
}

.acc{
  position: absolute;
  pointer-events: none;
}

.acc.bubble-top-right{
  width: 36%;
  right: -2%;
  top: -2%;
}

.acc.logo{
  z-index: 1;
  top: 3%;
  left: 2%;
  width: 25%;
}

.acc.bubble-top-left{
  width: 32%;
  left: 0;
  top: 0;
}

.acc.bubble-center-left{
  width: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.acc.bubble-bottom-left{
  width: 64%;
  left: 0;
  bottom: 0;
}

.acc.bubble-bottom-right{
  width: 25%;
  right: 0;
  bottom: 0;
}

.loader .acc.bubble-bottom-left{
  width: 27%;
}

.splash-text{
  font-size: 14px;
  text-align: center;
  padding: 0 14px;
  z-index: 2;
}

.splash-text.show{
  color: #50008C;
  margin-top: 19px;
}

.loader.loader-2 {
  display: none;
  color: #fff;
  background-color: rgba(0,0,0,.5);
}

.splash{
  position: fixed;
  color: #fff;
  width: 100%;
  height: calc(100% - 56px);
  top: 0;
  left: 0;
  background-image: url('../images/bg.webp');
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 999;
  transition: 0.8s opacity;
}

.splash-inner{
  height: 78%;
  aspect-ratio: 0.56335877862;
  margin: 4vh auto 0 auto;
  position: relative;
}

.splash-inner .splash-image{
  height: 100%;
}

.splash-inner .splash-button{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -16%;
  cursor: pointer;
}

@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.divider {
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  z-index: 2;
  cursor: ew-resize;
}

.divider #cloned_video_canvas {
  transform: scaleX(-1);
  position: absolute;
}

.divider::before {
  content: "";
  width: 2px;
  right: 0;
  background-color: #fff;
  height: 100%;
  position: absolute;
  z-index: 2;
}

img.arrow-divider {
  width: 30px;
  cursor: pointer;
  left: 50%;
  position: absolute;
  aspect-ratio: 1;
  margin-left: -16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  user-select: none;
}

.capture-wrapper {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  aspect-ratio: 1;
  z-index: -1;
  opacity: 0;
}

.capture-wrapper>img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  top: 0;
}

/* video canvas */
.capture-wrapper>img:first-child {
  transform: scaleX(-1) translateX(50%);
  -webkit-transform: scaleX(-1) translateX(50%);
}

/* full face smoothing */
.capture-wrapper>img:nth-child(2) {
  z-index: 1;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

/* full face canvas */
.capture-wrapper>img:nth-child(3) {
  filter: blur(7px) saturate(1.7);
  -webkit-filter: blur(7px) saturate(1.7);
  transform: scaleY(1.04) translateX(-50%);
  -webkit-transform: scaleY(1.04) translateX(-50%);
  margin-top: -24px;
  opacity: 0.93;
  z-index: 2;
}

/* full face canvas */
.capture-wrapper>img.oval {
  filter: blur(14px) saturate(1.7);
  -webkit-filter: blur(14px) saturate(1.7);
  transform: scaleY(1.06) translateX(-50%);
  -webkit-transform: scaleY(1.06) translateX(-50%);
  margin-top: -35px;
}

/* makeup canvas */
.capture-wrapper>img:last-child {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  z-index: 3;
}

.modal-fullscreen {
  background-image: url(../images/bg-result.webp);
  background-repeat: no-repeat;
  background-position: center -5vh;
  background-size: auto 105vh;
}

.frame-capture-image{
  background-color: rgba(255, 255, 255, 0.3);
  background-image: url(../images/frame-square.webp);
  background-repeat: no-repeat;
  background-size: 101% 101%;
  background-position: center center;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-radius: 14.2%;
  padding: 8px;
  position: relative;
  overflow: hidden;
  height: 30vh;
  margin: 0 auto 30px auto;
  aspect-ratio: 1;
}

.image-captured {
  width: calc(100% - 12px);
  aspect-ratio: 1;
  overflow: hidden;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 13.2%;
}

.modal{
  left: 50%;
  transform: translateX(-50%);
}

.header {
  font-family: 'Montserrat SemiBold';
  height: 118px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 33px 20px 0 20px;
  color: #fff;
  font-size: 17px;
  opacity: 0;
  gap: 12px;
  transition: opacity 0.3s;
}

.header .logo {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  height: 58%;
}

.header .back {
  width: 25px;
  position: absolute;
  bottom: -10px;
  left: 15px;
}

.back{
  cursor: pointer;
}

.result-content{
  font-size: 12px;
  max-width: 95%;
  margin: 0 auto;
}

.result-section-1{
  margin-top: 80px;
}

.result-section-1 .back{
  width: 27px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 14px;
}

.result-content h2{
  font-size: 13px;
  font-family: 'Montserrat SemiBold';
}

img.result-image-product {
  width: 94%;
  max-height: 236px;
  object-fit: contain;
  max-width: 200px;
}

.result-title-product {
  font-size: 15px;
  font-family: 'Montserrat SemiBold';
}

img.result-logo {
  width: 60%;
}

.qr-product{
  font-family: 'Montserrat SemiBold';
  font-size: 12px;
}

img.result-qr-product{
  width: 85%;
  max-width: 190px;
  margin-bottom: 10px;
}

.footer {
  display: none;
  width: 100%;
  height: 56px;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  color: black;
}

.footer p{
  font-size: 0.8rem;
  text-align: center;
  line-height: 1rem;
  margin-bottom: 20px;
}

.footer > a{
  width: 100%;
  display: block;
  font-size: 22px;
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
}

.footer-page{
  padding: 0px 15px 20px 15px;
}

.footer-landing{
  padding: 20px ;
  display: flex;
  box-sizing: border-box;
}

.modal {
  padding-right: 0 !important;
}

.mindar-ui-loading {
  display: none !important;
}

.available-color{
  color: #82373B;
}

.skincare-meter-wrapper{
  width: calc(100% - 30px);
  margin: 20px auto 20px auto;
  display: none;
}

.skincare-meter{
  width: 95%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.skincare-meter::before{
  content: "";
  width: 6px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(6px);
}

.skincare-meter::after{
  content: "";
  width: 6px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
  transform: translateX(-6px);
}

.skincare-meter-time{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #fff;
  font-size: 12px;
  line-height: 9px;
  margin-top: 15px;
}

/* General styling for the slider */
input[type="range"] {
  -webkit-appearance: none; /* Removes default styling */
  appearance: none;
  width: 100%;
  height: 2px;
  border-radius: 12px;
  background: #fff;
  outline: none;
}

input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Removes default styling */
  appearance: none;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  /* background: url('../images/meter-thumb.webp') no-repeat center center; */
  background-size: contain;
  border: none;
  cursor: pointer;
}

input[type="range"]::-moz-range-thumb {
  width: 28px;
  height: 28px;
  /* background: url('../images/meter-thumb.webp') no-repeat center center; */
  background-size: contain;
  border: none;
  cursor: pointer;
}

.modal-body{
  overflow-x: hidden;
}

.modal-open{
  padding-right: 0 !important;
}

@media(max-width: 320px){
  .corner-ar {
    margin-top: -9%;
    font-size: 10px;
  }
}

@media(orientation: landscape) {
  /* html,
  body,
  .modal,
  .modal-fullscreen{
    max-width: 528px;
    margin: 0 auto;
  } */

  /* full face canvas */
  .makeup-vto>canvas#full_face_canvas,
  .capture-wrapper>img:nth-child(3){
    margin-top: 0;
  }
}
.product-placement{
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 12px;
  background: rgba(220, 220, 220, .6);
  border-radius: 16px;
  overflow: hidden;
  margin-right:-120px;
  z-index: 9;
}
.product-placement img{
  max-width: 120px;
  height: 120px;
}
.product-placement.show{
  animation-name: showproduct;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes showproduct{
  0% {
    margin-right: -120px;
  }
  100%{
    margin-right: 0;
  }
}

.skin-care-data-contain {
  display: block;
  width: 100%;
  color: black;
}

.skin-care-data {
  width: 100%;
  max-width: 33%;
  float: left;
  display: inline-block;
}
.skin-care-data p:nth-child(1) {
  font-size: 1.2rem;
}

.skin-care-data p {
  text-align: center;
  margin: 0;
  font-size: 0.8rem;
}