@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&family=Playfair:ital,wght@1,300&display=swap");
@charset 'utf-8';

html,
body {
  width: 100%;
  font-family: "Roboto", "Noto Sans TC", sans-serif;
  /*image-rendering: -webkit-optimize-contrast;
	image-rendering: optimize-contrast;*/
  /*max-width: 2560px;*/
  /*background-color: #350306;*/
  /*overflow-x: hidden;*/
  scroll-behavior: smooth;
  scroll-padding-top: 0rem;
  -webkit-font-smoothing: antialiased;
  /*force hardware acceleration*/
  background-color: transparent;
  background-image: url(../images/wave1/mobile/bg-repeat_02.jpg);
  background-position: top 1530px center;
}
@media screen and (min-width: 768px) {
  body {
    background-position: top 812.5px center;
  }
}
@media screen and (min-width: 992px) {
  body {
    background-image: url(../images/wave1/bg-repeat_02.jpg);
    background-position: top 420px center;
  }
}
@media screen and (min-width: 1200px) {
  body {
    background-image: url(../images/wave1/bg-repeat_02.jpg);
    background-position: top 1100px center;
  }
}
body {
  position: relative;
  cursor: url("../images/wave1/cursor-demo.png"), auto;
}

a:link {
  cursor: url("../images/wave1/cursor-demo.png"), auto;
}

/* visited link */
a:visited {
  cursor: url("../images/wave1/cursor-demo.png"), auto;
}

/* mouse over link */
a:hover {
  cursor: url("../images/wave1/cursor-demo.png"), auto;
}

/* selected link */
a:active {
  cursor: url("../images/wave1/cursor-demo.png"), auto;
}

.custom-icon {
  /* cursor: url('https://steam.oxxostudio.tw/download/css/cursor-demo.png') 32 32, auto; */
}

* {
  outline: 0;
  /*outline: 1px solid red!important;*/
}

.fs-7 {
  font-size: 0.75rem;
}

body * {
  animation-play-state: paused;
}

body.loaded * {
  animation-play-state: running;
}

/*#Bokeh {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	mix-blend-mode: screen;
	opacity: 1;
}*/
#goldParticles {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: auto;
  width: auto;
  height: 100%;
  z-index: 2;
  /*transform: translateX(-50%) translateY(-50%);*/
  transform: translate3d(0, 0, 0);
  mix-blend-mode: soft-light;
  opacity: 0.25;
  will-change: transform;
  pointer-events: none;
  /*mask-image: linear-gradient(180deg, rgba(0, 0, 0, 1), transparent);*/
  -webkit-mask-image: linear-gradient(
    0deg,
    transparent 33%,
    rgba(0, 0, 0, 1) 100%
  );
  mask-image: linear-gradient(0deg, transparent 33%, rgba(0, 0, 0, 1) 100%);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

@media screen and (min-width: 992px) {
  #goldParticles {
    opacity: 0.5;
    min-height: 100%;
    height: auto;
  }
}

#goldStreaks {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transform: translateX(-50%) translateY(-50%);
  transform: translate3d(0, 0, 0);
  mix-blend-mode: soft-light;
  mask-image: linear-gradient(to top, transparent 0%, #000000 10%);
  -webkit-mask-image: linear-gradient(to top, transparent 0%, #000000 10%);
  opacity: 1;
  will-change: transform;
}

@media screen and (min-width: 992px) {
  #goldStreaks {
    top: 0;
    left: 0;
    min-width: 100%;
    z-index: -1;
    /*transform: translateX(-50%) translateY(-50%);*/
    opacity: 1;
    will-change: transform;
  }
}

@media screen and (min-width: 1200px) {
  #goldStreaks {
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 90vh;
    width: auto;
    height: auto;
    z-index: -1;
    /*transform: translateX(-50%) translateY(-50%);*/
    opacity: 1;
    will-change: transform;
  }
}

.sticky-side-menu-1 {
  /*mix-blend-mode: screen;*/
}

.lower-overlay {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-image: url(../images/wave1/lower-overlay.png);
  background-size: 100% auto;
  pointer-events: none;
  user-select: none;
}

.gold-particles {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 2;
  /*transform: translateX(-50%) translateY(-50%);*/
  transform: translate3d(0, 0, 0);
  mix-blend-mode: screen;
  opacity: 1;
  will-change: transform;
}

.gold-particles iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

#signInTimer {
  display: none;
  background-color: rgba(0, 0, 0, 0.9);
  color: white;
  width: 100%;
  left: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999;
  text-align: center;
  padding: 2rem 1rem;
}

#signInSeconds {
  font-size: 3rem;
  color: yellow;
}

#questComplete {
  display: none;
  font-size: 2rem;
}

.falling-petal {
  position: absolute;
  /*top: 0;
	left: 0;
	right: 0;
	bottom: 0;*/
  z-index: 104;
  pointer-events: none;
  user-select: none;
  width: 100%;
  height: 100svh;
  overflow-x: clip;
  z-index: 3;
}

.dot {
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(../images/wave1/lightstreak.png);
  background-size: 100% 100%;
  pointer-events: none;
  user-select: none;
}

@media (max-width: 992px) {
  .dot {
    width: 16px;
    height: 16px;
  }
}

.falling-coins {
  display: block;
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  user-select: none;
  /*perspective: 500px;*/
  overflow: hidden;
  --coin-size: 40px;
}

@media screen and (min-width: 992px) {
  .falling-coins {
    display: block;
    --coin-size: 100px;
  }
}

.falling-coins > div {
  top: -100px;
  position: absolute;
  pointer-events: none;
  user-select: none;

  /*animation: coinFalling 3s linear infinite;*/
}

@keyframes coinFalling {
  from {
    transform: translateY(0px);
  }

  to {
    transform: translateY(110vh);
  }
}

.falling-coins > div:nth-child(1) {
  left: 5%;
  width: calc(var(--coin-size) - 10px);
  height: calc(var(--coin-size) - 10px);
  animation: coinFalling 3s linear infinite;
  animation-delay: 0s;
}

.falling-coins > div:nth-child(2) {
  left: 25%;
  width: calc(var(--coin-size) + 10px);
  height: calc(var(--coin-size) + 10px);
  animation: coinFalling 5.5s linear infinite;
  animation-delay: 3.5s;
}

.falling-coins > div:nth-child(3) {
  left: 40%;
  width: calc(var(--coin-size) - 10px);
  height: calc(var(--coin-size) - 10px);
  animation: coinFalling 4s linear infinite;
  animation-delay: 2s;
}

.falling-coins > div:nth-child(4) {
  right: 5%;
  width: calc(var(--coin-size) + 0px);
  height: calc(var(--coin-size) + 0px);
  animation: coinFalling 6s linear infinite;
  animation-delay: 0s;
}

.falling-coins > div:nth-child(5) {
  right: 25%;
  width: calc(var(--coin-size) + 10px);
  height: calc(var(--coin-size) + 10px);
  animation: coinFalling 3.5s linear infinite;
  animation-delay: 3.5s;
}

.falling-coins > div:nth-child(6) {
  right: 40%;
  width: calc(var(--coin-size) - 10px);
  height: calc(var(--coin-size) - 10px);
  animation: coinFalling 4.5s linear infinite;
  animation-delay: 1.5s;
}

.falling-coins > div > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  user-select: none;
  background-image: url(../images/wave1/coin.png);
  background-size: contain;
  animation: coinRotation 2s linear infinite;
}

.falling-coins > div:nth-child(1) > span {
  animation: coinRotationReverse 1s linear infinite;
}

.falling-coins > div:nth-child(2) > span {
  animation: coinRotation 1.5s linear infinite;
}

.falling-coins > div:nth-child(3) > span {
  animation: coinRotationReverse 2s linear infinite;
}

.falling-coins > div:nth-child(4) > span {
  animation: coinRotation 2s linear infinite;
}

.falling-coins > div:nth-child(5) > span {
  animation: coinRotationReverse 2s linear infinite;
}

.falling-coins > div:nth-child(6) > span {
  animation: coinRotation 1.5s linear infinite;
}

@keyframes coinRotation {
  from {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(-180deg);
    filter: hue-rotate(0deg);
  }

  to {
    transform: rotateX(0deg) rotateY(360deg) rotateZ(180deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes coinRotationReverse {
  from {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(180deg);
    filter: hue-rotate(0deg);
  }

  to {
    transform: rotateX(0deg) rotateY(360deg) rotateZ(-180deg);
    filter: hue-rotate(360deg);
  }
}

.falling-petals {
  display: block;
  position: absolute;
  /*z-index: 104;*/
  width: 100%;
  height: 100vh;
  /*height: 100svh;*/

  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  user-select: none;
  /*perspective: 500px;*/
  overflow: hidden;
  --coin-size: 16px;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
  /*opacity: 0.5;*/
}

.falling-petals-mirror {
  height: 90vh;
  top: 10vh;
  transform: scale(-1, 1);
}

@media screen and (min-width: 992px) {
  .falling-petals {
    display: block;
    --coin-size: 150px;
  }
}

.falling-petals > div {
  top: -100px;
  position: absolute;
  pointer-events: none;
  user-select: none;
  opacity: 0;
  animation: coinFalling 3s linear infinite;
}

@keyframes petalsFalling {
  from {
    transform: translateY(0px);
    opacity: 1;
  }

  to {
    transform: translateY(110vh);
    opacity: 1;
  }
}

.falling-petals > div:nth-child(1) {
  left: 10%;
  width: calc(var(--coin-size) - 10px);
  height: calc(var(--coin-size) - 10px);
  animation: petalsFalling 5s linear infinite;
  animation-delay: 0s;
}

.falling-petals > div:nth-child(2) {
  left: 25%;
  width: calc(var(--coin-size) + 10px);
  height: calc(var(--coin-size) + 10px);
  animation: petalsFalling 7.5s linear infinite;
  animation-delay: 3.5s;
}

.falling-petals > div:nth-child(3) {
  left: 40%;
  width: calc(var(--coin-size) - 10px);
  height: calc(var(--coin-size) - 10px);
  animation: petalsFalling 6s linear infinite;
  animation-delay: 2s;
}

.falling-petals > div:nth-child(4) {
  right: 5%;
  width: calc(var(--coin-size) + 0px);
  height: calc(var(--coin-size) + 0px);
  animation: petalsFalling 8s linear infinite;
  animation-delay: 0s;
}

.falling-petals > div:nth-child(5) {
  right: 20%;
  width: calc(var(--coin-size) + 10px);
  height: calc(var(--coin-size) + 10px);
  animation: petalsFalling 5.5s linear infinite;
  animation-delay: 3.5s;
}

.falling-petals > div:nth-child(6) {
  right: 35%;
  width: calc(var(--coin-size) - 10px);
  height: calc(var(--coin-size) - 10px);
  animation: petalsFalling 6.5s linear infinite;
  animation-delay: 3.3s;
}

.falling-petals > div:nth-child(7) {
  left: 30%;
  width: calc(var(--coin-size) - 10px);
  height: calc(var(--coin-size) - 10px);
  animation: petalsFalling 5s linear infinite;
  animation-delay: 1.6s;
}

.falling-petals > div:nth-child(8) {
  left: 8%;
  width: calc(var(--coin-size) + 10px);
  height: calc(var(--coin-size) + 10px);
  animation: petalsFalling 9.5s linear infinite;
  animation-delay: 4.2s;
}

.falling-petals > div:nth-child(9) {
  left: 21%;
  width: calc(var(--coin-size) - 10px);
  height: calc(var(--coin-size) - 10px);
  animation: petalsFalling 6s linear infinite;
  animation-delay: 2.8s;
}

.falling-petals > div:nth-child(10) {
  right: 29%;
  width: calc(var(--coin-size) + 0px);
  height: calc(var(--coin-size) + 0px);
  animation: petalsFalling 8s linear infinite;
  animation-delay: 0.2s;
}

.falling-petals > div:nth-child(11) {
  right: 3%;
  width: calc(var(--coin-size) + 10px);
  height: calc(var(--coin-size) + 10px);
  animation: petalsFalling 10.5s linear infinite;
  animation-delay: 1.5s;
}

.falling-petals > div:nth-child(12) {
  right: 36%;
  width: calc(var(--coin-size) - 10px);
  height: calc(var(--coin-size) - 10px);
  animation: petalsFalling 7.5s linear infinite;
  animation-delay: 3.2s;
}

.falling-petals > div > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  user-select: none;
  background-image: url(../images/wave1/cash-08.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: petalsRotation 2s linear infinite;
}

.falling-petals > div:nth-child(1) > span {
  animation: petalsRotationReverse 2s linear infinite;
}

.falling-petals > div:nth-child(2) > span {
  animation: petalsRotation 3.5s linear infinite;
}

.falling-petals > div:nth-child(3) > span {
  animation: petalsRotationReverse 4s linear infinite;
}

.falling-petals > div:nth-child(4) > span {
  animation: petalsRotation 2s linear infinite;
}

.falling-petals > div:nth-child(5) > span {
  animation: petalsRotationReverse 2s linear infinite;
}

.falling-petals > div:nth-child(6) > span {
  animation: petalsRotation 1.5s linear infinite;
}

.falling-petals > div:nth-child(7) > span {
  animation: petalsRotationReverse 3s linear infinite;
}

.falling-petals > div:nth-child(8) > span {
  animation: petalsRotation 1.5s linear infinite;
}

.falling-petals > div:nth-child(9) > span {
  animation: petalsRotationReverse 2s linear infinite;
}

.falling-petals > div:nth-child(10) > span {
  animation: petalsRotation 4s linear infinite;
}

.falling-petals > div:nth-child(11) > span {
  animation: petalsRotationReverse 2s linear infinite;
}

.falling-petals > div:nth-child(12) > span {
  animation: petalsRotation 1.5s linear infinite;
}

@keyframes petalsRotation {
  from {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(-180deg);
    filter: hue-rotate(0deg);
  }

  to {
    transform: rotateX(0deg) rotateY(360deg) rotateZ(180deg);
    filter: hue-rotate(0deg);
  }
}

@keyframes petalsRotationReverse {
  from {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(180deg);
    filter: hue-rotate(0deg);
  }

  to {
    transform: rotateX(0deg) rotateY(360deg) rotateZ(-180deg);
    filter: hue-rotate(0deg);
  }
}

#tsparticles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50vw;
  /*height: 300px;*/
  transform: translate3d(0, 0, 0);
  display: block;
  opacity: 1;
  transition: opacity 0.5s ease;
  background-color: rgba(0, 0, 0, 0);
  z-index: 999;
  pointer-events: none;
  mix-blend-mode: color-dodge;
  transform: scale(1);
  will-change: transform;
}

@media screen and (min-width: 992px) {
  #tsparticles {
    top: 0;
    left: 0;
    width: 100%;
    height: 70vh;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.5s ease;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none;
    mix-blend-mode: color-dodge;
    will-change: transform;
  }
}

.tsparticles-wrapper.out-viewport #tsparticles {
  /*display: none;*/
  opacity: 0;
}

.position-relative {
  -webkit-transform: translate3d(0, 0, 0);
  /*force hardware acceleration*/
}

body.loaded.modal-open * {
  animation-play-state: paused;
}

.bg-red {
  background-color: #d63829;
}

.bg-green {
  background-color: #567050;
}

.bg-gold {
  background-color: #a38a4f;
}

.bg-brown {
  background-color: #c22c2b;
}

.loading {
  position: fixed;

  /*background-color: #c43e30;
  background-image: url("https://www.transparenttextures.com/patterns/checkered-pattern.png");*/

  background-color: transparent;

  /*backdrop-filter: blur(200px) brightness(90%);
  -webkit-backdrop-filter: blur(200px) brightness(90%);*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

  z-index: 10000;
  transition: all 1s ease-out;
  user-select: none;
  pointer-events: none;
}

.loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: block;
  border-top: 3px solid #fff;
  border-right: 3px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  will-change: transform;
  /*transform: translateZ(0);*/
}

