@charset "UTF-8";
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans TC Local";
  src: url("./fonts/Noto_Sans_TC/NotoSansTC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Regular.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Medium.otf") format("opentype");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Noto Sans SC Local";
  src: url("./fonts/Noto_Sans_SC/NotoSansSC-Bold.otf") format("opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
/* Nunito 字體（英文） */
@font-face {
  font-family: "Nunito Local";
  src: local("Nunito"), url("./fonts/Nunito/Nunito-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Local";
  src: local("Nunito Italic"), url("./fonts/Nunito/Nunito-Italic-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
body {
  font-family: "Nunito Local", "Noto Sans TC Local", sans-serif;
}

html:lang(zh-Hant) body,
html:lang(zh-TW) body,
html:lang(zh-HK) body,
html:lang(zh-MO) body {
  font-family: "Nunito Local", "Noto Sans TC Local", sans-serif;
}

html:lang(zh-Hans) body,
html:lang(zh-CN) body,
html:lang(zh-SG) body {
  font-family: "Nunito Local", "Noto Sans SC Local", sans-serif;
}

*::-webkit-scrollbar {
  height: 10px;
  width: 12px;
  background-color: white;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

*::-webkit-scrollbar-thumb {
  background-color: #999;
  border: 2px solid white;
  border-radius: 10px;
}

:root {
  --bs-gutter-x: 1.5rem;
  --nav-height: 70px;
}

@media (min-width: 769px) {
  :root {
    --nav-height: 60px;
  }
}
@media (min-width: 1200px) {
  :root {
    --nav-height: 70px;
  }
}
html {
  padding: 0 !important;
  font-size: 16px;
  width: 100%;
  overflow-x: hidden;
}
html.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}

body {
  font-size: 1rem;
  color: #333;
  background-color: white;
  min-height: 900px;
  width: 100%;
  font-weight: 400;
  letter-spacing: 0;
}
body.offcanvas-open {
  overflow: hidden;
  overscroll-behavior: none;
}
@media (min-width: 992px) {
  body {
    font-size: 1.125rem;
  }
}
@media (min-width: 1200px) {
  body {
    font-size: 1.25rem;
  }
}
body p,
body ul,
body li {
  font-size: 1rem;
  line-height: 1.7;
}
@media (min-width: 992px) {
  body p,
  body ul,
  body li {
    font-size: 1.1rem;
  }
}
@media (min-width: 1200px) {
  body p,
  body ul,
  body li {
    font-size: 1.2rem;
  }
}
body p:last-child {
  margin-bottom: 0;
}
body a {
  text-decoration: none;
  transition: all 0.3s linear !important;
}
body img {
  transition: all 0.3s linear;
}
body mark,
body .mark {
  color: #0169b7;
  padding: 0;
  font-weight: bold;
  background-color: transparent !important;
  margin: 0 0.2em;
}
body button {
  transition: all 0.3s linear;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.5;
}

.container-fluid {
  --bs-gutter-x: 1.5em;
  padding-right: calc(var(--bs-gutter-x) * 0.5) !important;
  padding-left: calc(var(--bs-gutter-x) * 0.5) !important;
}
@media (min-width: 769px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 1.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 1.5) !important;
  }
}
@media (min-width: 1200px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 2.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 2.5) !important;
  }
}
@media (min-width: 1680px) {
  .container-fluid {
    padding-right: calc(var(--bs-gutter-x) * 4.5) !important;
    padding-left: calc(var(--bs-gutter-x) * 4.5) !important;
  }
}

.description, .specification {
  padding: 3em 0;
}
@media (min-width: 992px) {
  .description, .specification {
    padding: 3.5em 0;
  }
}
@media (min-width: 1680px) {
  .description, .specification {
    padding: 4em 0;
  }
}

