@charset "UTF-8";
@import url("../fonts/fonts.css");
:root {
  --grayscale-100: #000000;
  --grayscale-90: #232323;
  --grayscale-80: #383838;
  --grayscale-70: #4b4b4b;
  --grayscale-60: #979797;
  --grayscale-40: #d8d8d8;
  --grayscale-20: #f2f2f2;
  --grayscale-10: #f6f6f2;
  --grayscale-white: #ffffff;
  --color-blue-primary: #009ff4;
  --color-blue-secondary: #0192df;
  --color-red-primary: #ff6565;
  --color-red-secondary: #c63939;
  --color-green-primary: #00d83a;
  --color-green-secondary: #048000;
  --black-100: var(--grayscale-100);
  --black-90: var(--grayscale-90);
  --black-80: var(--grayscale-80);
  --black-70: var(--grayscale-70);
  --black-60: var(--grayscale-60);
  --black-40: var(--grayscale-40);
  --black-20: var(--grayscale-20);
  --black-10: var(--grayscale-10);
  --black-white: var(--grayscale-white);
  --color-blue-for-dark: var(--color-blue-primary);
  --color-blue-for-light: var(--color-blue-secondary);
  --color-red-for-dark: var(--color-red-primary);
  --color-red-for-light: var(--color-red-secondary);
  --color-green-for-dark: var(--color-green-primary);
  --color-green-for-light: var(--color-green-secondary);
  --logo-filter: brightness(100) grayscale(100%);
  --font-family-primary: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --font-weight-medium: 500;
}

/* Bold */
body[data-theme=light] {
  --black-100: var(--grayscale-white);
  --black-90: var(--grayscale-white);
  --black-80: var(--grayscale-10);
  --black-70: var(--grayscale-20);
  --black-60: var(--grayscale-40);
  --black-40: var(--grayscale-60);
  --black-20: var(--grayscale-70);
  --black-10: var(--grayscale-80);
  --black-white: #383838;
  --color-blue-for-dark: var(--color-blue-secondary);
  --color-blue-for-light: var(--color-blue-primary);
  --color-red-for-dark: var(--color-red-secondary);
  --color-red-for-light: var(--color-red-primary);
  --color-green-for-dark: var(--color-green-secondary);
  --color-green-for-light: var(--color-green-primary);
  --logo-filter: brightness(1) grayscale(0%);
}
body[data-theme=light] [class^=icon-]::before, body[data-theme=light] [class*=" icon-"]::before {
  content: " ";
  filter: invert(1);
}

body[data-lang=ZHTW], body[data-lang=ZHCN] {
  --font-family-primary: "Noto Sans TC", "Noto Sans SC", -apple-system, BlinkMacSystemFont, "PingFang SC", "PingFang TC", "Microsoft YaHei", "微軟雅黑", "Microsoft JhengHei", "微軟正黑體", "Hiragino Sans GB", sans-serif;
}

body[data-lang=ZHCN] {
  --font-weight-medium: 600;
}

