/* 輪播*/
@import url("smoothproducts_v202602.css");

/* =============================================================== */
/*  排版用
/* =============================================================== */

.d-lg-blcok {
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.original_size {
  font-size: unset;
  color: unset;
}

.breadcrumb {
  margin-top: 0;
}

.text-wrap-break-word {
  word-break: break-all !important;
}

.main-image-m div {
  display: flex;
  justify-content: center;
}

.reverse {
  flex-direction: row-reverse;
}

.col-reverse {
  flex-direction: column-reverse;
}

.list-center {
  align-items: center;
}

.object-left img {
  object-position: left;
}

.feature-section-margin {
  margin-top: 67px;
  margin-bottom: 67px;
}



/* =============================================================== */
/*  整體頁面架構
/* =============================================================== */

.product-page {
  position: relative;
  padding-top: 70px;
}
.product-page-video{
  padding-top: 60px;
}

/* =============================================================== */
/*  產品圖區
/* =============================================================== */

.product-container {
  display: flex;
  gap: 2.5rem;
  margin-bottom: 1.25rem;
}

/* 小圖 */
.product-gallery {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1rem;
}

.main-image-m a {
  width: 80%;
}

.main-image a {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.main-image.big_img .sp-large a img {
  /* padding: 8% 5%; */
}

.main-image .sp-large a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

/* 產品文案*/
.product-info {
  flex: 1.2;
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

/* 產品標題區 */
.product-title {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  font-size: 1.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e4e4e4;
}

/* 產品標題*/
.product-title h3 {
  font-weight: 800;
  margin-bottom: 0;
  word-wrap: break-word;
}

.text-title>span {
  font-weight: 400;
}

/* 產品特點*/
.product-features ul {
  list-style: disc;
  padding-left: 1.25rem;
  line-height: 1.8;
  color: #333;
}

/* 詳情連結*/
.product-features a {
  color: #008888;
  border-bottom: 1px solid #008888;
}

.product-features a:hover {
  color: #3e3e3e;
  border-bottom: 1px solid #3e3e3e;
}



/* 顏色標題微調*/

.color-details .text-title {
  display: flex;
  flex-direction: row;
  gap: 0.25rem;
  align-items: baseline;
}

/* 其他文案標題*/
.product-info .text-title {
  color: #000;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e4e4e4;
}

/* 色票 */
.swatches,
.product-caption .btn {
  margin: 0.5em 0;
  margin-right: 4px;
}

.swatches li {
  border: 2px solid #FFFFFF;
  display: inline-block;
  margin: 2px 1px;
  vertical-align: top;
  list-style: none;
}

.swatches .selected,
.swatches li:hover {
  border: 2px solid #B2B2B2;
}

.swatches a {
  background-position: center center;
  background-repeat: no-repeat;
  border: 2px solid #FFFFFF;
  box-shadow: 1px 1px 2px #C5C5C5;
  display: block;
  height: 33px;
  text-align: center;
  transition: all 0.25s ease 0s;
  width: 33px;
}

.swatches a img {
  height: 29px;
  width: 29px;
}

/* =============================================================== */
/*  規格切換
/* =============================================================== */
.series-option {
  margin-top: 0.5rem;
  display: flex;
  gap: 1rem;
}

.series-option .selected:has(.active) {
  border-bottom: 2px solid #008888;
}

.series-option .selected:has(.active) p {
  color: #008888;
}

.series-title {
  color: #333;
  text-align: center;
  font-weight: 700;
}




/* =============================================================== */
/*  Tab導覽
/* =============================================================== */
.product-tab {
  background: #000;
  display: flex;
  width: 100%;
}

.product-tab ul {
  display: flex;
  justify-content: center;
  gap: 3rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

/* =============================================================== */
/*  情境圖
/* =============================================================== */

.product-img-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6.5rem;

}

.product-img-block .swiper-button-next,
.product-img-block .swiper-button-prev {
  --swiper-navigation-size: 32px;
}



/* =============================================================== */
/*  滿版形象影片
/* =============================================================== */
.hero-video {
  position: relative;
  aspect-ratio: 21 / 7;
  height: 100%;
  overflow: hidden;
}

.product-hero-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  background: #000;
}

/* 遮罩 */
.product-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* 使用 Flexbox 將內容置�?*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 10;
}



/* =============================================================== */
/*  影片LOGO
/* =============================================================== */

/* 長 */
.product-video-overlay-logo-lg {
  max-width: 560px;
}

.product-video-overlay-logo-g {
  max-height: 85px;
}

/* 中 */
.product-video-overlay-logo {
  max-width: 360px;
}

/* 小 */
.product-video-overlay-logo-m {
  max-width: 260px;
}

/* 超小 */
.product-video-overlay-logo-s {
  max-width: 220px;
}


/* ------------ */
/* 手機版 
/* ------------ */

@media (max-width: 760.5px) {

  /* 長形 */
  .product-video-overlay-logo-lg {
    max-width: 22rem;
  }

  /* 中 */
  .product-video-overlay-logo {
    max-width: 15rem;
  }

  /* 小 */
  .product-video-overlay-logo-m {
    max-width: 10rem;
  }

  /* 超小 */
  .product-video-overlay-logo-s {
    max-width: 6rem;
  }
}

/* =============================================================== */
/*  灰底產品特點
/* =============================================================== */
.feature-section {
  display: flex;
  flex-direction: column;
  gap: 6.2rem;
  margin-top: 67px;
}

.feature-block {
  display: flex;
  max-height: 750px;
  /* aspect-ratio: 31 / 15; */
}

.card-2 {
  gap: 2.25rem;
}

.feature-media {
  overflow: hidden;
  min-width: 0;
}

.feature-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.cover img {
  object-fit: cover !important;
}

.cover.p3 img {
  object-fit: cover !important;
  padding: 3%;
}

/* =============================================================== */
/*  左右分布
/* =============================================================== */

.feature-content,
.feature-media {
  flex: 1 1 50%;
  min-width: 0;
}

/* =============================================================== */
/*  特點影片
/* =============================================================== */

.feature-video {
  aspect-ratio: 1/1;
}



/* =============================================================== */
/*  文字區塊
/* =============================================================== */

.feature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 7.2% 4.5% 7.2% 7.4%;
  gap: 2.25rem;
}



