@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.topBar {
  border-bottom: 40px solid #592d07;
}

.topBar .wrap {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media (max-width: 1110px) {
  .topBar .wrap {
    padding: 0 15px;
  }
}
.topBar a {
  display: block;
  text-decoration: none;
  color: #592d07;
  font-weight: bold;
  font-size: 1.25rem;
}

.topBar a:hover {
  color: #ebd198;
  transform: scale(1.05);
}

.topBar-menu {
  display: flex;
  flex-wrap: wrap;
  background-color: #ffffff;
}

.topBar-menu.openMenu {
  max-height: 300px;
}

.topBar-menu a {
  padding: 36px 24px;
  background-color: #ffffff;
}

.topBar-menu a:hover {
  transform: scale(1);
}

.topBar-menu li:last-child a {
  padding-right: 0;
}

@media (max-width: 767px) {
  .topBar-menu {
    position: absolute;
    top: 61px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 10;
    max-height: 0;
    overflow: hidden;
    transition: all 0.2s;
  }
  .topBar-menu li {
    width: 100%;
  }
  .topBar-menu a {
    text-align: center;
    padding: 15px;
    font-size: 1rem;
  }
  .topBar-menu a:hover {
    background-color: #ebd198;
    color: #ffffff;
  }
  .topBar-menu li:last-child a {
    padding: 15px;
  }
}
.menuToggle {
  display: none;
  cursor: pointer;
}

.menuToggle:hover {
  color: #ebd198;
}

@media (max-width: 767px) {
  .menuToggle {
    display: block;
    font-size: 2rem;
    padding: 15px;
  }
}
.mySwiper {
  position: relative;
  width: 100%;
  height: 600px;
  margin-bottom: 60px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}

.banner-text {
  position: absolute;
  color: #ffffff;
  font-size: 2rem;
  text-shadow: #000000 0 0 15px;
  letter-spacing: 2px;
  left: 50px;
  bottom: 200px;
  font-weight: medium;
  z-index: 2;
}

@media (max-width: 767px) {
  .mySwiper {
    height: 300px;
  }
  .swiper-slide img {
    height: 300px;
  }
}
.section-title {
  color: #592d07;
  font-weight: bold;
  text-align: center;
  font-size: 3rem;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 2rem;
  }
}
.bedAdvantage {
  display: flex;
  justify-content: space-between;
  margin: auto;
  margin-bottom: 60px;
  max-width: 768px;
}

@media (max-width: 767px) {
  .bedAdvantage {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    justify-content: center;
  }
}
.bedAdvantage-img {
  max-height: 140px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .bedAdvantage-img {
    max-height: 140px;
  }
}
.bedAdvantage-text {
  text-align: center;
  font-size: 1.25rem;
}

.furniture-compare {
  background-color: #f7f7f7;
  padding: 50px 0 60px 0;
}

@media (max-width: 767px) {
  .furniture-compare {
    padding: 50px 15px 60px;
  }
}
@media (max-width: 767px) {
  .overflowWrap {
    overflow-x: scroll;
  }
}
.compare-table {
  width: 85%;
  margin: 0 auto;
}

.compare-table th,
.compare-table td {
  text-align: center;
  padding: 15px 0;
}

.compare-table th {
  font-size: 1.25rem;
}

.compare-table tr {
  border-bottom: 1px solid #b9b9b9;
}

.compare-table tr td:first-child {
  text-align: left;
  font-size: 1.25rem;
}

.compare-table .material-icons {
  color: #ebd198;
  transform: scale(1.5);
}

@media (max-width: 767px) {
  .compare-table {
    width: 500px;
  }
  .compare-table th,
  .compare-table td {
    padding: 10px 0;
  }
  .compare-table th {
    font-size: 1rem;
  }
  .compare-table tr td:first-child {
    font-size: 1rem;
  }
}
.text-muted {
  color: #797979;
}

.recommendation {
  background-color: #ebd198;
  padding: 60px 0;
}

.recommendation h3 {
  color: #ffffff;
}

@media (max-width: 767px) {
  .recommendation {
    padding: 60px 15px;
  }
}
.recommendation-wall {
  overflow-x: hidden;
  width: 100%; /* 容器寬度 */
  white-space: nowrap;
}

.gallery-top,
.gallery-bottom {
  animation: marquee 20s linear infinite; /* 跑馬燈動畫 */
  display: flex;
}