.product-grid .prods-list1 .prod-card, .product-grid .prods-list1 .prod-card:after, .product-grid .prods-list2 .prod-card, .product-grid .prods-list2 .prod-card:after, .detail-hero, .detail-hero .img-wrap img, .btn-play {
  border-radius: 15px;
}

.prods-list .prod-card, .prods-list .prod-card:after {
  border-radius: 20px;
}
@media (min-width: 992px) {
  .prods-list .prod-card, .prods-list .prod-card:after {
    border-radius: 30px;
  }
}
@media (min-width: 1680px) {
  .prods-list .prod-card, .prods-list .prod-card:after {
    border-radius: 45px;
  }
}

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

.text-secondary {
  color: #5ac4e0 !important;
}

.text-light {
  color: white !important;
}

.block-title {
  font-size: 1.6em;
  position: relative;
  margin-bottom: 1.2em;
  padding: 0 0 0.5em 0;
  line-height: 1.2;
  display: flex;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  text-align: center;
}
.block-title:before {
  position: absolute;
  content: "";
  background-color: #333;
  width: 70px;
  height: 1px;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.block-title.txt-light {
  color: white;
}
.block-title.txt-light:before {
  background-color: white;
  left: 0;
  transform: none;
}
@media (min-width: 769px) {
  .block-title {
    font-size: 1.8em;
  }
}
@media (min-width: 992px) {
  .block-title {
    font-size: 2.15em;
  }
}
@media (min-width: 1200px) {
  .block-title {
    font-size: 2.55em;
  }
}
@media (min-width: 1680px) {
  .block-title {
    font-size: 3em;
  }
}

.block-title2 {
  font-size: 1.65em;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1em;
}
@media (min-width: 769px) {
  .block-title2 {
    font-size: 1.9em;
  }
}
@media (min-width: 992px) {
  .block-title2 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title2 {
    font-size: 1.85em;
  }
}
@media (min-width: 1680px) {
  .block-title2 {
    font-size: 3.25em;
  }
}

.block-title3 {
  font-size: 1.45em;
  font-weight: 700;
  margin-bottom: 0.85em;
  line-height: 1.5;
  position: relative;
  padding-left: 30px;
}
.block-title3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  border-top: 12px solid #0169b7;
  border-bottom: 12px solid transparent;
  border-left: 12px solid #0169b7;
  border-right: 12px solid transparent;
  border-radius: 5px;
}
html[dir=rtl] .block-title3 {
  position: relative;
  padding-right: 30px;
  padding-left: auto;
}
html[dir=rtl] .block-title3::before {
  position: absolute;
  left: auto;
  right: 0;
  border-top: 12px solid #0169b7;
  border-bottom: 12px solid transparent;
  border-right: 12px solid #0169b7;
  border-left: 12px solid transparent;
}
@media (min-width: 992px) {
  .block-title3 {
    font-size: 1.4em;
  }
}
@media (min-width: 1200px) {
  .block-title3 {
    font-size: 1.6em;
  }
}
@media (min-width: 1680px) {
  .block-title3 {
    font-size: 1.8em;
  }
}

.block-title4 {
  font-size: 1.5em;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 1.5em;
  line-height: 1;
  color: #5ac4e0;
}
@media (min-width: 992px) {
  .block-title4 {
    font-size: 1.7em;
  }
}
@media (min-width: 1200px) {
  .block-title4 {
    font-size: 2em;
  }
}

.img-wrap {
  display: flex;
  overflow: hidden;
}
.img-wrap img {
  width: 100%;
  height: auto;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .img-wrap:hover img {
    transform: scale(1.1);
  }
}

.btn {
  position: relative;
  padding: 0.85em 1.4em;
  font-size: 0.8em;
  font-weight: 800;
  border-radius: 45px !important;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
  z-index: 99;
  transition: all 0.3s linear;
}
html[dir=rtl] .btn i {
  transform: scaleX(-1);
}
.btn i {
  font-weight: normal;
}
@media (min-width: 992px) {
  .btn {
    padding: 0.85em 1.45em;
    font-size: 0.9em;
  }
}
@media (min-width: 1680px) {
  .btn {
    padding: 0.9em 1.6em;
    font-size: 1em;
  }
}