@keyframes rotation {
  from {
    transform: rotate(-360deg);
  }

  to {
    transform: rotate(360deg);
  }
}

a:link,
a:visited,
a:focus,
a:hover,
a:active {
  text-decoration: none;
  color: #fff;
}

a:focus-visible {
  outline: none;
  box-shadow: none;
}

body {
  background-color: transparent !important;
}

body.wave1 {
  background-color: transparent !important;
}

.new_glow {
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: screen;
}

.main-section.wave1 {
  position: relative;
  /* 	overflow: clip; */
  background-color: transparent;
  background-image: url(../images/wave1/mobile/bg-repeat_03.jpg),
    url(../images/wave1/mobile/bg-repeat_02.jpg);
  background-position: bottom center, top -100px center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% auto, 100% 100%;
}

#navBar {
  /*mix-blend-mode: color-dodge;
	background-color: red;*/
  /* max-width: 1280px; */
  margin: 0 auto;
}

#navBar .btn-nav {
  /*isolation: isolate;*/
  max-width: 40%;
}

@media screen and (min-width: 768px) {
  #navBar .btn-nav {
    max-width: 25%;
  }
  .main-section.wave1 {
    position: relative;
    /* 	overflow: clip; */
    background-color: transparent;
    background-image: url(../images/wave1/mobile/bg-repeat_03.jpg),
      url(../images/wave1/mobile/bg-repeat_02.jpg);
    background-position: bottom center, top -200px center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% auto;
  }
}

@media screen and (min-width: 992px) {
  #navBar .btn-nav {
    /*isolation: isolate;
		max-width: initial;*/
    max-width: 21.5%;
  }

  #navBar {
    /*mix-blend-mode: color-dodge;
		background-color: red;*/
    margin: 0 auto 5rem auto;
  }

  #Btn1,
  #Btn3 {
    transform: translateY(0) scale(1);
  }

  #Btn2,
  #Btn4 {
    transform: scale(1);
    margin-top: 0;
  }

  .main-section.wave1 {
    background-image: url(../images/wave1/bg-repeat_03.jpg),
      url(../images/wave1/bg-repeat_02.jpg);
    background-position: bottom center, top -270px center;
    background-repeat: no-repeat, no-repeat;
    background-size: 100% auto, 100% 100%;
  }
}

@media screen and (min-width: 1200px) {
  #navBar .btn-nav {
    /*isolation: isolate;
		max-width: initial;*/
    max-width: 22.5%;
  }
}

.landing-bg {
  width: 100%;
  position: relative;
  overflow-x: clip;
}

.wave1 .landing-logo {
  width: 80%;
  top: 10%;
  left: 16.5%;
  position: absolute;
  opacity: 0;
  /* 建議初始設為隱藏，配合動畫淡入 */
  /* filter: drop-shadow(0 0 1px rgba(255, 255, 255, 1)) drop-shadow(0 0 1.5px rgba(255, 255, 255, 1)) drop-shadow(0 0 2px rgba(223, 231, 210, 1)) drop-shadow(0 0 3px rgb(223, 231, 210, 1)) drop-shadow(0 0 4px rgb(223, 231, 210, 0.8)); */
}

.wave1 .landing-viva-logo {
  position: absolute;
  width: 15%;
  top: -15%;
  left: 2%;
  animation: swing 3s ease-in-out infinite;
  animation-delay: 1s;
  /* animation: landingLogo 1s ease-in-out forwards;
	animation-delay: 1s; 
	opacity: 1; */
  /*filter: drop-shadow(0 0 15px rgba(0,0,0,0.5));*/
}

@media screen and (min-width: 768px) {
  .wave1 .landing-logo {
    width: 70%;
    top: 6%;
    left: 18%;
    opacity: 0;
    /* 建議初始設為隱藏，配合動畫淡入 */
    filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.5));
  }
}

@media screen and (min-width: 992px) {
  .wave1 .landing-logo {
    width: 38.375%;
    top: 10%;
    left: 20.5%;
    opacity: 0;
  }

  .wave1 .landing-viva-logo {
    width: 11%;
    top: -16.8%;
    left: 6%;
    /*filter: drop-shadow(0 0 15px rgba(0,0,0,0.5));*/
  }
}

@media screen and (min-width: 1200px) {
  .wave1 .landing-logo {
    width: 43.375%;
    top: 10%;
    left: 27.5%;
    opacity: 0;
  }

  .wave1 .landing-viva-logo {
    width: 11%;
    top: -16.8%;
    left: 6%;
    /*filter: drop-shadow(0 0 15px rgba(0,0,0,0.5));*/
  }
}

@keyframes swing {
  0% {
    transform: translateX(-5px);
  }

  50% {
    transform: translateX(5px);
  }

  100% {
    transform: translateX(-5px);
  }
}
.animation-text-fade {
  opacity: 0;
  /* 移除所有 -webkit-mask 屬性 */

  /* 保持 4.5s 緩慢漸顯，forwards 保持結束狀態 */
  animation: text-fade-in 4.5s ease-in-out forwards;
}

.animation-text-fade.animate-in {
  animation-name: text-fade-in; /* 改為對應的 Fade In 動畫名稱 */
  animation-duration: 4.5s;
  /* ease-out 讓動畫由快到慢，結尾更柔和 */
  animation-timing-function: ease-out;
  animation-iteration-count: 1;
  /* 只跑一次 */
  animation-fill-mode: forwards;
  /* 動畫結束後，保持 opacity: 1 */
}

/* === 全新淡入動畫 (Fade In Keyframes) === */
@keyframes text-fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.animation-text-wipe {
  opacity: 0;
  -webkit-mask-image: url("../images/wave1/mask.png");
  /* 保持 500% 不要動，確保遮罩長度足以覆蓋長標題 */
  -webkit-mask-size: 500% 500%;
  -webkit-mask-repeat: no-repeat;

  /* 增加到 4.5s 讓毛筆感更優雅，forwards 保持結束狀態 */
  animation: text-wipe 4.5s ease-in-out forwards;
}

.animation-text-wipe.animate-in {
  animation-name: text-wipe;
  animation-duration: 4.5s;
  /* 4.5秒是非常優雅、緩慢的書寫感 */
  animation-timing-function: ease-out;
  /* 改成由快到慢，更有運筆感 */
  animation-iteration-count: 1;
  /* 只跑一次 */
  animation-fill-mode: forwards;
  /* 動畫結束後，停在 100% 的樣子 */
}

@keyframes text-wipe {
  0% {
    opacity: 0;
    -webkit-mask-position: 100% 100%;
  }

  49% {
    opacity: 1;
    -webkit-mask-position: 90% 90%;
    -webkit-mask-image: url("../images/wave1/mask.png");
    /* 保持遮罩 */
  }

  99% {
    opacity: 1;
    -webkit-mask-position: 70% 70%;
    -webkit-mask-image: url("../images/wave1/mask.png");
    /* 保持遮罩 */
  }

  100% {
    opacity: 1;
    -webkit-mask-image: none;
    /* 關鍵：最後一格直接拔掉遮罩 */
    -webkit-mask-position: 0% 0%;
  }
}

.animation-text-wipe-m {
  opacity: 0;
  -webkit-mask-image: url("../images/wave1/mask.png");
  /* 保持 500% 不要動，確保遮罩長度足以覆蓋長標題 */
  -webkit-mask-size: 500% 500%;
  -webkit-mask-repeat: no-repeat;

  /* 增加到 4.5s 讓毛筆感更優雅，forwards 保持結束狀態 */
  animation: text-wipe-m 4.5s ease-in-out forwards;
}

.animation-text-wipe-m.animate-in-m {
  animation-name: text-wipe-m;
  animation-duration: 4.5s;
  /* 4.5秒是非常優雅、緩慢的書寫感 */
  animation-timing-function: ease-out;
  /* 改成由快到慢，更有運筆感 */
  animation-iteration-count: 1;
  /* 只跑一次 */
  animation-fill-mode: forwards;
  /* 動畫結束後，停在 100% 的樣子 */
}

.anim-delay-1 {
  animation-delay: 0s;
}

.anim-delay-2 {
  animation-delay: 1.5s;
}

.anim-delay-3 {
  animation-delay: 2.75s;
}

/**
 * Safari has issues if you try to animate
 * mask-size, so we set that on the element
 * and only translate the position.
 */

@keyframes text-wipe-m {
  0% {
    opacity: 0;
    -webkit-mask-position: 100% 100%;
  }

  49% {
    opacity: 1;
    -webkit-mask-position: 90% 90%;
    -webkit-mask-image: url("../images/wave1/mask.png");
    /* 保持遮罩 */
  }

  99% {
    opacity: 1;
    -webkit-mask-position: 70% 70%;
    -webkit-mask-image: url("../images/wave1/mask.png");
    /* 保持遮罩 */
  }

  100% {
    opacity: 1;
    -webkit-mask-image: none;
    /* 關鍵：最後一格直接拔掉遮罩 */
    -webkit-mask-position: 0% 0%;
  }
}
.drop-shadow {
  filter: drop-shadow(5px 25px 10px rgba(0, 0, 0, 0.75));
}
.cloud {
  position: absolute;
  top: 32%;
  left: 58%;
  width: 37.5%;
  /* filter: drop-shadow(5px 35px 8px rgba(0,0,0,0.55)); */
}

@media screen and (min-width: 768px) {
  .cloud {
    top: 25.5%;
    left: 55.5%;
    width: 37.5%;
  }
}

@media screen and (min-width: 992px) {
  .cloud {
    top: 20%;
    left: 46%;
    width: 7.5%;
    /* filter: drop-shadow(5px 35px 8px rgba(0,0,0,0.55)); */
  }
}

@media screen and (min-width: 1200px) {
  .cloud {
    top: 33%;
    left: 50%;
    width: 22.5%;
    /* filter: drop-shadow(5px 35px 8px rgba(0,0,0,0.55)); */
  }
}
.wave1 .section-title-a-overlay,
.wave1 .section-title-b-overlay,
.wave1 .section-title-c-overlay,
.wave1 .section-title-d-overlay,
.wave1 .section-title-e-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  mix-blend-mode: screen;
  will-change: transform;
  opacity: 0;
  background: linear-gradient(
    60deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 45%,
    rgb(250, 226, 226) 50%,
    rgba(255, 255, 255, 0) 55%,
    rgba(255, 255, 255, 0) 100%
  );
  background-size: 200% 200%;
  background-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  animation: landingLogoTitleOverlay 3s ease infinite;
  opacity: 0;
}

.wave1 .section-title-a-overlay {
  -webkit-mask-image: url(../images/wave1/section-title-a.png);
  mask-image: url(../images/wave1/section-title-a.png);
}

.wave1 .section-title-b-overlay {
  -webkit-mask-image: url(../images/wave1/section-title-b.png);
  mask-image: url(../images/wave1/section-title-b.png);
}

.wave1 .section-title-c-overlay {
  -webkit-mask-image: url(../images/wave1/section-title-c.png);
  mask-image: url(../images/wave1/section-title-c.png);
}

.wave1 .section-title-d-overlay {
  -webkit-mask-image: url(../images/wave1/section-title-d.png);
  mask-image: url(../images/wave1/section-title-d.png);
}

.wave1 .section-title-e-overlay {
  -webkit-mask-image: url(../images/wave1/section-title-e.png);
  mask-image: url(../images/wave1/section-title-e.png);
}

.wave1 .landing-logo-text-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  mix-blend-mode: screen;
  will-change: transform;
  opacity: 0;
  background: linear-gradient(
    60deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0) 45%,
    rgb(250, 226, 226) 50%,
    rgba(255, 255, 255, 0) 55%,
    rgba(255, 255, 255, 0) 100%
  );
  background-size: 200% 200%;
  background-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  animation: landingLogoTextOverlay 1s ease infinite;
  -webkit-mask-image: url(../images/wave1/landing-logo-text-overlay.png);
  mask-image: url(../images/wave1/landing-logo-text-overlay.png);
}

@keyframes landingLogoTitleOverlay {
  from {
    background-position: 100% 0%;
  }

  to {
    background-position: -100% 0%;
  }
}

@keyframes landingPopup {
  0% {
    transform: scale(0);
  }

  5%,
  10% {
    transform: scale(0.9) rotate(-3deg);
  }

  15%,
  25%,
  35%,
  45% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  20%,
  30%,
  40% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  50% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.wave1 .left-trapeze {
  display: none;
  position: absolute;
  left: 0%;
  top: -12%;
  width: 18%;
  transform-origin: 66% 0%;
  animation: leftTrapeze 5s ease-in-out infinite;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.75));
}

@keyframes leftTrapeze {
  0% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  50% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
}

@media screen and (min-width: 992px) {
  .wave1 .left-trapeze {
    display: block;
    position: absolute;
    left: 14%;
    top: -12%;
    width: 14%;
    transform-origin: 66% 0%;
    animation: leftTrapeze 5s ease-in-out infinite;
  }

  @keyframes leftTrapeze {
    0% {
      transform: rotate3d(0, 0, 1, 5deg);
    }

    50% {
      transform: rotate3d(0, 0, 1, -5deg);
    }

    100% {
      transform: rotate3d(0, 0, 1, 5deg);
    }
  }
}

.wave1 .right-trapeze {
  position: absolute;
  right: 0%;
  top: -7%;
  width: 24%;
  transform-origin: 66% 0%;
  animation: rightTrapeze 5s ease-in-out infinite;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.75));
}

@keyframes rightTrapeze {
  0% {
    transform: rotate3d(0, 0, 1, -15deg);
  }

  50% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, -15deg);
  }
}

@media screen and (min-width: 992px) {
  .wave1 .right-trapeze {
    position: absolute;
    right: 8%;
    top: -7%;
    width: 16%;
    transform-origin: 66% 0%;
    animation: rightTrapeze 5s ease-in-out infinite;
  }

  @keyframes rightTrapeze {
    0% {
      transform: rotate3d(0, 0, 1, -15deg);
    }

    50% {
      transform: rotate3d(0, 0, 1, 15deg);
    }

    100% {
      transform: rotate3d(0, 0, 1, -15deg);
    }
  }
}

.wave1 .left-acrobat {
  position: absolute;
  left: -5%;
  top: 25%;
  width: 32%;
  transform-origin: 50% 100%;
  animation: leftAcrobat 6s ease-in-out forwards;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.75));
}

@keyframes leftAcrobat {
  0% {
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    transform: translate3d(0%, 0, 0);
  }
}

@media screen and (min-width: 992px) {
  .wave1 .left-acrobat {
    position: absolute;
    left: 3%;
    top: 20%;
    width: 16%;
    transform-origin: 50% 100%;
    animation: leftAcrobat 6s ease-in-out forwards;
  }

  @keyframes leftAcrobat {
    0% {
      transform: translate3d(-100%, 0, 0);
    }

    100% {
      transform: translate3d(0%, 0, 0);
    }
  }
}

.wave1 .left-acrobat-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  transform-origin: 50% 100%;
  animation: leftAcrobatInner 2s ease-in-out infinite;
}

