@charset "UTF-8";
/* base ===================== */
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC-Light.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC-Regular.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC-Medium.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Noto Sans TC";
  src: url("../fonts/NotoSansTC-Bold.ttf") format("truetype");
  font-weight: 700;
}
body {
  font-family: "Noto Sans TC", sans-serif;
}

a {
  font-family: "Noto Sans TC", sans-serif;
  text-decoration: none;
  color: var(--bs-body-color);
  text-transform: none;
}
a:hover {
  color: #c49a6d;
}
a:hover p {
  color: #000;
}

.font-bold {
  font-weight: 600;
}

.text-primary {
  color: #c49a6d !important;
}

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

.bg-fantasy {
  background-color: #e4e4e4 !important;
}

@media (min-width: 1400px) {
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 20%;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1280px;
  }
}

.default-padding {
  padding-top: 90px;
  padding-bottom: 90px;
}

.img-box-1-1 {
  aspect-ratio: 1/1;
}
.img-box-1-1 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.img-box-3-4 {
  aspect-ratio: 16/9;
}
.img-box-3-4 img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.address-item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  margin-top: 0.75rem;
}
.address-item.center {
  justify-content: center;
}
.address-item > * {
  font-family: "Noto Sans TC", sans-serif !important;
}

.article-content ul,
.article-content ol {
  list-style: initial;
  padding-left: 1.5rem;
  margin: 0.5rem 0;
}
.article-content ol {
  list-style: decimal;
}
.article-content p:not(:last-child) {
  margin-bottom: 1rem;
}
.article-content h3:not(:first-child),
.article-content h4:not(:first-child),
.article-content h5:not(:first-child) {
  margin-top: 1rem;
}
.article-content img {
  display: block;
  margin: 1.5rem auto;
}

/* custom ===================== */
.btn {
  --bs-btn-border-radius: 0;
  padding: 0.75rem 1rem;
  min-height: 50px;
  vertical-align: middle;
  font-weight: 600;
}

.btn-white {
  background-color: #fff;
}
.btn-white:hover {
  background-color: #2f2d2f;
  color: #fff;
}

.btn-outline-secondary {
  border: 1px solid #2f2d2f;
  color: #2f2d2f;
}
.btn-outline-secondary:hover {
  background-color: #2f2d2f;
  color: #fff;
}

.btn-2 a:hover {
  background-color: #c49a6d !important;
}

.banner-slider:hover .slick-arrow {
  opacity: 0.8;
}
.banner-slider:hover .slick-arrow.slick-prev {
  left: 5%;
}
.banner-slider:hover .slick-arrow.slick-next {
  right: 5%;
}
.banner-slider .slick-arrow {
  background-color: #ffffff;
  position: absolute;
  top: calc(50% - 0px);
  bottom: 30px;
  height: 50px;
  width: 50px;
  opacity: 0;
  z-index: 1;
}
.banner-slider .slick-arrow i {
  line-height: 50px;
}
.banner-slider .slick-prev {
  left: 0;
}
.banner-slider .slick-next {
  right: 0;
}

@media (min-width: 1200px) {
  .mega-menu {
    width: auto;
  }
  .mega-menu .column-wrapper {
    display: flex;
  }
  .mega-menu .column-wrapper .menu-colum {
    width: 220px;
    padding: 1rem 0;
  }
}
.header-right-area {
  justify-content: end;
}
@media (min-width: 1200px) {
  .header-right-area {
    justify-content: center;
  }
}

.main-nav > ul > li > a {
  color: #c49a6d !important;
  font-weight: 500;
}
.main-nav > ul > li > a.active {
  color: #2f2d2f !important;
}

.header-right-area > ul > li {
  margin: 0 0 0 30px !important;
}
.header-right-area > ul > li:first-child {
  margin: 0 !important;
}
.header-right-area > ul > li i {
  color: #000;
}

.offcanvas-navigation .mobile-menu li a {
  font-size: 18px;
  padding: 0.5rem 1.875rem;
}
.offcanvas-navigation .mobile-menu li .sub-menu li a {
  font-size: 18px;
}

.footer-main img:first-child {
  max-width: 240px;
  height: auto;
}

.copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.copyright p {
  padding: 0.75rem 0 1.25rem;
}

.scroll-to-top {
  right: 30px;
  bottom: 70px;
  background-color: #2f2d2f;
}
@media (min-width: 1200px) {
  .scroll-to-top {
    bottom: 40px;
  }
}

