@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;600;700&display=swap");
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400;
  src: url(https://fs-e.ecimg.tw/img/h24/new/index/v1/fonts/Montserrat/Montserrat-Regular.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 400;
  src: url(https://fs-f.ecimg.tw/img/h24/new/index/v1/fonts/Montserrat/Montserrat-Italic.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  src: url(https://fs-d.ecimg.tw/img/h24/new/index/v1/fonts/Montserrat/Montserrat-Medium.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 500;
  src: url(https://fs-e.ecimg.tw/img/h24/new/index/v1/fonts/Montserrat/Montserrat-MediumItalic.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  src: url(https://fs-f.ecimg.tw/img/h24/new/index/v1/fonts/Montserrat/Montserrat-Bold.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 700;
  src: url(https://fs-d.ecimg.tw/img/h24/new/index/v1/fonts/Montserrat/Montserrat-BoldItalic.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 800;
  src: url(https://fs-e.ecimg.tw/img/h24/new/index/v1/fonts/Montserrat/Montserrat-ExtraBold.woff2) format("woff2");
}
@font-face {
  font-family: Montserrat;
  font-style: italic;
  font-weight: 800;
  src: url(https://fs-f.ecimg.tw/img/h24/new/index/v1/fonts/Montserrat/Montserrat-ExtraBoldItalic.woff2) format("woff2");
}
body {
  font-family: "Noto Sans TC", Montserrat, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background-color: #fff;
  color: black;
}
@media (min-width: 768px) {
  body body {
    -webkit-overflow-scrolling: touch;
  }
}

button:focus,
button:active,
button:visited,
button:hover {
  -webkit-tap-highlight-color: transparent;
}

.outline * {
  outline: 1px solid #000;
}

.outline * {
  outline: 1px solid #000;
}

header {
  position: relative;
  z-index: 50;
  height: 40px;
  background-color: #db232f;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
@media (min-width: 768px) {
  header {
    background-color: #fff;
  }
}

.headerContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (min-width: 1200px) {
  .headerContainer {
    align-items: flex-end;
  }
}
.headerContainer--logoFirst {
  height: 100%;
  display: none;
}
.headerContainer--logoFirst > img {
  width: auto;
  height: 100%;
}
@media (min-width: 1200px) {
  .headerContainer--logoFirst {
    display: block;
  }
}
.headerContainer--logoPad {
  display: block;
}
.headerContainer--logoPad img {
  width: 160px;
  height: auto;
}
@media (min-width: 1200px) {
  .headerContainer--logoPad {
    display: none;
  }
}
.headerContainer--logoSecond {
  display: none;
}
@media (min-width: 1200px) {
  .headerContainer--logoSecond {
    display: block;
  }
}
.headerContainer--logoSecond > img {
  height: 40px;
}
.headerContainer--list {
  display: none;
  justify-content: center;
  align-items: flex-end;
  padding: 0 0 6px 0;
  margin-bottom: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .headerContainer--list {
    display: flex;
  }
}
.headerContainer--list > li {
  position: relative;
  padding: 0 12px;
  font-size: 12px;
  line-height: 16px;
  color: #9ca3af;
  border-right: 1px solid #ccc;
}
.headerContainer--list > li:last-child {
  border-right: none;
}
.headerContainer--list > li.qrcode {
  color: #db232f;
  cursor: pointer;
}
.headerContainer--list > li.qrcode:hover a {
  display: block;
}
.headerContainer--list > li.qrcode > a {
  position: absolute;
  display: none;
  bottom: -152px;
  right: 0;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1), 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.headerContainer--list > li.qrcode img {
  width: 150px;
}
.headerContainer--list a {
  color: inherit;
  text-decoration: none;
}
.headerContainer--list a:hover {
  color: #4b5563;
}
.headerContainer--social {
  display: none;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 1200px) {
  .headerContainer--social {
    display: flex;
  }
}
.headerContainer--social a {
  display: block;
  padding: 0 2px 4px;
}
.headerContainer--social a:hover img {
  opacity: 0.8;
}
.headerContainer--social img {
  width: 24px;
  height: 24px;
}

footer {
  position: relative;
  z-index: 20;
  padding: 20px 8px;
  color: #fff;
  background-color: #1f1f1f;
}
@media (min-width: 576px) {
  footer {
    padding: 40px 20px;
  }
}
@media (min-width: 768px) {
  footer {
    padding: 56px;
  }
}
@media (min-width: 1200px) {
  footer {
    padding: 56px 0;
  }
}

.footerContainer {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1200px) {
  .footerContainer {
    flex-direction: row;
  }
}
.footerContainer ul {
  padding: 0;
  margin: 0 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
}
.footerContainer ul > li {
  margin: 0 8px;
}
.footerContainer ul > li:first-child {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerContainer ul > li:first-child img {
  margin-left: 8px;
}
@media (min-width: 768px) {
  .footerContainer ul {
    margin: 0 0 20px;
  }
}
@media (min-width: 1200px) {
  .footerContainer ul {
    margin: 0;
  }
}
.footerContainer p {
  margin-bottom: 0;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
}
@media (min-width: 1200px) {
  .footerContainer p {
    text-align: left;
  }
}
.footerContainer p br {
  display: none;
}
@media (min-width: 576px) {
  .footerContainer p br {
    display: block;
  }
}

.main {
background: #3e3e3e; /* Old browsers */
background: -moz-linear-gradient(top, #3e3e3e 0%, #1f1f1f 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #3e3e3e 0%,#1f1f1f 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #3e3e3e 0%,#1f1f1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  height: 100%;
}/*# sourceMappingURL=all.css.map */

.Container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 36px;
}


.card-body{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.card-body img{
  max-width: 250px;
  width: 100%;
}
.card-body .hot{
  background: #e8182f; /* Old browsers */
  background: -moz-linear-gradient(top, #e6152c 0%, #960f1f 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e6152c 0%,#960f1f 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e6152c 0%,#960f1f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  border-radius: 36px;
  color: #fff;
  height: auto;
  padding: 4px 10px;
}
.card-body .price{
  font-family: Montserrat;
  color: #ea1717;
  font-size: 18px;
  font-weight:bold; 
  margin: -4px 0; 
}
.card-body .original{
  color: #969696;
  text-decoration: line-through;
  font-size: 14px;
  margin-right: 4px;
  font-weight: 500;
}
.card-body .sale{
  font-size: 30px;
  text-align:center;
}
.card-body .original::before {
  content: "$";
  font-size: 14px;
  font-family: Montserrat;
}
 .card-body .sale::before{
  content: "$";
  font-size: 20px;
  font-weight:bold;
  font-family: Montserrat;
}
@media (max-width: 576px) {
  .Container{
    max-width: 600px;
    padding: 20px;
  }
  .card-body{
    padding: 6px;
  }
  .card-body img{
    max-width: 250px;
    width: 100%;

  }
  .pd-title{
    margin-top: 4px;
    font-size: 15px;
  }
  .card-body .hot{
    border-radius: 36px;
    height: auto;
    padding: 2px 10px;
    font-size: 12px;
    margin-bottom: 1px;
  }
  .card-body .price{
    font-size: 16px;
    margin: -8px 0; 
  }
  .card-body .original{
    font-size: 12px;
    margin-right: 4px;
  }
  .card-body .sale{
    font-size: 24px;
    text-align:center;
  }
  .card-body .original::before {
    font-size: 12px;
  }
   .card-body .sale::before{
    font-size: 18px;
  } 
}

.brand{ 
  width: 100%;
  background-image: url("../images/Areabg-02.jpg");
  background-position: center;
  background-attachment: fixed;
}
.brand-Container{
  max-width: 1200px;
  margin: 0 auto;
}

.card{
  transition: .3s;
}
.ts{
  transition: .3s;
}
.card:hover {
  transform: scale(1.02); 
}
.ts:hover {
  transform: scale(1.02); 
}

/*Links去除連結底線*/
a,a:link,a:visited{color:#000;text-decoration: none}
a:hover{color:#000;text-decoration: none;}