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

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

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

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

html,
body {
  font-family: 'Poppins';
  width: 100%;
  height: 100%;
  color: #fff;
  /* background: linear-gradient(197.01deg, #F5C5C6 0.44%, #FFFFFF 21.25%, rgba(245, 197, 198, 0.51) 45.94%);
  background-image: url('../images/bg-page.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; */
  overflow: auto;
  overflow-x: hidden;
  font-weight: normal;
  overscroll-behavior: none;
  max-width: 520px;
  margin: 0 auto;
}

body {
  font-family: 'Poppins';
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
  /* background-image: url('../images/bg-loader.png'); */
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.page, .splash, .loader{
  max-width: 520px;
  left: 50% !important;
  transform: translateX(-50%);
}

*{
  scroll-behavior: smooth;
}

*::placeholder {
  color: #E5E5E5 !important;
  opacity: 1;
}

*::-webkit-scrollbar {
  width: 2px;
}
 
*::-webkit-scrollbar-track {
  background-color: transparent !important;
}
 
*::-webkit-scrollbar-thumb {
  background-color: rgba(94, 94, 94, 0.384);
  border-radius: 4px;
}

.horizontal-scroll::-webkit-scrollbar {
  height: 2px;
}
 
.horizontal-scroll::-webkit-scrollbar-track {
  background-color: transparent !important;
}
 
.horizontal-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(94, 94, 94, 0.384);
  border-radius: 4px;
}

.page{
  position: fixed;
}

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

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

.wrapper {
  height: 100%;
}

.btn {
  font-family: 'Poppins SemiBold';
  cursor: pointer;
  border: 0;
}

.btn>span {
  margin-top: 2px;
  display: block;
  width: 100%;
  font-size: 7px;
  font-family: 'Poppins';
}

.btn:not(.btn-sm) {
  padding: 14px 20px;
  font-size: 12px;
  border-radius: 0;
  height: 38px;
}

.btn-primary {
  border: none !important;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 166px;
  background-color: #000 !important;
  transition: 0.3s filter;
}

.btn-secondary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #AA1A12;
  min-width: 166px;
}

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

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

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

.btn-icon {
  flex-direction: row;
}

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

@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);
  }
}

.arrow-back{
  width: 16px !important;
  cursor: pointer;
}

.owl-nav>button {
  position: absolute;
  top: 2%;
  right: 93%;
  z-index: 2;
  cursor: pointer;
}

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

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

.horizontal-swipe {
  white-space: nowrap;
  flex-wrap: nowrap;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  /* justify-content: center; */
  padding: 0 6px;
}

.tab-makeup .moving-slide {
  border-radius: 30px;
  border: 1px solid #fff;
}

.vto-item-wrapper {
  display: flex;
  gap: 8px;
}

.tab-makeup-content .vto-item {
  min-width: 100px;
  max-width: 100px;
  aspect-ratio: calc(9 / 12);
  overflow: hidden;
  position: relative;
  border: 1px solid #AA1A12;
  background-color: #AA1A12;
}