/* ------------ */
/*  文字左右間距
/* ------------ */

/* 左右間距 */
.padding-LR {
  padding: 0 7.4%;
}

/* 左邊間距 */
.padding-L {
  padding: 0 0 0 7.4%;
}

.padding-R {
  padding: 0 8% 0 7.4%;
}

.feature-list {
  list-style: disc;
  padding-left: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: calc(24px - (1.875rem - 1rem));
  padding: 0;
}
.feature-list h2{
  margin-bottom: 2.25rem;
}

.feature-list p {

  letter-spacing: 0px;
  word-break: keep-all;
}


/* 段落間距加大 */
.text_long {
  gap: calc(34px - (2rem - 1rem));
}

.text_long.feature-list li {
  line-height: 2rem;
}


/* =============================================================== */
/*  LCD專壓影片
/* =============================================================== */
.video_LCD {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video_LCD img,
.video_LCD .video {
  position: absolute;
}

.video_LCD img {
  top: -10px;
  z-index: 1;
}

.video_box {
  width: 80%;
  height: auto;
  aspect-ratio: 2/1;
  overflow: hidden;
  position: absolute;
  top: 37.5%;
}

.video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video_contain {
  background-color: #000;
}

.video_contain .video {
  object-fit: contain;
}

/* =============================================================== */
/*  APP下載區
/* =============================================================== */

/* ------------ */
/*  APP下載標題
/* ------------ */

.download-title {
  font-size: 3.15rem;
  margin-bottom: 0;
}

.download-block {
  padding-top: 5%;
  padding-left: 5rem;
  gap: 3.625rem;
  overflow: hidden;
}

.download-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.25rem;
}

.download-media {
  display: flex;
  align-items: flex-end;
  gap: 5rem;
  margin-top: auto;
}

.download-pic {
  width: 85%;
  margin-left: auto;
}

.btn-download {
  height: 100%;
  display: inline-flex;
  align-items: center;
  background-color: #000000;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 1rem rgba(0, 0, 0, 0.3);
  transition: transform 0.2s, box-shadow 0.2s;
  margin-bottom: 3.25rem;
  gap: 0.5rem;
  padding: 0;
}

.btn-download-light{
  background-color: #00ffdd;
  margin-bottom: unset;

}
.btn-download-light .btn-text{
  color: #000;
  border-right: 1px solid #000;

}


.btn-text {
  color: #00ffdd;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 0.75rem;
  letter-spacing: 1px;
  padding-right: 0.5rem;
  padding-left: 0.875rem;
  border-right: 1px solid #00ffdd;
}

.btn-icon {
  color: #00ffdd;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.5rem;
}