.gallery-top:hover,
.gallery-bottom:hover {
  animation-play-state: paused; /* 暫停動畫當鼠標懸停在上面 */
}

.gallery-top {
  margin-left: 95px;
  margin-bottom: 20px;
}

@keyframes marquee {
  from {
    transform: translateX(100%);
  } /* 從右側開始移動 */
  to {
    transform: translateX(-100%);
  } /* 移動到左側 */
}
.recommendation-card {
  display: flex;
  margin-left: 30px;
  min-width: 350px;
  background-color: #ffffff;
}

.recommendation-card img {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.recommend-content {
  padding-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.recommend-img {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
}

.recommend-img img {
  width: 40px;
  border-radius: 50%;
  margin-right: 8px;
}

.recommend-text {
  font-size: 0.875rem;
  color: #ebd198;
}

.transport {
  padding: 60px 0;
}

@media (max-width: 767px) {
  .transport li {
    margin-bottom: 20px;
  }
}
.transport-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 700px;
  margin: 60px auto;
}

@media (max-width: 767px) {
  .transport-intro {
    flex-direction: column;
  }
}
.transport-intro li:nth-child(1),
.transport-intro li:nth-child(2),
.transport-intro li:nth-child(3) {
  position: relative;
}

.transport-intro li:nth-child(1)::after,
.transport-intro li:nth-child(2)::after,
.transport-intro li:nth-child(3)::after {
  content: "";
  position: absolute;
  top: 49px;
  right: -55px;
  border: 10px solid #592d07;
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

@media (max-width: 767px) {
  .transport-intro li:nth-child(1)::after,
  .transport-intro li:nth-child(2)::after,
  .transport-intro li:nth-child(3)::after {
    position: static;
    margin-top: 25px;
    border: 10px solid #000000;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
  }
}
.transport-card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.transport-card .cardImg {
  width: 115px;
  height: 115px;
  border: 3px solid #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.transport-card .material-icons {
  font-size: 50px;
}

.transport-card h4 {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .transport-card .cardImg {
    width: 150px;
    height: 150px;
  }
}
.productDisplay {
  padding: 30px 15px;
}

.productSelect {
  border: 1px solid #592d07;
  font-size: 18px;
  color: #797979;
  min-height: 38px;
  min-width: 255px;
  border-radius: 5px;
  text-indent: 10px;
  margin-bottom: 30px;
}

.searchInput {
  border: 1px solid #592d07;
  font-size: 18px;
  color: #797979;
  min-height: 38px;
  min-width: 255px;
  border-radius: 5px;
  text-indent: 10px;
}

.searchBtn {
  display: inline-block;
  text-decoration: none;
  padding: 7px 15px;
  color: #592d07;
  border: 1.3px solid #592d07;
  border-radius: 5px;
  font-size: 1rem;
}

.searchBtn:hover {
  background-color: #592d07;
  color: #ffffff;
}

.productWrap {
  display: flex;
  flex-wrap: wrap;
}

.productCard {
  position: relative;
  margin-right: 2%;
  width: 23%;
  margin-bottom: 30px;
}

.productCard img {
  min-height: 300px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.productCard a {
  display: block;
  background-color: #592d07;
  color: #ffffff;
  padding: 10px 0;
  text-align: center;
  border: none;
  margin-bottom: 8px;
  text-decoration: none;
}

.productCard a:hover {
  background-color: #ebd198;
  color: #592d07;
}

.productCard a,
.productCard h3 {
  font-size: 1.25rem;
}

@media (max-width: 900px) {
  .productCard {
    width: 48%;
  }
}
@media (max-width: 540px) {
  .productCard {
    width: 100%;
  }
}
.productType {
  position: absolute;
  top: 13px;
  right: -5px;
  background-color: #ebd198;
  color: #592d07;
  padding: 8px 24px;
}

.productTitle {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #592d07;
}

.originPrice {
  font-size: 1.25rem;
}

.nowPrice {
  font-size: 1.75rem;
  font-weight: bold;
}

.searchNoProduct {
  margin: auto;
  font-size: 24px;
  color: #592d07;
  margin-top: 20px;
  margin-bottom: 20px;
}

.shoppingCart {
  background-color: #f8f8f8;
  padding: 60px 0;
}

.shoppingCart-table {
  margin: 0 auto;
  border-collapse: collapse;
  font-size: 1.25rem;
}

.shoppingCart-table th,
.shoppingCart-table td {
  padding: 15px;
  vertical-align: middle;
}

.shoppingCart-table th {
  text-align: left;
}

.shoppingCart-table tr {
  border-bottom: 1px solid #b9b9b9;
}

.shoppingCart-table tr:last-child {
  border-bottom: 0;
}

@media (max-width: 767px) {
  .shoppingCart-table {
    width: 700px;
  }
}
.cardItem-title {
  display: flex;
  align-items: center;
}

.cardItem-title img {
  margin-right: 15px;
  max-width: 80px;
}

.discardBtn {
  text-align: right;
}

.discardBtn a {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  font-size: 2rem;
  color: #000000;
}

.discardBtn a:hover {
  color: #592d07;
  transform: scale(1.3);
}

.discardAllBtn {
  display: inline-block;
  text-decoration: none;
  padding: 8px 15px;
  color: #592d07;
  border: 1.3px solid #592d07;
  border-radius: 5px;
  font-size: 1.5rem;
}

.discardAllBtn:hover {
  background-color: #592d07;
  color: #fff;
}

.orderInfo {
  padding: 60px 0;
}

.orderInfo-form {
  padding: 0 15px;
}

.orderInfo-formGroup {
  max-width: 680px;
  margin: 0 auto 15px;
}

.orderInfo-label {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.orderInfo-input {
  width: 100%;
  min-height: 38px;
  border: 1px solid #ced4da;
  border-radius: 5px;
  text-indent: 1rem;
  margin-right: 10px;
  font-size: 18px;
}

.orderInfo-inputWrap {
  position: relative;
}

.orderInfo-message {
  position: absolute;
  white-space: nowrap;
  left: 103%;
  top: 50%;
  transform: translateY(-50%);
  color: #c72424;
}

@media (max-width: 767px) {
  .orderInfo-message {
    position: static;
    transform: translateY(0);
  }
}
.orderInfo-btn {
  display: block;
  min-width: 255px;
  min-height: 48px;
  background-color: #592d07;
  color: #ffffff;
  border: 0;
  cursor: pointer;
  font-size: 1.25rem;
  margin: 50px auto 0;
  border-radius: 5px;
}

.orderInfo-btn:hover {
  background-color: #ebd198;
  color: #592d07;
}

.back-title {
  margin-top: 30px;
}

.orderPage-list {
  padding: 60px 10px;
  display: flex;
  flex-direction: column;
}

.orderPage-list .discardAllBtn {
  align-self: flex-end;
  margin-bottom: 12px;
}

.orderPage-table {
  border: 1px solid #000000;
  width: 100%;
}

.orderPage-table th,
.orderPage-table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #000000;
}

@media (max-width: 1110px) {
  .orderPage-table {
    width: 1100px;
  }
}
.delSingleOrder-Btn {
  display: block;
  background-color: #c44021;
  color: #fff;
  border: 0;
  padding: 5px 10px;
  cursor: pointer;
}

.delSingleOrder-Btn:hover {
  opacity: 0.8;
}

.orderStatus {
  position: relative;
}

.orderStatus a {
  position: absolute;
  padding: 10px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: block;
  text-decoration: none;
  color: #ffffff;
}

.orderStatus-unDone {
  background-color: #747474;
}

.orderStatus-unDone:hover {
  background-color: #000000;
}

.orderStatus-done {
  background-color: #000000;
}

.orderStatus-done:hover {
  background-color: #747474;
}

.orderTableWrap {
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.orderTableWrap::-webkit-scrollbar {
  display: none;
}


.quantityBtn {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: none;
  cursor: pointer;
  font-size: 28px;
  font-weight: border;
  /* margin: 0 auto; */
  padding: 8px 6px;
  color: #592d07;
}

.quantityNum {
  display: flex;
  justify-content: start;
  align-items: center;
  margin: 20px 0;
  font-size: 24px;
  height: auto;
}

.quantityBtn:hover {
  color: #815ae4;
  transform: scale(1.5);
}

.search-area {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 10px;
}

@media (max-width: 767px) {
  .search-area {
    justify-content: space-between;
  }
}
.productSearch {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .productSearch {
    flex-direction: column-reverse;
  }
}