.tab-makeup-content .vto-item h2 {
  position: absolute;
  bottom: 0;
  background-image: url('../images/bg-title-card.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  padding: 5px 7px;
  font-size: 7px;
  width: 92%;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  word-wrap: break-word;
  white-space: break-spaces;
}

.tab-makeup-content .vto-item img{
  transition: opacity 0.3s;
  height: 116%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tab-makeup-content .vto-item.selected img{
  opacity: 0.4;
}

.tab-makeup-content .vto-item.selected::after{
  content: "TERPILIH";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0.9em;
  top: 0;
  left: 0;
  border: 1px solid #AA1A12;
  z-index: 3;
  font-family: 'Poppins SemiBold';
  font-style: italic;
}

.tab-makeup-content .vibe-item.selected::after{
  content: "";
}

/* VIBE */

.tab-makeup-content .vto-vibe {
  min-width: 100px;
  max-width: 100px;
  aspect-ratio: calc(9 / 12);
  overflow: hidden;
  position: relative;
  border: 1px solid #AA1A12;
  background-color: #AA1A12;
}


.tab-makeup-content .vto-vibe img{
  transition: opacity 0.3s;
  height: 116%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.tab-makeup-content .vto-vibe.selected img{
  opacity: 0.4;
}

.tab-makeup-content .vto-vibe.selected::after{
  content: "TERPILIH";
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0.9em;
  top: 0;
  left: 0;
  border: 1px solid #AA1A12;
  z-index: 3;
  font-family: 'Poppins SemiBold';
  font-style: italic;
}

.tab-makeup-content .vto-vibe.selected::after{
  content: "";
}

.page-vibe .tab-makeup-content .vto-vibe img {
  top: 50%;
  transform: translate(-50%, -50%);
}

.tab-makeup-content .vto-vibe h3 {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  font-size: 11px;
  flex-wrap: wrap;
  white-space: break-spaces;
  top: 0;
  left: 0;
  border: 1px solid #AA1A12;
  z-index: 3;
  font-family: 'Poppins SemiBold';
  font-style: italic;
}

.tab-makeup-content .vto-vibe.selected h3{
  display: flex;
}

.color-wrapper {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}

.wrapper-vto {
  margin-top: -50px;
  border-top: 15px solid #f000;
  background-color: #000;
  position: relative;
  z-index: 2;
}

#webar_container {
  width: 77%;
  max-height: 410px;
  /* height: 61%; */
  aspect-ratio: calc(3/3.5);
  position: relative;
  margin: 0 auto 1.5vh auto;
  overflow: hidden;
  border: 2px solid #AA1A12;
}

.categorized-wrapper{
  margin-bottom: 1.5vh;
}

.categorized-wrapper h3 {
  font-size: 13px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: 'Poppins SemiBold';
}

.arrow-vto img, .tab-arrow img, .nav-btn img {
  width: 22px !important;
}

.wrapper-vto .arrow-back {
  position: absolute;
  top: 0;
  z-index: 2;
  left: 16px;
}

.controlButton[data-eyeshadow-type="glitter-dawn1"] {
  background-image: url('../images/glitter-dawn1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #c6a17f;
}

.controlButton[data-eyeshadow-type="glitter-dawn2"] {
  background-image: url('../images/glitter-dawn2.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #efb79d;
}

.controlButton[data-eyeshadow-type="glitter-blaze1"] {
  background-image: url('../images/glitter-blaze1.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #d4b48c;
}

.makeup-vto>canvas {
  position: absolute;
  height: 100% !important;
  left: 50% !important;
  width: unset !important;
  transform: translateX(-50%);
}

.divider>canvas {
  position: absolute;
  height: 100% !important;
}

/* Non-Retina */
/* @supports (hanging-punctuation: first) and (font: -apple-system-body) and (-webkit-appearance: none) {
  .divider>canvas {
    height: 69% !important;
  }
} */

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

.divider #cloned_face_canvas {
  z-index: 1;
}

/* video canvas */
.makeup-vto>#video_canvas {
  transform: translateX(-50%) scaleX(-1);
  z-index: -1;
}

.makeup-vto>#smoothing_canvas {
  transform: translateX(-50%) scaleX(-1);
  z-index: 2;
}

/* eyes canvas */
.makeup-vto>canvas#eyes_canvas {
  z-index: 4;
  display: none;
}

/* hair canvas */
.makeup-vto>canvas#hair_canvas {
  z-index: 5;
  filter: blur(4px);
  transform: translateX(-50%) scaleX(-1);
  display: none;
}

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

/* makeup canvas */
.makeup-vto>canvas[data-engine*="three.js"] {
  z-index: 7;
  filter: blur(1px);
  -webkit-filter: blur(1px);
  /* transform: translateX(-1); */
}

/* gitter canvas */
.makeup-vto>canvas#glitter_canvas,
.makeup-vto>canvas#glitter_2d_canvas {
  filter: blur(0);
  -webkit-filter: blur(0);
}

/* eyeliner canvas */
.makeup-vto>canvas#eyeLiner_canvas {
  z-index: 8;
  filter: blur(0);
  -webkit-filter: blur(0);
  margin-top: -2px;
}

.makeup-vto>video {
  z-index: -1 !important;
  opacity: 0;
}

#webar_container .title-look,
.capture-wrapper .title-look{
  background-image: url('../images/bg-title-card.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  display: table;
  padding: 4px 30px;
  font-size: 11px;
  font-style: italic;
  text-align: center;
  position: absolute;
  z-index: 13;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.3s;
}

.title-look:empty {
  opacity: 0 !important;
}

#downloader {
  display: none;
}

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