.btn-download:hover {
  transform: translateY(-2px);
  /* 輕微浮起 */
  box-shadow: 0 0.375rem 1.25rem rgba(0, 0, 0, 0.4);
}

.btn-download:active {
  transform: translateY(0);
}

/* =============================================================== */
/*  兩格
/* =============================================================== */

.feature-card-block {
  display: flex;
  gap: 2.25rem;
  width: 100%;
  align-items: stretch;
}

.feature-card {
  --pt: 73px;
  --pb: 73px;
  --gap: 2.25rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.feature-card-block>.feature-card {
  flex: 1 1 0;
  min-width: 0;
  width: auto;
  /* max-height: 871px; */
}

.feature-card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: clamp(2rem, 8vw, var(--pt));
  padding-bottom: clamp(2rem, 8vw, var(--pb));
  padding-right: 2rem;
  padding-left: 2rem;
  gap: var(--gap);
  flex: 1;
}

/* 消除原本樣式 */
.feature-card-block .feature-media {
  position: relative;
  /* min-height: 594px; */
}

.feature-card-block .slider-container {
  aspect-ratio: 1 / 1;
  /* min-height: 320px; */
}

/* .feature-card-block-lg .feature-list.list-col {
  align-items: flex-start;
} */


/* 黑底特殊樣式 */
.feature-icon {
  /* margin-top: 28.3%;
  margin-bottom: 20.2%; */
}
.feature-black{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.feature-black .btn-download{
  gap: 0.4rem;
}

.feature-black .btn-text{
  padding-right: 0.4rem;
  font-weight: 400;
}
 .feature-black h2{
  margin-bottom: 2.25rem;
 }

 .feature-black .btn-icon{
  color: #000;
 }

/* =============================================================== */
/*  拉桿效果
/* =============================================================== */
/* 1. 舞台設定 */
.slider-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* 2. 圖層共用設定 (絕對定位疊加) */
.layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  overflow: hidden;
}

.slider-container .layer img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
}

/* 上層 (模擬亮色內部結構) */
.top-layer {
  /* 🌟 核心魔法：預設裁切出左半邊 (50%) */
  clip-path: polygon(0 0, 50% 0, 50% 100%, 0 100%);
}

/* 3. 透明的拉桿控制器 */
/* 1. 解除拉桿軌道的預設外觀 */
.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  cursor: ew-resize;
  /* 游標變成左右拖曳的樣式 */

  /* 🌟 移除原本的 opacity: 0，改用以下設定 */
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  /* 讓長長的軌道保持透明，只顯示按鈕 */
}

/* 垂直分隔線與按鈕（使用 container CSS 變數同步位置） */
.slider-container {
  --slider-pos: 50%;
  touch-action: pan-x;
  -webkit-user-select: none;
  user-select: none;
}

.slider-container::before {
  content: "";
  position: absolute;
  left: var(--slider-pos);
  top: 0;
  bottom: 0;
  width: 3.5px;
  background: #00ffdd;
  transform: translateX(-50%);
  z-index: 6;
  pointer-events: none;
}

/* 補一個圓形裝飾，置於分隔線上（不攔截事件） */
.slider-container::after {
  content: "";
  position: absolute;
  left: var(--slider-pos);
  top: 50%;
  transform: translate(-50%, -50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #008888;
  border: 3px solid #00ffdd;
  z-index: 7;
  pointer-events: none;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2300ffdd' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M9 16l-4-4 4-4M15 16l4-4-4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 25px;
}



/* =============================================================== */
/* 情境圖
/* =============================================================== */

.product-img-uniform-swiper img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
  object-position: center;
}

.product-img-uniform-swiper .swiper-slide {
  width: auto;
}

