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

@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-weight: normal;
}

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

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

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

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

@font-face {
  font-family: 'Transducer';
  src: url('../fonts/Transducer-BoldExtended.woff2') format('woff2'),
    url('../fonts/Transducer-BoldExtended.woff') format('woff');
  font-style: bold;
  font-display: swap;
  font-weight: bold;
}

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

*{
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  touch-action: manipulation;
}

*:not(img):not(span):not(.button){
  container-type: inline-size;
}

html, body{
  font-family: 'Transducer';
  /* max-width: 720px; */
  width: unset !important;
  height: unset !important;
  min-height: 100%;
  margin: 0 auto;
}

input[type="checkbox"]{
  width: 22px;
  height: 22px;
}

.form-check{
  width: 90%;
  margin: 0 auto 6vw auto;
  top: 22vw;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
}

label.form-check-label {
  color: #fff;
  text-shadow: 0 2px 2px rgba(41, 41, 41, 0.7) !important;
  font-family: 'Montserrat';
  font-size: 2.2cqi;
  display: flex;
  text-align: left;
  gap: 13px;
  justify-content: center;
}

.start-button-wrapper {
  margin-top: 28px;
}

.disabled{
  pointer-events: none;
  filter: grayscale(1) opacity(0.57);
}

.page{
  display: none;
}

#content
{
  max-width: initial;
  width: 100%;
  height: 100%;
  aspect-ratio: 9 / 16;
}
.background-idle-video
{
  width: 100%;
  height: 100%;
}
.start-menu{
  background: transparent;
  position: absolute;
  bottom: 0;
  height: 50vh;
  left: 50%;
  top: unset;
  display: none;
  transform: translateX(-50%);
  width: 100%;
}
.start-logo {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  text-align: center;
}
.start-logo img {
  height: 6rem;
  width: auto;
}

.back-button-home{
  position: absolute;
  width: 42px;
  top: 8%;
  left: 10%;
  display: none;
  z-index: 2;
}

.button-reload{
  position: absolute;
  width: 30px;
  top: 20px;
  right: 20px;
  z-index: 9998;
}

.start-button {
  appearance: none;
  /* display: none; */
  padding: 0;
  /* width: 20%; */
  height: 3rem;
  aspect-ratio: 1419 / 372;
  background-color: transparent;
  outline: none;
  border: none;
  background-image: url(../design/images/serum/button.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-size: 1.5rem;
  font-family: "Transducer";
  /* font-style: italic; */
}
.selection-container
{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  height: calc(50%);
  margin-top: 1rem;
  gap: 0px 27px;
  position: relative;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.selection-container label{
  width: 46%;
}
.selection-container label img {
  max-height: 100%;
}

.selection-container p {
      margin: 0;
    font-size: 1rem;
    z-index: 2;
    font-family: "Norms";
    font-weight: 500;
    position: relative;
    bottom: initial;
    left: initial;
    right: initial;
}

.selection-container input {
  position: absolute;
    z-index: -1;
    opacity: 0;
}


.selection-container input:checked + label
{
  background-color: #00739370;
}

.canvas-container {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  pointer-events: all !important;
  border-radius: 0;
  opacity: 0;
  background-image: url(../design/images/bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s;
}

.scroll-btn {
  top: 57%;
  transform: translateY(-50%);
  position: absolute;
  width: 65px;
  min-width: 65px;
  border-radius: 50%;
  aspect-ratio: 1;
  background: linear-gradient(23deg, rgb(10 68 82 / 33%) 0.09%, rgb(111 190 205 / 48%) 81.65% 81.65%);
  border: 1px solid;
  border-image-source: linear-gradient(226.74deg, #145F66 3.99%, #E8E8E8 42.92%, #145F66 96.01%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 7px;
  line-height: 0;
  font-size: 52px;
  z-index: 2;
  padding-bottom: 9px;
  /* padding: 0; */
  color: #fff;
  animation: fadeInOut 1s linear infinite;
}

.scroll-btn.left  { left:  -20px; }
.scroll-btn.right { right: -20px; }

/* ---- SCROLLABLE ROW ---- */
#product-container {
  display: none;
  white-space: nowrap;
  overflow-x: scroll;
  overflow-y: visible;
  padding: 1rem;
  margin-bottom: 34px;
  gap: 0.5rem;
  height: 100%;
  width: 105%;
  align-items: end;
}
#product-container::-webkit-scrollbar {
  display: none !important;
  height: 8px;
}
#product-container::-webkit-scrollbar-thumb {
  background: rgba(0,0,0,0.2);
  border-radius: 4px;
}
#product-container::-webkit-scrollbar-track {
  background: transparent;
}