.divider-vertical {
  height: 100%;
  background-color: #fff;
  width: 1px;
}

.controls-wrapper {
  /* background-color: #F4EFEA; */
  overflow: hidden;
  height: 100%;
  width: 77%;
  margin: 0 auto;
  transform: translateY(1px);
}

.controls-wrapper-inner {
  display: flex;
  width: 100%;
  margin-bottom: 2vh;
  flex-direction: column;
}

.wrapper-product h3 {
  text-align: center;
  font-size: 14px;
}

.controls-color {
  color: #ffffff;
  gap: 5px;
  padding-bottom: 8px;
  width: 100%;
  margin: 0 auto;
}

/* hide colors */
.controls-color.blush {
  display: none;
}

.controlButton {
  border-radius: 30px;
  padding: 10px 14px;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 11px;
  line-height: 0;
  border: 2px solid rgb(83, 83, 83);
  margin: 0 3px;
}

.controls-color.controls-column {
  /* width: 34px;
  min-width: 34px;
  max-width: 34px;
  aspect-ratio: 1; */
}

/* .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%;
} */

.loader {
  position: fixed;
  color: #fff;
  /* background-color: #F5C5C6; */
  /* background-image: url('../images/bg-loader.png'); */
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 14px;
  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-image {
  width: 20px;
  margin: 0 auto;
  animation: rotation 1.5s infinite linear;
  -webkit-animation: rotation 1.5s infinite linear;
  ;
}

.loader>small {
  padding: 0 10px;
  text-align: center;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
  }
}


.loader-2 {
  display: none;
  color: #fff;
  background: #aa1a12a4;
  z-index: 10000;
  text-transform: uppercase;
  font-family: 'Poppins SemiBold';
  font-style: italic;
  width: 110%;
  height: 110%;
  font-size: 14px
}

.loader-2 small{
  font-size: 10px;
}

#webar_container .loader-2{
  background-color: #851b15;
}

.loader-3 {
  display: none;
  color: #fff;
  background: transparent;
  z-index: 10000;
  justify-content: center;
  align-items: center;
}

.splash {
  color: #fff;;
  background-color: #5E1115;
  background-image: url('../images/bg-fireworks-mobile.png');
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0;
  z-index: 9997;
}

.splash .logo {
  width: 86%;
  margin-top: 12%;
  max-width: 286px;
  margin-bottom: 4%;
}

.intro-image {
  margin-top: auto;
}

.splash h2 {
  font-family: 'Poppins SemiBold';
  font-size: 48px;
  margin-bottom: 4%;
  text-align: center;
  font-style: italic;
  line-height: 0.9;
}

.splash h2 span {
  font-family: 'Poppins Light';
  font-size: 30px;
  margin-right: 40px;
}

.splash h4{
  font-family: 'Poppins SemiBold';
  font-size: 14px;
  margin-bottom: 5%;
}

.splash h2 div {
  margin-left: 40px;
}

.splash .button-splash {
  display: none;
  margin-bottom: 4%;
}

.date-event{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5%;
  gap: 20px;
}

.date-event h3{
  margin: 0;
  font-size: 14px;
}

.date-event img{
  width: 1px;
}

.intro-highlight {
  /* background-color: #000000;
  font-size: 14px;
  padding: 10px 20px;
  border-bottom: 2px solid #fff; */
  display: flex;
  margin-bottom: 5%;
}

.intro-highlight small{
  font-size: 8px;
  text-align: center;
}

.page-category {
  color: #fff;
  background-color: #000;
  font-size: 14px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 9995;
  /* z-index: 10000; */
  padding-top: 135px;
}

.page-form {
  color: #fff;;
  background-color: #AA1A12;
  font-size: 14px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 20px;
  margin: 0;
  z-index: 9996;
  padding-top: 117px;
}

.header {
  background-color: #AA1A12;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  color: #fff;
  padding: 0 22px 0 22px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
}

.header>img {
  margin-bottom: 4px;
  width: 24%;
  max-width: 100px;
}

.header h2 {
  font-family: 'Poppins Bold';
  font-size: 14px;
  font-style: italic;
  margin-bottom: 0;
}

.header h2 span {
  font-family: 'Poppins Light';
  font-size: 14px;
  font-style: normal;
}

.input-wrapper{
  margin-bottom: 3.3vh;
}

.form-header {
  background-color: #000;
  border-bottom: 3px solid #fff;
}

