/* 輪播*/
@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;
}

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

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

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



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

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

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

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

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

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

.main-image .sp-large a img {
  width: 100%;
  height: 100%;
  /* padding: 10% 5%; */
  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 {
  max-width: 360px;
}

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


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

@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;
  }
}

/* =============================================================== */
/*  灰底產品特點
/* =============================================================== */
.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;
}

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

.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: 0px 4.5% 0 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 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.625rem;
  padding: 0;
}

.btn-text {
  color: #00ffdd;
  font-family: Arial, sans-serif;
  font-weight: bold;
  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,
.feature-card-block-lg {
  --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;
}

.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 {
  flex: none;
}

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


/* 黑底特殊樣式 */
.feature-icon {
  margin-top: 28.3%;
  margin-bottom: 20.2%;
}


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

.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;
  }
}

/* =============================================================== */
/*  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) {


  .text-nowrap {
    /* white-space: normal !important; */
  }

  .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;
  }

  .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 .swiper-slide {
    /* width: 100%; */
  }

  .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%;
  }

  h2,
  .feature-title {
    font-size: 2.5rem;
    /* 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-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;
  }



  .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;
  }
}