main .best-seller .product-card {
  position: relative;
  border-radius: 16px;
  margin-bottom: 16px;
  overflow: hidden;
  aspect-ratio: 1/1;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  cursor: pointer;
}
main .best-seller .product-card .product-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
main .best-seller .product-card:active .product-bg {
  transform: scale(1.05);
}
main .best-seller .product-card .product-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  background: none;
}
main .best-seller .product-card .product-info .product-logo {
  height: 8%;
  width: auto;
  margin-top: 8%;
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
main .best-seller .product-card:hover .product-bg {
  opacity: 1;
}
main .best-seller .product-card .product-links {
  margin-top: 32px;
}
main .best-seller .product-card .btn {
  display: inline-block;
  border-radius: 100rem;
  padding: 4px 32px 4px 16px;
  line-height: 1.5em;
  font-size: 20px;
  font-weight: bold;
  line-height: 130%;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.5px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M0.292893%201.70696C-0.0976311%201.31643%20-0.0976311%200.683418%200.292893%200.292893C0.683417%20-0.0976311%201.31643%20-0.0976311%201.70696%200.292893L6.41399%204.99992L1.70696%209.70696C1.31643%2010.0975%200.683418%2010.0975%200.292894%209.70696C-0.0976307%209.31643%20-0.0976307%208.68342%200.292894%208.29289L3.58586%204.99992L0.292893%201.70696Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  text-underline-offset: 8px;
}
main .best-seller .product-card .btn:nth-child(2) {
  margin-left: 16px;
}
main .best-seller .product-card .btn:hover {
  -webkit-text-decoration: underline 1px;
          text-decoration: underline 1px;
}
main .best-seller .product-card .btn:active {
  color: var(--color-blue-for-dark);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M0.292893%201.70696C-0.0976311%201.31643%20-0.0976311%200.683418%200.292893%200.292893C0.683417%20-0.0976311%201.31643%20-0.0976311%201.70696%200.292893L6.41399%204.99992L1.70696%209.70696C1.31643%2010.0975%200.683418%2010.0975%200.292894%209.70696C-0.0976307%209.31643%20-0.0976307%208.68342%200.292894%208.29289L3.58586%204.99992L0.292893%201.70696Z%22%20fill%3D%22%23009ff4%22%2F%3E%0A%3C%2Fsvg%3E");
}
main .best-seller .product-card .btn.dark {
  color: var(--black-70);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M0.292893%201.70696C-0.0976311%201.31643%20-0.0976311%200.683418%200.292893%200.292893C0.683417%20-0.0976311%201.31643%20-0.0976311%201.70696%200.292893L6.41399%204.99992L1.70696%209.70696C1.31643%2010.0975%200.683418%2010.0975%200.292894%209.70696C-0.0976307%209.31643%20-0.0976307%208.68342%200.292894%208.29289L3.58586%204.99992L0.292893%201.70696Z%22%20fill%3D%22%234B4B4B%22%2F%3E%0A%3C%2Fsvg%3E");
}
main .best-seller .product-card .btn.dark:active {
  color: var(--color-blue-for-light);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M0.292893%201.70696C-0.0976311%201.31643%20-0.0976311%200.683418%200.292893%200.292893C0.683417%20-0.0976311%201.31643%20-0.0976311%201.70696%200.292893L6.41399%204.99992L1.70696%209.70696C1.31643%2010.0975%200.683418%2010.0975%200.292894%209.70696C-0.0976307%209.31643%20-0.0976307%208.68342%200.292894%208.29289L3.58586%204.99992L0.292893%201.70696Z%22%20fill%3D%22%230192df%22%2F%3E%0A%3C%2Fsvg%3E");
}
main .best-seller .product-card .btn.btn-outline {
  background-color: transparent;
  border: 1px solid;
}
main .best-seller .product-card .btn.btn-outline:hover {
  text-decoration: none;
  background-color: var(--black-white);
  color: var(--black-90);
  border-color: var(--black-white);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M0.292893%201.70696C-0.0976311%201.31643%20-0.0976311%200.683418%200.292893%200.292893C0.683417%20-0.0976311%201.31643%20-0.0976311%201.70696%200.292893L6.41399%204.99992L1.70696%209.70696C1.31643%2010.0975%200.683418%2010.0975%200.292894%209.70696C-0.0976307%209.31643%20-0.0976307%208.68342%200.292894%208.29289L3.58586%204.99992L0.292893%201.70696Z%22%20fill%3D%22%23232323%22%2F%3E%0A%3C%2Fsvg%3E");
}
main .best-seller .product-card .btn.btn-outline:active {
  background-color: var(--black-20);
  color: var(--color-blue-for-light);
  border-color: var(--black-20);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M0.292893%201.70696C-0.0976311%201.31643%20-0.0976311%200.683418%200.292893%200.292893C0.683417%20-0.0976311%201.31643%20-0.0976311%201.70696%200.292893L6.41399%204.99992L1.70696%209.70696C1.31643%2010.0975%200.683418%2010.0975%200.292894%209.70696C-0.0976307%209.31643%20-0.0976307%208.68342%200.292894%208.29289L3.58586%204.99992L0.292893%201.70696Z%22%20fill%3D%22%230192df%22%2F%3E%0A%3C%2Fsvg%3E");
}
main .best-seller .product-card .btn.btn-outline.dark:hover {
  background-color: var(--black-90);
  color: var(--black-white);
  border-color: var(--black-90);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M0.292893%201.70696C-0.0976311%201.31643%20-0.0976311%200.683418%200.292893%200.292893C0.683417%20-0.0976311%201.31643%20-0.0976311%201.70696%200.292893L6.41399%204.99992L1.70696%209.70696C1.31643%2010.0975%200.683418%2010.0975%200.292894%209.70696C-0.0976307%209.31643%20-0.0976307%208.68342%200.292894%208.29289L3.58586%204.99992L0.292893%201.70696Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fsvg%3E");
}
main .best-seller .product-card .btn.btn-outline.dark:active {
  background-color: var(--black-90);
  color: var(--color-blue-for-dark);
  border-color: var(--black-90);
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M0.292893%201.70696C-0.0976311%201.31643%20-0.0976311%200.683418%200.292893%200.292893C0.683417%20-0.0976311%201.31643%20-0.0976311%201.70696%200.292893L6.41399%204.99992L1.70696%209.70696C1.31643%2010.0975%200.683418%2010.0975%200.292894%209.70696C-0.0976307%209.31643%20-0.0976307%208.68342%200.292894%208.29289L3.58586%204.99992L0.292893%201.70696Z%22%20fill%3D%22%23009ff4%22%2F%3E%0A%3C%2Fsvg%3E");
}
main .best-seller .product-card-1 {
  color: var(--black-70);
}
main .best-seller .product-card-1 .btn {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M0.292893%201.70696C-0.0976311%201.31643%20-0.0976311%200.683418%200.292893%200.292893C0.683417%20-0.0976311%201.31643%20-0.0976311%201.70696%200.292893L6.41399%204.99992L1.70696%209.70696C1.31643%2010.0975%200.683418%2010.0975%200.292894%209.70696C-0.0976307%209.31643%20-0.0976307%208.68342%200.292894%208.29289L3.58586%204.99992L0.292893%201.70696Z%22%20fill%3D%22%234B4B4B%22%2F%3E%0A%3C%2Fsvg%3E");
}
main .best-seller .product-card-1 .product-info .product-logo {
  filter: invert(100%);
}
main .best-seller .product-card-1:hover {
  color: var(--black-white);
}
main .best-seller .product-card-1:hover .product-info .product-logo {
  filter: none;
}
main .best-seller .product-card-1:hover .btn {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%227%22%20height%3D%2210%22%20viewBox%3D%220%200%207%2010%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M0.292893%201.70696C-0.0976311%201.31643%20-0.0976311%200.683418%200.292893%200.292893C0.683417%20-0.0976311%201.31643%20-0.0976311%201.70696%200.292893L6.41399%204.99992L1.70696%209.70696C1.31643%2010.0975%200.683418%2010.0975%200.292894%209.70696C-0.0976307%209.31643%20-0.0976307%208.68342%200.292894%208.29289L3.58586%204.99992L0.292893%201.70696Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%0A%3C%2Fsvg%3E");
}
main .go-filter {
  position: relative;
  color: var(--black-90);
  margin-bottom: 32px;
  cursor: pointer;
}
main .go-filter .image-container {
  border-radius: 16px;
  width: 100%;
  aspect-ratio: 30/13;
  overflow: hidden;
}
main .go-filter .image-container img {
  overflow: hidden;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
main .go-filter .image-container img:hover {
  transform: scale(1.05);
}
main .go-filter .filter-info {
  position: absolute;
  top: 50%;
  left: 84px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
main .go-filter .filter-info > div {
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  align-items: flex-start;
  max-width: 480px;
}
main .go-filter .filter-info > div > * {
  margin-bottom: 5%;
}
main .go-filter .filter-info > div .btn {
  background-color: var(--black-90);
  color: var(--black-white);
}
main .guides {
  padding-bottom: 64px;
}
main .guides > * {
  display: flex;
  flex-direction: column;
  border-radius: 16px;
  background-color: var(--black-90);
  width: 100%;
  aspect-ratio: 4/3;
  justify-content: center;
}
main .guides > * svg {
  width: 30%;
  height: auto;
  margin: 16 auto;
}
main .guides > *:hover {
  background-color: var(--black-80);
}
main .guides > *:active {
  background-color: var(--black-90);
}
main .guides > *:active h4 {
  color: var(--color-blue-for-dark);
}
@media screen and (max-width: 1180px) {
  main .best-seller:nth-child(5) {
    display: none;
  }
  main .best-seller .product-card .product-info .product-logo {
    min-height: 36px;
  }
  main .best-seller .product-card .product-links {
    margin-top: 12px;
  }
  main .best-seller .product-card .product-links .btn:nth-child(2) {
    margin-left: 0;
  }
  main .best-seller .product-card .product-links .btn.btn-outline.dark:hover {
    background-color: var(--black-70);
    border-color: var(--black-70);
  }
  main .best-seller .product-card .product-links .btn.btn-outline.dark:active {
    background-color: var(--black-70);
    border-color: var(--black-70);
  }
  main .go-filter .filter-info > div {
    max-width: 300px;
  }
  main .guides > * {
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 720px) {
  main .standard-section {
    padding-left: 16px;
    padding-right: 16px;
  }
  main .best-seller {
    display: block;
  }
  main .best-seller .product-card {
    width: 100%;
  }
  main .best-seller .product-card .product-info .product-logo {
    height: 36px;
  }
  main .best-seller .product-card .product-info .product-links {
    margin-top: 8px;
  }
  main .go-filter .image-container {
    aspect-ratio: 1/1;
  }
  main .go-filter .filter-info {
    text-align: center;
    top: 4%;
    left: 0;
    transform: none;
    width: 100%;
  }
  main .go-filter .filter-info > div {
    max-width: 100%;
    text-align: center;
  }
  main .go-filter .filter-info > div > * {
    margin-bottom: 0.3em;
  }
  main .guides {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 16px;
  }
}/*# sourceMappingURL=homepage_v2025.css.map */