/* ---- CARDS ---- */
.product-card {
  flex: 0 0 auto;
  position: relative;
  width: 25%;
  padding: 0.4rem;
  background: #e0efee;
  aspect-ratio: calc(4 / 4.5);
  background: linear-gradient(23deg, rgb(10 68 82 / 33%) 0.09%, rgb(111 190 205 / 48%) 81.65%);
  border: 1px solid;
  border-image-source: linear-gradient(226.74deg, #145F66 3.99%, #E8E8E8 42.92%, #145F66 96.01%);
  border-radius: 0.7rem;
  display: flex;
  align-items: end;
}
.product-image-wrapper {
  position: absolute;
  top: -51%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: auto;
  aspect-ratio: calc(6 / 8);
}
.product-image-wrapper img {
  width: auto;
  height: 100%;
  display: table;
  margin: 0 auto;
  object-fit: contain;
}
.product-info-wrapper {
  width: 100%;
  white-space: normal;
}
.product-info-wrapper .name {
  font-size: 0.7rem;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0.1rem;
  line-height: 1.3;
}
.product-info-wrapper .price {
  font-size: 0.9rem;
  color: #2b7f87;
}

@keyframes fadeInOut {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

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

.page-checkout .head-checkout h2{
  margin-bottom: 0;
  font-size: 38px;
  text-align: center;
  font-family: 'Montserrat';
}

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

.title-checkout{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 25px;
  border-bottom: 1px solid #226B69;
  font-size: 32px;
  font-weight: 600;
}

.title-checkout > .remove-all{
  cursor: pointer;
  width: 30px;
}

.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;
  font-family: 'Montserrat';
  padding: 10px 67px;
  font-size: 28px;
  font-style: italic;
  text-align: center;
}

.page-checkout .page-detail-inner {
  margin-bottom: 8%;
  position: relative;
  border-radius: 63px;
  padding: 0 30px 20px 30px;
}

.page-checkout .btn-pay{
  min-width: 430px;
  font-size: 40px;
}

.page-payment .arrow-back{
  position: absolute;
  top: 76px;
  left: 44px;
}

.popup{
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

.popup-inner{
  display: flex;
  width: 100%;
  margin-top: 35%;
  flex-direction: column;
  align-items: center;
  gap: 42px;
  text-align: center;
}

.popup-inner h2{
  font-size: 42px;
  font-family: 'Montserrat';
  margin-bottom: 0;
}

.popup-inner p{
  font-size: 33px;
  font-family: 'Montserrat';
}

.image-popup{
  width: 180px;
  margin-bottom: 20px;
}

/* Container */
.product-list {
  margin: 0 auto;
  color: #fff;
  /* max-height: 65%; */
  height: 31%;
  width: 100%;
  overflow-y: auto;
  padding-top: 44px;
  padding-right: 20px;
  padding-bottom: 44px;
}

*::-webkit-scrollbar {
  width: 4px;
}

*::-webkit-scrollbar-thumb {
  border-radius: 12px;
  background: rgba(0,0,0,0.1);
}

*::-webkit-scrollbar-track {
  background: transparent;
}

/* Individual item */
.product-item {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 2em;
  position: relative;
}

.product-item .remove-product{
  width: 24px;
  position: absolute;
  top: 10px;
  aspect-ratio: 1;
  right: 0;
  cursor: pointer;
}

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

.product-item[data-cat="twc"] .color,
.product-item[data-cat="cushion"] .color{
  display: none;
}

/* Image */
.product-item > img:not(.remove-product) {
  width: 160px;
  height: 160px;
  object-fit: contain;
  margin-right: 1em;
}

.wrapper-dropdown{
  min-height: 58px;
  width: 100%;
  max-width: 426px;
  font-style: italic;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-size: 1.18em;
  position: relative;
  background-color: #fff;
}

.wrapper-dropdown .dropdown-item{
  display: flex;
  align-items: center;
  padding: 0 20px;
  color: #000;
  font-style: italic;
  text-transform: uppercase;
  font-family: 'Montserrat';
  height: 65px;
  font-size: 1em;
  transition: color 0.35s, background-color 0.35s;
}

.wrapper-dropdown .current{
  background-color: #595959;
  color: #fff;
  font-style: italic;
  text-transform: uppercase;
  font-family: 'Montserrat';
  display: flex;
  align-items: center;
  padding: 0 20px;
  margin-bottom: 17px;
  font-size: 1em;
  height: 65px;
  width: 100%;
  font-size: 1em;
}

.wrapper-dropdown .current img{
  height: 28%;
  display: table;
  width: unset;
  position: absolute;
  right: 20px;
  margin-right: 0;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}

.wrapper-dropdown .current span,
.wrapper-dropdown .dropdown-item span{
  height: 61%;
  display: flex;
  margin-right: 11px;
  aspect-ratio: 1;
  border-radius: 50%;
}

.wrapper-dropdown .dropdown-item.hover,
.wrapper-dropdown .dropdown-item.selected{
  background-color: #595959;
  color: #fff;
  gap: 10px;
  left: 0;
  top: 0;
}

.wrapper-dropdown .dropdown-item.selected{
  display: none;
}

/* .variant-dropdown{
  display: none;
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #fff;
  overflow: auto;
  padding: 12px 0;
  color: #000;
}

.variant-dropdown::-webkit-scrollbar {
  width: 18px;
}

.variant-dropdown::-webkit-scrollbar-thumb {
  border: 6px solid #fff;
}

.variant-dropdown[style*="block"]{
  max-height: 154px;
} */

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

.product-info .name {
  font-family: 'Montserrat';
  font-weight: 600;
  max-width: 70%;
  line-height: 1.32;
  color: #226B69;
  font-size: 1.22em;
  margin-bottom: 1em;
}

/* .product-info .color {
  font-style: italic;
  font-family: 'Montserrat';
  font-size: 1.15em;
  margin-bottom: 0.5em;
  display: none;
} */

.product-info .price {
  font-family: 'Montserrat';
  font-weight: 600;
  line-height: 1.32;
  color: #226B69;
  font-size: 1.22em;
  margin-bottom: 0.5em;
}

.page-checkout{
  position: fixed;
  width: 100%;
  height: 100%;
  /* display: block; */
  top: 0;
  left: 0;
  background-image: url(../design/images/bg2.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  color: #226B69;
  z-index: 100000;
}


/* Quantity controls */
.qty-controls {
  display: flex;
  align-items: center;
  margin-left: 1em;
  width: 19%;
  text-align: center;
  font-family: 'Montserrat';
}

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

.stock-status{
  text-align: center;
  width: 100%;
  font-size: 1.2em;
  font-weight: 600;
}

.qty-controls button {
  width: 62px;
  height: 50px;
  border: 0;
  background: linear-gradient(206.31deg, rgba(10, 68, 82, 0.5) 0.09%, rgba(111, 190, 205, 0.5) 81.65%);
  color: #fff;
  font-size: 1.5em;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Montserrat';
  padding: 0;
  cursor: pointer;
  border: 1px solid;
  border-image-source: linear-gradient(226.74deg, #145F66 3.99%, #E8E8E8 42.92%, #145F66 96.01%);
}

.qty-controls button.disabled{
  pointer-events: none;
  background: #d3d3d3;
}

.qty-controls .qty {
  width: 75px;
  text-align: center;
  font-size: 1.5em;
  margin: 0 4px;
  color: #226B69;
  font-family: 'Montserrat';
  font-weight: 600;
  background: transparent !important;
  border: none;
}

.total{
  padding-top: 42px;
  width: 100%;
  color: #226B69;
  border-top: 1px solid #226B69;
  margin-bottom: 30px;
}

.total-number-wrapper{
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.total-text {
  font-family: 'Transducer';
  font-size: 1.3em;
  font-weight: 600;
  width: 50%;
}

.total-number {
  font-family: 'Montserrat';
  font-size: 2em;
  text-align: right;
  font-weight: bold;
  width: 50%;
}

.button-wrapper{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: calc(100% - 136px - 67px - 105px - 31% - 205px - 176px - 26px);
}

.button-wrapper .button.button-addmore{
  margin-top: 100px;
  margin-bottom: 30px;
}

.button-wrapper .button{
  min-width: 320px;
}

.selection-title{
  text-shadow: 0px 4px 4px #00000080;
  color: #fff;
  font-size: 3.3cqi;
  margin-bottom: 52px;
}

/* 28 Juli 2025 */
#home_caption{
  font-size: 3cqi;
  text-align: center;
  font-family: 'Montserrat';
  color: #fff;
  margin-top: 10%;
  text-shadow: 0 2px 2px rgba(41, 41, 41, 1) !important;
  transform: translate(-50%, 19%);
}

#home_caption h3{
  font-size: 4.5cqi;
  margin-bottom: 15px;
  font-family: 'Transducer';
  font-weight: normal;
}

#home_caption span{
  font-size: 2.7cqi;
  margin-bottom: 22px;
  font-family: 'Transducer';
  display: block;
}

#end_caption {
  font-size: 2.7cqi;
  text-align: center;
  font-family: 'Montserrat';
  color: #fff;
  bottom: -14%;
  padding-bottom: 14%;
  text-shadow: 0 2px 2px rgba(41, 41, 41, 1) !important;
}

#end_caption span {
  font-size: 4cqi;
  margin-bottom: 22px;
  font-family: 'Transducer';
  display: block;
  margin-top: 24px;
}

