img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

* {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  vertical-align: bottom;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

canvas {
  vertical-align: bottom;
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.single-step {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
.single-step.step-flavor {
  opacity: 1;
  pointer-events: auto;
}
.single-step.step-flavor .swiper-flavor {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 100%;
  transform: translateX(-50%) translateY(-55%);
  z-index: 2;
  overflow: visible;
}
@media (max-width: 1280px) {
  .single-step.step-flavor .swiper-flavor {
    width: 100%;
    top: 48%;
    transform: translateX(-50%) translateY(-55%);
  }
}
@media (min-width: 1080px) and (max-height: 950px) {
  .single-step.step-flavor .swiper-flavor {
    transform: translateX(-50%) translateY(-60%);
  }
}
@media (min-width: 1280px) and (max-height: 950px) {
  .single-step.step-flavor .swiper-flavor {
    transform: translateX(-50%) translateY(-60%);
  }
}
@media (max-width: 600px) {
  .single-step.step-flavor .swiper-flavor {
    transform: translateX(-50%) translateY(-60%);
  }
}
.single-step.step-flavor .swiper-flavor .swiper-slide {
  position: relative;
  padding: 0;
  aspect-ratio: 1/1.2;
}
@media (max-width: 1080px) {
  .single-step.step-flavor .swiper-flavor .swiper-slide {
    padding: 0 17vw;
  }
}
@media (max-width: 1080px) and (max-height: 900px) {
  .single-step.step-flavor .swiper-flavor .swiper-slide {
    padding: 0 24vw;
  }
}
@media (max-width: 900px) {
  .single-step.step-flavor .swiper-flavor .swiper-slide {
    padding: 10vw;
  }
}
@media (max-width: 600px) {
  .single-step.step-flavor .swiper-flavor .swiper-slide {
    padding: 0 5vw;
  }
}
.single-step.step-flavor .swiper-flavor .swiper-slide.swiper-slide-active {
  cursor: pointer;
}
.single-step.step-flavor .swiper-flavor .swiper-slide .slush-machine-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-step.step-flavor .swiper-flavor .swiper-slide span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 15px;
  font-family: "Arial";
  color: lime;
  opacity: 0;
}
.single-step.step-flavor .swiper-flavor .swiper-button-custom {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 60px;
}
@media (max-width: 1080px) {
  .single-step.step-flavor .swiper-flavor .swiper-button-custom {
    width: 40px;
  }
}
.single-step.step-flavor .swiper-flavor .swiper-button-custom.swiper_prev {
  left: 30px;
}
@media (max-width: 1280px) {
  .single-step.step-flavor .swiper-flavor .swiper-button-custom.swiper_prev {
    left: 20px;
  }
}
.single-step.step-flavor .swiper-flavor .swiper-button-custom.swiper_next {
  right: 30px;
}
@media (max-width: 1280px) {
  .single-step.step-flavor .swiper-flavor .swiper-button-custom.swiper_next {
    right: 20px;
  }
}
.single-step.step-flavor .stream-img {
  position: absolute;
  left: 49.1%;
  top: 61.3%;
  transform: translateX(-50%);
  width: 7.6vw;
  z-index: 2;
  opacity: 0;
}
@media (max-width: 1080px) {
  .single-step.step-flavor .stream-img {
    top: 57.5%;
    width: 14.6vw;
    left: 49.3%;
  }
}
@media (max-width: 1080px) and (max-height: 900px) {
  .single-step.step-flavor .stream-img {
    width: 10vw;
    top: 56%;
    left: 49.5%;
  }
}
@media (max-width: 900px) {
  .single-step.step-flavor .stream-img {
    top: 59.2%;
    width: 15vw;
  }
}
@media (max-width: 600px) {
  .single-step.step-flavor .stream-img {
    width: 18vw;
    top: 60.2%;
  }
}
@media (max-width: 450px) {
  .single-step.step-flavor .stream-img {
    height: 35vh;
  }
}
.single-step.step-flavor .slush-cup-wrap {
  position: fixed;
  left: 50%;
  bottom: 7vh;
  transform: translateX(-50%);
  z-index: 2;
  width: 18vw;
  aspect-ratio: 1/1.4127659574;
}
@media (min-width: 1700px) {
  .single-step.step-flavor .slush-cup-wrap {
    width: 16vw;
  }
}
@media (min-width: 1800px) and (min-height: 1100px) {
  .single-step.step-flavor .slush-cup-wrap {
    bottom: 11vh;
  }
}
@media (min-width: 1080px) and (max-height: 1100px) {
  .single-step.step-flavor .slush-cup-wrap {
    bottom: 6vh;
  }
}
@media (min-width: 1080px) and (max-height: 850px) {
  .single-step.step-flavor .slush-cup-wrap {
    bottom: 3vh;
    width: 17vw;
  }
}
@media (max-width: 1480px) and (min-height: 1100px) {
  .single-step.step-flavor .slush-cup-wrap {
    bottom: 15vh;
  }
}
@media (max-width: 1280px) {
  .single-step.step-flavor .slush-cup-wrap {
    width: 18vw;
  }
}
@media (max-width: 1080px) {
  .single-step.step-flavor .slush-cup-wrap {
    width: 29vw;
  }
}
@media (max-width: 1080px) and (max-height: 900px) {
  .single-step.step-flavor .slush-cup-wrap {
    width: 22vw;
  }
}
@media (max-width: 900px) {
  .single-step.step-flavor .slush-cup-wrap {
    width: 35vw;
    bottom: 10vh;
  }
}
@media (max-width: 600px) {
  .single-step.step-flavor .slush-cup-wrap {
    width: 48vw;
    bottom: 8vh;
    bottom: 8svh;
  }
}
.single-step.step-flavor .slush-cup-wrap .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.single-step.step-flavor .slush-cup-wrap .inner .cup-itself img.cup {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-step.step-flavor .slush-cup-wrap .inner .cup-itself img.cup.cup-back {
  z-index: -1;
}
.single-step.step-flavor .slush-cup-wrap .inner .cup-itself img.cup.cup-front {
  z-index: 2;
}
.single-step.step-flavor .slush-cup-wrap .inner .drink-stack .single-stack {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-step.step-flavor .slush-cup-wrap .inner .drink-stack .single-stack img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.3s ease;
}
.single-step.step-flavor .slush-cup-wrap .inner .drink-stack .single-stack img.active {
  opacity: 1;
}
.single-step.step-message textarea {
  font-family: "Emilys Candy";
  font-size: 28px;
  padding: 10px;
}
@media (max-width: 1100px) {
  .single-step.step-message textarea {
    font-size: 24px;
    width: 500px;
  }
}
@media (max-width: 800px) {
  .single-step.step-message textarea {
    font-size: 18px;
    width: 400px;
  }
}
@media (max-width: 600px) {
  .single-step.step-message textarea {
    font-size: 18px;
    width: 300px;
  }
}
.single-step.step-camera .camera-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -54%);
  width: 600px;
  aspect-ratio: 1/1.25;
}
@media (max-width: 1280px) {
  .single-step.step-camera .camera-wrap {
    width: 450px;
  }
}
@media (max-width: 600px) {
  .single-step.step-camera .camera-wrap {
    width: 350px;
    aspect-ratio: 1/1.4;
  }
}
.single-step.step-camera .camera-wrap.no-camera {
  transform: translate(-50%, -48%);
}
.single-step.step-camera .camera-wrap .camera-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  opacity: 0.001;
}
.single-step.step-camera .ui-camera.bottom .icon-reset {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
}