.wave1 .left-acrobat-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: 24%;
  left: -10%;
  width: 60%;
  padding-top: 60%;
  background-image: url(../images/wave1/hula-hoop.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: hulaHoop 10s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes hulaHoop {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes leftAcrobatInner {
  0% {
    transform: rotate3d(0, 0, 1, 0deg);
  }

  50% {
    transform: rotate3d(0, 0, 1, 3deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.wave1 .right-acrobat {
  position: absolute;
  right: -5%;
  top: 8%;
  width: 36%;
  transform-origin: 66% 0%;
  animation: rightAcrobat 5s ease-in-out forwards;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.75));
}

@keyframes rightAcrobat {
  0% {
    transform: translate3d(100%, 0, 0);
  }

  100% {
    transform: translate3d(0%, 0, 0);
  }
}

@media screen and (min-width: 992px) {
  .wave1 .right-acrobat {
    position: absolute;
    right: 2%;
    top: 20%;
    width: 18%;
    transform-origin: 66% 0%;
    animation: rightAcrobat 5s ease-in-out forwards;
  }

  @keyframes rightAcrobat {
    0% {
      transform: translate3d(100%, 0, 0);
    }

    100% {
      transform: translate3d(0%, 0, 0);
    }
  }
}

.wave1 .right-acrobat-inner {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  animation: rightAcrobatInner 2s ease-in-out infinite;
  transform-origin: 50% 50%;
}

@keyframes rightAcrobatInner {
  0% {
    transform: rotate3d(0, 0, 1, -3deg);
  }

  50% {
    transform: rotate3d(0, 0, 1, 3deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, -3deg);
  }
}

.wave1 .right-acrobat-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: -8%;
  left: 34%;
  width: 66%;
  padding-top: 66%;
  background-image: url(../images/wave1/gold-coins.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  animation: goldCoins 2s ease-in-out infinite;
  transform-origin: 50% 50%;
}

@keyframes goldCoins {
  0% {
    transform: rotate3d(0, 0, 1, 3deg);
  }

  50% {
    transform: rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, 3deg);
  }
}

.wave1 .landing-hat {
  position: absolute;
  top: 60%;
  right: 0%;
  width: 25%;
  animation: landingHat 8s ease-in-out infinite;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.75));
}

@keyframes landingHat {
  0% {
    transform: rotate3d(0, 0, 1, -20deg);
  }

  50% {
    transform: rotate3d(0, 0, 1, -30deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, -20deg);
  }
}

@media screen and (min-width: 992px) {
  .wave1 .landing-hat {
    position: absolute;
    top: 51%;
    right: 16%;
    width: 15%;
    animation: landingHat 8s ease-in-out infinite;
  }

  @keyframes landingHat {
    0% {
      transform: rotate3d(0, 0, 1, -20deg);
    }

    50% {
      transform: rotate3d(0, 0, 1, -30deg);
    }

    100% {
      transform: rotate3d(0, 0, 1, -20deg);
    }
  }
}

.wave1 .small-dove {
  position: absolute;
  top: 27%;
  left: 36%;
  width: 5%;
  animation: smallDove 5s ease-in-out infinite;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.75));
}

@keyframes smallDove {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(5px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

.wave1 .big-dove {
  position: absolute;
  top: 0%;
  left: -4%;
  width: 26%;
  animation: bigDove 5s ease-in-out infinite;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.75));
}

@keyframes bigDove {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(15px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@media screen and (min-width: 992px) {
  .wave1 .big-dove {
    position: absolute;
    top: 42%;
    left: 15%;
    width: 14%;
    animation: bigDove 5s ease-in-out infinite;
  }

  @keyframes bigDove {
    0% {
      transform: translateY(0) rotate(0deg);
    }

    50% {
      transform: translateY(15px) rotate(0deg);
    }

    100% {
      transform: translateY(0) rotate(0deg);
    }
  }
}

.wave1 .shopping-bag {
  position: absolute;
  top: 6%;
  left: 8%;
  width: 16%;
  animation: shoppingBag 5s ease-in-out infinite;
  transform-origin: 20% 0%;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.75));
}

@keyframes shoppingBag {
  0% {
    transform: translateY(0) rotate(0deg);
  }

  50% {
    transform: translateY(15px) rotate(15deg);
  }

  100% {
    transform: translateY(0) rotate(0deg);
  }
}

@media screen and (min-width: 992px) {
  .wave1 .shopping-bag {
    position: absolute;
    top: 47%;
    left: 22%;
    width: 9%;
    animation: shoppingBag 5s ease-in-out infinite;
    transform-origin: 20% 0%;
  }

  @keyframes shoppingBag {
    0% {
      transform: translateY(0) rotate(0deg);
    }

    50% {
      transform: translateY(15px) rotate(15deg);
    }

    100% {
      transform: translateY(0) rotate(0deg);
    }
  }
}

@media screen and (min-width: 992px) {
  .wave1 .landing-balloon {
    position: absolute;
    top: 3%;
    left: 9%;
    width: 4%;
    filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.75));
    animation: landingBalloon 6s ease-in-out infinite;
  }

  @keyframes landingBalloon {
    0% {
      transform: translateY(0);
    }

    50% {
      transform: translateY(10px);
    }

    100% {
      transform: translateY(0);
    }
  }
}

.primary-section-group,
.secondary-banner {
  width: 100%;
  /*overflow: hidden;*/
}

[class*="primary-btn-"] {
  transform: translateY(0px);

  transition: all 0.2s ease;
  position: relative;
}

[class*="primary-btn-"] picture {
  filter: brightness(100%);
}

[class*="primary-btn-"]:hover {
  transform: translateY(0px);

  transition: all 0.2s ease;
}

[class*="primary-btn-"]:hover picture {
  filter: brightness(110%) drop-shadow(0 0 5px rgba(248, 207, 1, 0.5));
}

/* #swpPrimaryBtn8 {
	width: 70%;
	left: 0;
	overflow: clip;
} */
.primary-btn-1 {
  margin-top: -5rem;
  width: 28%;
  left: 2%;
}

#swpPrimaryBtn2 {
  margin-top: -2.5rem;
  width: 40%;
  left: 0%;
}

.primary-btn-3 {
  margin-top: -5rem;
  width: 28%;
  right: 1%;
}

.primary-btn-4 {
  margin-top: 0;
  margin: 2% auto;
  width: 70%;
}
.primary-btn-5 {
  margin-top: 0;
  margin: 2% auto;
  width: 70%;
}

#swpPrimaryBtn6 {
  width: 32.5%;
  overflow: visible;
}

.primary-btn-7 {
  margin-top: 0;
  width: 33.3%;
  right: -1.5%;
}
.primary-btn-8 {
  margin-top: 0;
  width: 33.3%;
  right: -1.5%;
}

#swpPrimaryBtn6:after,
#swpPrimaryBtn7:after,
#swpPrimaryBtn8:after {
  content: "";
  display: block;
  position: absolute;
  top: -55%;
  left: 50%;
  width: 100%;
  padding-top: 100%;
  /* background-image: url(../images/wave1/lens-flare.png); */
  background-size: 100% 100%;
  mix-blend-mode: lighten;
  z-index: 3;
  pointer-events: none;
  user-select: none;
  animation: lensFlare 30s linear infinite;
}

@keyframes lensFlare {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media screen and (min-width: 768px) {
  .primary-btn-1 {
    margin-top: -5rem;
    width: 25%;
    left: 2.5%;
  }

  #swpPrimaryBtn2 {
    margin-top: 0rem;
    width: 35%;
    left: 4%;
  }

  .primary-btn-3 {
    margin-top: -5rem;
    width: 30%;
    right: -5.5%;
  }

  .primary-btn-4 {
    margin-top: 0;
    margin: 2% auto;
    width: 70%;
  }
  .primary-btn-5 {
    margin-top: 0;
    margin: 2% auto;
    width: 70%;
  }

  #swpPrimaryBtn6 {
    width: 32.5%;
    overflow: visible;
  }

  .primary-btn-7 {
    margin-top: 0;
    width: 33.3%;
    right: -1.5%;
  }
  .primary-btn-8 {
    margin-top: 0;
    width: 33.3%;
    right: -1.5%;
  }
}

@media screen and (min-width: 992px) {
  .primary-btn-1 {
    margin-top: -5rem;
    width: 20%;
    left: 22.5%;
  }

  #swpPrimaryBtn2 {
    margin-top: 0rem;
    width: 30%;
    left: 23.85%;
  }

  .primary-btn-3 {
    margin-top: -5rem;
    width: 25%;
    right: -25.5%;
  }
  .primary-btn-4 {
    margin-top: 0;
    margin: 2% auto;
    width: 45%;
  }
  .primary-btn-5 {
    margin-top: 0;
    margin: 2% auto;
    width: 45%;
  }

  #swpPrimaryBtn6 {
    width: 32.5%;
    overflow: visible;
  }

  .primary-btn-7 {
    margin-top: 0;
    width: 33.3%;
    right: -1.5%;
  }
  .primary-btn-8 {
    margin-top: 0;
    width: 33.3%;
    right: -1.5%;
  }
}
@media screen and (min-width: 1200px) {
  .primary-btn-1 {
    margin-top: -5rem;
    width: 20%;
    left: 21.5%;
  }

  #swpPrimaryBtn2 {
    margin-top: 0rem;
    width: 30%;
    left: 22.5%;
  }

  .primary-btn-3 {
    margin-top: -5rem;
    width: 25%;
    right: -23.5%;
  }

  .primary-btn-4 {
    margin-top: 0;
    margin: 2% auto;
    width: 45%;
  }
  .primary-btn-5 {
    margin-top: 0;
    margin: 2% auto;
    width: 45%;
  }

  #swpPrimaryBtn6 {
    width: 32.5%;
    overflow: visible;
  }

  .primary-btn-7 {
    margin-top: 0;
    width: 33.3%;
    right: -1.5%;
  }
  .primary-btn-8 {
    margin-top: 0;
    width: 33.3%;
    right: -1.5%;
  }
}

/*[class*="primary-btn-"] {
	position: relative;
	transition: all .2s ease;
}*/
#ecOnly {
  width: 100%;
  position: relative;
  background-image: url(../images/wave1/mobile/bg-econly.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 50% 8% 15% 8%;
  margin-bottom: 3rem;
}

#ecOnly .btn-nav-group {
  column-gap: 0.5rem;
}

#ecOnly .oneday-timer {
  position: absolute;
  top: 4.6%;
  left: 3rem;
  width: calc(100% - 6rem);
  transform: scale(0.75);
}

@media screen and (min-width: 992px) {
  #ecOnly {
    width: 100%;
    position: relative;
    background-image: url(../images/wave1/bg-econly.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding: 21% 8% 15% 8%;
  }

  #ecOnly .btn-nav-group {
    column-gap: 3rem;
  }

  #ecOnly .oneday-timer {
    position: absolute;
    top: 15.3%;
    left: 50%;
    width: 28rem;
    transform: scale(1);
  }
}

@media screen and (min-width: 2500px) {
  #ecOnly {
    padding: 16% 8% 13% 8%;
  }

  #ecOnly .oneday-timer {
    position: absolute;
    top: 15.3%;
    left: 50%;
    width: 28rem;
    transform: scale(1);
  }
}

#ecOnly .btn-nav {
  max-width: 22%;
}

#ecOnly .btn-nav.active img:first-child {
  display: none;
}

#ecOnly .btn-nav.active img:last-child {
  display: block;
}

#ecOnly .btn-nav:hover {
  /*transform: scale(1.1);*/
}

.btn-nav-group .btn-nav img {
  /*transition: all .2s ease;*/
  /*filter: drop-shadow(0 4px 4px rgba(0,0,0,0.5));*/
}

.btn-nav-group .btn-nav {
  transition: all 0.2s ease;
  /*filter: drop-shadow(0 4px 4px rgba(0,0,0,0.5));*/
}

.btn-nav-group .btn-nav img:first-child {
  display: block;
}

.btn-nav-group .btn-nav img:last-child {
  display: none;
}

.btn-nav-group .btn-nav:hover img:first-child {
  display: none;
}

.btn-nav-group .btn-nav:hover img:last-child {
  display: block;
}

.wave1 .primary-section-group {
  width: 100%;
  /*padding: 1rem;*/
  /* 	background-image: url(../images/wave1/primary-btn-group.jpg); */
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: -15%;
  margin-bottom: 0;
  /*gap: 1rem;*/
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
}

.wave1 .primary-section-group > .d-flex.flex-column,
.wave1 .primary-section-group > .d-flex.flex-column > .d-flex {
  gap: 0.5rem;
}

.wave1 .primary-btn-6:after {
  content: "";
  display: block;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  width: 90%;
  padding-top: 100%;
  background-image: url(../images/wave1/primary-btn-6-after.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  pointer-events: none;
  user-select: none;
  z-index: 9;
}

@media screen and (min-width: 768px) {
  .wave1 .primary-section-group {
    margin-top: -28%;
    margin-bottom: 0;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
  }
}

@media screen and (min-width: 992px) {
  .wave1 .primary-section-group {
    margin-top: -10%;
    margin-bottom: 0;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
  }
  .wave1 .primary-btn-6:after {
    content: "";
    display: block;
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    pointer-events: none;
    user-select: none;
    z-index: 9;
  }
}

.col-a,
.col-b,
.col-c,
.col-d {
  width: 50%;
}

@media screen and (min-width: 992px) {
  [class*="primary-btn-"]:hover {
    /*filter: brightness(110%);*/
    transition: all 0.2s ease;
  }

  .rices {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
  }

  .left-rice {
    width: 5%;
    padding-top: 5%;
    position: absolute;
    top: 5%;
    left: 5%;
    background: black;
  }

  .col-a,
  .col-b,
  .col-c,
  .col-d {
    width: 25%;
  }

  .wave1 .primary-section-group {
    width: 100%;
    max-width: 1280px;
    /*overflow: visible;*/
    padding: 2rem;
    /* 	background-image: url(../images/wave1/primary-btn-group.jpg); */
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-bottom: 0;
    /*gap: 1rem;*/
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
  }

  .wave1 .primary-section-group > div:nth-child(1) {
    gap: 0.5rem;
    padding: 0;
  }

  .wave1 .primary-section-group > div:nth-child(1) > div {
    gap: 0.5rem;
  }

  .wave1 .primary-section-group > div:nth-child(2) {
    width: 34%;
    padding: 0.5rem 0.5rem 0.5rem 0;
  }

  .btn-nav-group .btn-nav {
    transition: all 0.2s ease;

    /* 		filter: drop-shadow(0 0px 8px rgba(0, 0, 0, .5)); */
  }

  .btn-nav-group .btn-nav img:first-child {
    display: block;
  }

  .btn-nav-group .btn-nav img:last-child {
    display: none;
  }

  .btn-nav-group .btn-nav:hover img:first-child {
    display: none;
  }

  .btn-nav-group .btn-nav:hover img:last-child {
    display: block;
  }

  [class*="primary-btn-"] img {
    transition: all 0.3s ease-in;
    position: relative;
  }
}

@media screen and (min-width: 1400px) {
  .wave1 .primary-section-group {
    width: 100%;
    /* max-width: 1200px; */
    /*overflow: visible;*/
    padding: 0 8rem;
    /* 	background-image: url(../images/wave1/primary-btn-group.jpg); */
    background-repeat: no-repeat;
    background-size: 100% auto;
    margin-top: 8.5%;
    margin-bottom: 0;
    /*gap: 1rem;*/
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
  }
}


.tvoneday-timer {
  /*background-image: url(../images/wave2/mobile/tvoneday-body.png);
	background-repeat: repeat-y;
	background-size: 100% auto;*/
  /*margin-top: -.5rem;
	padding-top: 1rem;*/
  display: flex;
  justify-content: center;
}

.tvoneday-body {
  /*background-image: url(../images/wave2/mobile/tvoneday-body.png);
	background-repeat: repeat-y;
	background-size: 100% auto;*/
  margin-top: 0;
}

.tvoneday-body .item {
  order: 3;
}

.tvoneday-body .item[data-item-id="3153072023"] {
  order: 2;
}

.tvoneday-desc {
  width: 50%;
  order: 1;
}

.tvoneday-section {
  /* 	background-image: url(../images/wave1/bg-tvoneday.jpg);
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: top center;
	padding-top: 1rem; */
  /*padding-bottom: .5rem*/
  position: relative;
  border-radius: 1rem;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
}

@media screen and (min-width: 992px) {
  #tvOneDay {
    width: 100%;
    max-width: 1200px;
    overflow-x: clip;
    position: relative;
    /*background-image: url(../images/wave2/tvoneday-bg.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: top center;*/
  }

  .tvoneday-header {
    position: relative;
  }

  .tvoneday-timer {
    /*margin-bottom: 2rem;*/
  }

  .tvoneday-section {
    /* 		background-image: url(../images/wave1/bg-tvoneday.jpg);
		background-size: 100% auto;
		background-repeat: repeat-y;
		background-position: top center; */
    padding-top: 2rem;

    max-width: 1200px;
    position: relative;
    border-radius: 1rem;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
  }

  .tvoneday-body {
    /*background-image: url(../images/wave2/tvoneday-bg.png);
		background-repeat: repeat-y;
		background-size: 100% auto;
		margin-top: -1.25rem;*/
  }

  .tvoneday-body .row {
    /*padding: 0 10%!important;*/
  }

  .tvoneday-body .item {
    order: 3;
  }

  .tvoneday-body .item[data-item-id="3153072023"] {
    order: 2;
  }

  .tvoneday-desc {
    width: 33%;
    order: 1;
  }

  .tvoneday-footer {
    margin-top: -1.25rem;
  }
}