.btn-sm {
  padding: 0.2em 0.85em !important;
  font-size: 0.8em;
  display: flex;
  align-items: center;
  transition: all 0.3s linear;
}
.btn-sm i {
  font-weight: normal;
}
html[dir=rtl] .btn-sm i {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .btn-sm {
    padding: 0.15em 1em !important;
    font-size: 0.85em;
  }
}
@media (min-width: 1680px) {
  .btn-sm {
    padding: 0.15em 1.2em !important;
    font-size: 0.9em;
  }
}

.btn-play {
  overflow: hidden;
  color: white;
  text-align: center;
  border: 0 !important;
  padding: 0;
  position: relative;
  transition: all 0.3s linear;
  display: flex;
  width: 100%;
}
.btn-play:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 38px;
  content: "\f4f5";
  font-family: "Bootstrap-icons";
  color: white;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3em;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  .btn-play:before {
    width: 70px;
    height: 70px;
  }
}
.btn-play:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 65px;
  height: 40px;
  content: "";
  background-color: #5ac4e0;
  color: white;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  z-index: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  transition: all 0.3s linear;
}
.btn-play img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s linear;
}
@media (min-width: 992px) {
  .btn-play:hover, .btn-play:active, .btn-play:focus {
    cursor: pointer;
  }
  .btn-play:hover img, .btn-play:active img, .btn-play:focus img {
    transform: scale(1.2);
  }
}

.btn-link {
  color: #0169b7;
  padding-left: 0;
  padding-right: 0;
  border: 0 !important;
  text-decoration: none;
}
.btn-link:hover, .btn-link:active, .btn-link:focus {
  color: #333 !important;
}
.btn-link.dark:hover, .btn-link.dark:active, .btn-link.dark:focus {
  color: white !important;
}

.btn-more {
  color: white;
  text-transform: uppercase;
}
.btn-more i {
  font-size: 1.8em;
}