.product-img-uniform-swiper .feature-media {
  height: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-img-swiper .feature-media {
  max-height: 700px;
}

/* =============================================================== */
/*  詳細規格
/* =============================================================== */
.product-detailed {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 6.5rem;
  scroll-margin-top: 5rem;
}

/* 容器 */
.spec-container {
  /* 規格欄位數量 */
  column-count: 2;
  /* 規格之間間距*/
  column-gap: 1.875rem;
  width: 100%;
}

/* 項目 */
.spec-items {
  /* 防止列印斷行 */
  break-inside: avoid;
  margin-bottom: 1.25rem;
  display: inline-block;
  /* 佔滿父層*/
  width: 100%;
}

/* 黑色標題*/
.spec-header {
  background-color: #1a1a1a;
  width: 100%;
  color: #ffffff;
  margin: 0;
  padding: 0.6rem 1rem 0.4rem;
  font-size: 1.2rem;
  font-weight: 500;
}

/* 項目容器*/
.spec-body {
  padding: 1.75rem 1rem;
  font-size: 17.5px;
  display: flex;
  flex-direction: column;
  line-height: 1;
  gap: 1.21rem;
}

/* ?��?：�??��?行�?佈�? */
.spec-row {
  display: grid;
  grid-template-columns: 200px 1fr;
  /* ?��?標籤寬度，剩餘給?�容 */
  padding: 0;
  /* border-bottom: 1px solid #f0f0f0; */
  justify-content: space-between;
}

.spec-row:last-child {
  border-bottom: none;
}

/* 標籤?��?�?? */
.spec-label {
  color: #333;
  font-weight: bold;
  display: flex;
  line-height: 1.5;
  align-items: flex-start;
}

.spec_Pname {
  line-height: 2.12;
}

/* ?�容?��?�?? */
.spec-value {
  color: #555;
  line-height: 1.5;
}

.spec-value.items {
  display: flex;
  flex-direction: column;
  justify-content: start;
  gap: 1.25rem;
}

.spec-value.spec-value-list {
  display: flex;
  gap: 2rem;
}

.spec-value-list div {
  flex: 1 1 33.33%;
}

/* =============================================================== */
/*  ?��??��?
/* =============================================================== */
.product-other>div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 2.8rem;
  padding-bottom: 2.8rem;
}

.product-other .card {
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 1rem;
}

.product-other .card-body {
  margin-bottom: 1rem;
  gap: 0.5rem;
}

.product-other .card-section:not(.swiper) .card {
  flex: 1 1 25%;
}

.product-other .swiper-slide {
  height: auto;
}

.product-other .card-title {
  text-transform: uppercase;
}

.card-section {
  width: 100%;
}

.card-section a {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}

.related-products-wrapper:not(.swiper) {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.5rem;
}

.product-other .swiper-pagination {
  display: none;
  position: static;
  margin-top: 1rem;
  text-align: center;
  font-size: 16px;
}

.product-other .swiper-pagination-bullet {
  background-color: #fff;
}

.product-other .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00ffdd;
}

@media (max-width: 1199.98px) {
  .product-other .swiper-pagination {
    display: block;
  }

  .feature-title {
    /* font-size: 23px; */
    letter-spacing: 1px;
  }
}

/* =============================================================== */
/*  ?�塊�?�??��?
/* =============================================================== */
::marker {
  font-size: 0.625rem;
}

.lg-title,
.sm-title {
  font-weight: 500;
  margin-bottom: 2.5rem;
}

.sm-title {
  font-size: 1.87rem;
}


.feature-list li {
  display: flex;
  align-items: flex-start;
  letter-spacing: 0;
}

.feature-list-item {
  display: flex;
  line-height: 1.875rem !important;
}

.feature-list-item strong {
  margin-right: 9px;
}

.feature-list li::before,
.feature-list p::before {
  content: "•";
  font-size: 0.625rem;
  margin-right: 0.5rem;
  margin-bottom: auto;
}

.feature-list p::before {
  position: relative;
  top: -3px;
}

.un-List::before {
  display: none;
  content: none;
}

.feature-list li::before {
  margin-top: 0rem;
}

.feature-list-item::before {
  margin-top: 0;
}

.feature-list span {
  color: #5a5a5a;
  font-size: 10.65px;
  padding-left: 4px;
  padding-top: 2px;
  display: contents;
}


.card-section .card-text {
  gap: 0.5rem;
  padding-bottom: 20px;
}

@media (min-width: 1550px) {

  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    padding-right: unset;
    padding-left: unset;
  }
}

/* =============================================================== */
/*  ?��??��???
/* =============================================================== */
.product-img-block-mobile {
  display: none;
}

