@media only screen and (min-width: 768px){.topnavbar {    background-color: rgba(0,0,0,0.5); padding: 0;
}}

.h1title {color: #556c95;}

ul.product-list li a { color: #556c95;}

ul.product-list li a :hover { color: #738fc2;}

ul.product-list li a.focus, ul.product-list li a:hover {color: #7794c9}

.swiper-container {
  height: auto !important;
}

.swiper-wrapper, .swiper-slide {
  height: 0 !important;
  padding-bottom: calc(550 / 1920 * 100%); /* 注意圖片高度與寬度要去掉單位 */
}

.swiper-slide {
  width: 100% !important;
}
