.text-black {
  color: #1c1817 !important;
}

.bg-black {
  background: #1c1817 !important;
}

.accent-black {
  accent-color: #1c1817;
}

.border-black {
  border-color: #1c1817 !important;
}

.text-neutral {
  color: #2e3238 !important;
}

.bg-neutral {
  background: #2e3238 !important;
}

.accent-neutral {
  accent-color: #2e3238;
}

.border-neutral {
  border-color: #2e3238 !important;
}

.text-gray {
  color: #d6d6d6 !important;
}

.bg-gray {
  background: #d6d6d6 !important;
}

.accent-gray {
  accent-color: #d6d6d6;
}

.border-gray {
  border-color: #d6d6d6 !important;
}

.text-yellow {
  color: #ffbf00 !important;
}

.bg-yellow {
  background: #ffbf00 !important;
}

.accent-yellow {
  accent-color: #ffbf00;
}

.border-yellow {
  border-color: #ffbf00 !important;
}

.text-orange {
  color: #ff6a00 !important;
}

.bg-orange {
  background: #ff6a00 !important;
}

.accent-orange {
  accent-color: #ff6a00;
}

.border-orange {
  border-color: #ff6a00 !important;
}

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

.bg-light-yellow {
  background: #ffe599 !important;
}

.accent-light-yellow {
  accent-color: #ffe599;
}

.border-light-yellow {
  border-color: #ffe599 !important;
}

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

.bg-light-orange {
  background: #ff7235 !important;
}

.accent-light-orange {
  accent-color: #ff7235;
}

.border-light-orange {
  border-color: #ff7235 !important;
}

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

.bg-light-gray {
  background: #f0f0ed !important;
}

.accent-light-gray {
  accent-color: #f0f0ed;
}

.border-light-gray {
  border-color: #f0f0ed !important;
}

.text-transparent {
  color: transparent !important;
}

.bg-transparent {
  background: transparent !important;
}

.accent-transparent {
  accent-color: transparent;
}

.border-transparent {
  border-color: transparent !important;
}