.selection-menu{
  margin-top: 21%;
}

.raw-canvas-container, .effects-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transform: translateX(-50%);
}

#raw_canvas,
.output_canvas {
  position: absolute;
  top: 0;
  transform: translateX(-50%) !important;
  width: auto !important;
  height: 100% !important;
  left: 50% !important;
}

.loader-logo{
  width: 30%;
  top: 20%;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scanning-loader{
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 10%;
  filter: invert(37%) sepia(19%) saturate(1807%) hue-rotate(144deg) brightness(87%) contrast(90%);
  animation: rotateWithTranslate2 2s linear infinite;
  z-index: 1;
}

.selection-container label{
  font-size: 2.5cqi;
  color: #fff;
  border-radius: 15px;
  font-family: 'Montserrat';
  background-color: transparent;
  font-weight: 600;
  cursor: pointer;
  position: relative;
  aspect-ratio: calc(435/81);
  display: flex;
  justify-content: center;
  align-items: center;
  transform: translateX(0);
  background: linear-gradient(45deg, #C2C2C296 30%, #C2C2C296 20%, #FFFFFF 78%, #C2C2C296 100%);
  text-shadow: 0 2px 2px rgba(41, 41, 41, 0.6) !important;
  opacity: 0.86;
  transition: opacity 0.5;
}

.selection-container label::before{
  content: "";
  border-radius: 13px;
  background: #9eaeb3c2;
  backdrop-filter: blur(54px);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  z-index: -1;
  position: absolute;
  transition: background 0.5;
}

.selection-container label:hover::before{
  background: linear-gradient(206.31deg, rgba(10, 68, 82, 0.5) 0.09%, rgba(111, 190, 205, 0.5) 81.65%);
  opacity: 1;
}

.selection-container label:hover{
  opacity: 1;
}

.selection-container input[type="radio"]{
  width: 100%;
  height: 100%;
  opacity: 0;
}

.wrapper-scanning {
  aspect-ratio: calc(3 / 4.6);
  border-radius: 30px;
  width: 80%;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
}

/* .wrapper-scanning .output_canvas{
  height: 100%;
  width: auto !important;
  top: 0;
  opacity: 0;
} */

.canvas-container canvas{
  border-radius: 0 !important;
}

.frame-scanner{
  aspect-ratio: 1;
  position: relative;
  z-index: 12;
  top: 17%;
  left: 19%;
  width: 60%;
  margin-bottom: 40px;
}

.frame,
.net,
.scanning-line{
  position: absolute;
  width: 100%;
  height: 100%;
}

.scanning-line{
  aspect-ratio: calc(600/18);
  animation: scanDown 2.5s linear infinite;
}

.scanning-line img{
  position: absolute;
  width: 100%;
  top: 0;
}


.header{
  opacity: 1;
  display: block;
  height: 120px;
  margin: 2vh 20px 4vh 20px;
}

.header .back-button img {
  width: 5cqi;
  position: absolute;
  top: 6vh;
  left: 8%;
  z-index: 8;
}

.header .logo{
  height: 120% !important;
  margin: 0 auto;
  position: static;
  transform: unset !important;
  display: block;
}

.error-camera{
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 13%;
  font-size: 2.2cqi;
  color: #1a768c;
  width: 80%;
  font-weight: 600;
  text-align: center;
  font-family: 'Montserrat';
}

.error{
  color: #dd4545 !important;
}

#analysis-text{
  color: #fff;
  text-align: center;
  font-size: 3.1cqi;
  text-shadow: 0 2px 2px rgba(41, 41, 41, 1) !important;
  z-index: 12;
  width: 90%;
  left: -10%;
  font-family: 'Montserrat';
  font-style: italic;
  position: relative;
  font-weight: 600;
  z-index: 12;
  top: 19%;
  left: 5%;
  width: 90%;
  display: none;
}

@keyframes scanDown {
  0% {
    top: 0;
  }
  50% {
    top: 90%;
  }
  100% {
    top: 0;
  }
}

@keyframes infiniteRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes rotateWithTranslate {
  from {
    transform: translateX(-50%) rotate(0deg);
  }
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}

@keyframes rotateWithTranslate2 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.result-container{
  display: none;
  position: fixed;
  background-image: url(../design/images/bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.result-container .title{
  margin-top: 30vh;
  font-size: 3cqi;
  color: #1a768c;
  text-align: center;
  margin-bottom: 40px;
}

.result-container .card{
  width: 50%;
}

.product-detail{
  /* display: block;
  z-index: 9999; */
  display: none;
  position: fixed;
  background-image: url(../design/images/bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.text-light{
  color: #fff !important;
}

.card{
  aspect-ratio: calc(1548 / 350);
  color: #ffff;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 2.6cqi;
  background-image: url(../design/images/bg-card.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.recipe-container{
  display: none;
  position: fixed;
  background-image: url(../design/images/bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  /* z-index: 9999;
  display: block; */
}

.loader-container{
  position: fixed;
  background-image: url(../design/images/bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 99;
}

.qr-payment{
  display: none;
  position: fixed;
  background-image: url(../design/images/bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  color: #1a768c;
  /* z-index: 9999;
  display: block; */
}


.image-qr-wrapper{
  position: relative;
  width: 67%;
  margin: 0 auto 20px auto;
  margin-bottom: 32px;
}

.image-qr-wrapper img{
  width: 100%;
}

.qr-payment h2{
  font-size: 3.3cqi;
  margin-bottom: 32px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}

.qr-payment p{
  font-weight: 600;
  font-size: 3.3cqi;
  margin-bottom: 12px;
  width: 100%;
  color: #1a768c;
  text-transform: uppercase;
  text-align: center;
}

.qr-payment .total-payment{
  font-size: 4.5cqw;
  color: #1a768c;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.loader-payment{
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(206.31deg, rgba(10, 68, 82, 0.5) 0.09%, rgba(111, 190, 205, 0.5) 81.65%);
  backdrop-filter: blur(30px);
  z-index: 2;
}

.loader-payment-inner{
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 100%;
  gap: 26px;
  flex-direction: column;
}

.loader-payment img{
  max-width: 90px;
  max-height: 90px;
  min-width: 90px;
  min-height: 90px;
  animation: infiniteRotate 2s linear infinite;
}

.loader-payment p{
  font-size: 2cqi;
  color: #ffff;
  text-align: center;
}

.purchase-complete{
  display: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(206.31deg, rgba(10, 68, 82, 0.5) 0.09%, rgba(111, 190, 205, 0.5) 81.65%);
  backdrop-filter: blur(30px);
  z-index: 2;
}

.purchase-complete-inner{
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  height: 100%;
  gap: 26px;
  flex-direction: column;
}

.purchase-complete img{
  width: 120px;
  width: 120px;
  aspect-ratio: 1;
}

.purchase-complete p{
  font-size: 2.3cqi;
  color: #ffff;
  text-align: center;
}

.loader-2{
  position: fixed;
  background-image: url(../design/images/bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 99;
}

.recipe{
  width: 80%;
  margin: 0 auto;
  display: block;
}

.image-recipe-wrapper{
  position: relative;
  aspect-ratio: calc(864 / 1305);
}

.image-recipe-wrapper p{
  position: absolute;
  top: 42%;
  font-family: 'Montserrat';
  font-weight: 600;
  font-size: 3.3cqi;
  font-style: italic;
  color: #1a768c;
  left: 50%;
  width: 100%;
  text-align: center;
  transform: translateX(-50%);
}

.image-recipe-wrapper .recipe-logo{
  position: absolute;
  top: 23%;
  left: 50%;
  width: 20%;
  z-index: 2;
  transform: translateX(-50%);
}

.image-recipe-wrapper .recipe-loader{
  position: absolute;
  top: 35%;
  left: 50%;
  width: 11%;
  z-index: 2;
  filter: invert(48%) sepia(8%) saturate(3514%) hue-rotate(137deg) brightness(84%) contrast(79%);
  transform: translateX(-50%);
  animation: rotateWithTranslate 2s linear infinite;
}

.detail-content{
  display: table;
  width: 90%;
  margin: 0 auto 130px auto;
}

.detail-image-wrapper{
  width: 30%;
  float: left;
  position: relative;
  z-index: 1;
}

.detail-image-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail-title{
  font-size: 3.8cqi;
  margin-bottom: 20px;
  font-family: 'Transducer';
}

.detail-desc{
  width: calc(70% - 20px);
  float: left;
  font-family: 'Montserrat';
  text-align: center;
}

.detail-name{
  background-image: url(../design/images/bg-card-big.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  margin-top: 80px;
  font-size: 3.6cqi;
  padding: 30px 27px 30px 80px;
  margin-left: -13%;
  margin-bottom: 40px;
}

.detail-text{
  background-image: url(../design/images/bg-text-detail.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 38px 24px 38px 24px;
  color: #1a768c;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 3.5cqi;
  font-weight: 600;
  width: 92%;
}

.detail-name-text{
  font-size: 6.2cqi;
  font-family: 'Montserrat';
  font-weight: 600;
}

.card-button{
  aspect-ratio: calc(1720/324);
  background-image: url(../design/images/card-button.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: flex;
  padding: 0 25px;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: 'Montserrat';
}

.card-button > div{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 6.4cqi;
  font-weight: 600;
}

.button{
  color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px 35px;
  background: linear-gradient(206.31deg, rgba(10, 68, 82, 0.5) 0.09%, rgba(111, 190, 205, 0.5) 81.65%);
  border: 1px solid;
  font-size: 30px;
  border-image-source: linear-gradient(226.74deg, #145F66 3.99%, #E8E8E8 42.92%, #145F66 96.01%);
}

.product-detail .title{
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
  font-size: 3.4cqi;
}

.product-detail .card-title{
  margin: 0 auto 90px auto;
  max-width: 39%;
}

.product-detail .next-detail{
  max-width: 38%;
  font-weight: bold;
}

.product-detail .finish{
  max-width: 38%;
  font-weight: bold;
}

.product-usage{
  display: none;
  position: fixed;
  background-image: url(../design/images/bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  /* display: block;
  z-index: 9999; */
}

.usage-card-title{
  max-width: 60%;
  margin: 0 auto 50px auto;
  text-align: center;
}

.usage-card-title > .usage-card-text{
  font-size: 4.6cqi;
}

.usage-inner{

}

.usage-image-wrapper{
  margin: 0 auto -30px auto;
  width: 30%;
  aspect-ratio: calc(1 / 3);
}

.usage-image-wrapper img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.usage-desc{
  margin: 0 auto;
}

.usage-desc p{
  font-size: 2.5cqi;
  /* opacity: 0; */
}

.powered-by{
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  opacity: 0.3;
  width: 200px;
}

.powered-by img{
  width: 100%;
}