@media screen and (min-width: 1400px) {
  body {
    /*padding-bottom: 0;*/
  }

  .fs-xl-5 {
    font-size: 1.25rem !important;
  }
}

.sticky-top-nav {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .sticky-top-nav {
    position: sticky;
    top: 0;
  }
}

@media screen and (min-width: 1200px) {
  @keyframes clockwiseRotate {
    0% {
      transform: rotate(-360deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes counterClockwiseRotate {
    0% {
      transform: rotate(360deg);
    }

    100% {
      transform: rotate(-360deg);
    }
  }
}

.us-none {
  user-select: none;
}

::selection {
  color: #fff;
  background: #000;
}

#topNav {
  position: relative !important;
  top: initial !important;
  height: 46px;
  /*background-color: transparent!important;*/
  /*display: none!important;*/
}

footer {
  /*display: none!important;*/
}

*.modal-open {
  /*padding-right: 0!important;*/
}

.modal-backdrop {
  /*background-color: transparent!important;*/
  background-color: rgba(0, 0, 0, 0.3) !important;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  transition: all 0.2s linear;
}

.modal-backdrop.show {
  opacity: 1;
}

#app {
  width: 100%;
  overflow-x: clip;
  position: relative;
}

.landing-background {
  position: relative;
}

.landing-table {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  pointer-events: none;
  user-select: none;
}

body {
}

.landing-main-shake {
  width: 100%;
  animation: move-vert 0.75s alternate ease-in-out infinite;
}

.landing-main {
  width: 100%;
  /*overflow: hidden;*/
  overflow-x: clip;
  transform: translate3d(0, 0, 0);
  animation: move-vert 0.75s alternate ease-in-out infinite;
}

@media screen and (min-width: 992px) {
  .landing-main {
    width: 100%;
    /*overflow: hidden;*/
    overflow-x: clip;
    transform: translate3d(0, 0, 0);
  }
}

.wave1 .primary-section {
  position: relative;
  z-index: 3;
  width: 100%;
  /*max-width: 1320px;*/
  margin: -12% auto 0 auto;
  /*margin-top: -4rem;*/
  /*background-image: url(../images/wave1/mobile/primary-section-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;*/
}

.secondary-section {
  position: relative;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  .wave1 .primary-section {
    margin: -8% auto 0 auto;
  }
}

@media screen and (min-width: 992px) {
  .wave1 .primary-section {
    position: relative;
    z-index: 3;
    width: 100%;
    /*max-width: 1320px;*/
    margin: -5% auto 0 auto;
    /*margin-top: -4rem;*/
    /*background-image: url(../images/wave1/mobile/primary-section-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;*/
  }
}
@media screen and (min-width: 1200px) {
  .wave1 .primary-section {
    position: relative;
    z-index: 3;
    width: 100%;
    /*max-width: 1320px;*/
    margin: -25% auto 0 auto;
    /*margin-top: -4rem;*/
    /*background-image: url(../images/wave1/mobile/primary-section-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center;*/
  }
}
/*[class*="secondary-section-btn-"] {
	max-width: 50%;
}
@media (min-width: 992px;) {
	[class*="secondary-section-btn-"] {
		max-width: 25%;
	}
}
.secondary-section-btn-detail {
	width: 23%;
}
@media screen and (min-width: 992px) {
	.secondary-section-btn-detail {
		width: 12.714%;
	}	
}*/
.primary-banner,
.secondary-banner {
  position: relative;
}

[class*="-section-btn-"] {
  position: relative;
  z-index: 2;
}

.section-title {
  position: absolute;
  width: 40%;
  left: 30%;
  margin-top: -2.5rem;
  /* filter: drop-shadow(0px 15px 15px rgba(0,0,0,0.5)); */
}

@media screen and (min-width: 768px) {
  .section-title {
    width: 30%;
    left: 35%;
    margin-top: -5rem;
  }
}

@media screen and (min-width: 992px) {
  .section-title {
    width: 25%;
    left: 37.5%;
    margin-top: -4rem;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1200px) {
  .section-title {
    width: 25%;
    left: 35%;
    margin-top: -4rem;
    margin-bottom: 0;
  }
}

.section-zongzi-1 {
  width: 6.79%;
  padding-top: 6.79%;
  background-image: url(../images/wave1/section-zongzi-1.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  left: 5%;
  position: absolute;
  animation: sectionZongzi1 10s linear infinite;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.5));
}

@keyframes sectionZongzi1 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.section-zongzi-2 {
  width: 5.07%;
  padding-top: 5.07%;
  background-image: url(../images/wave1/section-zongzi-2.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 31%;
  left: 15%;
  position: absolute;
  animation: sectionZongzi2 10s linear infinite;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.5));
}

@keyframes sectionZongzi2 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

.section-zongzi-3 {
  width: 5.58%;
  padding-top: 5.58%;
  background-image: url(../images/wave1/section-zongzi-3.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 15%;
  right: 15%;
  position: absolute;
  animation: sectionZongzi3 10s linear infinite;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.5));
}

@keyframes sectionZongzi3 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.section-zongzi-4 {
  width: 7.65%;
  padding-top: 7.65%;
  background-image: url(../images/wave1/section-zongzi-4.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  right: 5%;
  position: absolute;
  animation: sectionZongzi4 10s linear infinite;
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.5));
}

@keyframes sectionZongzi4 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.section-title-boat {
  width: 18.11%;
  padding-top: 10%;
  background-image: url(../images/wave1/section-title-boat.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 10%;
  right: 6%;
  position: absolute;
  animation: sectionTitleBoat 10s ease-in-out infinite;
}

@keyframes sectionTitleBoat {
  0% {
    transform: translateX(10%);
  }

  50% {
    transform: translateX(-10%);
  }

  100% {
    transform: translateX(10%);
  }
}

.section-inner {
  padding: 1.5rem 0;
}

.section-inner > .section-product,
.section-inner > .section-product-group {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .section-inner {
    padding: 3.5rem 6rem 5rem 6rem;
  }

  .section-inner > .section-product {
    width: 31%;
  }

  .section-inner > .section-product-group {
    width: 52%;
  }
}

@media screen and (min-width: 1200px) {
  .section-inner {
    padding: 8rem 6rem 8rem 6rem;
  }

  .section-inner > .section-product {
    width: 31%;
  }

  .section-inner > .section-product-group {
    width: 52%;
  }
}

.section-inner .row-cols-1 .item-brand,
.section-inner .row-cols-1 .item-name {
  font-size: 1.25rem;
}

.section-wrapper {
  /*z-index: 6;
	background-color: #780a16b5;
	border: 2px solid #f3ba6a;*/
  /*border-radius: 1rem;*/
  /* 	background-image: url(../images/wave1/section-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat; */
  padding: 3rem 2.5rem 3rem 2.5rem;
}

.section-a,
.section-c,
.section-e {
  background-image: url(../images/wave1/mobile/section-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 15px 10px rgba(0, 0, 0, 0.75));
}

.section-b,
.section-d,
.section-f {
  background-image: url(../images/wave1/mobile/section-bg-mirror.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  filter: drop-shadow(0px 15px 10px rgba(0, 0, 0, 0.75));
}

@media screen and (min-width: 768px) {
  .section-a,
  .section-c,
  .section-e {
    background-image: url(../images/wave1/section-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0;
    margin: 1.5rem 0;
  }

  .section-b,
  .section-d,
  .section-f {
    background-image: url(../images/wave1/section-bg-mirror.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0;
    margin: 1.5rem 0;
  }

  .section-wrapper {
    /*z-index: 6;
	background-color: #780a16b5;
	border: 2px solid #f3ba6a;*/
    /*border-radius: 1rem;*/
    /* 	background-image: url(../images/wave1/section-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat; */
    padding: 5rem 3.5rem 2rem 3.5rem;
  }
}

@media screen and (min-width: 992px) {
  .section-wrapper {
    /*z-index: 6;
	background-color: #780a16b5;
	border: 2px solid #f3ba6a;*/
    /*border-radius: 1rem;*/
    /* 	background-image: url(../images/wave1/section-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat; */
    padding: 10rem 20rem 0 20rem;
  }

  .section-a,
  .section-c,
  .section-e {
    background-image: url(../images/wave1/section-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0;
    margin: 2.5rem 0;
  }

  .section-b,
  .section-d,
  .section-f {
    background-image: url(../images/wave1/section-bg-mirror.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0;
    margin: 2.5rem 0;
  }

  .section-a:before,
  .section-c:before,
  .section-e:before {
    content: "";
    display: block;
    position: absolute;
    top: 5%;
    left: -50%;
    width: 50%;
    padding-top: 50%;
    /*background-image: url(../images/wave1/left-curtain-1.png);*/
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    animation: leftCurtain1 3s ease-in-out infinite;
    transform-origin: 0% 0%;
    /*filter: drop-shadow(0px 15px 15px rgba(0,0,0,0.75));*/
  }

  @keyframes leftCurtain1 {
    0% {
      transform: rotateX(0deg);
    }

    50% {
      transform: rotateX(15deg);
    }

    100% {
      transform: rotateX(0deg);
    }
  }

  .section-a:after,
  .section-c:after,
  .section-e:after {
    content: "";
    display: block;
    position: absolute;
    top: 5%;
    right: -50%;
    width: 50%;
    padding-top: 50%;
    /*background-image: url(../images/wave1/right-curtain-1.png);*/
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    animation: rightCurtain1 3s ease-in-out infinite;
    transform-origin: 0% 0%;
    /*filter: drop-shadow(0px 15px 15px rgba(0,0,0,0.75));*/
  }

  @keyframes rightCurtain1 {
    0% {
      transform: rotateX(0deg);
    }

    50% {
      transform: rotateX(15deg);
    }

    100% {
      transform: rotateX(0deg);
    }
  }

  .section-b:before,
  .section-d:before,
  .section-f:before {
    content: "";
    display: block;
    position: absolute;
    top: 5%;
    left: -50%;
    width: 50%;
    padding-top: 30%;
    /*background-image: url(../images/wave1/left-curtain-2.png);*/
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    animation: leftCurtain2 3s ease-in-out infinite;
    transform-origin: 0% 0%;
    /*filter: drop-shadow(0px 15px 15px rgba(0,0,0,0.75));*/
  }

  @keyframes leftCurtain2 {
    0% {
      transform: rotateX(0deg);
    }

    50% {
      transform: rotateX(15deg);
    }

    100% {
      transform: rotateX(0deg);
    }
  }

  .section-b:after,
  .section-d:after,
  .section-f:after {
    content: "";
    display: block;
    position: absolute;
    top: 5%;
    right: -50%;
    width: 50%;
    padding-top: 30%;
    /*background-image: url(../images/wave1/right-curtain-2.png);*/
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    animation: rightCurtain2 3s ease-in-out infinite;
    transform-origin: 0% 0%;
    /*filter: drop-shadow(0px 15px 15px rgba(0,0,0,0.75));*/
  }

  @keyframes rightCurtain2 {
    0% {
      transform: rotateX(0deg);
    }

    50% {
      transform: rotateX(15deg);
    }

    100% {
      transform: rotateX(0deg);
    }
  }
}

#sectionA,
#sectionB,
#sectionC,
#sectionD,
#sectionE {
  display: flex;
  justify-content: center;
  /*max-width: 1200px;*/
  position: relative;
  /*border-radius: 1rem;*/
  /*filter: drop-shadow(0 5px 5px rgba(0,0,0,0.5));*/
  overflow-x: clip;
  margin: 0.5rem 0;
}

@media screen and (min-width: 768px) {
  #sectionA,
  #sectionB,
  #sectionC,
  #sectionD,
  #sectionE,
  #sectionF {
    margin: 0 0;
  }
}

.section-a,
.section-b,
.section-c,
.section-d,
.section-e,
.section-f {
  max-width: 1360px;
}
@media screen and (min-width: 768px) {
  .section-a,
  .section-b,
  .section-c,
  .section-d,
  .section-e,
  .section-f {
    max-width: 1360px;
    margin: 0rem 0;
  }
}
@media screen and (min-width: 992px) {
  .section-a,
  .section-b,
  .section-c,
  .section-d,
  .section-e,
  .section-f {
    max-width: 1280px;
    margin: 0rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .section-a,
  .section-b,
  .section-c,
  .section-d,
  .section-e,
  .section-f {
    max-width: 1280px;
    margin: 3.5rem 0;
  }
}

.section-bg-item {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.swp-banner-section {
  max-width: 1200px;
  position: relative;
  margin-bottom: 0;
  filter: drop-shadow(0 8px 8px rgba(0, 0, 0, 0.5));
}

@media screen and (min-width: 992px) {
  .swp-banner-section {
    max-width: 1200px;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 2000px) {
  .swp-banner-section {
    max-width: 1200px;
    position: relative;
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media (min-width: 2560px) {
  /*#sectionA,
	#sectionB,
	#sectionC,
	#sectionD,
	#sectionE,
	.swp-banner-section {
		max-width: 1320px;
	}*/
}

.grid-section-header img {
  width: 100%;
  /*max-width: 800px;*/
}

.section-row {
  margin-top: 0rem;
}

.border-gold {
  border-color: darkgoldenrod;
}

.main {
  user-select: none;
}

button[id^="pills-"] {
  font-family: system-ui, serif;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.85);
  /*padding: 0;*/
  /*text-shadow: 0 0 5px rgba(0,0,0,1);*/
  transition: all 0.3s linear;
}

/*button[id^="pills-"]:after {
	content: '';
	display: inline-block;
	position: relative;
	width: .1rem;
	height: .1rem;
	background-color: #fff;
	border-radius: 50%;
	margin: .1rem .5rem;
}*/

/*button[id^="pills-"]:last-child:after {
	content: '';
	display: none;	
}*/

@media screen and (min-width: 992px) {
  button[id^="pills-"] {
    font-family: "Playfair", serif;
    font-size: 2.5rem;
    color: rgba(255, 255, 255, 1);
    /*padding: 0;*/

    transition: all 0.3s linear;
  }
  .section-row {
    margin-top: 5rem;
  }

  /*button[id^="pills-"]:after {
		content: '';
		display: inline-block;
		position: relative;
		width: .5rem;
		height: .5rem;
		background-color: #fff;
		border-radius: 50%;
		margin: .5rem 1rem;
	}	*/
}

/*button[id^="pills-"]:hover {
	color: #fff!important;
	color: #2e170f!important;
	filter: drop-shadow(0 0 10px rgba(255,255,255,0.8));
	transition: all .1s linear;
	background-image: url(../images/wave2/nav-dailysale-active.png);
}
button[id^="pills-"].active {
	background-color: transparent!important;
	color: #fdf3a0!important;
	color: #2e170f!important;
	transition: all .1s linear;
	background-image: url(../images/wave2/nav-dailysale-active.png);
}*/

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
}

.nav-link.disabled {
  opacity: 0.25;
}

.btn-chevron {
  font-size: 64px;
  text-shadow: 0 0 4px #000;
  transform: translateY(32px);
}

.btn-dark {
  background: #292929;
  color: #fff;
}

.container-item-app {
  /*background-color: #b20c16;
	background-image: url(../images/bg-satin-2.jpg);
	background-position: top center;
	background-size: contain;
	background-repeat: repeat-y;
	filter: brightness(100%) contrast(110%);*/
  width: 100%;
  overflow-x: clip;
  position: relative;
}

#publicGrid {
  width: 100%;
  /*max-width: 1200px;*/
  position: relative;
  /*background-image: url(../images/wave1/bg-bottom.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: bottom center;*/
  overflow-x: clip;
  -webkit-transform: translate3d(0, 0, 0);
}

/*#publicGrid.wave1 .btn-nav,
#publicGrid.wave2 .btn-nav {
	padding: 2px!important;
}

#publicGrid .btn > img {
	border-radius: .5rem;
}
#publicGrid .btn > img:first-child {
	display: none;
}
#publicGrid bu.btntton > img:last-child {
	display: inline;
}

#publicGrid .btn:hover > img:first-child {
	display: inline;
}

#publicGrid .btn:hover > img:last-child {
	display: none;
}*/
#publicGrid .btn {
  transition: all 0.2s linear;
}

#publicGrid .btn:hover {
  /*transform: translateY(-5px);*/
}

img[src="/html/images/act/2022/11/11/images/img-error.png"] {
  background-color: #2b0205;
}

#swpGroup {
  top: 53%;
  left: 0;
}

#swpInner {
  width: 51.5625%;
  overflow: hidden;
}

#swpLeft {
  width: 41.287%;
}

#swpRight {
  width: 58.712%;
}