@media (max-width: 767.98px) {
  .product-img-block-desktop {
    display: none;
  }

  .product-img-block-mobile {
    display: flex;
  }

  .product-img-block-mobile {
    --mobile-uniform-image-height: clamp(220px, 62vw, 360px);
  }

  .product-img-block-mobile .feature-media>img {
    width: 100%;
    height: var(--mobile-uniform-image-height);
    object-fit: cover;
    display: block;
  }

  .product-img-block-mobile .mobile-double-image {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .product-img-block-mobile .mobile-double-image img {
    width: 100%;
    height: var(--mobile-uniform-image-height);
    object-fit: cover;
    display: block;
  }

  .feature-card-block .feature-media {
    min-height: unset
  }

  .cover.p3 img,
  .cover img {
    object-fit: unset;
    padding: 0;
  }
}

/* =============================================================== */
/*  RWD
/* =============================================================== */

@media (max-width:1510px) {
  .d-lg-blcok {
    display: none;
  }
}

@media (max-width: 1400px) {
  .feature-content {
    padding: 2% 7.4%;
  }

  .feature-media img {
    object-fit: cover;
  }

}

/* 平板尺寸 */
@media (max-width: 1199.98px) {


  .product-container {
    gap: 1.5rem;
  }

  .product-title {
    font-size: 1.5rem;
  }

  .product-tab ul {
    gap: 2rem;
  }

  .sp-thumbs {
    grid-template-columns: repeat(auto-fit, minmax(14%, 1fr));
  }

  .feature-section {
    gap: 4rem;
  }

  .feature-block {
    max-height: none;
    aspect-ratio: auto;
  }



  .feature-card {
    flex-direction: column-reverse;
  }

  .feature-list li {
    text-align: left;
  }

  .feature-card-block-lg {
    display: none;
  }


  .feature-card-content {
    gap: 1.5rem;
    padding-top: 9%;
    padding-bottom: 9%;
  }

  .spec-row {
    grid-template-columns: 160px 1fr;
  }

  .related-products-wrapper:not(.swiper) {
    gap: 0;
  }

  .product-other .card-section:not(.swiper) .card {
    flex: 0 0 50%;
  }
}

@media (max-width: 991.98px) {
  .product-info {
    display: flex;
    flex-direction: column;
    /* 確�??��?上是?�直?��? */
  }

  /* 調整?��? */
  .product-title {
    order: 1;
  }

  /* 兩個卡片手機版秘術 */
  .feature-card-block {
    display: flex;
    flex-direction: column;
  }

  .feature-card-block>.feature-card {
    max-height: unset;
  }

  .color-selector {
    order: 2;
    /* 讓�??�選?�器?�在第�? */
  }

  .product-features {
    font-size: 14px;
    order: 3;
    /* 讓產?�特?��??�第�?*/
  }

  .product-caption {
    order: 4;
  }

  .mobile-container-xl {
    width: 100%;
    max-width: 131.25rem;
    /* 對�? container-xl */
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--bs-gutter-x, 0.75rem);
    padding-right: var(--bs-gutter-x, 0.75rem);
  }

  .product-container {
    flex-direction: column;
  }

  .product-gallery,
  .product-info {
    width: 100%;
  }

  .product-tab ul {
    justify-content: center;
    gap: 1.5rem;
    padding: 0.875rem 1rem;
    overflow-x: auto;
    flex-wrap: nowrap;
  }

  .product-tab ul li {
    flex: 0 0 auto;
  }

  .hero-video {
    aspect-ratio: 16 / 9;
  }

  .feature-section,
  .product-img-block {
    margin-top: 2.5rem;
  }

  .feature-block,
  .reverse {
    flex-direction: column;
  }

  .feature-list.list-col {
    align-items: flex-start;
    padding: 0 0;
  }

  .feature-content,
  .feature-media {
    flex: 0 1 auto;
    width: 100%;
  }

  .feature-media img {
    object-fit: cover;
  }

  .product-img-uniform-swiper .feature-media {
    height: 320px;
  }

  .product-img-uniform-swiper img {
    width: auto;
    height: 100%;
    max-width: 100%;
    object-fit: contain;
  }

  .full-img {
    object-fit: cover !important;
  }

  .feature-content {
    padding: 6%;
    gap: 1.5rem;
    aspect-ratio: auto;
  }

  .download-content {
    padding: 2.5rem 1.875rem;
    gap: 1rem;
  }

  /* .feature-list li,
  .feature-list-item {
    word-break: break-all;
  } */
  .video {
    aspect-ratio: 1 / 1;
  }

  .download-block {
    padding: 0;
    gap: 0;
  }

  .download-block p {
    font-size: 1rem;
    line-height: 1.875rem !important;
  }

  .download-media {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    padding-left: 1.875rem;
  }

  .btn-download {
    margin-bottom: 0;
  }




  .feature-card {
    width: 100%;
  }

  .feature-card-content {
    align-items: flex-start;
    padding: 8% 6%;
  }

  .feature-icon {
    margin-top: 10%;
    margin-bottom: 0;
  }

  .feature-text {
    gap: 6px;
  }

  .feature-text img {
    max-width: 100px;
  }

  .feature-text p {
    font-size: 1.2rem;
  }

  .spec-container {
    column-count: 1;
  }

  .product-detailed {
    margin-top: 2.5rem;
  }

  .card-section {
    width: 100%;
  }


  .feature-title  h2 {
    font-size: 1.8rem;
    /* word-break: keep-all; */
  }

  .download-pic {
    width: 100%;
  }
}