.btn-primary {
  border: 0 !important;
  color: white !important;
  background-color: #0169b7 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-primary i {
  font-size: 1em;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: white !important;
  background-color: #333 !important;
  border: 0 !important;
}
@media (min-width: 1200px) {
  .btn-primary i {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .btn-primary i {
    font-size: 1.3em;
  }
}

.btn-secondary {
  border: 0 !important;
  color: white !important;
  background-color: #5ac4e0 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-secondary i {
  font-size: 1em;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
  color: white !important;
  background-color: #333 !important;
  border: 0 !important;
}
@media (min-width: 1200px) {
  .btn-secondary i {
    font-size: 1.2em;
  }
}
@media (min-width: 1680px) {
  .btn-secondary i {
    font-size: 1.3em;
  }
}

.btn-light {
  border: 0 !important;
  color: #999 !important;
  background-color: transparent !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-light i {
  font-size: 1em;
  color: #0169b7;
  background-color: white;
  padding: 0 0.8em;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.btn-light:hover, .btn-light:active, .btn-light:focus {
  color: #0169b7 !important;
  background-color: transparent !important;
  border: 0 !important;
}
.btn-light:hover i, .btn-light:active i, .btn-light:focus i {
  color: white;
  background-color: #0169b7;
}

.btn-dark {
  border: 0 !important;
  color: white !important;
  background-color: #333 !important;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-dark:hover, .btn-dark:active, .btn-dark:focus {
  color: white !important;
  background-color: #5ac4e0 !important;
  border: 0 !important;
}

.btn-outline-primary {
  border: 1px solid #0169b7;
  color: #0169b7;
  background-color: transparent !important;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-outline-primary i {
  background-color: #0169b7;
  color: White;
  padding: 0 0.8em;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.btn-outline-primary:hover, .btn-outline-primary:active, .btn-outline-primary:focus {
  background-color: #0169b7 !important;
  border: 1px solid #0169b7 !important;
  color: white !important;
}
.btn-outline-primary:hover i, .btn-outline-primary:active i, .btn-outline-primary:focus i {
  background-color: white;
  color: #0169b7;
}

.btn-outline-secondary {
  border: 1px solid #5ac4e0;
  color: #5ac4e0;
  background-color: transparent !important;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-outline-secondary i {
  background-color: #5ac4e0;
  color: White;
  padding: 0 0.8em;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.btn-outline-secondary:hover, .btn-outline-secondary:active, .btn-outline-secondary:focus {
  background-color: #5ac4e0 !important;
  border: 1px solid #5ac4e0 !important;
  color: white !important;
}
.btn-outline-secondary:hover i, .btn-outline-secondary:active i, .btn-outline-secondary:focus i {
  background-color: white;
  color: #5ac4e0;
}

.btn-outline-light {
  border: 1px solid white;
  color: white;
  background-color: transparent !important;
  padding-left: 1.5em;
  padding-right: 1.5em;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.btn-outline-light i {
  background-color: white;
  color: #5ac4e0;
  padding: 0 0.8em;
  border-radius: 50px;
  transition: all 0.3s linear;
}
.btn-outline-light:hover, .btn-outline-light:active, .btn-outline-light:focus {
  background-color: #5ac4e0 !important;
  border: 1px solid #5ac4e0 !important;
  color: white !important;
}
.btn-outline-light:hover i, .btn-outline-light:active i, .btn-outline-light:focus i {
  background-color: white;
  color: #5ac4e0;
}

.btn-send {
  background-color: #0169b7;
  color: white;
  padding-left: 1.5em;
  padding-right: 1.5em;
  min-width: 220px;
  justify-content: space-between;
  font-weight: bold;
  text-transform: uppercase;
}
.btn-send i {
  font-weight: normal;
}
.btn-send:hover, .btn-send:active, .btn-send:focus {
  background-color: #5ac4e0;
  color: White;
}

.btn-close {
  padding: 1em !important;
}

.video-container {
  width: 100%;
  max-width: 800px;
  margin: 2em auto;
  aspect-ratio: 16/9;
  position: relative;
}
.video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.prods-list .prod-card {
  position: relative;
  background: #f6f6f6;
  display: block;
  color: #0b5fa5;
  overflow: hidden;
  height: 100%;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.prods-list .prod-card:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  border: 0 solid #0169b7;
  transition: all 0.3s linear;
}
.prods-list .prod-card .card-head {
  padding: 30px;
}
.prods-list .prod-card .card-head .prod-title {
  color: #0169b7;
  font-size: 1.35em;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.prods-list .prod-card .card-body {
  height: 100%;
}
@media (min-width: 992px) {
  .prods-list .prod-card .card-head {
    padding: 40px;
  }
  .prods-list .prod-card .card-head .prod-title {
    font-size: 1.5em;
  }
  .prods-list .prod-card:hover {
    background: white;
    text-decoration: none;
  }
  .prods-list .prod-card:hover::after {
    border: 10px solid #0169b7;
  }
}
@media (min-width: 1200px) {
  .prods-list .prod-card .card-head {
    padding: 50px;
  }
  .prods-list .prod-card .card-head .prod-title {
    font-size: 1.65em;
  }
}
@media (min-width: 1680px) {
  .prods-list .prod-card .card-head {
    padding: 6ch;
  }
  .prods-list .prod-card .card-head .prod-title {
    font-size: 2em;
  }
}
@media (min-width: 992px) {
  .prods-list:nth-child(3n+1) .prod-card {
    border-top-left-radius: 0;
  }
  .prods-list:nth-child(3n+1) .prod-card::after {
    border-top-left-radius: 0;
  }
  .prods-list:nth-child(3n+3) .prod-card {
    border-top-right-radius: 0;
  }
  .prods-list:nth-child(3n+3) .prod-card::after {
    border-top-right-radius: 0;
  }
}

.intro-more {
  margin-bottom: 3em;
  position: relative;
}
.intro-more .txt {
  position: relative;
  overflow: hidden;
  transition: max-height 0.36s cubic-bezier(0.2, 0.8, 0.2, 1), opacity 0.28s ease;
  will-change: max-height, opacity;
  max-height: var(--intro-more-collapsed, 12rem);
  display: block;
  margin-bottom: 1em;
}
.intro-more .txt p {
  margin: 0 0 0.5em 0;
}
.intro-more .txt.collapsed {
  pointer-events: none;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 75%, rgba(0, 0, 0, 0) 100%);
  opacity: 1;
  transition: opacity 0.28s ease;
  max-height: var(--intro-more-collapsed, 12rem);
}
.intro-more .txt.collapsed::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 6rem;
  pointer-events: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 55%, rgb(255, 255, 255) 100%);
}
.intro-more .txt.expanded {
  pointer-events: auto;
  -webkit-mask-image: none;
  mask-image: none;
  opacity: 1;
  transition: opacity 0.28s ease;
  max-height: var(--intro-more-max, none);
}
.intro-more .txt.expanded::after {
  display: none;
}
.intro-more .btn {
  display: none;
  margin-top: 0.8rem;
}
.intro-more .btn i:before {
  transition: all 0.3s linear;
}
.intro-more.show-btn .btn {
  display: inline-block;
}
.intro-more.show-btn .btn.expanded i:before {
  transform: scaleX(-1);
}
.intro-more .btn-light {
  border: 0;
  cursor: pointer;
  font-size: 0.95em;
  text-transform: none;
  line-height: 1;
}

.product-grid .prods-list1 .prod-card {
  background: white;
  padding: 30px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
html[dir=rtl] .product-grid .prods-list1 .prod-card {
  align-items: flex-end;
}
.product-grid .prods-list1 .prod-card:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #cccccc;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.product-grid .prods-list1 .prod-card .img-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-grid .prods-list1 .prod-card .img-wrap img {
  transform: none !important;
}
.product-grid .prods-list1 .prod-card .prod-name {
  color: #333;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 0 !important;
}
@media (min-width: 992px) {
  .product-grid .prods-list1 .prod-card {
    padding: 40px;
  }
  .product-grid .prods-list1 .prod-card .prod-name {
    font-size: 1.3em;
  }
  .product-grid .prods-list1 .prod-card:hover .prod-name {
    color: #0169b7;
  }
  .product-grid .prods-list1 .prod-card:hover .btn-secondary {
    background-color: #0169b7 !important;
    border-color: #0169b7 !important;
  }
  .product-grid .prods-list1 .prod-card:hover:after {
    border: 10px solid #0169b7;
  }
}
@media (min-width: 1200px) {
  .product-grid .prods-list1 .prod-card {
    padding: 40px 50px;
  }
  .product-grid .prods-list1 .prod-card .prod-name {
    font-size: 1.4em;
  }
}
@media (min-width: 1680px) {
  .product-grid .prods-list1 .prod-card {
    padding: 50px 60px;
  }
  .product-grid .prods-list1 .prod-card .prod-name {
    font-size: 1.5em;
  }
}
.product-grid .prods-list2 .prod-card {
  background: white;
  padding: 30px;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
html[dir=rtl] .product-grid .prods-list2 .prod-card {
  align-items: flex-end;
}
.product-grid .prods-list2 .prod-card:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "";
  border: 1px solid #cccccc;
  transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
}
.product-grid .prods-list2 .prod-card .img-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-grid .prods-list2 .prod-card .img-wrap img {
  transform: none !important;
}
.product-grid .prods-list2 .prod-card .prod-name {
  color: #333;
  font-weight: 700;
  font-size: 1.2em;
  margin-bottom: 0 !important;
}
.product-grid .prods-list2 .prod-card .prod-name2 {
  font-size: 1.15em;
  color: #333;
  font-weight: 700;
}
.product-grid .prods-list2 .prod-card .model {
  color: #5ac4e0;
  font-size: 1em;
  font-weight: 700;
}
.product-grid .prods-list2 .prod-card .info {
  margin: 1.5em 0 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.product-grid .prods-list2 .prod-card .info li {
  width: 100%;
  list-style: none;
  color: #333;
  font-size: 1em;
  padding: 0 0 0.5em 0;
  border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.product-grid .prods-list2 .prod-card .info li:before {
  display: none;
}
@media (min-width: 992px) {
  .product-grid .prods-list2 .prod-card {
    padding: 40px;
  }
  .product-grid .prods-list2 .prod-card .prod-name {
    font-size: 1.3em;
  }
  .product-grid .prods-list2 .prod-card .prod-name2 {
    font-size: 1.1em;
  }
  .product-grid .prods-list2 .prod-card:hover .prod-name,
  .product-grid .prods-list2 .prod-card:hover .prod-name2 {
    color: #0169b7;
  }
  .product-grid .prods-list2 .prod-card:hover .btn-secondary {
    background-color: #0169b7 !important;
    border-color: #0169b7 !important;
  }
  .product-grid .prods-list2 .prod-card:hover:after {
    border: 10px solid #0169b7;
  }
}
@media (min-width: 1200px) {
  .product-grid .prods-list2 .prod-card {
    padding: 40px 50px;
  }
  .product-grid .prods-list2 .prod-card .prod-name {
    font-size: 1.4em;
  }
  .product-grid .prods-list2 .prod-card .prod-name2 {
    font-size: 1.15em;
    text-align: center;
  }
  .product-grid .prods-list2 .prod-card .model {
    text-align: center;
  }
  .product-grid .prods-list2 .prod-card .info li {
    text-align: center;
  }
  .product-grid .prods-list2 .prod-card .img-wrap {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 1680px) {
  .product-grid .prods-list2 .prod-card {
    padding: 50px 60px;
  }
  .product-grid .prods-list2 .prod-card .prod-name {
    font-size: 1.5em;
  }
  .product-grid .prods-list2 .prod-card .prod-name2 {
    font-size: 1.2em;
  }
  .product-grid .prods-list2 .prod-card .img-wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.detail-hero {
  background: #f6f6f6;
  padding: 30px;
}
.detail-hero .img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.detail-hero .img-wrap:hover img {
  transform: none;
}
.detail-hero .detail-info .prod-title {
  color: #5ac4e0;
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.2;
  margin-bottom: 0.5em;
}
.detail-hero .detail-info .prod-sub {
  color: #666;
  font-weight: 700;
  font-size: 1.1em;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .detail-hero .detail-info .prod-title {
    font-size: 1.5em;
  }
  .detail-hero .detail-info .prod-sub {
    font-size: 1.15em;
  }
}
@media (min-width: 1200px) {
  .detail-hero .detail-info .prod-title {
    font-size: 1.8em;
  }
}
@media (min-width: 1680px) {
  .detail-hero .detail-info .prod-title {
    font-size: 2.1em;
  }
  .detail-hero .detail-info .prod-sub {
    font-size: 1.2em;
  }
}
.detail-hero .detail-info .features li {
  position: relative;
  padding-left: 1.6rem;
  margin-bottom: 0.6rem;
  color: #333;
}
.detail-hero .detail-info .features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 6px;
  height: 6px;
  background: #333;
  border-radius: 6px;
}

@media (min-width: 992px) {
  .detail-hero {
    padding: 40px;
  }
  .detail-hero .detail-info .prod-title {
    font-size: 1.8em;
  }
}/*# sourceMappingURL=prods.css.map */