.swiper-custom {
  width: 100%;
  overflow: hidden;
  /*max-width: 1200px;*/
}

.swiper-custom .swiper-slide {
  padding: 2.5rem 0.5rem 0;
}

@media (max-width: 768px) {
  .swiper-custom .swiper-slide {
    padding: 0rem 0.25rem 1rem;
  }
}

/*.swiper-custom .swiper-slide img {
	border-radius: 0rem;
	box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.25);
	transition: all .2s linear;
	border: 2px solid #f8c574;
}
.wave3 .swiper-custom .swiper-slide img {
	border-radius: 0rem;
	box-shadow: 0 0.5rem 0.75rem rgba(0, 0, 0, 0.25);
	transition: all .2s linear;
	border: 0px solid #f8c574;
}
.swiper-custom .swiper-slide img:hover {
	transform: scale(1.02);
	position: relative;
	z-index: 9999;
}*/

@media screen and (min-width: 992px) {
  /*.swiper-custom .swiper-slide img {
		border: 4px solid #f8c574;
	}
	.wave3 .swiper-custom .swiper-slide img {
		border: 0px solid #f8c574;
	}*/
}

.swiper-custom .swiper-wrapper {
  transition-timing-function: linear;
}

@media (max-width: 991px) {
  #swpGroup {
    top: 53.5%;
    left: 0;
  }

  #swpInner {
    width: 99.5%;
  }

  #swpLeft {
    width: 41.287%;
  }

  #swpRight {
    width: 58.712%;
  }
}

.btn-go-now {
  background-color: #d3d3be;
  color: #555536;
  font-size: 1.25rem;
}

.custom-text {
  color: #a98044;
  /*font-size: 20px;*/
  font-weight: 300;
}

.custom-text li {
  margin-bottom: 1rem;
}

@media screen and (min-width: 1200px) {
  .custom-text {
    color: #a98044;
    font-size: 1.25rem;
    font-weight: 100;
  }
}

.event-rule {
  font-size: 1rem;
  color: #70734e;
  font-weight: 300;
}

@media screen and (min-width: 1200px) {
  .event-rule {
    font-size: 1.25rem;
    font-weight: 100;
  }
}

.countdown {
  background-image: url(../images/wave1/bg-countdown.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #595757;
  /*background-color: #000;*/
  font-size: 24px;
  /*padding: .125rem .125rem;*/

  /*background-color: rgba(255,255,255,.85);*/
  border-radius: 0.5rem;
  /*border: 1px solid #4e4e4e;*/
  /*border-top: 2px dashed #222;
	border-bottom: 2px dashed #222;*/
  position: relative;
  /*box-shadow: 0 0 8px #ffffff;*/
}

.countdown-number {
  color: #595757;
  font-family: "Century Gothic";
  font-size: 24px;
  font-weight: bold;
  /*background-color: rgba(255,255,255,.95);*/
  /*border: 1px solid #4e4e4e;*/
  padding: 0.25rem 0.25rem;
  border-radius: 0.25rem;
  margin: 0;
  background-image: url(../images/wave1/countdown-number-bg.png);
  background-size: 100% 100%;
  position: relative;
  /* 	text-shadow: 
	0 -2px #ffc53d, 
	2px 0 #ffc53d, 
	0 2px #ffc53d, 
	-2px 0 #ffc53d, 
	-2px -2px #ffc53d,
	-2px 2px #ffc53d,
	2px -2px #ffc53d,
	2px 2px #ffc53d; */
}

.countdown-number:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-image: url(../images/wave1/countdown-number-overlay.png); */
  background-size: 100% 100%;
  user-select: none;
  pointer-events: none;
}

@media screen and (min-width: 1200px) {
  .countdown {
    background-image: url(../images/wave1/bg-countdown.png);
    /* /*background-repeat: no-repeat; */
    background-position: center;
    background-size: auto;
    color: #595757;
    /*background-color: #000;*/
    font-size: 24px;
    /*padding: .25rem .5rem;
		margin-bottom: -2rem;*/
    transform: scale(1);
    /*border-top: 2px dashed #222;
		border-bottom: 2px dashed #222;*/
  }

  .countdown:before {
    /*content: '';
		display: block;
		width: 100%;
		height: 12px;
		position: absolute;
		top: -12px;
		left: 0;
		background-image: url(../images/wave2/countdown-up.png);
		background-repeat: no-repeat;
		background-position: center;
		pointer-events: none;*/
  }

  .countdown:after {
    /*content: '';
		display: block;
		width: 100%;
		height: 22px;
		position: absolute;
		bottom: -22px;
		left: 0;
		background-image: url(../images/wave2/countdown-down.png);
		background-repeat: no-repeat;
		background-position: center;
		pointer-events: none;*/
  }

  .countdown-number {
    color: #595757;
    font-family: "Century Gothic";
    font-size: 48px;
    /*background-color: rgba(205,171,109,.5);*/
    /*border: 1px solid #4e4e4e;*/
    padding: 0.125rem 0.5rem;
    /*border-radius: .25rem;*/
    margin: 0 0.125rem;
  }
}

.side-menu-wrapper-left,
.side-menu-wrapper-right {
  display: none;
}

/*.navbar-observer {
	height: 1px;
	top: -1px;
}*/

.btn-nav-group {
  /*position: sticky;
	top: 0px;*/

  position: relative;
  padding: 0rem 0;
  background: url(../images/wave1/bg-nav.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  /*overflow: scroll;*/
  width: 100%;
  flex-wrap: nowrap;
  margin-bottom: 2rem;
  /* 	filter: drop-shadow(0px 10px 10px rgba(0,0,0,0.75)); */
  /*background-color: #350306;
	box-shadow: 0 5px 15px #350306;*/
  /*border-top: 3px solid #732a17;
	border-bottom: 3px solid #732a17;*/
}

@media screen and (min-width: 768px) {
  .btn-nav-group {
    width: 100%;
    z-index: 1;
    padding: 0;
  }
}

@media screen and (min-width: 992px) {
  .btn-nav-group {
    width: 100%;
    z-index: 1;
    padding: 0;
  }
}

@media screen and (min-width: 1200px) {
  .btn-nav-group {
    width: 75%;
    z-index: 1;
    padding: 0;
  }
}

.btn-nav-group.isSticky {
  /*background-color: #c23b5c;*/
  /*backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	border-bottom: 2px solid #f3ba6a;*/
}

.btn {
  box-shadow: none !important;
}

.content-wrapper {
  /*background-image: url(../images/bg-repeat-bottom.png);*/
  background-position: bottom 10px center;
  background-repeat: repeat-x;
}

.cf-container {
  position: relative;
  width: 100%;
  padding: 1.5rem;
  background-color: #002842;
  /*left: 80px;
	bottom: 20px;*/
}

.swiper-pagination {
  width: 100%;
  padding: 0.5rem 0 0.5rem;
  position: relative;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: #fff;
  opacity: 1;
  margin: 0 4px;
  /*border: 1px solid #fff;*/
}

@media screen and (min-width: 992px) {
  .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
    opacity: 1;
    margin: 0 4px;
    /*border: 1px solid #fff;*/
  }
}

.bg-start {
  width: calc(50% - 570px);
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/bg-before.jpg);
  background-repeat: no-repeat;
  background-position: 100% 0%;
  display: none;
  user-select: none;
  pointer-events: none;
}

.bg-end {
  width: calc(50% - 570px);
  height: 600px;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/bg-after.jpg);
  background-repeat: no-repeat;
  background-position: 0% 0%;
  display: none;
  user-select: none;
  pointer-events: none;
}

@media screen and (min-width: 1400px) {
  .bg-start {
    width: calc(50% - 660px);
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/bg-before.jpg);
    background-repeat: no-repeat;
    background-position: 100% 0%;
    display: block;
  }

  .bg-end {
    width: calc(50% - 660px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../images/bg-after.jpg);
    background-repeat: repeat-x;
    background-position: 0% 0%;
    display: block;
  }
}

.page-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  /*min-height: calc(100vh - 100px);*/
  z-index: 0;
}

.header-wrapper {
  width: 100%;
  /*max-width: 1200px;*/
  position: relative;
  margin: 0 auto;
}

















.oneday-timer {
  position: absolute;
  top: 4%;
  left: 0;
  width: 100%;
  transform: translateX(0%) scale(0.9);
}







.item-inner {
  --border-size: 4px;
  --border-size-m: 2px;

  --gradient-purple: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );

  /* 	--border-basecolor-gold: #b28922;
	--border-highlight-gold: #e7d78c; */
  --gradient-gold: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );

  /* 	--border-basecolor-silver: #989998;
	--border-highlight-silver: #e9e8e2; */
  --gradient-silver: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 100%
  );

  background: var(--gradient-gold);
  border: var(--border-size-m) solid var(--border-basecolor-gold);

  /* 	filter: drop-shadow(0 0 5px rgba(0,0,0,0.75)); */

  transition: all 0.2s linear;
  position: relative;
}

#sectionB .item-inner,
#sectionD .item-inner {
  background: var(--gradient-gold);
  /* 		--border-basecolor-gold: #b28922;
	--border-highlight-gold: #e7d78c; */
}

.item-inner:after {
  content: "";
  display: block;
  position: absolute;
  top: calc(-1 * var(--border-size-m));
  left: calc(-1 * var(--border-size-m));
  width: calc(100% + calc(2 * var(--border-size-m)));
  height: 50%;

  border: var(--border-size-m) solid var(--border-highlight-gold);
  border-bottom: 0px solid var(--border-highlight-gold);
  pointer-events: none;
  user-select: none;

  transition: all 0.3s ease;
}

#sectionB .item-inner:after,
#sectionD .item-inner:after {
  border: var(--border-size-m) solid var(--border-highlight-gold);
  border-bottom: 0px solid var(--border-highlight-silver);
}



@media screen and (min-width: 992px) {
  .item-inner {
    background: var(--gradient-gold);
    border: var(--border-size) solid var(--border-basecolor-gold);
    transition: all 0.2s linear;
  }

  #sectionB .item-inner,
  #sectionD .item-inner {
    background: var(--bs-black);
    /* 	--border-basecolor-gold: #b28922;
	--border-highlight-gold: #e7d78c; */
    transition: all 0.2s linear;
  }

  .item-inner:after {
    content: "";
    display: block;
    position: absolute;
    top: calc(-1 * var(--border-size));
    left: calc(-1 * var(--border-size));
    width: calc(100% + calc(2 * var(--border-size)));
    height: 50%;

    border: var(--border-size) solid var(--border-highlight-gold);
    border-bottom: 0px solid var(--border-highlight-gold);
    pointer-events: none;
    user-select: none;
  }

  #sectionB .item-inner:after,
  #sectionD .item-inner:after {
    border: var(--border-size) solid var(--border-highlight-silver);
    border-bottom: 0px solid var(--border-highlight-silver);
  }


  .item-inner:hover {
    transform: translateY(-5px);
  }

  .item-inner:hover:after {
    /*height: calc(100% + calc(2*var(--border-size)));*/
  }
}

.item-inner img {
  /*border-radius: 1rem;*/
  aspect-ratio: 1/1;
}

.item-inner a:link,
.item-inner a:visited,
.item-inner a:focus,
.item-inner a:hover,
.item-inner a:active {
  color: #fffed7;
}

.item-body {
  /*box-shadow: 0 10px 10px rgba(255, 255, 255, .5);*/
  border: 2px solid #ffe78e;
}

.item-body > a.d-block {
  /*border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	border: 1px solid rgb(198, 156, 103);*/
  overflow: hidden;
}

.item-name {
  font-size: 0.875rem;
  line-height: 20px;
  color: #fffed7;
}
.item-brand span,
.item-brand a {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-all;
	height: 1.25rem;
	/*color: #fff;*/
}
.item-name span,
.item-name a {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	white-space: pre-wrap;
	height: 2.5rem;
	text-align: center;
	color: #fffed7;
}
@media (min-width: 992px) {
	.item-name span,
	.item-name a {

	}
	.item-price {
	font-size: 24px;
}
}

/* .item-name span,
.item-brand span,
.item-name a,
.item-brand a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  height: 1.35rem;
  color: #fbffe9;
} */


.item-name.double-lines span,
.item-name.double-lines a {
  /*display: -webkit-box;*/
  display: flex;
  justify-content: center;
  align-items: center;
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;*/
  word-break: break-all;
  white-space: pre-wrap;
  height: 2.75rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25;
}

@media screen and (min-width: 992px) {
  .item-name.double-lines span,
  .item-name.double-lines a {
    font-size: 1.1rem;
  }
}

.item-brand {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 20px;
  color: #fffed7;
  /*background-image: url(../images/wave1/item-brand-bg.png);
	background-size: 100% 100%;*/
  padding: 0 1rem;
}

#sectionA .item-brand,
#sectionC .item-brand {
  /*background-color: #a14040;*/
}

#sectionB .item-brand,
#sectionD .item-brand {
  /*background-color: #345a32;*/
}

.item-brand a:link,
.item-brand a:visited,
.item-brand a:focus,
.item-brand a:hover,
.item-brand a:active {
  color: #fffed7;
}

.item-price {
  font-size: 24px;

  /*font-weight: bold;*/
  color: #dc3c14;
  font-family: "Century Gothic", "Noto Sans TC", serif;
  letter-spacing: -1px;
}

@media (max-width: 768px) {
  .item-price {
    font-size: 1rem;
  }
}

.item-price.dollar-sign:before {
  color: #f8cf01;
}

.item-price .price-type {
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
}

.item-price .dollar-sign {
  color: #f8cf01;
  font-size: 1.25rem;
}

.item-price span {
  color: #f8cf01;
}


@media (max-width: 768px) {
  .item-price .price-type,
  .item-price .dollar-sign {
    font-size: 0.875rem;
  }
}

.coming-soon {
  font-size: 0.875rem;
}

@media screen and (min-width: 992px) {
  .coming-soon {
    font-size: 1.25rem;
  }
}