@media (max-width: 767.98px) {

  /*
  .product-img-swiper-3 .feature-media {
    max-height: 300px;
  }
	
	.product-img-swiper-3 img{
		object-fit: contain;
	}
*/
  .product-tab,
  .text-title,
  .breadcrumb {
    font-size: 14px;
  }

  .product-title {
    font-size: 1.375rem;
  }

  .feature-section {
    gap: 2.5rem;
  }

  .feature-content,
  .download-content {
    padding: 2.5rem 1.875rem;
    gap: 1rem;
  }

  .feature-black h2{
    margin-bottom: 1rem;
  }

  .feature-list {
    gap: 0.875rem;
  }

  .feature-list li {
    align-items: center;
    line-height: 1.5;
    font-size: 1.2rem;
    /* word-break: break-word; */
  }

  .feature-list-item {
    display: flex;
    /* flex-direction: column; */
    line-height: 1.6;
    font-size: 1.2rem;
  }

  .spec-value .feature-list-item {
    flex-direction: column;
  }

  .spec-body {
    padding: 1.25rem 0.75rem;
    gap: 1rem;
  }

  .spec-header,
  .spec-label,
  .spec-value {
    font-size: 1rem;

  }

  .spec-value {
    line-height: 1.3;
  }

  .spec-row {
    word-break: keep-all;
    grid-template-columns: 0.3fr 1fr;
    column-gap: 1rem;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 1rem;
  }

  /* 確保比較拉桿在手機有高度，不會因為絕對定位子元素而塌掉 */
  .slider-container {
    width: 100%;
    aspect-ratio: 1;
    min-height: 160px;
    position: relative;
  }

  .slider-container .layer {
    position: absolute;
    inset: 0;
  }

  .slider-container .layer img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }

  /* 讓上層不攔截觸控，滑桿可以接收到事件 */
  .slider-container .top-layer {
    pointer-events: none;
    overflow: hidden;
  }

  /* 確保滑桿按鈕可點擊 */
  .slider {
    z-index: 10;

  }



  .sm-title {
    font-size: 1.45rem;
    margin-bottom: 2rem;
  }

  .lg-title,
  .sm-title {
    font-weight: 550;
  }

  .product-other .card-section:not(.swiper) .card {
    flex: 0 0 50%;
  }

  .product-img-block .swiper-button-next,
  .product-img-block .swiper-button-prev {
    --swiper-navigation-size: 1.5rem;
  }


}

@media (max-width: 575.98px) {


  .product-tab ul {
    gap: 1.25rem;
    padding: 0.75rem 1rem;
  }

  .main-image a {
    aspect-ratio: 1 / 1;
  }

  .download-media>div,
  .download-media>div img {
    width: 100%;
  }

  h2 {
    font-size: 1.5rem;
  }

  .feature-list li::before {
    margin-bottom: 0;
    padding-top: 3px;
  }

  .feature-list p {
    line-height: 1.5;
  }

  .feature-list p::before {
    position: relative;
    bottom: 2px;
  }

  p.feature-list-item {
    align-items: flex-start;
  }

  .feature-list-item,
  .feature-list li {
    align-items: flex-start;
    line-height: 1.5;
    font-size: 1rem;
    align-items: flex-start;
    /* word-break: keep-all; */
    /* overflow-wrap: anywhere; */
  }

  .spec-row {
    grid-template-columns: 0.5fr 1fr;
    word-break: normal;
  }

  /* 手機上隱藏原生的滑桿按鈕，只保留我們用 ::after 裝飾的箭頭 */
  .slider::-webkit-slider-thumb {
    -webkit-appearance: none !important;
    appearance: none !important;
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .slider::-moz-range-thumb {
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  .slider::-ms-thumb {
    width: 0 !important;
    height: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }

  /* 確保滑桿區塊可被觸控拖曳 */
  .slider {
    pointer-events: auto;
    touch-action: pan-x;
  }
}