.form-title-top {
  font-family: 'Poppins SemiBold';
  position: absolute;
  z-index: 1;
  font-size: 14px;
  color: #000;
  padding: 10px 35px;
  width: 100%;
  text-align: center;
  background-color: #fff;
  border-radius: 22px 22px 0 0;
  left: 50%;
  transform: translateX(-50%);
  top: 68px;
  font-style: italic;
}

.form-title {
  margin-top: 4%;
  margin-bottom: 7%;
  text-align: center;
  font-size: 14px;
  font-family: 'Poppins SemiBold';
  text-transform: uppercase;
  font-style: italic;
}

.form-label {
  font-size: 12px;
  margin-left: 16px;
  margin-bottom: 7px;
}

.form-control {
  padding: 17px 20px;
  font-size: 13px;
  border-radius: 16px;
  border: none;
  z-index: 1 !important;
  box-shadow: unset !important;
}

.input-group-text{
  font-size: 14px;
  padding: 0 13px;
  background-color: #fff;
  border-radius: 16px 0 0 16px;
  border: 0;
  background-image: url(../images/border-input-group.png);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 90%;
  border: none;
  z-index: 2;
  position: relative;
}

input[type=checkbox] {
  margin-right: 7px;
  min-width: 15px;
  min-height: 15px;
  transform: translateY(2px);
}

label.checkbox{
  font-size: 11px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){
  margin-left: -2px;
}

form {
  width: 98%;
  margin: 0 auto;
  max-width: 524px;
}

form .btn-primary {
  margin: 0 auto;
  display: table;
}

.carousel-category {
  margin-top: -64px;
}

.carousel-category .owl-nav>button {
  top: 15px;
}

.carousel-category .owl-nav>button.owl-prev {
  right: 90.4%;
}

.carousel-category .owl-nav>button.owl-next {
  left: 90.4%;
}

.category-header {
  background-color: #AA1A12;
}