.fixed-links {
  position: fixed;
  right: 0.75rem;
  bottom: 1.25rem;
  z-index: 50;
}
@media (min-width: 576px) {
  .fixed-links {
    right: 1rem;
  }
}
.fixed-links ul {
  display: grid;
  padding: 0;
  margin: 0;
  gap: 0.25rem;
}
.fixed-links ul li,
.fixed-links ul a {
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.fixed-links .btn-to-top {
  display: none;
}

footer .address-item h6,
footer .address-item a,
footer .address-item p {
  font-size: 1.25rem;
}

/* ===== 共用 ===== */
.breadcrumb-area {
  margin-top: 130px;
}

/* 頁碼 */
.pagination-m {
  text-align: center;
  margin: 60px 0;
}
.pagination-m ul {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.pagination-m ul li {
  display: inline;
}
.pagination-m ul li a {
  color: black;
  float: left;
  padding: 8px 16px;
  text-decoration: none;
}
.pagination-m ul li a.active {
  border-radius: 4px;
  background-color: #2f2d2f;
  color: white;
}
.pagination-m ul li a:hover:not(.active) {
  border-radius: 4px;
  background-color: rgba(47, 45, 47, 0.25);
}

.price-box {
  display: flex;
  justify-content: space-between;
}
.price-box p:first-child {
  color: red;
}
.price-box p {
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  flex-wrap: wrap;
}
.price-box p span {
  font-size: 1.2rem;
  padding-left: 0.25rem;
}

/* ===== 區塊 ===== */
.brand-product-area {
  background-image: url("../img/bg-about.jpg");
  margin-top: 0;
}
@media (min-width: 992px) {
  .brand-product-area {
    margin-top: -120px;
  }
}
.brand-product-area h4,
.brand-product-area p {
  color: rgba(255, 255, 255, 0.9);
}
.brand-product-area h4 {
  margin: 1rem 0;
}
.brand-product-area h4::after {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  margin-top: 1rem;
  background-color: rgba(255, 255, 255, 0.9);
}
.brand-product-area .content {
  padding: 3rem 1rem 1rem;
}
@media (min-width: 992px) {
  .brand-product-area .content {
    padding: 3rem 1rem;
    margin-top: 120px;
  }
}
.brand-product-area .brand-product-image {
  z-index: 50;
}

.process-item {
  display: flex;
  align-items: start;
  margin-bottom: 1.5rem;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .process-item {
    flex-direction: column;
    align-items: center;
    padding: 0 2rem;
  }
}
.process-item > *:first-child {
  width: 30%;
  height: auto;
}
@media (min-width: 768px) {
  .process-item > *:first-child {
    width: auto;
  }
}
.process-item ul,
.process-item ol {
  padding-left: 0;
  margin-bottom: 0;
  list-style-position: inside;
}

.process-block {
  border: 4px solid #c49a6d;
  border-radius: 2rem;
  padding: 1rem;
}
@media (min-width: 576px) {
  .process-block {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .process-block {
    padding: 3rem 2rem;
    text-align: left;
  }
}
.process-block h2 {
  color: #c49a6d;
  margin: 1rem 0;
  text-align: center;
}
@media (min-width: 992px) {
  .process-block h2 {
    text-align: left;
    margin: 0 0 0.5rem;
  }
}
.process-block p {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 2;
}

.single-product .add-actions > * {
  transition: 0.3s;
  color: white;
  font-weight: 600;
  font-size: 1.25rem;
}
.single-product:hover .add-actions > * {
  transform: translateY(-60px);
}
.single-product .product-name {
  margin-bottom: 0.25rem !important;
}
.single-product .product-name a {
  font-style: normal !important;
  font-size: unset !important;
}

.product-item-2 .single-product .product-img .add-actions {
  bottom: 0;
  left: 0;
  top: 32%;
  transform: translate(0%, 100px);
}

.point-area {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-post-area-3 .post-content .date-meta {
  font-size: 0.875rem !important;
}

.post-inner-box .post-thumbnail .date-post,
.blog-area-wrapper .date-post {
  height: auto !important;
  width: auto !important;
  padding: 0.75rem 1rem !important;
  color: #fff;
}

.blog-area-wrapper {
  margin: 0 auto;
}
.blog-area-wrapper .blog-meta {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.blog-area-wrapper .blog-meta a {
  font-size: 0.875rem !important;
  color: #c49a6d !important;
}
.blog-area-wrapper .blog-item .desc-content {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.blog-area-wrapper .blog-item .blog-title a {
  font-size: unset !important;
}
.blog-area-wrapper .blog-post .blog-title {
  padding: 0.5rem 0 0.75rem;
  margin-bottom: 1rem;
}
.blog-area-wrapper .desc-content img {
  margin: 1rem 0;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sidebar-area .widgets-area .widgets-blog-category > li > a,
.filter-body .widgets-area .widgets-blog-category > li > a {
  font-size: 1.125rem;
  padding: 0.75rem 0;
}

.account-page-area .myaccount-tab-trigger li a {
  font-size: 1rem;
  padding: 0.75rem 1.25rem;
}
.account-page-area .myaccount-tab-trigger li a.active {
  background-color: #c49a6d;
}
.account-page-area .myaccount-tab-trigger li a:hover {
  color: #c49a6d;
}

.offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li > a {
  font-size: 1.125rem !important;
}
.offcanvas-menu_wrapper .offcanvas-menu-inner-2 .offcanvas-inner_nav ul li > ul li > a {
  font-size: 1rem !important;
}/*# sourceMappingURL=style.css.map */