@charset "UTF-8";
html,
body {
  min-height: 100%;
}

html {
  font-size: 100%;
  overflow-y: scroll;
}

a {
  color: inherit;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover {
  opacity: 0.8;
}

body {
  font-family: "Gabarito", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
  font-weight: 400;
  font-size: 100%;
  color: #ffffff;
  background-color: #000000;
  line-height: 140%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body::-webkit-scrollbar {
  display: none;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row:before {
  display: none;
}

.row .col {
  float: none;
}

.container {
  width: 100%;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

b {
  font-weight: 700;
}

.container {
  padding: 0 120px;
  max-width: 1510px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  .container {
    padding: 0 50px;
  }
}

@media screen and (max-width: 991px) {
  .container {
    padding: 0 16px;
  }
}

.inner-container {
  max-width: 1056px;
  margin: 0 auto;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}

header .bar {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  padding: 24px 0;
}

@media screen and (max-width: 991px) {
  header .bar {
    padding-top: 24px;
    padding-bottom: 16px;
  }
}

header .bar .row {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 575px) {
  header .bar .col-logo {
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}

header .bar .col-logo a {
  position: relative;
}

header .bar .col-logo a:hover {
  opacity: 1;
}

header .bar .col-logo a:hover .normal {
  opacity: 0;
}

header .bar .col-logo a:hover .hover {
  opacity: 1;
}

header .bar .col-logo a img {
  display: block;
  width: 160px;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 991px) {
  header .bar .col-logo a img {
    width: 120px;
  }
}

header .bar .col-logo a .normal {
  opacity: 1;
}

header .bar .col-logo a .hover {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

header .bar .col-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 575px) {
  header .bar .col-r {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

header .bar .col-r .links {
  position: relative;
  font-size: 1.125em;
  line-height: 1.77;
  text-transform: uppercase;
  padding-right: 24px;
  margin-right: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 991px) {
  header .bar .col-r .links {
    display: none;
  }
}

header .bar .col-r .links #link-lenses {
  cursor: pointer;
}

header .bar .col-r .links #link-lenses > span {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .bar .col-r .links #link-lenses:hover > span {
  color: #ED6B21;
  opacity: 1;
}

header .bar .col-r .links .link {
  position: relative;
}

header .bar .col-r .links .link.active {
  color: #ED6B21;
}

header .bar .col-r .links .link a:hover {
  color: #ED6B21;
  opacity: 1;
}

header .bar .col-r .links .link:not(:last-child) {
  margin-right: 40px;
}

header .bar .col-r .links:after {
  content: "";
  position: absolute;
  right: 0;
  top: 3px;
  width: 1px;
  height: 25px;
  background-color: #ffffff;
}

header .bar .col-r .icon-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .bar .col-r .icon-button div {
  margin-right: 24px;
}

header .bar .col-r .icon-button div:last-child {
  margin-right: 0;
}

@media screen and (min-width: 992px) {
  header .bar .col-r .icon-button div:nth-last-child(2) {
    margin-right: 0;
  }
}

header .bar .col-r .icon-button img {
  display: block;
  width: 28px;
  height: 28px;
}

@media screen and (max-width: 991px) {
  header .bar .col-r .icon-button img {
    width: 24px;
    height: 24px;
  }
}

header .bar .col-r .icon-button .languages {
  position: relative;
  padding-right: 17px;
  text-transform: uppercase;
}

header .bar .col-r .icon-button .languages:after {
  content: "";
  display: block;
  background-image: url("../img/icon/chevron-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 9px;
  height: 5px;
  position: absolute;
  right: 0;
  top: 12px;
}

header .bar .col-r .icon-button .languages ul {
  list-style-type: none;
  position: absolute;
  left: -10px;
  top: 40px;
  border-radius: 8px;
  background: rgba(57, 57, 57, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  padding: 0 8px;
  width: auto;
  display: none;
}

header .bar .col-r .icon-button .languages ul li a {
  display: block;
  padding: 10px 6px;
  text-align: center;
}

header .bar .col-r .icon-button .languages ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

header .hamburger {
  position: relative;
  width: 21px;
  height: 19px;
  cursor: pointer;
}

@media screen and (min-width: 992px) {
  header .hamburger {
    display: none;
  }
}

header .hamburger .line {
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  border-radius: 8px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .hamburger .line:first-child {
  top: 0;
  left: 0;
}

header .hamburger .line:nth-child(2) {
  top: 8px;
  right: 0;
  width: 16px;
  background-color: #ED6B21;
}

header .hamburger .line:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 16px;
}

header .hamburger:hover .line:first-child {
  -webkit-transform: translateY(13px);
          transform: translateY(13px);
}

header .hamburger:hover .line:nth-child(2) {
  width: 0;
}

header .hamburger:hover .line:nth-child(3) {
  width: 100%;
  -webkit-transform: translateY(-13px);
          transform: translateY(-13px);
}

.lenses-list {
  list-style-type: none;
  display: none;
}

@media screen and (max-width: 991px) {
  .lenses-list {
    position: relative;
    display: block;
    margin-top: 16px;
  }
}

@media screen and (min-width: 992px) {
  .lenses-list {
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
    background: rgba(57, 57, 57, 0.8);
    position: absolute;
    left: 0;
    top: 32px;
    border-radius: 8px;
    width: 315px;
    padding: 16px;
  }
}

.lenses-list li:not(:last-child) {
  margin-bottom: 24px;
}

.lenses-list li a {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9em;
}

.lenses-list li a .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
  font-weight: 600;
  text-transform: uppercase;
  width: calc(100% - 16px);
  padding-right: 10px;
  line-height: 100%;
}

.lenses-list li a .title .icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 24px;
  height: 32px;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.lenses-list li a .title .txt {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lenses-list li a .title .txt:hover {
  opacity: 1;
  color: #ED6B21;
}

.lenses-list li a .arrow {
  width: 16px;
  height: 16px;
  background-size: contain;
  background-image: url("../img/icon/arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lenses-list li a .arrow.black {
  background-image: url("../img/icon/arrow-right-b.svg");
}

.lenses-list li a:hover .arrow {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.theme-light .lenses-list li a {
  color: #ffffff;
}

.theme-light .mobile-menu li a {
  color: #444444;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  overflow: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.68)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.68) 0%, rgba(0, 0, 0, 0.8) 100%);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile-menu.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile-menu .container {
  padding: 24px 16px 48px;
}

.mobile-menu .wrapper {
  padding: 0 45px 0 8px;
}

.mobile-menu .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mobile-menu .top .logo img {
  width: 120px;
}

.mobile-menu .top .btn-close {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile-menu .top .btn-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.mobile-menu nav {
  padding-top: 41px;
}

.mobile-menu .page {
  padding-bottom: 32px;
}

.mobile-menu .page > a, .mobile-menu .page > span {
  font-size: 1.5em;
  line-height: 1.33;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile-menu .page > a:hover, .mobile-menu .page > span:hover {
  opacity: 1;
  color: #ED6B21;
}

.mobile-menu .links {
  padding: 32px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mobile-menu .links ul {
  list-style-type: none;
}

.mobile-menu .links ul li {
  font-size: 1.125em;
  line-height: 1.2;
  margin-bottom: 16px;
}

.mobile-menu .links ul li a {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile-menu .links ul li a:hover {
  opacity: 1;
  color: #ED6B21;
}

.mobile-menu .links .social a:not(:last-child) {
  margin-right: 24px;
}

.mobile-menu .links li a {
  position: unset;
  display: unset;
  padding: unset;
  text-decoration: unset;
  color: unset;
}

footer .wrapper {
  position: relative;
  border-top: 1px solid #ffffff;
  padding-top: 24px;
  padding-bottom: 32px;
}

@media screen and (max-width: 991px) {
  footer .wrapper {
    padding-top: 48px;
  }
}

footer .btn-scroll-top {
  position: absolute;
  left: 50%;
  top: -22px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #000000;
  border-radius: 50%;
  border: 1px solid #ffffff;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

footer .btn-scroll-top:hover {
  background-color: #ED6B21;
  border-color: #ED6B21;
}

footer .btn-scroll-top:hover img {
  -webkit-animation-name: scrollTopArrow;
          animation-name: scrollTopArrow;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

footer .row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875em;
  line-height: 1.2;
  font-family: "Roboto", "Heiti TC", "微軟正黑體", "Microsoft JhengHei", "Arial Unicode MS", "Arial";
}

@media screen and (max-width: 991px) {
  footer .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .col-l, footer .col-r {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  footer .col-l, footer .col-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 991px) {
  footer .col-l, footer .col-r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  footer .col-l {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 250px;
  }
}

@media screen and (max-width: 991px) {
  footer .col-l .disclaimer {
    display: none;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  footer .col-r {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: calc(100% - 250px);
  }
}

footer .col-r .disclaimer {
  margin-top: 24px;
}

@media screen and (min-width: 992px) {
  footer .col-r .disclaimer {
    display: none;
  }
}

@media screen and (max-width: 991px) {
  footer .col-r .disclaimer {
    margin-right: 0;
  }
}

footer .logo {
  margin-right: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

footer .logo img {
  width: 140px;
}

@media screen and (max-width: 991px) {
  footer .logo {
    margin-bottom: 24px;
    margin-right: 0;
  }
}

footer .disclaimer {
  margin-right: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  footer .static {
    padding-top: 20px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 991px) {
  footer .static {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .static a {
  margin-right: 24px;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  footer .static a:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  footer .static a {
    display: block;
    text-align: center;
    margin-bottom: 16px;
    margin-right: 0;
  }
}

footer .social {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (min-width: 992px) and (max-width: 1399px) {
  footer .social {
    margin-top: 15px;
  }
}

footer .social a:not(:last-child) {
  margin-right: 24px;
}

footer .social img {
  width: 33px;
  display: inline-block;
}

.theme-light {
  color: #000000;
  background-color: #ffffff;
}

.theme-light header {
  background-color: #ffffff;
}

.theme-light header .bar {
  background-image: none;
}

.theme-light header .bar .col-r .links:after {
  background-color: #000000;
}

.theme-light header .hamburger .line {
  background-color: #000000;
}

.theme-light header .hamburger .line:nth-child(2) {
  background-color: #ED6B21;
}

.theme-light .mobile-menu {
  background: #ffffff;
}

.theme-light .mobile-menu .links {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

@-webkit-keyframes scrollTopArrow {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes scrollTopArrow {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.woocommerce-store-notice {
  color: #000000;
}
/*# sourceMappingURL=layout.css.map */