.pro_info{
    font-size: 18px ;
}
.text_lit_title{
    color:#aaaaaa !important;
}.text_lit_info{
    color:#727272 !important;
}.text_lit_titles *{
  color:#aaaaaa !important;
}.text_lit_infos *{
  color:#727272 !important;
}
.product-container {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .product-row {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  
  .product-content {
    flex: 1;
  }
  
  .product-images,.product-images-right ,.product-images-left{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .product-images-right{
    display: none;
  }
  .product-images-left{
    display: unset;
  }
  .rwd-title{
    display: none;
  }
  .product-images img ,.product-images-right img,.product-images-left img{
    width: 100%;
    height: auto;
  }
  
  .product-title {
    font-size: 28px;
    margin-bottom: 20px;
    color: #ffffff;
  }
  
  .product-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
  }
  .p-info{
    font-size: 16px;
    line-height: 1.6;
    color: #9e9e9e;
  }
  .spec-title {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0 20px;
    color: #6c6c6c;
}

.product-desc-title {
    font-size: 20px;
    font-weight: 500;
    color: #bcbcbc;
  }
  .div_box_4>div:nth-child(even){
    background-color: black;
    color: white;
  }

.spec-item {
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 1.5;
}

.spec-item:last-child {
    margin-bottom: 0;
}
 /* RWD 設定 */
 @media (max-width: 768px) {
    .product-row {
      flex-direction: column;
    }
    
    /* .product-images {
      order: -1; 
      margin-bottom: 30px;
    }
     */
    .product-content,
    .product-images
    ,.product-images-right {
      width: 100%;
    }.product-images-right {
display:contents;
    }
    .product-images-left{
      display:none;
    }
    .rwd-title{
      display: unset;
    }
  }
  @media (max-width: 993px) {

    .slider-wrapper {
      position: relative;
      width: 100%;
      height: 760px !important;
    }
  
    .row-divider {
   display: none;
    }
    .features-container {
      display: none;
       }
  }
  @media (max-width: 766px) {

    .slider-wrapper {
      position: relative;
      width: 100%;
      height: 600px !important;
    }
  
   
  }
  @media (max-width: 500px) {
    .product-title{
      font-size: 24px;
    }
  }
  @media (max-width: 466px) {

    .slider-wrapper {
      position: relative;
      width: 100%;
      height: 500px !important;
    }
  
   
  }
  @media (max-width: 440px) {

    .product-title{
      font-size: 22px;
    }
  
   
  }
  @media (max-width: 400px) {

    .slider-wrapper {
      position: relative;
      width: 100%;
      height: 400px !important;
    }
  
   
  }
  .features-container {
    position: relative;
    background-color: #000;
  }
  
  .row-divider {
    position: relative;
    height: 1px;
  }
  .row-divider::before {  /* 垂直線 */
    content: "";
    position: absolute;
    width: 1px;
    height: 70vh;
    background-color: #ffffff;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;  /* 改為 50% */
    margin-top: -35vh;  /* 向上偏移一半高度，讓線段置中 */
    overflow: hidden;
}
  /* 深灰色版本 */
  .row-divider.v1::after {
    content: "系統整合";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background-color: #1a1a1a;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 1;
  }
  
  /* 深藍色版本 */
  .row-divider.v2::after {
    content: "系統整合";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background-color: #0a192f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 1;
  }
  
  /* 深紫色版本 */
  .row-divider.v3::after {
    content: "系統整合";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    background-color: #1a1025;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-size: 1.5rem;
    font-weight: bold;
    z-index: 1;
  }
  

  .text-white-50 {
    opacity: 0.5;
  }
  .col-20{
    width: 20%;
  }

.led_info{
  color:rgb(139 139 139 / 50%) !important
}.led_title{
  color:#aaaaaa ;
  margin-top: 10px;
}
.product-specs{
  color: #6c6c6c !important;
}.custom-span {
  position: absolute; /* 絕對定位 */
  top: 0;             /* 對齊圖片上方 */
  right: 0;           /* 對齊圖片右方 */
  z-index: 1;         /* 確保顯示在圖片上方 */
  display: none;      /* 預設隱藏 */
}

@media (max-width: 991.98px) { /* 小於 lg 尺寸時顯示 */
  .custom-span {
      display: block;
  }
}
.slider-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.lSSlideOuter {
  background: #ffffff00;
  padding: 15px;
}

.lSSlideOuter .lSPager.lSGallery {
  display: flex !important;
  flex-wrap: nowrap;
  overflow-x: auto;
  margin-top: 10px !important;
  justify-content: flex-start;
}

.lSSlideOuter .lSPager.lSGallery::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.7;
  transition: opacity 0.3s ease;
  flex: 0 0 auto;
  width: 100px !important;
  margin-right: 10px !important;
  border-radius: 4px;
  overflow: hidden;
}

.lSSlideOuter .lSPager.lSGallery li.active {
  opacity: 1;
  border: 2px solid #007bff;
}

.lightSlider img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.lSPager.lSGallery img {
  height: 75px;
  object-fit: cover;
}

/* 強制顯示縮圖導航 */
.lSSlideOuter .lSPager.lSGallery {
  display: flex !important;
  height: auto !important;
  transform: none !important;
}


 .style-switcher {
            margin: 20px 0;
            text-align: center;
        }
       .product-desc-sw{
        color: wheat !important;
       }
       .product-desc-wi{
        color: #bcbcbc !important;
       }
        .style-content {
            display: none;
        }
        .style-content.active {
            display: block;
        }
    
        .switch-section {
            margin-bottom: 50px;
            padding: 20px;
            /* border-radius: 10px;
            background-color: #0000003b; */
        }
        .style-switcher {
            margin: 20px 0;
            text-align: center;
        }
        .style-btn {
            padding: 10px 20px;
      
            border: none;
            background-color: #31313154;
            color: white;
            cursor: pointer;
            transition: all 0.3s;
        }
        .style-btn.active {
          background-color: #3b3b3b;
          color: wheat;
        }

        
        /* 新增和修改的樣式 */
        .slider-wrapper {
            position: relative;
            width: 100%;
            height: 600px; /* 設置固定高度 */
        }
        .slider-container {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
        }
        .slider-container.active {
            opacity: 1;
            pointer-events: auto;
        }
        .style-content {
            opacity: 0;
            pointer-events: none;
            transition: opacity 0.3s ease;
            position: absolute;
        }
        .style-content.active {
            opacity: 1;
            pointer-events: auto;
            position: relative;
        }
        .text-wheat {
          color: wheat;
      }
      
      .text-wheat-light {
          color: rgba(245, 222, 179, 0.45);
      }
      
      .border-wheat {
          border-color: wheat !important;
      }

      * {
        font-family: '微軟正黑體', 'Microsoft JhengHei', sans-serif !important;
    }.img-container {
      height: 100%;
  }
  
  .img-container img {
      height: 100%;
      object-fit: cover;
  }
  .shenls_cards{
    background-color: unset;
    border-bottom: unset !important;
    color: white;
  }
  .color64a19d{
color: #64a19d;;
  }