.decoration-canvas-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  width: 550px;
  aspect-ratio: 1/1.4127659574;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}
@media (min-width: 1280px) and (max-height: 1000px) {
  .decoration-canvas-wrap {
    width: 450px;
  }
}
@media (min-width: 1280px) and (max-height: 900px) {
  .decoration-canvas-wrap {
    width: 400px;
    transform: translate(-50%, -65%);
  }
}
@media (max-width: 1280px) {
  .decoration-canvas-wrap {
    width: 400px;
  }
}
@media (max-width: 800px) {
  .decoration-canvas-wrap {
    width: 300px;
  }
}
@media (max-width: 600px) {
  .decoration-canvas-wrap {
    transform: translate(-50%, -58%);
  }
}
.decoration-canvas-wrap canvas {
  width: 100%;
  height: 100%;
}

.ui-wrap {
  position: fixed;
  bottom: 10px;
  display: flex;
  z-index: 10;
  gap: 0px;
  pointer-events: none;
}
@media (max-width: 600px) {
  .ui-wrap {
    gap: 0px;
  }
}
.ui-wrap.top {
  bottom: auto;
  top: 10px;
  left: 10px;
}
@media (max-width: 600px) {
  .ui-wrap.top {
    left: 10px;
    top: 3px;
  }
}
.ui-wrap.right {
  right: 10px;
}
@media (max-width: 1100px) {
  .ui-wrap.right {
    top: 10px;
    bottom: auto;
  }
}
@media (max-width: 600px) {
  .ui-wrap.right {
    right: 10px;
    top: 5px;
  }
}
.ui-wrap.bottom {
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
}
.ui-wrap.left {
  left: 10px;
}
@media (max-width: 1100px) {
  .ui-wrap.left {
    top: 10px;
    left: 110px;
    bottom: auto;
  }
}
@media (max-width: 800px) {
  .ui-wrap.left {
    left: 90px;
  }
}
@media (max-width: 600px) {
  .ui-wrap.left {
    left: 75px;
    top: 3px;
  }
}

