@charset "UTF-8";
* {
  padding: 0%;
  margin: 0%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Inter", sans-serif;
  font-family: "Noto Sans TC", sans-serif;
}

body {
  width: 100vw;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body .header {
  width: 100%;
  height: 140px;
  border-bottom: 40px solid #313538;
  background-color: #ffffff;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  z-index: 100;
}

@media (max-width: 1279px) {
  body .header {
    border: none;
    height: 102px;
  }
}

body .header .navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 56px 26px 60px;
  height: 100%;
}

@media (max-width: 1279px) {
  body .header .navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
    height: 52px;
    position: relative;
  }
}

body .header .navbar .logo-box {
  height: 100%;
  margin-right: 56px;
  display: block;
  cursor: pointer;
}

@media (max-width: 1279px) {
  body .header .navbar .logo-box {
    margin: 0 auto;
    padding: 14px 0;
  }
}

body .header .navbar .logo-box .logo-image {
  height: 100%;
}

body .header .navbar .lists {
  list-style: none;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 30px;
  text-indent: 30px;
  color: #3f3a3a;
  margin-right: auto;
}

@media (max-width: 1279px) {
  body .header .navbar .lists {
    background-color: #313538;
    color: #828282;
    font-size: 16px;
    min-width: auto;
    width: 100%;
    height: 50px;
    padding: 14px 0;
    letter-spacing: normal;
    text-indent: 0;
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

body .header .navbar .lists .list {
  width: 151px;
  border-right: 1px solid #3f3a3a;
  cursor: pointer;
}

body .header .navbar .lists .list:last-child {
  border-right: none;
}

body .header .navbar .lists .list:hover {
  color: #8b572a;
}

@media (max-width: 1279px) {
  body .header .navbar .lists .list {
    width: 33.33%;
    border-right: 1px solid #828282;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #828282;
  }
  body .header .navbar .lists .list:hover {
    color: #ffffff;
  }
}

body .header .navbar .lists .selected {
  color: #8b572a;
}

@media (max-width: 1279px) {
  body .header .navbar .lists .selected {
    color: #ffffff;
  }
}

body .header .navbar .navbar-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body .header .navbar .navbar-right .input-form {
  position: relative;
}

@media (max-width: 1279px) {
  body .header .navbar .navbar-right .input-form {
    position: static;
  }
}

body .header .navbar .navbar-right .input-form .search-bar {
  display: block;
  width: 214px;
  height: 44px;
  border-radius: 20px;
  border: 1px solid #979797;
  padding: 0px 20px;
  font-size: 20px;
  line-height: 44px;
  color: #8b572a;
}

@media (max-width: 1279px) {
  body .header .navbar .navbar-right .input-form .search-bar {
    width: 0px;
    height: 0px;
    padding: 0%;
    border: none;
    position: absolute;
    top: 6px;
    right: 10px;
  }
  body .header .navbar .navbar-right .input-form .search-bar:focus {
    padding: 0px 20px;
    width: calc(100% - 20px);
    height: 40px;
    outline: none;
    border: 1px solid #979797;
  }
}

body .header .navbar .navbar-right .input-form .search-label {
  position: absolute;
  height: 44px;
  top: 0px;
  right: 12px;
  color: #979797;
  cursor: pointer;
}

@media (max-width: 1279px) {
  body .header .navbar .navbar-right .input-form .search-label {
    position: absolute;
    height: 40px;
    top: 6px;
    right: 16px;
  }
}

body .header .navbar .navbar-right .input-form .search-label .search-icon {
  height: 100%;
}

body .header .navbar .navbar-right .input-form .search-label .search-icon:hover {
  content: url("../images/search-hover.png");
}

body .header .navbar .navbar-right .cart-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

@media (max-width: 1279px) {
  body .header .navbar .navbar-right .cart-container {
    display: none;
  }
}

body .header .navbar .navbar-right .cart-container .cart-icon {
  height: 44px;
  margin-left: 40px;
}

body .header .navbar .navbar-right .cart-container .cart-icon:hover {
  content: url("../images/cart-hover.png");
}

body .header .navbar .navbar-right .cart-container .cart-count {
  color: #ffffff;
  background-color: #8b572a;
  width: 24px;
  height: 24px;
  text-align: center;
  border-radius: 50%;
  position: absolute;
  font-size: 16px;
  line-height: 24px;
  bottom: 0px;
  right: -2px;
}

body .header .navbar .navbar-right .member-icon {
  height: 43px;
  margin-left: 42px;
  cursor: pointer;
}

body .header .navbar .navbar-right .member-icon:hover {
  content: url("../images/member-hover.png");
}

@media (max-width: 1279px) {
  body .header .navbar .navbar-right .member-icon {
    display: none;
  }
}

body main {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body main .carousel {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1279px) {
  body main .carousel {
    height: 185px;
  }
}

body main .carousel .carousel-image-container {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}

body main .carousel .carousel-image-container .carousel-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  /* 設定淡入動畫效果 */
}

body main .carousel .carousel-story-container {
  width: 100%;
  max-width: 1280px;
  min-width: 360px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}

@media (max-width: 1279px) {
  body main .carousel .carousel-story-container {
    max-width: calc(360px + 360px + 6px);
  }
}

body main .carousel .carousel-story-container .carousel-story {
  position: absolute;
  top: 168px;
  left: 87px;
  font-size: 30px;
  line-height: 57px;
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  /* 設定淡入動畫效果 */
}

@media (max-width: 1279px) {
  body main .carousel .carousel-story-container .carousel-story {
    left: 23px;
    top: 36px;
    font-size: 15px;
    line-height: 28px;
  }
}

body main .carousel .carousel-story-container .carousel-story .carousel-story-author {
  font-size: 20px;
  line-height: 64px;
}

@media (max-width: 1279px) {
  body main .carousel .carousel-story-container .carousel-story .carousel-story-author {
    font-size: 12px;
    line-height: 28px;
  }
}

body main .carousel .carousel-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 34px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

@media (max-width: 1279px) {
  body main .carousel .carousel-dots {
    bottom: 18px;
  }
}

body main .carousel .carousel-dots .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  margin: 0 11px;
  cursor: pointer;
}

@media (max-width: 1279px) {
  body main .carousel .carousel-dots .dot {
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    margin: 0 4.4px;
  }
}

body main .carousel .carousel-dots .selected {
  background-color: #8b572a;
}

body main .products-container {
  width: 100%;
  max-width: 1160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
          column-gap: 40px;
  row-gap: 60px;
  margin-top: 69px;
}

@media (max-width: 1279px) {
  body main .products-container {
    max-width: calc(360px + 360px + 6px);
    width: auto;
    margin: 0 24px;
    margin-top: 15px;
    -webkit-column-gap: 6px;
            column-gap: 6px;
    row-gap: 24px;
  }
}

@media (max-width: 479px) {
  body main .products-container {
    row-gap: 22px;
  }
}

body main .products-container .product {
  width: 360px;
  max-width: 360px;
  cursor: pointer;
}

@media (max-width: 1279px) {
  body main .products-container .product {
    width: calc((100vw - 24px - 24px - 6px) / 2);
  }
}

body main .products-container .product .product-img {
  width: 100%;
}

body main .products-container .product .colors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15.5px;
  gap: 10px;
}