.scrollToTop {
  position: fixed;
  width: 40px;
  height: 40px;
  /*background: #3f3c42;*/
  right: 5px;
  bottom: 5px;
  z-index: 999;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background-color: #3f3c42;
  border: 0px solid #d49655;
  border-radius: 20px;
}

.scrollToTop .fas {
  font-size: 24px;
  color: #fff;
  line-height: 1;
  height: 1em;
}

ol.list-group {
  list-style: decimal inside;
}

ul.list-group {
  list-style: square inside;
}

.list-group-item {
  display: list-item;
}

.bonus {
  background: #946d31;
  color: #fff;
  font-family: "Century Gothic", "Noto Sans TC", serif;
  font-size: 14px;
}

.btn-detail {
  position: absolute;
  top: 170px;
  right: 60px;

  top: 28.5%;
  right: 14.49%;
  z-index: 11;
}

@media (max-width: 374px) {
  .btn-detail {
    top: 28%;
    right: 12%;
  }
}

.btn-detail .btn {
  font-size: 10px;
  padding: 0.25rem 0.5rem;
}

.p-5px {
  padding: 5px;
}

.item {
  z-index: 2;
}

.shadow-custom {
  /*box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);*/
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.25) !important;
}

.section-observer {
  height: 1px;
}

.section-bg {
  /*	border: 2px solid #fad193;
	background-color: #ff7800;
	position: relative;*/
}

.section-bg:before {
  content: "";
  display: none;
}

.section-top:before {
  content: "";
  display: none;
}

.section-top:after {
  content: "";
  display: none;
}

.section-bottom:before {
  content: "";
  display: none;
}

.section-bottom:after {
  content: "";
  display: none;
}

.section-oneday .section-body {
  background: rgb(255, 255, 255);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(251, 247, 240, 1) 3%,
    rgba(243, 221, 184, 1) 100%
  );
}

.section-oneday .item-inner {
  border: 1px solid #fde9c4;
}

@keyframes rotate-cw {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotate-ccw {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(-360deg);
  }
}

iframe {
  /*border-radius: 16px;*/
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  iframe {
    /*border-radius: 25px;*/
    overflow: hidden;
  }

  @keyframes rotate-cw {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(360deg);
    }
  }

  @keyframes rotate-ccw {
    0% {
      transform: rotate(0deg);
    }

    100% {
      transform: rotate(-360deg);
    }
  }

  .btn-wrapper {
    position: absolute;
    top: 67.2%;
    left: 3.03%;
    width: 93.852%;
    height: 25.4%;
    background: none;
  }

  .promo-slider {
    position: absolute;
    height: auto;
    top: 67.2%;
    left: 38.35%;
    width: 23.196%;
    padding: 0;
    background: none;
  }

  .promo-slider img {
    border: 0px solid #79a57d;
  }

  /*.section-oneday .section-body {
		padding-top: 20px;
		margin-top: -80px;
	}*/
}

@media screen and (min-width: 1200px) {
  html,
  body {
    font-size: 16px;
  }

  iframe {
    /*border-radius: 25px;*/
    overflow: hidden;
  }

  .btn-wrapper {
    position: absolute;
    top: 808px;
    left: 37px;
    width: 1145px;
    height: 307px;
    background: none;
  }

  /*wave2*/

  .w-40 {
    width: 40%;
  }

  .bonus {
    font-size: 20px;
  }

  .item-name {
    font-size: 1rem;
    line-height: 20px;
  }

  .item-brand {
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.125rem;
    padding: 0.5rem;
  }

  .item-price {
    font-size: 30px;
  }

  .item-price.dollar-sign:before {
    font-family: "Noto Sans TC";
    font-weight: 500;
    content: "$";
    /*font-size: 20px;*/
    color: #946d31;
  }

  .section-oneday .item-price.dollar-sign:before {
    content: "限時$";
  }

  .coming-soon {
    font-size: 1.5rem;
    letter-spacing: -1px;
  }

  #app {
    min-height: calc(100vh - 108px);
  }

  .cf-container {
    width: 100%;
    padding: 70px 0;
    background-color: #002842;
    position: relative;
  }

  /*.cf-container:before {
		content: '';
		display: block;
		width: calc(50vw - 600px);
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transform: translateX(-100%);
		background-color: #002842;
	}*/
  .btn-detail {
    position: absolute;
    top: 970px;
    left: 46px;
    width: 167px;
    height: 54px;
  }

  .btn-detail .btn {
    font-size: 16px;
    padding: 0.5rem 1rem;
  }

  .page-wrapper {
    width: 100%;
    /*min-height: calc(100vh - 120px);*/
    /*max-width: 1200px;*/
  }

  .event-1 {
    width: 555px;
    height: 213px;
    position: absolute;
    right: 7.5%;
    top: 19.5%;
    animation-delay: 0.5s;
  }

  .event-2 {
    width: 472px;
    height: 198px;
    position: absolute;
    right: 12%;
    top: 43%;
    animation-delay: 1s;
  }

  .event-3 {
    width: 662px;
    height: 493px;
    position: absolute;
    left: 1%;
    bottom: -1%;
    animation-delay: 1.5s;
  }

  .scrollToTop {
    right: 10px;
    bottom: 10px;
  }

  .modal-open .scrollToTop {
    right: 10px;
  }
}

.sticky-side-menu {
  position: sticky;
  top: 0;
  width: 100%;
  /*z-index: 10;*/
  /*margin-top: -200px;*/
}

.sticky-side-menu-2 {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .sticky-side-menu-2 {
    margin-top: 0;
  }
}

@media screen and (min-width: 1400px) {
  .sticky-side-menu-2 {
    margin-top: -22%;
  }
}

@media (min-width: 2500px) {
  .sticky-side-menu-2 {
    margin-top: 0;
  }
}

@media (min-width: 1900px) {
  .wave1.side-menu-wrapper-left {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 444px;
    height: 1340px;
    z-index: 9999;
    transform: scale(0.8) translateY(0%);
    transform-origin: 0% 0%;
  }

  .side-menu-wrapper-left .side-menu-body {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(../images/wave1/side-menu-left.png);
    background-position: top 0px left 0px;
    background-repeat: no-repeat;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.75));
    z-index: 2;
  }

  .wave1.side-menu-wrapper-left .side-menu-body > div {
    padding-top: 400px;
    width: 200px;
  }

  .side-menu-wrapper-left .side-menu-group-1 {
    margin-bottom: 2rem;
  }

  .side-menu-wrapper-left .side-menu-group-2 {
    margin-top: 8.5rem;
  }

  .side-menu-wrapper-left .side-menu-group-3 {
    margin-top: 0.5rem;
  }

  .side-menu-wrapper-left .btn {
    font-size: 1rem;
    color: transparent;
    padding: 1.1rem 0;
    margin-bottom: 0;
    opacity: 0;
  }

  .side-menu-wrapper-left .side-menu-group-2 .btn {
    font-size: 1rem;
    padding: 1rem 0;
    margin-bottom: 0;
  }

  .side-menu-wrapper-left .side-menu-group-3 .btn {
    font-size: 1rem;
    padding: 1.1rem 0;
    margin-bottom: 0;
  }

  .side-menu-wrapper-left .btn:active {
    opacity: 0;
  }

  /* 	.wave1.side-menu-wrapper-left:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 100%;
		background-image: url(../images/wave1/glass-ball.png);
		animation: glassBall 60s linear infinite;
		z-index: 1;
	} */
  @keyframes glassBall {
    from {
      transform: rotate(0deg);
    }

    to {
      transform: rotate(360deg);
    }
  }

  /* 	.wave1.side-menu-wrapper-left:after {
		content: '';
		display: block;
		position: absolute;
		top: -20%;
		left: -40%;
		width: 200%;
		padding-top: 200%;
		background-image: url(../images/wave1/left-fireworks-keyframes.png);
		animation: leftFireworks 3s steps(3) infinite;
		z-index: 0;
	} */
  @keyframes leftFireworks {
    from {
      background-position: 0px;
    }

    to {
      background-position: -300%;
    }
  }

  .wave1.side-menu-wrapper-right {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 444px;
    height: 1410px;
    z-index: 9999;
    transform: scale(0.8) translateY(0%);
    transform-origin: 100% 0%;
  }

  .side-menu-wrapper-right .side-menu-body {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 0 15px rgba(0, 0, 4, 0.75));
    background-image: url(../images/wave1/side-menu-right.png);
    background-position: top 0px left 0px;
    background-repeat: no-repeat;
    z-index: 2;
  }

  .wave1.side-menu-wrapper-right .side-menu-body > div {
    padding-top: 400px;
    width: 250px;
  }

  .side-menu-wrapper-right .side-menu-group-1 {
    margin-bottom: 7rem;
  }

  .side-menu-wrapper-right .side-menu-group-3 {
    margin-top: 1rem;
  }

  .side-menu-wrapper-right .btn {
    font-size: 1rem;
    color: transparent;
    padding: 1.1rem 0;
    opacity: 0;
  }

  .side-menu-wrapper-right .side-menu-group-2 .btn {
    font-size: 1rem;
    color: transparent;
    padding: 1.1rem 0;
    opacity: 0;
  }

  .side-menu-wrapper-right .side-menu-group-3 .btn {
    font-size: 1rem;
    color: transparent;
    padding: 1.1rem 0;
    opacity: 0;
  }

  .side-menu-wrapper-right .btn:active {
    opacity: 0;
  }

  /* 	.wave1.side-menu-wrapper-right:before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding-top: 100%;
		background-image: url(../images/wave1/glass-ball.png);
		animation: glassBall 60s linear infinite;
		z-index: 1;
	} */
  @keyframes glassBall {
    from {
      transform: rotate(0deg);
    }

    to {
      transform: rotate(360deg);
    }
  }

  /* 	.wave1.side-menu-wrapper-right:after {
		content: '';
		display: block;
		position: absolute;
		top: -20%;
		left: -40%;
		width: 200%;
		padding-top: 200%;
		background-image: url(../images/wave1/right-fireworks-keyframes.png);
		animation: rightFireworks 3s steps(3) infinite;
		z-index: 0;
	} */
  @keyframes rightFireworks {
    from {
      background-position: 0px;
    }

    to {
      background-position: -300%;
    }
  }

  .side-menu-footer {
    background-color: rgba(50, 24, 23, 0.95);
  }

  .side-menu-footer button {
    color: #e4bc8c !important;
  }
}

@media (min-width: 1900px) {
  .wave1.side-menu-wrapper-left {
    left: 3%;
    transform: scale(0.55) translateY(0%);
  }

  .wave1.side-menu-wrapper-right {
    right: 3%;
    transform: scale(0.55) translateY(0%);
  }
}

@media (min-width: 2000px) {
  .wave1.side-menu-wrapper-left {
    left: 5%;
    transform: scale(0.65) translateY(-2%);
  }

  .wave1.side-menu-wrapper-right {
    right: 5%;
    transform: scale(0.65) translateY(-2%);
  }
}

@media (min-width: 2500px) {
  .wave1.side-menu-wrapper-left {
    left: 8%;
    transform: scale(0.55) translateY(-2%);
  }

  .wave1.side-menu-wrapper-right {
    right: 8%;
    transform: scale(0.55) translateY(-2%);
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    height: 100%;
  }

  /* IE11 */
  *::-ms-backdrop,
  .d-flex {
    display: block !important;
  }

  /* IE11 */
  *::-ms-backdrop,
  .item-name {
    height: 2.5rem;
    /*overflow: hidden;*/
    white-space: nowrap;
    overflow-x: hidden;
  }
}

/*Turn off animate.css on mobile device*/
@media only screen and (max-width: 1200px) {
  .animate__animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }
}

.ec-only-section {
  max-width: 1320px;
  position: relative;
}

@media screen and (min-width: 992px) {
  .ec-only-section {
    /*max-width: 1320px;*/
    /*background-image: url(../images/wave1/bg-econly.png);
		background-size: 100% auto;
		background-position: top center;
		background-repeat: no-repeat;*/
  }
}

/*.ec-only-button {
	max-width: 950px;
	filter: drop-shadow(0 0 10px rgba(0,0,0,0.75));
	transition: all .2s linear;
}
@media screen and (min-width: 992px) {
	.ec-only-button:hover {
		transform: translateY(-5px);
		filter: drop-shadow(0 10px 10px rgba(0,0,0,0.5));
		transition: all .2s linear;
	}	
}*/

.ec-only-section .swiper-button-prev,
.ec-only-section .swiper-button-next {
  background-color: #472725;
  padding: 3rem;
  border-radius: 50%;
  top: 40%;
}

.ec-only-section .swiper-button-prev {
  left: -6.5rem;
  transition: all 0.1s linear;
}

.ec-only-section .swiper-button-next {
  right: -6.5rem;
  transition: all 0.1s linear;
}

.ec-only-section .swiper-button-prev:hover,
.ec-only-section .swiper-button-next:hover {
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
  transform: translateY(-5px);
  transition: all 0.1s linear;
}

.ec-only-section .swiper-button-prev:active,
.ec-only-section .swiper-button-next:active {
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0));
  transform: translateY(0px);
  transition: all 0.1s linear;
}

.ec-only-section .item-body img {
  /*clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);*/
  /*clip-path: path('m 205.47 481.56 l -187 -187 a 63 63 0 0 1 0 -89.06 l 187 -187 a 63 63 0 0 1 89.06 0 l 187 187 a 63 63 0 0 1 0 89.06 l -187 187 a 63 63 0 0 1 -89.06 0 z');*/

  /*clip-path: url(#path);*/
  /*clip-path: url(../images/mask.svg);*/
}

.ec-only-section .item-body {
  /*background-image: url(../images/diamond.png);
	background-repeat: no-repeat;
	background-size: contain;*/
  /*filter: drop-shadow(0 0 5px rgba(0,0,0,0.5));*/
}

.ec-only-section .item-body img {
  /*-webkit-mask: url("../images/mask.png") no-repeat center center;
	mask: url("../images/mask.png") no-repeat center center;
	-webkit-mask-size: contain;
	mask-size: contain;*/
  /*border: 2px solid #e2c89b;
	border-radius: 1.3rem;*/
  border-radius: 0;
}

.btn-ec-only-nav {
  color: #fff;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 0;
  width: 25%;
}

.btn-ec-only-nav:hover,
.btn-ec-only-nav.active {
  color: #fffed7;
  background-color: #333;
  border: 1px solid #fffed7;
  border-radius: 0;
}

@media screen and (min-width: 992px) {
  .btn-ec-only-nav {
    width: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .btn-ec-only-nav:first-child {
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
  }

  .btn-ec-only-nav:last-child {
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem;
  }

  .ec-only-section .item-body img {
    /*-webkit-mask: url("../images/mask.png") no-repeat center center;
		mask: url("../images/mask.png") no-repeat center center;
		-webkit-mask-size: contain;
		mask-size: contain;*/
    /*border: 5px solid #e2c89b;
		border-radius: 1.3rem;*/
  }
}

.ec-only-section .item-inner {
  background-color: #000;
  border: 2px solid #000;
  /*background-image: url(../images/wave1/item-bg-econly.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: top center;*/
  border-radius: 0;
  box-shadow: none;
  padding: 0.5rem;
}

.ec-only-section .item-inner:hover {
  box-shadow: none;
}

.ec-only-section .item-body {
  box-shadow: none;
  /*padding: 2%;*/
  position: relative;
}

.ec-only-section .item-body:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2rem;
  background-image: url(../images/wave2/diamond-shadow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -20px;
  left: 0;
}

.ec-only-section .item-footer {
  /*background-color: #752e18;*/
}

.ec-only-section .item-brand {
  /*background-color: #345a32;*/
  color: #fff;
  background-image: url(../images/wave2/item-brand-bg.jpg);
  padding: 0;
}

.ec-only-section .item-brand span,
.ec-only-section .item-brand a {
  color: #fffed7 !important;
  /*filter: drop-shadow(0 1px 2px rgba(0,0,0,0.75));*/
}

.ec-only-title {
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 1));
}