.btn {
  width: 100px;
  cursor: pointer;
  transition: opacity 0.25s ease;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 800px) {
  .btn {
    width: 80px;
  }
}
@media (max-width: 600px) {
  .btn {
    width: 65px;
  }
}
.btn.btn-home {
  opacity: 1;
  pointer-events: auto;
}
.btn.btn-home a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-drawer {
  position: fixed;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #cfe2ec;
  padding: 20px;
  border-radius: 12px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border: 2px solid black;
  display: flex;
}
@media (max-width: 600px) {
  .single-drawer {
    padding: 12px;
    border-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.single-drawer .title {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -78%);
  font-family: "Emilys Candy";
  font-size: 28px;
  line-height: 1;
  color: #000;
  text-align: center;
  padding: 10px 15px;
  border: 2px solid black;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  border-radius: 12px;
}
@media (max-width: 800px) {
  .single-drawer .title {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  .single-drawer .title {
    transform: translate(-50%, -87%);
    border-radius: 8px;
  }
}
.single-drawer .swiper-drawer {
  width: 720px;
}
@media (max-width: 1100px) {
  .single-drawer .swiper-drawer {
    width: 450px !important;
  }
}
@media (max-width: 800px) {
  .single-drawer .swiper-drawer {
    width: 350px !important;
  }
}
@media (max-width: 600px) {
  .single-drawer .swiper-drawer {
    width: 250px !important;
  }
}
.single-drawer .swiper-drawer.swiper-logo {
  width: 635px;
}
.single-drawer .swiper-drawer.swiper-logo .swiper-slide {
  padding: 5px;
}
.single-drawer .swiper-drawer.swiper-straws {
  width: 635px;
}
.single-drawer .swiper-drawer.swiper-straws .swiper-slide {
  padding: 5px;
}
.single-drawer .swiper-slide {
  padding: 15px;
  border: 2px solid black;
  border-radius: 12px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .single-drawer .swiper-slide {
    padding: 10px;
    border-radius: 8px;
  }
}
.single-drawer .swiper-slide.active {
  border: 5px solid #6faeff;
}
.single-drawer .swiper-slide.no-item img {
  width: 30px;
}
@media (max-width: 600px) {
  .single-drawer .swiper-slide.no-item img {
    width: 15px;
  }
}
.single-drawer .swiper-button-custom {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 50px;
  cursor: pointer;
}
.single-drawer .swiper-button-custom.swiper_prev {
  left: -20px;
  transform: translateX(-100%) translateY(-50%);
}
@media (max-width: 600px) {
  .single-drawer .swiper-button-custom.swiper_prev {
    left: -5px;
  }
}
.single-drawer .swiper-button-custom.swiper_next {
  right: -20px;
  transform: translateX(100%) translateY(-50%);
}
@media (max-width: 600px) {
  .single-drawer .swiper-button-custom.swiper_next {
    right: -5px;
  }
}

.intro-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
.intro-screen .dialog-box {
  position: relative;
  background-color: #e8faff;
  border: 2px solid #248290;
  border-radius: 12px;
  padding: 40px 40px;
  width: 466px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .intro-screen .dialog-box {
    width: 85%;
    border-radius: 8px;
  }
}
.intro-screen .dialog-box span {
  font-size: 30px;
  font-family: "Emilys Candy";
  text-align: center;
  color: #0199b0;
}
@media (max-width: 1080px) {
  .intro-screen .dialog-box span {
    font-size: 24px;
  }
}
@media (max-width: 600px) {
  .intro-screen .dialog-box span {
    font-size: 18px;
  }
}
.intro-screen .dialog-box .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}/*# sourceMappingURL=page_slush.css.map */