@media (max-width: 1279px) {
  body main .products-container .product .colors {
    margin-top: 3px;
    gap: 6px;
  }
}

body main .products-container .product .colors .color {
  width: 24px;
  height: 24px;
  border: 1px solid #d3d3d3;
}

@media (max-width: 1279px) {
  body main .products-container .product .colors .color {
    width: 12px;
    height: 12px;
  }
}

body main .products-container .product .colors .white {
  background: #ffffff;
}

body main .products-container .product .colors .green {
  background: #ddffbb;
}

body main .products-container .product .colors .gray {
  background: #cccccc;
}

body main .products-container .product .product-title {
  color: #3f3a3a;
  margin-top: 18px;
  font-size: 20px;
  letter-spacing: 4px;
}

@media (max-width: 1279px) {
  body main .products-container .product .product-title {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
    letter-spacing: 2.5px;
  }
}

body main .products-container .product .product-price {
  color: #3f3a3a;
  margin-top: 6px;
  font-size: 20px;
  letter-spacing: 4px;
}

@media (max-width: 1279px) {
  body main .products-container .product .product-price {
    font-size: 12px;
    letter-spacing: 2.5px;
  }
}

body footer {
  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;
  background-color: #313538;
  width: 100%;
  height: 115px;
  margin-top: 107px;
}