.bg-orange-gradient {
  background: linear-gradient(180.09deg, #ffbf00 -48.54%, #ff6a00 83.85%);
}

.bg-light-orange-gradient {
  background: linear-gradient(100.09deg, #ffbf00 0%, #ff6a00 100%);
}

.bg-light-orange-gradient-flip {
  background: linear-gradient(100.09deg, #ff6a00 0%, #ffbf00 100%);
}

.bg-orange-transparent-gradient {
  background: linear-gradient(90deg, #ff6a00 20.54%, rgba(255, 106, 0, 0) 83.18%);
}

.bg-white-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 70.82%);
}

* {
  font-family: "IBM Plex Sans Thai Looped", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  outline: none !important;
}

html {
  font-size: clamp(15px, 1.45vw, 16px);
}

p {
  color: #2e3238;
}

.header-font {
  font-family: "IBM Plex Sans Thai", sans-serif !important;
}

.content-font {
  font-family: "IBM Plex Sans Thai Looped", sans-serif !important;
}

.container {
  max-width: 1280px !important;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-nav {
  max-width: 1440px !important;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.shadow {
  box-shadow: 0px 5px 5px rgba(25, 25, 46, 0.065) !important;
}

.invert-0 {
  filter: invert(0);
}

.invert {
  filter: invert(100%) !important;
}

.aspect-square {
  aspect-ratio: 1/1;
}

.aspect-video {
  aspect-ratio: 16/9;
}

.aspect-book {
  aspect-ratio: 5/8;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.line-clamp-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}

.line-clamp-7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.line-clamp-8 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}

.line-clamp-9 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}

.line-clamp-10 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}

@-webkit-keyframes zoom {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  50% {
    width: 150%;
    height: 150%;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}

@keyframes zoom {
  0% {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
  50% {
    width: 150%;
    height: 150%;
    opacity: 0;
  }
  100% {
    width: 100%;
    height: 100%;
    opacity: 0;
  }
}
.play-game-button {
  border: 2px solid #ff6a00;
  transition: 0.25s;
  color: #ff6a00;
}
.play-game-button:hover {
  border: 2px solid transparent;
  background: #ff6a00;
  color: #000;
}
.play-game-button:hover img {
  transition: 0.25s;
  filter: invert(1) sepia(1) saturate(4) brightness(0%);
}

.play-video-button {
  z-index: 1;
}

.play-video-button::before {
  content: "";
  position: absolute;
  top: 50%;
  z-index: -1;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #fff;
  -webkit-animation: zoom 2s infinite;
  animation: zoom 2s infinite;
}

.footer-social-link a {
  transition: 0.25s;
}
.footer-social-link a:hover {
  background: #ff6a00;
}

.hide-scroll-bar::-webkit-scrollbar {
  height: 0px;
  width: 0;
}

.round-slide-arrow {
  overflow: hidden;
}
.round-slide-arrow img {
  position: absolute;
  z-index: 5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.round-slide-arrow:hover img {
  filter: invert(1) brightness(1.75);
}
.round-slide-arrow:hover div {
  opacity: 1;
}
.round-slide-arrow div {
  background: linear-gradient(225deg, #ffbf00 0%, #ff6a00 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50%;
  z-index: 1;
  opacity: 0;
  transition: 0.25s;
}

.product-card-image .product-card-menu {
  transition: 0.25s;
}
.product-card-image:hover .product-card-menu {
  opacity: 1;
}

.category-product-list {
  scroll-behavior: smooth;
}
.category-product-list button {
  font-family: "IBM Plex Sans Thai Looped", sans-serif;
  position: relative;
  font-weight: 400;
  padding: 0.5rem;
  font-size: 1rem;
  flex-shrink: 0;
  white-space: nowrap;
}
.category-product-list button.active {
  color: #ff6a00;
}
.category-product-list button.active::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4px;
  background: #ff6a00;
  bottom: 0;
  left: 0;
  border-radius: 8px;
}
.category-product-list button.active img {
  opacity: 0;
}

.primary-text-header {
  font-family: "IBM Plex Sans Thai", sans-serif !important;
  font-weight: 600;
  font-size: clamp(1.4rem, 3vmin, 2.125rem);
}

.secondary-text-header {
  font-family: "IBM Plex Sans Thai", sans-serif !important;
  font-weight: 600;
  font-size: clamp(1.3rem, 3vmin, 1.625rem);
}

button {
  font-family: "IBM Plex Sans Thai", sans-serif;
}

img.loader {
  -webkit-animation: mymove 0.75s infinite;
          animation: mymove 0.75s infinite;
}
@-webkit-keyframes mymove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes mymove {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(7px);
  }
  100% {
    transform: translateY(0px);
  }
}

input[type=checkbox] {
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #aaa;
  min-width: 18px;
  min-height: 18px;
  border-radius: 5px;
  position: relative;
}
input[type=checkbox]:checked {
  background: #ff6a00;
  border-color: transparent;
}
input[type=checkbox]:checked::before {
  display: block;
}
input[type=checkbox]::before {
  position: absolute;
  content: url("/assets/icons/check-white.svg");
  width: 70%;
  height: 70%;
  top: 0%;
  left: 50%;
  font-size: 1rem;
  transform: translate(-50%, -50%);
  display: none;
}

input[type=radio] {
  color: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 2px solid #aaa;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
}
input[type=radio]:checked {
  border-color: #ff6a00;
}
input[type=radio]:checked::before {
  background: #ff6a00;
}
input[type=radio]::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  top: 50%;
  font-size: 1rem;
  border-radius: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

select {
  font-family: "IBM Plex Sans Thai", sans-serif !important;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-weight: 500;
  cursor: pointer;
}

.select-button {
  max-width: 17ch;
  min-width: 15ch;
  overflow: hidden;
  border-radius: 0.5rem;
  position: relative;
  cursor: pointer;
}
.select-button::before {
  position: absolute;
  content: url("/assets/icons/down-black.svg");
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  top: 47%;
  right: 0%;
}
.select-button select {
  width: 100%;
  padding: 12px 24px 12px 12px;
}

.category-card {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: 0.25s;
}
.category-card h2 {
  color: #ff6a00;
}
.category-card img {
  transition: 0.25s;
}
.category-card:hover .gradient-effect {
  opacity: 1;
}
.category-card:hover h2,
.category-card:hover p {
  color: #fff;
}
.category-card:hover img {
  filter: invert(1) brightness(0%);
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #ffffff;
}

::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 100px;
}

::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#side-bar-content::-webkit-scrollbar-track {
  background: #2e3238;
}

.wishlist-banner {
  position: absolute;
  border-radius: 4px;
  background: #f0f0ed;
  padding: 5px 7px;
  text-align: center;
  font-size: 0.75rem;
  left: -170%;
  top: 170%;
  white-space: nowrap;
}
.wishlist-banner::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
  background: #f0f0ed;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

html {
  background: #f0f0ed;
}
@media (max-width: 1280px) {
  html {
    background: linear-gradient(180.09deg, #ffbf00 -48.54%, #ff6a00 83.85%);
  }
}

nav {
  height: clamp(64px, 10vmin, 96px);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 40;
}
@media (max-width: 1280px) {
  nav {
    position: relative;
  }
}/*# sourceMappingURL=login.css.map */