.ec-only-section .item-name span,
.ec-only-section .item-name a {
  color: #fff !important;

  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  height: 2.5rem;

  text-align: center;
  /*filter: drop-shadow(0 1px 2px rgba(0,0,0,0.75));*/
}

.ec-only-section .item-promote .item-body {
  width: 50%;
  flex-shrink: 0;
}

.ec-only-section .item-promote .item-inner {
  padding: 1rem;
  background-image: url(../images/wave1/primary-btn-group.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin-top: 0;
  margin-bottom: 0;
}

.ec-only-section .price-type {
  /*color: #f8cf01;*/
}

@media screen and (min-width: 992px) {
  .ec-only-section .price-type {
    font-size: 1.5rem;
  }

  .ec-only-section .btn-shop-go {
    font-size: 1.5rem;
    border-radius: 5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ec-only-section .item-brand span,
  .ec-only-section .item-name span,
  .ec-only-section .item-brand a,
  .ec-only-section .item-name a {
    font-size: 1.125rem !important;
  }

  .ec-only-section .item-inner {
    padding: 1rem;
  }

  .ec-only-section .item-promote .item-inner {
    padding: 3rem;
    background-image: url(../images/wave1/econly-promote.jpg);
    background-size: 100% 100%;
    background-color: transparent;
  }

  .ec-only-section .item-promote .item-body {
    width: 30%;
    flex-shrink: 0;
  }

  .ec-only-section .item-promote .item-brand {
    line-height: 2.5rem;
  }

  .ec-only-section .item-promote .item-brand span,
  .ec-only-section .item-promote .item-brand a {
    font-size: 2rem !important;
    height: 2.5rem;
  }

  .ec-only-section .item-promote .item-name span,
  .ec-only-section .item-promote .item-name a {
    font-size: 2rem !important;
    height: 6rem;
  }

  .ec-only-section .item-name span,
  .ec-only-section .item-name a {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 3.5rem;
    line-height: 1.5;
    white-space: pre-wrap;
  }
}

.ec-only-section .item-price {
  /*filter: drop-shadow(0 1px 2px rgba(0,0,0,0.75));*/
}

.ec-only-section .item-price,
.ec-only-section .item-price .price-type,
.ec-only-section .item-price .dollar-sign {
  /*background-color: #472725;*/
  /*color: #fdf3a0!important;*/
}

.ec-only-section [data-swiper-slide-index="0"],
.ec-only-section [data-swiper-slide-index="2"],
.ec-only-section [data-swiper-slide-index="3"],
.ec-only-section [data-swiper-slide-index="5"],
.ec-only-section [data-swiper-slide-index="6"],
.ec-only-section [data-swiper-slide-index="8"] {
  /*transform: scale(0.85);*/
}

.ec-only-section .swiper-slide {
  transform: scale(1);
  /*transition: all .5s ease-in;*/
}

.ec-only-section .swiper-slide.swiper-slide-next {
  transform: scale(1);
  /*transition: all .5s ease-out;*/
}

@media screen and (min-width: 992px) {
  .ec-only-section .swiper-slide {
    transform: scale(0.8);
    transition: all 0.5s ease-in;
  }

  .ec-only-section .swiper-slide.swiper-slide-next {
    transform: scale(1);
    transition: all 0.5s ease-out;
  }
}

.parallax {
  perspective: 1px;
  width: 100%;
  height: 100%;
  /*height: 100vh;
  height: 100dvh;*/
  position: absolute;
  top: 5%;
  left: 0;
  /*overflow-x: hidden;
  overflow-y: auto;*/
  display: none;
}

@media screen and (min-width: 992px) {
  .parallax {
    display: block;
  }
}

.parallax__layer {
  position: absolute;
  /*top: 0;
  right: 0;
  bottom: 0;
  left: 0;*/
  width: 100%;
  height: 150%;
  /*display: flex;
  flex-direction: column;*/
}

.parallax__layer--base {
  /*transform: translateZ(0);*/
  opacity: 0.85;
  background-image: url(../images/wave1/right-side-pattern.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
}

.parallax__layer--back {
  /*transform: translateZ(-1px);*/
  opacity: 0.75;
  background-image: url(../images/wave1/left-side-pattern.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
}

/* 通用裝飾品樣式 */
.flower,
.flower-right,
.blossom,
.fan,
.fan-front,
.small-fan,
.small-fan-front {
  position: absolute;
  /* 取消固定寬度，改用相對於容器寬度的百分比 */
  width: 37.5%;
  /* 原 300px / 800px */
  height: auto;
  aspect-ratio: 1 / 1;
  /* 保持正方形，避免變形 */
  filter: drop-shadow(5px 15px 10px rgba(0, 0, 0, 0.75));
}

.flower {
  top: 18.5%;
  left: -3.5%;
  width: 80px;
  height: 100px;
  transition-delay: 0s;
  animation: flower_turn 15s infinite;
}

.flower-right {
  top: 26.5%;
  right: -5.5%;
  width: 80px;
  height: 80px;
  transition-delay: 0s;
  animation: flower_turn_ccw 10s infinite;
}

.blossom {
  width: 50px;
  height: auto;
  transform: scale(0.9);
  top: 45.5%;
  right: -5.5%;
}

.fan {
  top: 52.5%;
  left: 35%;
  width: 100px;
  height: 100px;
  transition-delay: 0s;
  animation: fan_turn_ccw 15s infinite;
}

.fan-front {
  top: 60.5%;
  left: 20%;
  width: 80px;
  height: 80px;
  transition-delay: 0s;
  animation: fan_turn 15s infinite;
}

.small-fan {
  top: 46.5%;
  left: 20%;
  width: 80px;
  height: 80px;
  transition-delay: 0s;
  animation: flower_turn 15s infinite;
}

.small-fan-front {
  top: 65.5%;
  left: 47%;
  width: 80px;
  height: 80px;
  transition-delay: 0s;
  animation: flower_turn 15s infinite;
}

.waves {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: auto;
  transform: scale(1);
}

.wave-2 {
  position: absolute;
  top: 48%;
  left: 0%;
  width: 100%;
  height: 30%;
  transition-delay: 0s;
  animation: wave-2-m 2s infinite;
  transform: scale(1);
}

.wave-3 {
  position: absolute;
  top: 60%;
  left: 15%;
  width: 100%;
  height: auto;
  transition-delay: 0s;
  animation: wave-3 5s infinite;
}

:root {
  --frames: 19;
}

.horse-wrapper {
  position: absolute;
  z-index: 9999;
  width: 90%;
  max-width: 800px;

  top: clamp(15%, 35vh, 28%);
  left: 50%;
  transform: translateX(-50%) scale(1.15);

  aspect-ratio: 800 / 548;
  height: auto;

  margin: 0 auto;
  overflow: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .flower {
    top: 18.5%;
    left: -3.5%;
    width: 150px;
    height: 150px;
    transition-delay: 0s;
    animation: flower_turn 25s infinite;
  }

  .flower-right {
    top: 26.5%;
    right: -5.5%;
    width: 150px;
    height: 150px;
    transition-delay: 0s;
    animation: flower_turn_ccw 25s infinite;
  }

  .blossom {
    transform: scale(0.6);
    top: 37.5%;
    right: -8.5%;
  }

  .fan {
    top: 52.5%;
    left: 35%;
    width: 210px;
    height: 210px;
    transition-delay: 0s;
    animation: fan_turn_ccw 25s infinite;
  }

  .fan-front {
    top: 70.5%;
    left: 20%;
    width: 155px;
    height: 155px;
    transition-delay: 0s;
    animation: fan_turn 25s infinite;
  }

  .small-fan {
    top: 56.5%;
    left: 20%;
    width: 175px;
    height: 175px;
    transition-delay: 0s;
    animation: flower_turn 25s infinite;
  }

  .small-fan-front {
    top: 75.5%;
    left: 47%;
    width: 125px;
    height: 125px;
    transition-delay: 0s;
    animation: flower_turn 25s infinite;
  }

  .waves {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: auto;
    transform: scale(1);
  }

  .wave-2 {
    position: absolute;
    top: 58%;
    left: 0%;
    width: 100%;
    height: auto;
    transition-delay: 15s;
    animation: wave-2 2s infinite;
  }

  .wave-3 {
    position: absolute;
    top: 60%;
    left: 15%;
    width: 70%;
    height: auto;
    transition-delay: 0s;
    animation: wave-3 5s infinite;
  }
}

@media screen and (min-width: 1400px) {
  .flower {
    top: 18.5%;
    left: -3.5%;
    width: 250px;
    height: 250px;
    transition-delay: 0s;
    animation: flower_turn 25s infinite;
  }

  .flower-right {
    top: 26.5%;
    right: -5.5%;
    width: 250px;
    height: 250px;
    transition-delay: 0s;
    animation: flower_turn_ccw 25s infinite;
  }

  .blossom {
    width: 300px;
    height: auto;
    transform: scale(0.9);
    top: 45.5%;
    right: -5.5%;
  }

  .fan {
    top: 52.5%;
    left: 35%;
    width: 300px;
    height: 300px;
    transition-delay: 15s;
    animation: fan_turn_ccw 25s infinite;
  }

  .fan-front {
    top: 70.5%;
    left: 20%;
    width: 320px;
    height: 320px;
    transition-delay: 5s;
    animation: fan_turn 25s infinite;
  }

  .small-fan {
    top: 56.5%;
    left: 20%;
    width: 250px;
    height: 250px;
    transition-delay: 15s;
    animation: flower_turn 25s infinite;
  }

  .small-fan-front {
    top: 75.5%;
    left: 47%;
    width: 250px;
    height: 250px;
    transition-delay: 0;
    animation: flower_turn 25s infinite;
  }

  .waves {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: auto;
    transform: scale(1);
  }

  .wave-2 {
    position: absolute;
    top: 55%;
    left: 0%;
    width: 100%;
    height: 35%;
    background-repeat: no-repeat;
    transition-delay: 0s;
    animation: wave-2 5s infinite ease-out;
  }

  .wave-3 {
    position: absolute;
    top: 60%;
    left: 10%;
    width: 100%;
    height: auto;
    transition-delay: 5s;
    animation: wave-3 5s infinite;
  }
}

/* @keyframes move-vert {
0% {
    background-position: 0px 0px;
}
100% {
    background-position: 0px 40px;
  }
} */
.left-side-pattern-wrapper {
  display: block;
  position: absolute;
  left: -8%;
  top: 0;
  bottom: 0;
  width: 100%;
  padding-top: 0;
  z-index: 2;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.75));
  pointer-events: none;
  user-select: none;
}

.left-side-pattern {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 100%;
  background-image: url(../images/wave1/left-side-pattern.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 18%;
  pointer-events: none;
  user-select: none;
  z-index: 2;
  animation: leftPattern 3s ease-in-out infinite;
  transform-origin: 0% 100%;
}

.left-side-pattern-style2 {
  display: block;
  position: absolute;
  top: 0;
  left: -3%;
  width: 100%;
  padding-top: 100%;
  background-image: url(../images/wave1/left-side-pattern-2.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 18%;
  pointer-events: none;
  user-select: none;
  z-index: 2;
  animation: leftPattern 5s ease-in-out infinite;
  transform-origin: 0% 100%;
}

.left-side-pattern-style3 {
  display: block;
  position: absolute;
  top: -30%;
  left: 5%;
  width: 45%;
  padding-top: 100%;
  background-image: url(../images/wave1/sachet-left.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 18%;
  pointer-events: none;
  user-select: none;
  z-index: 2;
  animation: leftObject 3s ease-in-out infinite;
  transform-origin: 0% 100%;
}

.left-side-pattern-style4 {
  display: block;
  position: absolute;
  top: -15%;
  left: 5%;
  width: 60%;
  padding-top: 100%;
  background-image: url(../images/wave1/perfume-l.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 18%;
  pointer-events: none;
  user-select: none;
  z-index: 2;
  animation: leftObject 3s ease-in-out infinite;
  animation-delay: -2s;
  transform-origin: 0% 100%;
}

.left-side-pattern-style5 {
  display: block;
  position: absolute;
  top: 15%;
  left: 5%;
  width: 50%;
  padding-top: 100%;
  background-image: url(../images/wave1/sachet-swing-left.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: 18%;
  pointer-events: none;
  user-select: none;
  z-index: 2;
  animation: leftObject 3s ease-in-out infinite;
  animation-delay: 2s;
  transform-origin: 0% 100%;
}

@keyframes leftObject {
  0% {
/*     opacity: 0; */
    margin-left: 0;
  }

  50% {
    opacity: 1;
    margin-left: 5%;
  }

  100% {
/*     opacity: 0; */
    margin-left: 0;
  }
}

@keyframes leftPattern {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

.right-side-pattern-wrapper {
  display: block;
  position: absolute;
  right: -6%;
  top: -13%;
  bottom: -3%;
  width: 100%;
  padding-top: 0%;
  z-index: 2;
  filter: drop-shadow(0px 10px 10px rgba(0, 0, 0, 0.75));
  pointer-events: none;
  user-select: none;
}

.right-side-pattern {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  background-image: url(../images/wave1/right-side-pattern.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 15%;
  pointer-events: none;
  user-select: none;
  z-index: 2;
  animation: rightPattern 5s ease-in-out infinite;
  transform-origin: 100% 100%;
}

.right-side-pattern-style2 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding-top: 100%;
  background-image: url(../images/wave1/right-side-pattern-2.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 15%;
  pointer-events: none;
  user-select: none;
  z-index: 2;
  animation: rightPattern 3s ease-in-out infinite;
  transform-origin: 100% 100%;
}

.right-side-pattern-style3 {
  display: block;
  position: absolute;
  top: -40%;
  right: 5%;
  width: 40%;
  padding-top: 100%;
  background-image: url(../images/wave1/perfume-r.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 20%;
  pointer-events: none;
  user-select: none;
  z-index: 2;
  animation: rightObject 3s ease-in-out infinite;
  animation-delay: 2s;
  transform-origin: center center;
}

.right-side-pattern-style4 {
  display: block;
  position: absolute;
  top: -35%;
  right: 3.5%;
  width: 40%;
  padding-top: 100%;
  background-image: url(../images/wave1/sachet.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 18%;
  pointer-events: none;
  user-select: none;
  z-index: 2;
  animation: rightObject 3.5s ease-in-out infinite;
  transform-origin: center center;
}

.right-side-pattern-style5 {
  display: block;
  position: absolute;
  top: 15%;
  right: 2%;
  width: 12%;
  padding-top: 100%;
  background-image: url(../images/wave1/sachet-swing.png);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 100%;
  pointer-events: none;
  user-select: none;
  z-index: 2;
  animation: rightObject 5s cubic-bezier(0.25, 1, 0.5, 1) infinite;
  animation-delay: -2s;
  transform-origin: center center;
}

@keyframes rightObject {
  0% { transform: rotate(0deg); margin-right: 0;}
  25% { transform: rotate(-2deg); }
  50% { margin-right: 5%; }
  75% { transform: rotate(2deg); }
  100% { transform: rotate(0deg); margin-right: 0; }
}

@keyframes rightPattern {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(-3deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@media screen and (min-width: 768px) {
  .left-side-pattern-wrapper,
  .right-side-pattern-wrapper {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .left-side-pattern-wrapper {
    bottom: -3%;
    width: 100%;
    padding-top: 0;
    display: block;
  }

  .right-side-pattern-wrapper {
    bottom: -3%;
    width: 100%;
    padding-top: 0;
    display: block;
  }
}


.tvoneday-section-stage {
  background-image: url(../images/wave1/mobile/section-bg-tvoneday.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding: 20% 2% 18% 2%;
  position: relative;
  border-radius: 0;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
  max-width: 410px;
  position: relative;
}
@media screen and (min-width: 768px) {
.tvoneday-section-stage {
  padding: 20% 2% 18% 2%;
  max-width: 934px;
}
  
}

.button-more {
  position: absolute;
  width: 80%;
  margin-top: 2%;
  left: 10%;
}
.tvoneday-section-title {
  position: relative;
  width: 100%;
  margin-top: -8%;
  left: 0;
}
.oneday-timer {
  position: absolute;
  z-index: 999;
  top: -10%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: scale(1);
}
.tvoneday-timer {
  position: absolute;
  z-index: 999;
  top: -30%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  transform: scale(1.5);
}
.tvoneday-section,
.section-wrapper {
  /*filter: drop-shadow(0 5px 5px rgba(77, 7, 7, 0.5));*/
}
/* iPad Mini in portrait & landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .button-more {
  position: absolute;
  width: 40%;
  margin-top: 2%;
  left: 30%;
}
  .tvoneday-timer {
    top: -30%;
    transform: scale(1.2);
  }
}

@media screen and (min-width: 992px) {
  .button-more {
  position: absolute;
  width: 40%;
  margin-top: 2%;
  left: 30%;
}
  .tvoneday-timer {
    top: -30%;
    transform: scale(1.5);
  }
  
  .tvoneday-section,
  .section-wrapper {
    /*filter: drop-shadow(0 5px 5px rgba(77, 7, 7, 0.5));*/
  }
  .oneday-section-body {
    padding: 10% !important;
    margin-top: -15%;
  }
}

@keyframes sectionWrapperOverlay {
  from {
    transform: scale(1);
    opacity: 0.5;
    /* background-position: 0 0; */
  }
  to {
    transform: scale(1);
    opacity: 1;
    /* background-position: 0 0; */
  }
}
.tvoneday-timer {
  /*background-image: url(../images/wave1/mobile/tvoneday-body.png);
	background-repeat: repeat-y;
	background-size: 100% auto;*/
  /*margin-top: -.5rem;
	padding-top: 1rem;*/
  display: flex;
  justify-content: center;
}
.tvoneday-body {
  /*background-image: url(../images/wave1/mobile/tvoneday-body.png);
	background-repeat: repeat-y;
	background-size: 100% auto;*/
  margin-top: 0;
}
.tvoneday-body .item {
  order: 3;
}
.tvoneday-body .item[data-item-id="3153072023"] {
  order: 2;
}
.tvoneday-desc {
  width: 50%;
  order: 1;
}

.shadow {
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
}
.tvoneday-section {
  width: 100%;
  overflow-x: clip;
  position: relative;
  background-image: url(../images/wave1/mobile/tvoneday-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: top 50px center;
  padding: 85% 0 0 0;
  margin-top: -70%;
}
.tvoneday-section .swiper-button-prev::after,
.tvoneday-section .swiper-button-next::after {
  font-family: unset !important;
  content: "" !important;
  border-radius: 50%;
}
.tvoneday-section .swiper-button-prev {
  width: 12.5%;
  height: 12.5%;
  left: 0;
  top: 55%;
  transition: all 0.1s linear;
  background-image: url(../images/wave1/arrow-pre.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.tvoneday-section .swiper-button-next {
  width: 12.5%;
  height: 12.5%;
  right: 0;
  top: 55%;
  transition: all 0.1s linear;
  background-image: url(../images/wave1/arrow-next.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.tvoneday-section .swiper-button-prev:hover,
.tvoneday-section .swiper-button-next:hover {
  /* filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5)); */
  transform: translateY(-5px);
  transition: all 0.1s linear;
}
.tvoneday-section .swiper-button-prev:active,
.tvoneday-section .swiper-button-next:active {
  /* filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0)); */
  transform: translateY(0px);
  transition: all 0.1s linear;
}
.swiper-wrapper .item-inner {
  background-image: url(../images/wave1/item-inner-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.swiper-wrapper .item-body {
  background-image: url(../images/wave1/item-body-border.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: unset;
}
@media screen and (min-width: 992px) {
  .tvoneday-section {
    width: 100%;
    overflow-x: clip;
    position: relative;
    background-image: url(../images/wave1/tvoneday-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top -100px center;
    border-radius: 1rem;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
    z-index: 3;
  }
  .tvoneday-section .swiper-button-prev {
    width: 20%;
    height: 20%;
    left: 5%;
    top: 50%;
    transition: all 0.1s linear;
    background-image: url(../images/wave1/arrow-pre.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .tvoneday-section .swiper-button-next {
    width: 20%;
    height: 20%;
    right: 5%;
    top: 50%;
    transition: all 0.1s linear;
    background-image: url(../images/wave1/arrow-next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .tvoneday-section {
    width: 100%;
    overflow-x: clip;
    position: relative;
    background-image: url(../images/wave1/tvoneday-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top 65px center;
    border-radius: 1rem;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
    z-index: 3;
    padding: 25% 0 0 0;
    margin-top: -20%;
  }
  .tvoneday-section-title {
    position: relative;
    width: 65%;
    margin-top: 3.5%;
    left: 17.5%;
  }

  .tvoneday-header {
    position: relative;
  }
  .tvoneday-timer {
    /*margin-bottom: 2rem;*/
  }
  .tvoneday-section-stage {
    background-image: url(../images/wave1/section-bg-tvoneday.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 0;
    padding-bottom: 15%;
    max-width: 1200px;
    position: relative;
    border-radius: 0;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
    z-index: 9;
  }

  .tvoneday-section-body {
    /*background-image: url(../images/wave1/tvoneday-bg.png);
		background-repeat: repeat-y;
		background-size: 100% auto;
		margin-top: -1.25rem;*/
    padding: 0 19% !important;
    margin-top: 5%;
  }
  .tvoneday-section-body .row {
    /*padding: 0 10%!important; */
  }
  .tvoneday-section-body .item {
    order: 3;
  }
  .tvoneday-section-body .item[data-item-id="3153072023"] {
    order: 2;
  }
  .tvoneday-desc {
    width: 33%;
    order: 1;
  }
  .tvoneday-footer {
    margin-top: -1.25rem;
  }
}
@media screen and (min-width: 1200px) {
  .tvoneday-section {
    width: 100%;
    overflow-x: clip;
    position: relative;
    background-image: url(../images/wave1/tvoneday-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top -100px center;
    border-radius: 1rem;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
    z-index: 3;
  }
  .tvoneday-section .swiper-button-prev {
    width: 20%;
    height: 20%;
    left: 5%;
    top: 52.5%;
    transition: all 0.1s linear;
    background-image: url(../images/wave1/arrow-pre.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .tvoneday-section .swiper-button-next {
    width: 20%;
    height: 20%;
    right: 5%;
    top: 52.5%;
    transition: all 0.1s linear;
    background-image: url(../images/wave1/arrow-next.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
  }
  .tvoneday-section {
    width: 100%;
    overflow-x: clip;
    position: relative;
    background-image: url(../images/wave1/tvoneday-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: top 65px center;
    border-radius: 0;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
    z-index: 3;
    padding: 25% 0 0 0;
    margin-top: -20%;
  }
  .tvoneday-section-title {
    width: 65%;
    margin-top: 7.5%;
    left: 17.5%;
  }

  .tvoneday-header {
    position: relative;
  }
  .tvoneday-timer {
    /*margin-bottom: 2rem;*/
  }
  .tvoneday-section-stage {
    background-image: url(../images/wave1/section-bg-tvoneday.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 0;
    padding-bottom: 15%;
    max-width: 1200px;
    position: relative;
    border-radius: 0;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.5));
    z-index: 9;
  }

  .tvoneday-section-body {
    /*background-image: url(../images/wave1/tvoneday-bg.png);
		background-repeat: repeat-y;
		background-size: 100% auto;
		margin-top: -1.25rem;*/
    padding: 0 18% !important;
    margin-top: 3.5%;
  }
  .tvoneday-section-body .row {
    /*padding: 0 10%!important; */
  }
  .tvoneday-section-body .item {
    order: 3;
  }
  .tvoneday-section-body .item[data-item-id="3153072023"] {
    order: 2;
  }
  .tvoneday-desc {
    width: 33%;
    order: 1;
  }
  .tvoneday-footer {
    margin-top: -1.25rem;
  }
}
.tvoneday-section-title-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 4%;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 2.5rem;
  mix-blend-mode: hard-light;
  background: radial-gradient(
    circle at 50%,
    rgba(255, 255, 255, 0.5) 5%,
    rgb(255, 136, 0) 50%,
    rgba(255, 255, 255, 0.5) 70%,
    rgba(255, 255, 255, 0.5) 100%
  );
  background-size: 200% 200%;
  background-position: center;
  -webkit-mask-image: url(../images/wave1/mobile/tvoneday-section-title-mask.png);
  mask-image: url(../images/wave1/mobile/tvoneday-section-title-mask.png);
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  animation: tvsectionWrapperOverlay 1s ease-in infinite;
}
@keyframes tvsectionWrapperOverlay {
  from {
    transform: scale(0.9);
    opacity: 0.5;
    /* background-position: 0 0; */
  }
  to {
    transform: scale(0.9);
    opacity: 1;
    /* background-position: 0 0; */
  }
}
/* =========================================
   1. 基礎設定
   ========================================= */
.boats {
  width: 60px;
  height: 60px;
  position: fixed;
  background-image: url("../images/wave1/boat.png");
  background-size: contain;
  background-repeat: no-repeat;
  animation-timing-function: ease-in-out;
  transform-origin: center center;
  filter: drop-shadow(5px 5px 2px rgba(0, 0, 0, 0.2)) drop-shadow(10px 10px 2px rgba(0, 0, 0, 0.2));
  z-index: 119;
  /* 初始位置全部設定在畫面外 */
  left: -150px; /* 寬度變大，出發點要再往外推一點 */
  bottom: 500px;
}

/* =========================================
   2. 水痕特效 (鎖定並推向船尾)
   ========================================= */
.boats::before,
.boats::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background-image: url("../images/wave1/boat-ripple.png");
  background-size: contain;
  background-repeat: no-repeat;
  mix-blend-mode: multiply;
  /* 初始將水痕中心與船隻中心對齊，並鎖定 z-index 在船隻下方 */
  transform: translate(-50%, -50%) scale(0.5);
  z-index: -1; 
  pointer-events: none;
}
@media screen and (min-width: 992px) {
.boats {
  width: 117px;
  height: 117px;
  filter: drop-shadow(10px 10px 5px rgba(0, 0, 0, 0.2)) drop-shadow(20px 20px 5px rgba(0, 0, 0, 0.2));
}
.boats::before,
.boats::after {
  width: 100px;
  height: 100px;
}
}
/* === 修正：補回動畫屬性，讓水痕動起來 === */
.boats::before { animation: wake-image-fade 2s infinite ease-out; }
.boats::after  { animation: wake-image-fade 2s infinite ease-out 1s; }  /*延遲 1 秒交錯 */

/* =========================================
   3. 水痕動態效果 (解決遮擋問題)
   ========================================= */
@keyframes wake-image-fade {
  0% {
    /* 剛出生：位於船隻中心偏後方 (translate 第二個參數負責控制前後) */
    /* 假設你的船頭朝上(0deg)，這裡寫 20px 會把水痕往後(下)推，破開遮擋 */
    transform: translate(-50%, -20%) scale(0.4);
    opacity: 0.8;
  }
  100% {
    /* 擴散：往更後方漂移 (例如 60px)，同時放大並淡出 */
    transform: translate(-50%, 40px) scale(1.2);
    opacity: 0;
  }
}

/* =========================================

     3. 船隻分配

     ========================================= */

/* 船 1：水平往返 (左 <-> 右) */

#boat1 {
  bottom: 20%;

  animation: turn-horizontal 80s infinite;
}

/* 船 2：垂直往返 (下 <-> 上) */

#boat2 {
  left: 70%;

  animation: turn-vertical 45s infinite;

  animation-delay: 2s;
}

/* 船 3：對角線往返 (左下 <-> 右上) */

#boat3 {
  animation: turn-diagonal 120s infinite;

  animation-delay: 5s;
}

#boat4 {
  /* 初始在左上角畫面外 */

  left: -15%;

  top: -15%;

  animation: turn-diagonal-UL-LR 120s infinite;
}

/* =========================================

     4. 轉頭動畫路徑設計

     ========================================= */

/* A. 水平往返：去程 90deg，回程 270deg */

@keyframes turn-horizontal {
  0% {
    left: -15%;
    transform: rotate(90deg);
  }

  45% {
    left: 95%;
    transform: rotate(90deg);
  } /* 快到終點 */

  /* 轉頭過程：增加一點 Y 軸位移模擬轉彎半徑 */

  50% {
    left: 100%;
    bottom: 22%;
    transform: rotate(180deg);
  }

  55% {
    left: 95%;
    bottom: 20%;
    transform: rotate(270deg);
  } /* 完成轉頭 */

  95% {
    left: -15%;
    transform: rotate(270deg);
  }

  100% {
    left: -15%;
    transform: rotate(90deg);
  }
}

/* B. 垂直往返：去程 0deg，回程 180deg */

@keyframes turn-vertical {
  0% {
    bottom: 0;
    transform: rotate(0deg);
  }

  45% {
    bottom: 95%;
    transform: rotate(0deg);
  }

  /* 轉頭過程：增加一點 X 軸位移 */

  50% {
    bottom: 100%;
    left: 72%;
    transform: rotate(90deg);
  }

  55% {
    bottom: 95%;
    left: 70%;
    transform: rotate(180deg);
  }

  95% {
    bottom: 0;
    transform: rotate(180deg);
  }

  100% {
    bottom: 0;
    transform: rotate(0deg);
  }
}

/* C. 對角線往返：去程 45deg，回程 225deg */

@keyframes turn-diagonal {
  0% {
    left: -15%;
    bottom: 0%;
    transform: rotate(45deg);
  }

  45% {
    left: 90%;
    bottom: 90%;
    transform: rotate(45deg);
  }

  /* 轉頭過程 */

  50% {
    left: 95%;
    bottom: 95%;
    transform: rotate(135deg);
  }

  55% {
    left: 90%;
    bottom: 90%;
    transform: rotate(225deg);
  }

  95% {
    left: -15%;
    bottom: 0%;
    transform: rotate(225deg);
  }

  100% {
    left: -15%;
    bottom: 0%;
    transform: rotate(45deg);
  }
}

@keyframes turn-diagonal-UL-LR {
  /* --- 去程：左上往右下 (135度) --- */

  0% {
    left: -15%;
    top: -15%;

    transform: rotate(135deg);
  }

  40% {
    left: 90%;
    top: 90%;

    transform: rotate(135deg);
  }

  /* --- 右下角掉頭：大弧度迴轉 --- */

  45% {
    left: 105%;
    top: 105%;

    transform: rotate(180deg); /* 轉向南 */
  }

  50% {
    left: 110%;
    top: 100%;

    transform: rotate(270deg); /* 轉向西 */
  }

  55% {
    left: 95%;
    top: 90%;

    transform: rotate(315deg); /* 完成轉向，指向左上 */
  }

  /* --- 回程：右下往左上 (315度) --- */

  90% {
    left: -10%;
    top: -10%;

    transform: rotate(315deg);
  }

  /* --- 左上角掉頭：準備下一次循環 --- */

  95% {
    left: -20%;
    top: -20%;

    transform: rotate(45deg);
  }

  100% {
    left: -15%;
    top: -15%;

    transform: rotate(135deg);
  }
}
.modal-body{
	background-image:  url(../images/wave1/mobile/bg.jpg);
	background-position: top center;
	background-size: cover;
	background-repeat: repeat-y;
  opacity: 0.8;
}
.list-group-item {
	background: unset!important;
}
.bg-green {
    background-color: #1a6338;
}