.category-title-top h3 {
  font-family: 'Poppins SemiBold';
  font-size: 14px;
  color: #000;
  min-height: 52px;
  padding: 9px 55px;
  text-align: center;
  background-color: #fff;
  border-radius: 22px 22px 0 0;
  font-style: italic;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel-subcategory-inner {
  z-index: 2;
  position: relative;
  text-align: center;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.carousel-subcategory {
  width: 94% !important;
  margin: 0 auto;
  max-width: 580px;
}

.carousel-subcategory .owl-nav>button {
  top: 2px;
}

.carousel-subcategory .owl-nav>button.owl-next {
  left: 88%;
}

.carousel-subcategory .owl-nav>button.owl-prev {
  right: 88%;
}

.carousel-subcategory h4 {
  font-family: 'Poppins Bold';
  position: relative;
  height: 30px;
  display: flex;
  justify-content: center;
  font-size: 22px;
  align-items: center;
  background-color: #000;
  color: #000;
  text-transform: uppercase;
  text-shadow:
    -1px -1px 0 #aa1a1249,
    1px -1px 0 #aa1a1249,
    -1px 1px 0 #aa1a1249,
    1px 1px 0 #aa1a1249,
    -1px 0px 0 #aa1a1249,
    1px 0px 0 #aa1a1249,
    0px -1px 0 #aa1a1249,
    0px 1px 0 #aa1a1249;
}

.carousel-subcategory h4 span {
  color: #fff;
  font-size: 14px;
  position: absolute;
}

.subcategory-wrapper {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-wrap: wrap;
  gap: 13px;
  overflow-y: auto;
  max-height: calc(100vh - 144px);
  padding-bottom: 44px;
}

.subcategory-wrapper::-webkit-scrollbar{
  display: none !important;
}

.subcategory-item {
  position: relative;
  width: calc(50% - 28px);
  border: 2px solid #AA1A12;
  aspect-ratio: calc(3 / 4.2);
  overflow: hidden;
}

.subcategory-image {
  width: 100%;
  position: relative;
}

.subcategory-image img {
  width: 100%;
  object-fit: cover;
}

.subcategory-item h5 {
  position: absolute;
  bottom: 0px;
  background-image: url(../images/bg-title-card.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  padding: 6px 8px;
  font-size: 8px;
  width: 86%;
  font-family: 'Poppins SemiBold';
  text-transform: uppercase;
  text-align: center;
  font-style: italic;
  left: 50%;
  transform: translateX(-50%);
}

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

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

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

.makeup-vto{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  aspect-ratio: calc(3/3.5);
  top: 0;
}

.capture-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 720px;
  /* height: 840px; */
  z-index: -1;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  aspect-ratio: calc(3/3.5);
}

.capture-wrapper>img {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

/* makeup canvas */
.capture-wrapper>img:nth-child(3) {
  -webkit-filter: blur(2px) brightness(75%) contrast(190%);
  filter: blur(2px) brightness(75%) contrast(190%);
}

/* eyeliner canvas */
.capture-wrapper>img:nth-child(4) {
  margin-top: -2px;
}

/* glitter canvas */
.capture-wrapper>img:nth-child(5) {
}

.modal-fullscreen {
  /* background-image: url('../images/bg.png'); */
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.footer {
  width: 100%;
  height: 56px;
  /* background-color: #F4EFEA; */
  flex-direction: column;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.footer small{
  font-size: 7px;
}

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

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

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

.icon-white {
  filter: grayscale(1) brightness(0) invert(1);
}

.category-season {
  position: absolute;
  top: 99%;
  left: 0;
  width: 100%;
  z-index: 5;
  display: none;
}

.category-season-arrow {
  position: absolute;
  width: 12px;
  top: 117%;
  z-index: 6;
  display: none;
}

.category-season-arrow.category-season-prev {
  left: 22px;
}

.category-season-arrow.category-season-next {
  right: 22px;
  transform: scaleX(-1);
}

.horizontal-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  display: inline-block;
  text-align: center;
  padding: 0 5px;
  white-space: nowrap;
  width: 100%;
}

.horizontal-scroll>* {
  display: inline-flex;
}

.controls-color.controls-column .controlButton {
  /* width: 12%;
  min-width: 12%;
  max-width: 12%; */
}

.d-landscape-block,
.d-portrait-block,
.d-landscape-flex,
.d-portrait-flex {
  display: none;
}

@media(orientation: portrait) {
  .d-portrait-flex {
    display: flex;
  }

  .d-portrait-block {
    display: block;
  }

  .modal {
    left: 50%;
    max-width: 538px;
    margin: 0 auto;
    transform: translateX(-50%);
  }
}

.page-detail {
  color: #fff;
  background-color: #000;
  font-size: 14px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 9994;
  padding-top: 68px;
}

.page-detail .header-right-side h2{
  text-transform: uppercase;
  font-size: 12px;
  font-style: normal;
}

.header-right-side img {
  height: 46.5%;
  width: auto;
}

.page-detail .btn-secondary{
  margin-top: 12px;
}

.page-detail-inner {
  width: 84%;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 90%;
  padding-bottom: 30px;
}

.page-detail-inner::-webkit-scrollbar{
  display: none;
}

.page-detail-title {
  width: 84%;
  margin: 0 auto;
  margin: 14px auto 1vh auto;
}

.page-detail-title h2 {
  font-family: 'Poppins Bold';
  position: relative;
  height: 74px;
  display: flex;
  justify-content: center;
  font-size: 38px;
  align-items: center;
  margin-bottom: 24px;
  background-color: #000;
  color: #000;
  text-transform: uppercase;
  text-shadow:
    -1px -1px 0 #aa1a1249,
    1px -1px 0 #aa1a1249,
    -1px 1px 0 #aa1a1249,
    1px 1px 0 #aa1a1249,
    -1px 0px 0 #aa1a1249,
    1px 0px 0 #aa1a1249,
    0px -1px 0 #aa1a1249,
    0px 1px 0 #aa1a1249;
}

.page-detail-subtitle{
  display: flex;
  justify-content: center;
  position: relative;
  align-items: center;
  margin-bottom: 1.1vh;
}

.page-detail-subtitle h3{
  font-size: 14px;
  font-family: 'Poppins SemiBold';
  margin-bottom: 0;
  text-transform: uppercase;
}

.page-detail-title h2 span {
  color: #fff;
  font-size: 14px;
  position: absolute;
}

.page-detail-title .arrow-back {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

img[alt*="detail"] {
  height: 13vh;
  margin-top: -10px;
  min-height: 84px;
  width: auto;
  max-height: 120px;
}

/* Top Nav */
.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2vh;
}

.nav-btn {
  background: none;
  border: none;
  color: #fff;
  padding: 0;
  font-size: 13px;
  cursor: pointer;
}

.nav-title {
  font-size: 13px;
  font-family: 'Poppins SemiBold';
  text-transform: uppercase;
}

/* Vertical Section Labels */
.vert-label {
  display: flex;
  font-size: 13px;
  margin-bottom: -2px;
  letter-spacing: 2px;
  font-family: 'Poppins Bold';
  color: #fff;
}

.vert-label .highlight {
  color: #000;
  font-style: italic;
  text-shadow: 1px 0 0 #aa1a12c5, 0 1px 0 #aa1a12c5, -1px 0 0 #aa1a12c5, 0 -2px 0 #aa1a12c5
}

.section-wrapper {
  width: 100%;
  flex-direction: column;
  margin-bottom: 0.7vh;
  display: flex;
}

.section-wrapper:last-child{
  margin-bottom: 0;
}

/* Sections */
.section {
  position: relative;
  width: 100%;
  display: flex;
}

/* Section Headers */
.section>.header {
  font-size: 14px;
  font-family: 'Poppins SemiBold';
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 8px;
}

/* Eye Makeup Layout */
.side-left {
  width: 50%;
}

.side-right {
  width: 50%;
}

.eye-list {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.list-block {
  background: #1a1a1a;
  padding: 8px;
  border-radius: 4px;
}

.list-title {
  font-family: 'Poppins SemiBold';
  background-image: url(../images/bg-title-card.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  font-size: 10px;
  min-height: 18px;
  text-align: center;
  display: inline-flex;
  font-style: italic;
  min-width: 96px;
  white-space: nowrap;
  line-height: 0;
  justify-content: center;
  margin-bottom: 4px;
  width: min-content;
  padding: 8px 8px;
  align-items: center;
}

.list-title-image{
  position: relative;
  padding-left: 26px;
  min-width: 107px;
}

.list-title-image img{
  position: absolute;
  width: 38px;
  height: auto;
  top: 50%;
  left: -5%;
  transform: translateY(-40%);
}

.list-title-image + ul {
  margin-left: -2px;
  padding-left: 35px !important;
}

.small-list ul {
  list-style: none;
  font-family: 'Poppins SemiBold';
  margin-bottom: 3px;
  padding-left: 15px;
}

.small-list li {
  list-style: none;
  margin-bottom: 0px;
  font-size: 9px;
  text-transform: uppercase;
  white-space: nowrap;
  font-style: italic;
}

.detail-product-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
}

.detail-product-list[style*="none"] + img{
  display: none !important;
}

/* Mascara/Eyebrow Row */
.eye-bottom {
  display: flex;
  gap: 8px;
  margin-top: 8px;
}

.small-block {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 6px;
}

.small-block img {
  width: 24px;
  height: auto;
}

.small-list {
  display: flex;
  flex-direction: column;
}

.face-label {
  position: absolute;
  right: -40px;
  top: calc(50% - 20px);
}

/* adjust as needed */
.face-top {
  display: flex;
  gap: 8px;
}

.face-list {
  flex: 1;
}

.face-list .row {
  display: flex;
  gap: 8px;
  margin-bottom: 8px;
}

.lips-label {
  position: absolute;
  right: -40px;
  top: calc(85% - 20px);
}

.page-vto {
  color: #fff;
  background-color: #000;
  font-size: 14px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 9993;
  display: block;
  padding-top: 116px;
}

.page-vto .header{
  padding-bottom: 40px;
}

.page-vibe {
  color: #fff;
  background-color: #000;
  font-size: 14px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 9992;
  padding-top: 116px;
}

.page-vibe .header{
  padding-bottom: 40px;
}

.page-vibe .vibe-header {
  font-family: 'Poppins Bold';
  position: relative;
  height: 20px;
  display: flex;
  justify-content: center;
  font-size: 25px;
  align-items: center;
  background-color: #000;
  color: #000;
  text-transform: uppercase;
  text-shadow:
    -1px -1px 0 #aa1a1249,
    1px -1px 0 #aa1a1249,
    -1px 1px 0 #aa1a1249,
    1px 1px 0 #aa1a1249,
    -1px 0px 0 #aa1a1249,
    1px 0px 0 #aa1a1249,
    0px -1px 0 #aa1a1249,
    0px 1px 0 #aa1a1249;
}

.page-vibe .vibe-header span {
  color: #fff;
  position: absolute;
  font-size: 15px;
}

.capture-image-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}

.capture-image-wrapper>canvas {
  position: unset !important;
  /* position: absolute; */
  width: 100% !important;
  /* left: 50% !important; */
  height: 100% !important;
  /* transform: translateX(-50%);
  max-width: unset !important; */
  transform: unset !important;
  display: block;
  object-fit: cover;
}

.capture-image-wrapper img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
  /* left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); */
}

.page-photo-action {
  color: #fff;
  background-color: #AA1A12;
  font-size: 14px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 9991;
  /* z-index: 10000; */
  padding-top: 12vh;
}

.photo-action-inner {
  display: flex;
  padding-top: 64px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.photo-action-inner .btn-primary{
  min-width: 180px;
}

.photo-action-inner h2 {
  font-size: 14px;
  font-style: italic;
  margin-bottom: 3vh;
  font-family: 'Poppins Bold';
  text-align: center;
  text-transform: uppercase;
}

.photo-action-inner h3{
  font-size: 14px;
  margin-bottom: 5%;
}

#qr-photo-action {
  width: 66%;
  max-width: 208px;
  margin: 0 auto 15px auto;
  padding: 12px;
  background-color: #fff;
}

#qr-photo-action > img,
#qr-photo-action > canvas{
  width: 100%;
  max-width: 100%;
}

.photo-action-inner p {
  font-style: italic;
  font-size: 13px;
  text-align: center;
  margin-bottom: 2vh;
}

.page-payment {
  color: #fff;
  background-color: #000;
  font-size: 14px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 9989;
  /* z-index: 10000; */
  padding-top: 200px;
}

.page-payment h2 {
  font-style: normal;
}

.page-payment p {
  font-style: normal;
  text-transform: uppercase;
}

.page-payment p > span {
  font-size: 14px;
  font-style: normal;
  text-transform: capitalize;
}

.page-checkout {
  color: #fff;
  background-color: #000;
  font-size: 14px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  margin: 0;
  z-index: 9990;
  /* z-index: 10000; */
  padding-top: 57px;
}

.page-checkout .head-checkout {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 40px 0 15px 0;
}

.page-checkout .head-checkout h2{
  margin-bottom: 0;
  font-size: 14px;
  font-family: 'Poppins SemiBold';
}

.page-checkout .head-checkout .arrow-back{
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.page-checkout .checkout-look-title {
  background-image: url('../images/bg-title-card.png');
  background-repeat: no-repeat;
  background-position: center right;
  background-size: cover;
  display: table;
  padding: 4px 30px;
  font-size: 11px;
  font-style: italic;
  text-align: center;
  left: 50%;
}

.page-checkout .page-detail-inner {
  width: 93%;
  position: relative;
}

.page-checkout .btn-secondary{
  min-width: 135px;
  font-size: 14px;
}

/* Container */
.product-list {
  margin: 0 auto;
  color: #fff;
  background: #000;
  padding: 12px;
  /* max-height: 65%; */
  height: 67%;
  width: 100%;
  overflow-y: auto;
  padding-bottom: 12px;
}

/* Individual item */
.product-item {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.product-item:last-child {
  margin-bottom: 0;
}

/* Image */
.product-item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  margin-right: 1em;
}

/* Info block */
.product-info {
  flex: 1;
  line-height: 1.2;
}

.product-info .name {
  font-style: italic;
  font-weight: bold;
  line-height: 1.5;
  font-size: 11px;
  margin-bottom: 0.5em;
}

.product-info .color {
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0.5em;
  display: none;
}

.product-info .price {
  font-weight: normal;
  font-size: 11px;
  margin-top: 0.3em;
}


.input-autocomplete{
  background-color: #fff;
  color: #F27285;
  padding: 4px 18px;
  text-align: right;
  font-size: 14px;
  border-radius: 20px;
  display: none !important;
}

.input-autocomplete p{
  margin: 7px 0;
  cursor: pointer;
}

#keypad{
  position: absolute;
  width: 60%;
  margin: 0 auto;
  display: none !important;
  padding: 9px;
  border-radius: 20px;
  z-index: 8;
  left: 50%;
  transform: translateX(-50%);
}

.keypad span  {
  font-size: 1.9em;
  color: #333;
  border: 0;
  border-radius: 40px;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  opacity: 0.7;
  background-color: #838383 !important;
}

.error-validation {
  color: #ffe200;
  font-size: 12px;
  line-height: 13px;
  display: none;
  margin-top: 8px;
  margin-bottom: 12px;
  text-align: center;
}

.submit-failed{
  display: none;
  font-size: 12px;
  line-height: 1.4;
}

/* Quantity controls */
.qty-controls {
  display: flex;
  align-items: center;
  margin-left: 1em;
  background: #fff;
  font-family: 'Poppins Bold';
}

.qty-controls.out-of-stock{
  color: red;
  background-color: transparent;
  margin-left: 0;
  text-align: center;
}

.qty-controls button {
  width: 18px;
  height: 18px;
  border: 0;
  background: #fff;
  color: #000;
  font-size: 12px;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins SemiBold';
  padding: 0;
  cursor: pointer;
}

.qty-controls .qty {
  width: 10px;
  text-align: center;
  font-size: 11px;
  margin: 0 4px;
  color: #000;
  outline: none;
  background: transparent;
  border: none;
}

.total{
  padding-top: 14px;
  border-top: 1px solid #4d4d4d;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.total-text {
  font-family: 'Poppins SemiBold';
  font-size: 13px;
}

.total-number {
  font-family: 'Poppins SemiBold';
  font-size: 18px;
}


/* @media(max-width: 480px){
  html, body{
    overflow: auto;
  }

  .page-vto{
    z-index: 999999 !important;
    padding-top: 40px;
  }

  .makeup-vto>canvas, .divider>canvas {
    height: 124% !important;
  }

  .button-capture{
    display: none !important;
  }

  .page-vto .header{
    display: none;
  }
  
  .page-vto .arrow-back{
    display: none;
  }

  .tab-makeup-content .vto-item {
    min-width: 100px;
    max-width: 100px; 
  }

  .categorized-wrapper h3{
    font-size: 14px;
  }

  .categorized-wrapper {
    margin-bottom: 15px;
  }

  #webar_container {
    margin-bottom: 21px;
    width: 92%;
    height: 63%;
  }

  .controls-wrapper{
    width: 92%;
  }

  .arrow-vto img, .tab-arrow img, .nav-btn img {
    width: 26px !important;
  }
} */

/* TABLET */
@media (min-width: 720px) and (hover: none) and (pointer: coarse) {
  html,
  body, 
  .page,
  .splash,
  .loader{
    max-width: 1024px;
  }

  .splash {
    background-image: url('../images/bg-fireworks-tablet.png');
  }

  .splash .logo {
    margin-top: 13%;
    margin-bottom: 1%;
  }

  img[alt*="detail"] {
    height: 24vh;
    max-height: 158px;
  }

  .small-list li{
    font-size: 15px;
  }

  .list-title {
    font-size: 15px;
    min-width: 184px;
    padding: 11px 17px;
  }

  .page-detail-subtitle h3{
    font-size: 18px;
  }

  .nav-title {
    font-size: 18px;
  }

  .subcategory-item h5 {
    font-size: 13px;
  }

  .vert-label {
    font-size: 18px;
  }

  .page-detail-inner {
    max-width: 505px;
  }

  #webar_container{
    max-height: unset;
    max-width: 508px;
  }

  .controls-wrapper{
    max-width: 508px;
  }

  .tab-makeup-content .vto-item {
    min-width: 120px;
    max-width: 120px;
  }

  .footer > small{
    margin-top: 5px !important;
  }

  .photo-action-inner h2 {
    font-size: 17px;
  }

  .form-title{
    font-size: 17px;
  }

  .form-title-top {
    font-size: 17px;
  }

  #qr-photo-action {
    max-width: 280px;
  }

  .btn:not(.btn-sm) {
    padding: 16px 23px;
    font-size: 14px;
    border-radius: 0;
    height: 44px;
  }

  .btn>span{
    font-size: 8px;
  }

  .form-label {
    font-size: 14px;
  }

  .form-control {
    font-size: 14px;
  }

  label.checkbox{
    font-size: 13px;
  }

  .header-right-side img {
    height: 60.5%;
  }

  .error-validation{
    font-size: 13px;
  }

  #qr-photo-action {
    margin: 0 auto 26px auto;
  }
  
  .photo-action-inner .btn-primary {
    min-width: 210px;
  }

  .photo-action-inner p {
    font-size: 16px;
  }
}