@media (max-width: 1279px) {
  body footer {
    margin-top: 47px;
    height: 206px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

body footer .information {
  color: #828282;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 1160px;
}

@media (max-width: 1279px) {
  body footer .information {
    min-width: auto;
    width: 296px;
    height: 103px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    margin-top: 23px;
  }
}

body footer .information .services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin-right: auto;
  font-size: 15px;
  color: #d3d3d3;
}

@media (max-width: 1279px) {
  body footer .information .services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 177px;
    height: 76px;
    row-gap: 8px;
    -webkit-column-gap: 36px;
            column-gap: 36px;
  }
}

body footer .information .services .service {
  text-align: center;
  font-size: 16px;
  border-right: 1px solid #828282;
  width: 134px;
}

body footer .information .services .service:last-child {
  border-right: none;
}

@media (max-width: 1279px) {
  body footer .information .services .service {
    border-right: none;
    width: auto;
    text-align: left;
    font-size: 14px;
    line-height: 20px;
  }
}

body footer .information .social-medias {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  gap: 31px;
}

@media (max-width: 1279px) {
  body footer .information .social-medias {
    gap: 14px;
    margin-top: 14px;
  }
}

body footer .information .social-medias .app .social-media-icon {
  height: 50px;
}

@media (max-width: 1279px) {
  body footer .information .social-medias .app .social-media-icon {
    height: 20px;
  }
}

body footer .information .rights {
  margin-left: 28px;
  font-size: 12px;
}

@media (max-width: 1279px) {
  body footer .information .rights {
    margin-left: 0px;
    margin-top: 12px;
    font-size: 10px;
    line-height: 14px;
  }
}

body footer .mobile-options {
  display: none;
}

@media (max-width: 1279px) {
  body footer .mobile-options {
    position: fixed;
    bottom: 0;
    background-color: #313538;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    color: #ffffff;
  }
  body footer .mobile-options .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(50% - 0.5px);
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
  }
  body footer .mobile-options .cart:hover .cart-mobile-icon {
    content: url("../images/cart-hover.png");
  }
  body footer .mobile-options .cart:hover .cart-mobile-text {
    color: #8b572a;
  }
  body footer .mobile-options .cart .cart-mobile-icon-container {
    position: relative;
  }
  body footer .mobile-options .cart .cart-mobile-icon-container .cart-mobile-icon {
    height: 44px;
  }
  body footer .mobile-options .cart .cart-mobile-icon-container .cart-mobile-count {
    position: absolute;
    color: #ffffff;
    background-color: #8b572a;
    width: 24px;
    height: 24px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    line-height: 24px;
    bottom: 0px;
    right: 1px;
  }
  body footer .mobile-options .divider {
    width: 1px;
    height: 24px;
    background-color: #828282;
  }
  body footer .mobile-options .membership {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(50% - 0.5px);
    line-height: 16px;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
  }
  body footer .mobile-options .membership:hover .member-mobile-icon {
    content: url("../images/member-hover.png");
  }
  body footer .mobile-options .membership:hover .member-mobile-text {
    color: #8b572a;
  }
  body footer .mobile-options .membership .member-mobile-icon {
    height: 44px;
    cursor: pointer;
  }
}
/*# sourceMappingURL=index.css.map */