.page-content a{
  color: #00ACDE;
}
.page-content a:hover,
.page-content a:focus{
  color: #000;
}


.page-content h1{
  font-size: 26px;
}

.page-content h2{
  font-size: 20px;
}

.page-content h3{
  font-size: 17px;
}

.page-content h4{
  font-size: 17px;
}

.page-content h5{
  font-size: 17px;
}

.page-content .section h5{
  font-size: 22px;
  font-weight: normal;
}

.page-content h6{
  font-size: 17px;
}

.page-content > ul > li{
  margin-bottom: 1rem;
}

.page-content > ol > li > ul{
  margin-top: 1rem;
}

.wp-caption-text{
  padding: 0.5rem 0;
  text-align: center;
}

.page-content img.size-full{
  border-radius: 12px;
}

.single-product-page,
.single-product-page table{
  font-size: 15px;
}
.single-product-page .product-tab-inner img{
  height: auto !important;
  max-height: 300px !important;
  width: auto !important;
}

.single-product-page .product-tab-inner h1,
.single-product-page .product-tab-inner h2,
.single-product-page .product-tab-inner h3,
.single-product-page .product-tab-inner h4,
.single-product-page .product-tab-inner h5,
.single-product-page .product-tab-inner h6{
  position: relative;
  padding-left: 12px;
  margin-bottom: 1.68rem;
}

.single-product-page .product-tab-inner h1{
  font-size: 22px;
}

.single-product-page .product-tab-inner h2{
  font-size: 20px;
}

.single-product-page .product-tab-inner h3{
  font-size: 18px;
}

.single-product-page .product-tab-inner h4{
  font-size: 17px;
}

.single-product-page .product-tab-inner h5{
  font-size: 16px;
}

.single-product-page .product-tab-inner h6{
  font-size: 15px;
}

.single-product-page .product-tab-inner h1::before,
.single-product-page .product-tab-inner h2::before,
.single-product-page .product-tab-inner h3::before,
.single-product-page .product-tab-inner h4::before,
.single-product-page .product-tab-inner h5::before,
.single-product-page .product-tab-inner h6::before{
    content: '';
    display: block;
    width: 4px;
    height: 100%;  ·
    position: absolute;
    left: 0;
}

.product-tab-inner ul{
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.product-tab-inner li{
  line-height: 1.6;
  margin-bottom: 0.8rem;
}

.container table{
  width: 100%;
  margin-bottom: 1.5rem;
  table-layout: fixed;
  border-collapse: collapse;
  color: #212529;
  vertical-align: top;
}
.container table td,
.container table th{
  width: auto; /* 覆盖后台 width 属性，实现等宽列，与 Untitled-1 一致 */
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid #dee2e6;
  text-align: left;
  vertical-align: middle;
  word-break: break-word;
}
.container table th{
  font-weight: 600;
}
.container table tbody tr:hover > td,
.container table tbody tr:hover > th{
  background-color: rgba(0, 0, 0, 0.05);
}
   
/* Home */
.category-swiper,
.home-hero-section {
  width: 100%;
  overflow: hidden;
}
.heroSwiper {
  width: 100%;
  height: 480px;
}
.hero-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.hero-content {
  position: absolute;
  padding: 40px 15px;
  left: 0;
  bottom: 0;
  max-width: 950px;
  z-index: 2;
  color: #fff;
}
.home-hero-section{
  position: relative;
}
.hero-pagination {
  bottom: 15px !important;
  z-index: 2 !important;
}
.hero-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: rgba(255,255,255,0.5);
  opacity: 1;
  margin: 0 5px !important;
}
.hero-pagination .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 5px;
  background: #fff;
}
.hero-desc{
  font-size: 18px;
}
.hero-sub-desc{
  font-size: 16px;
}
@media (min-width: 768px) {
  .hero-desc{
    font-size: 24px;
  }
  .hero-sub-desc{
    font-size: 20px;
  }
  .hero-content {
    padding: 50px;
  }
  .hero-pagination {
    bottom: 30px !important;
    z-index: 2 !important;
  }
}
@media (min-width: 1200px) {
  .heroSwiper {
    height: 540px;
  }
  .hero-desc{
    font-size: 28px;
  }
  .hero-sub-desc{
    font-size: 24px;
  }
  .hero-content {
    padding: 60px;
  }
}
@media (min-width: 1400px) {
  .heroSwiper {
    height: 640px;
  }
  .hero-desc{
    font-size: 32px;
  }
  .hero-sub-desc{
    font-size: 28px;
  }
  .hero-content {
    padding: 100px;
  }
}
@media (min-width: 1680px) {
  .heroSwiper {
    height: 720px;
  }
}
.home-about-section{
  padding-top: 40px;
  padding-bottom: 40px;
}
.home-about-content{
  max-width: 550px;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
.lr-bg{
  position: relative;
}
/* .lr-bg::before,
.lr-bg::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 0;
} */
@media (max-width: 991.98px) {
  /* .lr-bg::before,
  .lr-bg::after {
    display: none;
  } */
}
@media (min-width: 992px) {
  .home-about-section{
    padding-top: 70px;
    padding-bottom: 20px;
  }
  /* .lr-bg::before {
    left: 0;
    right: calc(50% + 480px + 15px);
    background: #00ACDE;
    border-radius: 0 20px 20px 0;
  }
  .lr-bg::after {
    right: 0;
    left: calc(50% + 480px + 15px);
    background: #FC6AB3;
    border-radius: 20px 0 0 20px;
  } */
}
@media (min-width: 1200px) {
  .lr-bg::before { right: calc(50% + 570px + 15px); }
  .lr-bg::after  { left: calc(50% + 570px + 15px); }
}
@media (min-width: 1400px) {
  .lr-bg::before { right: calc(50% + 660px + 15px); }
  .lr-bg::after  { left: calc(50% + 660px + 15px); }
}
/* 产品分类卡片 - 正方形 + 悬浮毛玻璃内容 */
.card-category {
  position: relative;
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.4s ease;
  height: 100%;
  aspect-ratio: 1;
}

.card-category-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  color: #fff;
}
.card-category-arrow {
  position: absolute;
  right: 20px;
  bottom: 22px;
  font-size: 20px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-6px);
}
.card-category:hover .card-category-arrow {
  opacity: 1;
  transform: translateX(0);
}
.card-category-count {
  position: absolute;
  top: -20px;
  right: 30px;
  padding: 10px 15px;
  border-radius: 20px;
  line-height: 1.2;
}
.product-center-cat .row .col-12:first-child .card-category-count,
.lr-bg .row .col-12:first-child .card-category-count{
  background-color: #00C7BF;
}
.product-center-cat .row .col-12:nth-child(2) .card-category-count,
.lr-bg .row .col-12:nth-child(2) .card-category-count{
  background-color: #00ACDE;
}
.product-center-cat .row .col-12:nth-child(3) .card-category-count,
.lr-bg .row .col-12:nth-child(3) .card-category-count{
  background-color: #FC6AB3;
}
.card-category-name {
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: 0.15em;
}
.card-category-en-title {
  font-size: 20px;
  letter-spacing: 0.14em;
  margin-bottom: 5px;
}
.product-center-cat .card-category-arrow,
.product-center-cat .card-category-name,
.product-center-cat .card-category-en-title{
  font-size: 15px;
}
@media (min-width: 768px) {
  .card-category-name {
    font-size: 20px;
  }
  .card-category-arrow {
    font-size: 15px;
  }
  .card-category-en-title {
    font-size: 15px;
  }
  .product-center-cat .card-category-arrow,
  .product-center-cat .card-category-name,
  .product-center-cat .card-category-en-title{
    font-size: 15px;
  }
  .card-category-content p{
    font-size: 14px;
    line-height: 1.6;
  }
  .card-category-content {
    padding: 15px 20px;
    min-height: 120px;
  }
}

@media (min-width: 1440px) {
  .card-category-name {
    font-size: 20px;
  }
  .card-category-arrow {
    font-size: 18px;
    }
  .card-category-en-title {
    font-size: 18px;
  }
  .product-center-cat .card-category-arrow,
  .product-center-cat .card-category-name,
  .product-center-cat .card-category-en-title{
    font-size: 18px;
  }
  .card-category-content {
    min-height: 148px;
  }
}

@media (min-width: 1600px) {
  .card-category-name {
    font-size: 24px;
  }
  .card-category-arrow {
    font-size: 20px;
  }
  .card-category-en-title {
    font-size: 20px;
  }
  .product-center-cat .card-category-arrow,
  .product-center-cat .card-category-name,
  .product-center-cat .card-category-en-title{
    font-size: 20px;
  }
  .card-category-content {
    padding: 20px;
    min-height: 132px;
  }
}
/* 产品轮播卡片 - 5.5个产品 / 左侧间距 */
.product-card {
  position: relative;
  background: #F1F1F1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.product-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.1);
}
.product-card-link {
  color: inherit;
}
.product-card-image {
  overflow: hidden;
}
.product-card-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.product-card:hover .product-card-image img {
  transform: scale(1.06);
}
.product-card-body {
  padding: 16px 18px 20px;
}
.product-card-tag {
  position: absolute;
  top: 20px;
  right: 0;
  font-size: 13px;
  color: #fff;
  background: #fff;
  padding: 5px 10px;
  border-radius: 4px 0 0 4px;
}
.product-card-name {
  margin-bottom: 8px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.product-card-excerpt {
  margin-bottom: 0;
  min-height: 54px;
}
/* 6栅格项覆盖：填充高度而非正方形 */
.col-lg-3 .card-category {
  aspect-ratio: 1;
}
.col-lg-6 .card-category {
  aspect-ratio: auto;
}
.home-news-title {
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
/* 小屏下第一个新闻与其余两个保持一致：正方形 */
@media (max-width: 991.98px) {
  .col-lg-6 .card-category {
    aspect-ratio: 1;
  }
}
.card-core {
  position: relative;
  display: flex;
  align-items: flex-end;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.4s ease;
}
.card-core:hover {
  transform: translateY(-6px);
}
.card-core-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
}
.card-core-arrow {
  position: absolute;
  right: 20px;
  bottom: 22px;
  font-size: 20px;
  opacity: 0;
  color: #fff;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transform: translateX(-6px);
}
.card-core:hover .card-core-arrow {
  opacity: 1;
  transform: translateX(0);
}
.card-core-count {
  position: absolute;
  top: -20px;
  right: 30px;
  padding: 10px 15px;
  border-radius: 20px;
  line-height: 1.2;
}
.lr-bg .row .col-12:first-child .card-core-count{
  background-color: #00C7BF;
}
.lr-bg .row .col-12:nth-child(2) .card-core-count{
  background-color: #00ACDE;
}
.lr-bg .row .col-12:nth-child(3) .card-core-count{
  background-color: #FC6AB3;
}
.card-core-name {
  font-size: 20px;
  margin-bottom: 15px;
  letter-spacing: 0.15em;
}
.card-core-en-title {
  font-size: 20px;
  letter-spacing: 0.14em;
  margin-bottom: 5px;
}
.core-img{
  text-align: center;
  margin-bottom: 20px;
}
.core-list{
  margin-top: 20px;
}
.core-img img{
  max-height: 40px;
}
.core-title{
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
.core-desc{
  text-align: center;
  font-size: 13px;
}
@media (min-width: 768px) {
  .card-core {
    aspect-ratio: 1.4;
  }
  .card-core-arrow,
  .card-core-name {
    font-size: 26px;
  }
  .card-core-en-title {
    font-size: 26px;
  }
  .core-list{
    margin-top: 30px;
  }
  .core-img img{
    max-height: 50px;
  }
  .core-title{
    font-size: 15px;
  }
  .core-desc{
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  .card-core-arrow,
  .card-core-name {
    font-size: 30px;
  }
  .card-core-en-title {
    font-size: 30px;
  }
  .core-list{
    margin-top: 0px;
  }
  .core-img img{
    max-height: 60px;
  }
  .core-title{
    font-size: 28px;
  }
  .core-desc{
    font-size: 20px;
  }
  .card-core {
    aspect-ratio: 2;
  }
}
/* Footer */
.footer-white{
  background-color: #F7F8F9;
  padding: 20px 0;
}
.footer-top{
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.footer-middle{
  margin-bottom: 20px;
}
.footer-logo{
  margin-bottom: 20px;
}
.footer-logo img{
  max-height: 50px;
}
.footer-input-icon-addon{
  left: 15px;
  font-size: 15px;
  color: #000;
}
.footer-search-input{
  height: 40px;
  background-color: #fff;
  border-color: #fff;
  border-radius: 40px;
  padding-left: 50px !important;
  font-size: 13px;
  color: #000;
}
.footer-menu-title{
  margin-bottom: 20px;
}
.footer-menu ul{
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.footer-menu li{
  margin-bottom: 15px;
}
.footer-menu li a{
  font-size: 13px;
  color: #222;
}
.footer-bottom{
  border-top: 1px solid #EEEEEE;
  padding: 20px 0 10px 0;
}
.footer-bottom,
.footer-bottom a{
  font-size: 13px;
  color: #666;
}
.footer-menu li a:hover,
.footer-menu li a:focus,
.footer-bottom a:hover,
.footer-bottom a:focus{
  color: #00ACDE;
}
.qrcode-wrap{
  margin-bottom: 20px;
}
.qrcode-wrap img{
  max-height: 120px;
}
.footer-contact-list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-contact-list li{
  margin-bottom: 10px;
}
.footer-contact-list li > p{
  font-size: 13px;
  margin-bottom: 5px;
  color: #000;
}
.footer-contact-list li a,
.footer-contact-list li span{
  font-size: 13px;
  color: #333;
}
.footer-phone-number,
.footer-email-info,
.footer-address-info{
  display: flex;
  align-items: center;
}
.footer-phone-number a{
  font-weight: bold;
  font-size: 18px !important;
  line-height: 1;
  color: #00ACDE !important;
}
.footer-contact-list li a:hover,
.footer-contact-list li a:focus{
  color: #00ACDE !important;
}
.footer-contact-list img{
  max-height: 22px;
  margin-right: 10px;
}
@media screen and (min-width: 768px){
  .footer-top{
    padding-bottom: 25px;
    margin-bottom: 40px;
  }
  .footer-logo{
    margin-bottom: 0;
  }
  .footer-logo img{
    max-height: 60px;
  }
  .footer-menu-title{
    margin-bottom: 25px;
  }
  .footer-menu li{
    margin-bottom: 20px;
  }
  .footer-bottom,
  .footer-bottom a,
  .footer-menu li a{
    font-size: 14px;
  }
  .footer-input-icon-addon{
    left: 20px;
    font-size: 20px;
  }
  .footer-search-input{
    height: 56px;
    border-radius: 56px;
    padding-left: 70px !important;
    font-size: 14px;
  }
  .footer-contact-list li span,
  .footer-contact-list li a,
  .footer-contact-list li > p{
    font-size: 14px;
  }
  .footer-phone-number a{
    font-size: 28px !important;
  }
}
/* About */
.contact-item{
  margin-bottom: 20px;
}
.contact-item .contact-title{
  margin-bottom: 10px;
}
.contact-item .contact-desc{
  display: flex;
}
.contact-item .contact-icon{
  margin-right: 10px;
}
.about-img{
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .about-information{
    position: relative;
    margin-top: -350px;
  }
  .about-img{
    padding-left: 130px;
    margin-bottom: 0;
  }
  .contact-list{
    margin-top: 390px;
    padding-left: 50px;
  }
  .contact-item{
    margin-bottom: 30px;
  }
  .contact-item a:hover,
  .contact-item a:focus{
    color: #00ACDE;
  }
  .about-img{
    position: relative;
    z-index: 2;
  }
  .about-img img{
    border-radius: 20px;
  }
  .about-content{
    background-color: #fff;
    border-radius: 20px;
    padding: 115px 35px 35px 35px;
    position: relative;
    z-index: 1;
    margin-top: -80px;
  }
}
/* Product list */
.product-grid-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}
.product-grid-list .product-card {
    max-width: 410px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.product-grid-list .product-card-image img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
    display: block;
}
@media (max-width: 767px) {
    .product-grid-list {
        grid-template-columns: 1fr;
    }
    .product-grid-list .product-card {
        max-width: 100%;
    }
}
.sidebar-products-wrap {
    overflow: hidden;
    padding-bottom: 80px;
    background: url('../images/sidebar-bg.png') no-repeat right bottom;
    background-size: auto 200px;
}
.sidebar-products-title {
    margin: 0;
    padding: 15px 30px;
    border-bottom: 1px solid #EEEEEE;
    position: relative;
}
.sidebar-products-title span::before{
  content: '';
  display: block;
  width: 4px;
  height: 100%;
  background-color: #00ACDE;
  position: absolute;
  left: -12px;
}
.sidebar-products-list {
    margin: 0;
    padding: 10px 0;
}
.sidebar-cat-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    transition: background 0.15s;
}
.sidebar-cat-link {
    flex: 1;
    display: block;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
}
.sidebar-cat-link:hover,
.sidebar-cat-link.active {
    color: #00ACDE;
}
.sidebar-cat-toggle {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    color: #fff;
    background: #00ACDE;
    cursor: pointer;
    font-size: 15px;
    padding: 0;
    border-radius: 4px;
    transition: all 0.15s;
}
.sidebar-cat-toggle:hover {
    color: #fff;
    background: #FC6AB3;
}
.sidebar-cat.open .sidebar-cat-toggle i::before {
    content: "\f2ea"; /* bi-dash-lg */
}
.sidebar-sub-list {
    display: none;
    padding: 0 15px 8px 23px;
}
.sidebar-cat.open .sidebar-sub-list {
    display: block;
}
.sidebar-sub-link {
    display: block;
    padding: 8px 0;
    font-size: 15px;
    color: #000;
    text-decoration: none;
    transition: color 0.15s;
}
.sidebar-sub-link:hover,
.sidebar-sub-link.active {
    color: #00ACDE;
}
@media screen and (min-width: 992px){
    .sidebar-products-list {
        padding: 20px 0;
    }
    .sidebar-cat-item {
        padding: 0 30px;
    }
    .sidebar-sub-list {
        display: none;
        padding: 0 30px 8px 45px;
    }
}
/* Product detail */
.product-gallery-wrapper{
    position: relative;
    z-index: 2;
}
.single-product-info-wrapper{
    position: relative;
    z-index: 1;
}
.product-gallery-wrap { gap: 14px; position: relative; z-index: 10; }
.product-gallery-thumbs {
    width: 72px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-height: 500px;
    overflow-y: auto;
}
.product-gallery-thumbs::-webkit-scrollbar { width: 0; }
.product-thumb-item {
    width: 72px;
    height: 72px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    cursor: pointer;
    opacity: .5;
    transition: all .2s;
    flex-shrink: 0;
}
.product-thumb-item.active, .product-thumb-item:hover { opacity: 1; border-color: #00ACDE; }
.product-thumb-item img { width: 100%; height: 100%; object-fit: cover; }
.product-gallery-main { flex: 1; position: relative; min-width: 0; overflow: visible; }
.product-main-swiper { border-radius: 12px; overflow: hidden; background: #f8f9fb; }
.product-swiper-img { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.product-swiper-img img { max-height: 580px; object-fit: contain; }
/* 放大镜 - 矩形遮罩 */
.product-zoom-area { position: relative; overflow: hidden; }
.product-zoom-mask {
    display: none;
    position: absolute; top: 0; left: 0;
    width: 180px; height: 180px;
    background: rgba(0,172,222,.12);
    border: 1px solid rgba(0,172,222,.4);
    pointer-events: none;
    z-index: 5;
}
.product-zoom-mask.active { display: block; }
/* 放大镜 - 右侧放大面板（悬浮于整个页面之上） */
.product-zoom-panel {
    display: none;
    position: fixed;
    top: 50%;
    margin-top: -215px;
    right: calc(50% - 730px);
    width: 430px; height: 430px;
    background-repeat: no-repeat;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    box-shadow: 0 8px 32px rgba(0,0,0,.12);
    z-index: 99999;
    overflow: hidden;
    pointer-events: none;
}
@media (max-width: 1399px) {
    .product-zoom-panel { right: 20px; }
}
.product-zoom-panel.active { display: block; }
.product-zoom-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    width: 40px;
    height: 40px;
    border: none;
    background: rgba(255,255,255,.85);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #333;
    box-shadow: 0 2px 8px rgba(0,0,0,.08);
    transition: all .2s;
}
.product-zoom-btn:hover { background: #fff; color: #00ACDE; box-shadow: 0 4px 12px rgba(0,0,0,.15); }
.product-swiper-pagination { position: static; margin-top: 12px; }
.product-swiper-pagination .swiper-pagination-bullet-active { background: #00ACDE; }
.product-no-image { aspect-ratio: 1; display: flex; align-items: center; justify-content: center; background: #f8f9fb; border-radius: 12px; }

/* 隐藏的 GLightbox 触发链（手机端放大镜） */
.product-glightbox-links { display: none; }

.product-info-header{
    padding: 20px 15px 0;
}
.product-info-downloads{
  margin-top: 30px;
  border-top: 1px solid #eee;
  padding: 20px 15px;
}
.product-info-table{
  margin-bottom: 30px;
}
/* 信息表 */
@media screen and (min-width: 992px){
  .product-info-header{
    padding: 40px 30px 0;
  }
}
/* 价格 */
.single-product-price,
.atm-member-price bdi { font-size: 26px; font-weight: bold; color: #00ACDE;}
.single-product-price .price { display: flex; align-items: center; gap: 10px;}
.single-product-price del { font-size: .85rem; color: #999; }
.single-product-price ins { text-decoration: none; font-weight: 700; }
.product-info-table .d-flex{margin-bottom: 10px;}
.product-info-table .info-label { width: 100px; min-width: 100px; color: #666; font-size: 15px; }
.product-info-table .info-value { color: #000; font-weight: bold; font-size: 15px; }
.single-product-price .atm-member-tag {
  font-size: 14px;
  color: #333;
  background: #f5f5f5;
}

/* 产品详情 Tab 内参数表格 */
.product-params-table { width: 100%; border-collapse: collapse; margin-bottom: 20px; }
.product-params-table td { padding: 10px 16px; border-bottom: 1px solid #eee; font-size: 15px; vertical-align: top; }
.product-params-table td:first-child { width: 120px; min-width: 120px; color: #666; white-space: nowrap; }
.product-params-table td:last-child { color: #000; font-weight: bold; }
.product-params-table tr:last-child td { border-bottom: none; }
@media screen and (max-width: 767px) {
  .product-params-table td:first-child { width: 90px; min-width: 90px; }
}

/* ========== 操作区 ========== */
.product-actions { padding: 0; }
.product-actions .cart { display: flex; flex-wrap: wrap; gap: 16px; align-items: stretch; }
/* 隐藏原始 select 和变量价格 */
.product-actions table.variations select { display: none !important; }
.product-actions .woocommerce-variation-price,
.product-actions .woocommerce-variation-availability { display: none !important; }
/* 隐藏 WooCommerce 自带的简单产品库存 (改用自定义 .product-stock-info) */
.product-actions > .stock { display: none !important; }
.product-actions .woocommerce-variation-add-to-cart { margin-top: 0; }

/* ---- 规格按钮组 ---- */
.product-actions table.variations { width: 100%; border: 0; }
.product-actions table.variations tbody { display: block; }
.product-actions table.variations tr { display: flex; align-items: flex-start; margin-bottom: 12px; align-items: center;}
.product-actions table.variations td.label { flex-shrink: 0; padding: 0 14px 0 0; min-width: 56px; line-height: 38px; font-size: .9rem; color: #333; font-weight: 500; vertical-align: middle; }
.product-actions table.variations td.value { flex: 1; padding: 0; display: flex; align-items: center; flex-wrap: wrap; gap: 10px; }
.product-actions table.variations td.value select { display: none !important; }
label[for="pa_guige"]{
  padding: 0 20px 0 0;
}
.product-actions .product-reset-link {
    flex-shrink: 0;
    display: inline-flex; align-items: center;
    padding: 4px 14px; font-size: .78rem;
    color: #999; background: #f5f5f5;
    border: 1px solid #ddd; border-radius: 6px;
    text-decoration: none; cursor: pointer; white-space: nowrap;
    transition: all .2s;
    display: none;
}
.product-actions .product-reset-link:hover {
    color: #00ACDE; background: #eef9fc; border-color: #00ACDE;
    text-decoration: none;
}
/* 规格按钮容器（JS 动态生成） */
.product-var-btns { display: flex; flex-wrap: wrap; gap: 8px; }
.product-var-btn {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 56px; padding: 6px 16px;
    border: 1px solid #F7F8F9; border-radius: 6px;
    background: #F7F8F9; color: #666; font-size: .9rem;
    cursor: pointer; transition: all .2s; user-select: none;
}
.product-var-btn:hover { border-color: #00ACDE; color: #00ACDE; }
.product-var-btn.active { background: #EEFEFF; border-color: #00ACDE; color: #00ACDE; }
.product-var-btn.disabled { opacity: .35; pointer-events: none; cursor: not-allowed; }

/* ---- 库存信息 ---- */
.product-stock-info {
    margin-bottom: 12px;
    font-size: .95rem;
}
.product-stock-info .stock {
    display: inline-flex;
    align-items: center;
    gap: .35em;
}
.product-stock-info .stock::before {
    content: '\F1C7';
    flex-shrink: 0;
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* .product-stock-info .in-stock { color: #198754; }
.product-stock-info .in-stock::before { background: #198754; }
.product-stock-info .out-of-stock { color: #FC6AB3; }
.product-stock-info .out-of-stock::before { background: #FC6AB3; }
.product-stock-info .available-on-backorder { color: #e67e22; }
.product-stock-info .available-on-backorder::before { background: #e67e22; }
.product-stock-info .stock-placeholder { color: #888; }
.product-stock-info .stock-placeholder::before { background: #ccc; } */

/* ---- 数量 + 按钮行 ---- */
.product-actions .quantity { display: none !important; }
.product-actions .product-qty-cart-row {
    display: flex; align-items: center; gap: 12px; flex-wrap: wrap;
    padding-top: 4px;
}
/* 数量步进器 */
.product-qty-stepper{
    display: flex;
}
.product-qty-stepper {
    display: inline-flex; align-items: center;
    height: 40px;
    overflow: hidden; flex-shrink: 0;
    margin-bottom: 10px;
}
.product-qty-stepper .qty-btn {
    width: 40px; height: 100%; border: none; background: #F7F8F9;
    font-size: 1.1rem; color: #555; cursor: pointer; display: flex;
    align-items: center; justify-content: center; transition: background .15s;
    user-select: none; flex-shrink: 0;
    border-radius: 8px;
}
.product-qty-stepper .qty-btn:hover { background: #eee; color: #333; }
.product-qty-stepper .qty-btn:active { background: #e0e0e0; }
.product-qty-stepper .qty-input {
    width: 52px; height: 100%; border: none; text-align: center; font-size: .95rem;
    font-weight: 600; padding: 0; outline: none; background: #fff; color: #333;
    -moz-appearance: textfield;
}
.product-qty-stepper .qty-input::-webkit-outer-spin-button,
.product-qty-stepper .qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* ---- 下单按钮行 ---- */
.product-actions .product-btn-row {
    display: flex; gap: 10px; flex-wrap: wrap;
    align-items: center;
}
.product-actions .product-contact-btn {
    display: inline-flex; align-items: center; white-space: nowrap;
}
/* 加购按钮 - 覆盖 WooCommerce 默认 */
.product-actions .single_add_to_cart_button {
    height: 43px !important;
    padding: 0 25px !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    font-size: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    background-color: #00ACDE !important;
    border-color: #00ACDE !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}
.product-actions .single_add_to_cart_button:hover,
.product-actions .single_add_to_cart_button:focus{
  background-color: #0090b8 !important;
  border-color: #0090b8 !important;
}
.product-qty-stepper{
  position: relative;
  padding-left: 55px;
  width: 100%;
}
.product-qty-stepper:after{
  content: '数量';
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 1;
  font-weight: bold;
}

.product-info-top-table .info-label{
  font-weight: bold;
  color: #000
}

.product-info-top-table .info-value{
  font-weight: normal;
}

@media screen and (min-width: 992px){
  .product-actions .single_add_to_cart_button {
    display: flex;
    align-items: center;
  }
  .product-actions .single_add_to_cart_button {
    height: 50px !important;
    padding: 0 37px !important;
    border-radius: 8px !important;
    font-size: 17px !important;
  }
}
.product-actions .single_add_to_cart_button:hover { background-color: #0090b8 !important; border-color: #0090b8 !important; }
.product-actions .single_add_to_cart_button i { font-size: 1.1rem; }

/* Tab */
.custom-tab-btn { gap: 0; border-bottom: 2px solid #00ACDE; margin-bottom: 0; }
@media (min-width: 992px) {
  .custom-tab-btn { display: flex; }
}
.custom-tab-btn .tab-btn { padding: 12px 24px; cursor: pointer; font-size: .95rem; font-weight: 500; color: #666; border: 2px solid transparent; margin-bottom: -2px; transition: all .2s; background: none; border-top-left-radius: 6px; border-top-right-radius: 6px; }
.custom-tab-btn .tab-btn.active-tab{ color: #00ACDE; border-color: #00ACDE; }
.custom-tab-btn .tab-btn:hover { color: #000; border-color: #ccc; }
.tab-content { display: none; }
.tab-content.active-content { display: block; }

.single-product-page .custom-tab-btn .tab-btn.active-tab {
    border-color: transparent;
}

.single-product-page .custom-tab-btn .tab-btn:hover {
    color: #00ACDE;
    border-color: transparent;
}

/* 响应式 */
@media (max-width: 767px) {
    .single-product-title { font-size: 1.3rem; }
    .single-product-price { font-size: 1.15rem; }
    .product-gallery-thumbs { display: none; }
    .product-gallery-wrap { flex-direction: column; z-index: auto; }
    .product-zoom-btn { display: none; }
    .product-zoom-panel { display: none !important; }
    .product-zoom-mask { display: none !important; }
    .product-gallery-wrap { cursor: pointer; }
    .product-info-header { padding: 24px 16px 0; }
    .product-actions .product-qty-cart-row { flex-direction: column; align-items: stretch; }
    .product-actions .product-btn-row { flex-direction: row; }
    .product-actions .product-btn-row .btn { flex: 1; justify-content: center; }
}
/* Cart */
.cart-checkout-wrapper .wp-block-button.wc-block-grid__product-add-to-cart{
  display: none;
}
.cart-checkout-wrapper .wc-block-grid__product{
  font-size: 0.85rem !important;
}
.cart-checkout-wrapper .wc-block-grid__product-onsale{
  display: none;
}
.cart-checkout-wrapper .wc-block-components-main,
.cart-checkout-wrapper .wc-block-components-sidebar{
  border-radius: 15px;
  border: 5px solid #F7F8F9;
  padding: 20px 15px !important;
  background: transparent;
  backdrop-filter: blur(30px) brightness(1.15);
  -webkit-backdrop-filter: blur(30px) brightness(1.15);
  margin-bottom: 50px;
}
.cart-checkout-wrapper .wp-block-woocommerce-checkout-order-summary-block,
.cart-checkout-wrapper .wc-block-cart__submit{
  border: 0 !important;
}
.cart-checkout-wrapper .wc-block-components-checkout-place-order-button,
.cart-checkout-wrapper .wc-block-cart__submit-button{
  height: 43px !important;
  padding: 0 25px !important;
  border-radius: 4px !important;
  font-weight: bold !important;
  font-size: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  background-color: #00ACDE !important;
  border-color: #00ACDE !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}
.cart-checkout-wrapper .wc-block-components-checkout-place-order-button:hover,
.cart-checkout-wrapper .wc-block-components-checkout-place-order-button:focus,
.cart-checkout-wrapper .wc-block-cart__submit-button:hover,
.cart-checkout-wrapper .wc-block-cart__submit-button:focus {
  background-color: #0090b8 !important;
  border-color: #0090b8 !important;
}
.cart-checkout-wrapper .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity{
  background-color: #0090b8 !important;
}
.cart-checkout-wrapper .wc-block-checkout__terms.wc-block-checkout__terms--with-separator,
.cart-checkout-wrapper .wc-block-components-totals-wrapper,
.cart-checkout-wrapper .wp-block-woocommerce-checkout-order-summary-totals-block{
  border-top-color: #eee;
}
.cart-checkout-wrapper .wc-block-components-radio-control--highlight-checked .wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.cart-checkout-wrapper .wc-block-components-radio-control--highlight-checked label.wc-block-components-radio-control__option--checked-option-highlighted{
  box-shadow: inset 0 0 0 1.5px #00ACDE;
}
.cart-checkout-wrapper .wc-block-components-totals-footer-item .wc-block-components-totals-item__label{
  font-size: 20px;
}
.cart-checkout-wrapper .wc-block-components-totals-footer-item .wc-block-components-totals-item__value{
  font-size: 20px;
  color: #00ACDE;
}
@media(min-width: 992px) {
  .cart-checkout-wrapper .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
  .cart-checkout-wrapper .wc-block-components-totals-footer-item .wc-block-components-totals-item__label{
    font-size: 26px;
  }
  .cart-checkout-wrapper .wc-block-components-main,
  .cart-checkout-wrapper .wc-block-components-sidebar {
    border-radius: 20px;
    border: 10px solid #F7F8F9;
    padding: 40px 30px !important;
    margin-bottom: 120px;
  }
  .cart-checkout-wrapper .wc-block-components-main{
    width: 63% !important;
    margin-right: 4% !important;
  }
  .cart-checkout-wrapper .wc-block-components-sidebar {
    width: 33% !important;
  }
  .checkout-wrapper .wc-block-components-main{
    width: 60% !important;
    margin-right: 4% !important;
  }
  .checkout-wrapper .wc-block-components-sidebar {
    width: 36% !important;
  }
  .cart-checkout-wrapper .wc-block-components-checkout-place-order-button,
  .cart-checkout-wrapper .wc-block-cart__submit-button{
    height: 50px !important;
    padding: 0 37px !important;
    border-radius: 8px !important;
    font-size: 17px !important;
  }
}

.editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name,
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    font-weight: bold;
    font-size: 1.2rem;
}

.wc-block-components-product-metadata {
  margin-bottom: 5px;
}

.cart-wrapper .wc-block-cart-item__image{
  text-align: center;
}
.cart-wrapper .wc-block-cart-item__image .atm-sale-tag{
  margin-top: 6px;
}


/* 支付 */
.woocommerce-order-pay .rs-modal__header{
  color: #00ACDE;
}
.woocommerce-order-pay .rs-modal__content{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
}
.woocommerce-order-pay .rs-modal__content .wprs-wechatpay-qrcode{
  margin-bottom: 30px;
}
.woocommerce-order-pay .button.rswc-button.alt,
.woocommerce-order-pay .rs-modal__footer .button#js-wechatpay-success{
  height: 43px !important;
  padding: 0 25px !important;
  border-radius: 4px !important;
  font-weight: bold !important;
  font-size: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  background-color: #00ACDE !important;
  border-color: #00ACDE !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}
.woocommerce-order-pay .button.rswc-button.alt:hover,
.woocommerce-order-pay .button.rswc-button.alt:focus,
.woocommerce-order-pay .rs-modal__footer .button#js-wechatpay-success:hover,
.woocommerce-order-pay .rs-modal__footer .button#js-wechatpay-success:focus {
  background-color: #0090b8 !important;
  border-color: #0090b8 !important;
}
.woocommerce-order-pay .button.rswc-button.alt2,
.woocommerce-order-pay .rs-modal__footer .button#js-wechatpay-fail{
  height: 43px !important;
  padding: 0 25px !important;
  border-radius: 4px !important;
  font-weight: bold !important;
  font-size: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  background-color: #F7F8F9 !important;
  border-color: #F7F8F9 !important;
  color: #00ACDE !important;
  outline: none !important;
  box-shadow: none !important;
}
.woocommerce-order-pay .rs-modal__footer .button#js-wechatpay-fail:hover,
.woocommerce-order-pay .rs-modal__footer .button#js-wechatpay-fail:focus,
.woocommerce-order-pay .button.rswc-button.alt2:hover,
.woocommerce-order-pay .button.rswc-button.alt2:focus {
  background-color: #0090b8 !important;
  border-color: #0090b8 !important;
  color: #fff !important;
}
@media(min-width: 992px) {
  .woocommerce-order-pay .button.rswc-button.alt2,
  .woocommerce-order-pay .button.rswc-button.alt{
    height: 50px !important;
    padding: 0 37px !important;
    border-radius: 8px !important;
    font-size: 17px !important;
  }
}
.woocommerce-order-pay .order_details{
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce-order-pay .order_details li {
  width: 50%;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 0 20px !important;
}
.woocommerce-order-pay .order_details li {
  font-size: .8rem !important;
  color: #222;
}
.woocommerce-order-pay .order_details li:last-child { border-right: none !important; }
.woocommerce-order-pay .order_details li strong {
  font-weight: 700;
  font-size: 1rem !important;
  color: #00ACDE;
  margin-top: 5px;
}
.rs-instruction-box{
  margin-top: 30px;
  margin-bottom: 30px;
}
.rs-instruction-box__title{
  margin-top: 20px;
  margin-bottom: 10px;
}
@media(min-width: 992px) {
.woocommerce-order-pay .order_details {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0;
  margin: 0 0 24px !important;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 2px solid #F7F8F9 !important;
  border-radius: 16px;
  overflow: hidden;
}
.woocommerce-order-pay .order_details li {
  width: auto !important;
  margin: 0 !important;
  padding: 18px 20px !important;
  text-align: center;
  border-right: 1px solid #f0f0f0 !important;
  border-bottom: none !important;
  font-size: .8rem !important;
  color: #222;
}
.woocommerce-order-pay .order_details li:last-child { border-right: none !important; }
.woocommerce-order-pay .order_details li strong {
  display: block;
  font-weight: 700;
  font-size: 1rem !important;
  color: #00ACDE;
  margin-top: 4px;
}
.woocommerce-order-pay .order_details li strong {
  word-break: break-all;
}
}
/* Woocommerce */
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #000;
    font-size: 2em;
    font-weight: bold;
}
.woocommerce-product-details__short-description {
    margin-bottom: 2em;
}
.woocommerce .quantity .qty {
    min-height: 36px;
}
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
    background-color: #141280;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt:hover {
    background-color: #020061;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price {
    color: #000;
    font-size: 1.2em;
    font-weight: bold;
}

.woocommerce .woocommerce-ordering select {
    vertical-align: middle;
    padding: 0.4em 0.5em;
}

.wc-block-cart__submit {
    border: 1px solid #ccc;
}

.blockUI.blockMsg {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 1em !important;
}

.blockUI.blockMsg .rs-modal__header {
    text-align: center;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    background: #F7F8F9;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #E8F3FF;
    color: #222;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #E8F3FF;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 1em;
}

.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 1em;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.loading::after {
    content: "\e031";
}

.rs-flex.rs-action-block{
    gap: 1em;
}

.added_to_cart.wc-forward{
    margin-left: 1em;
}
/* 我的账户 */
.my-account-sidebar {
    overflow: hidden;
    padding-bottom: 80px;
    background: url('../images/sidebar-bg.png') no-repeat right bottom;
    background-size: auto 200px;
}
.my-account-sidebar-title {
    margin: 0;
    padding: 15px 15px 10px;
    border-bottom: 1px solid #EEEEEE;
}
.my-account-sidebar-list {
    margin: 0;
    padding: 10px 0;
}
.my-account-sidebar-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    transition: background 0.15s;
}
.my-account-sidebar-link {
    flex: 1;
    display: block;
    padding: 12px 0;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    transition: color 0.15s;
}
.my-account-sidebar-link:hover,
.my-account-sidebar-link.active {
    color: #00ACDE;
}
@media screen and (min-width: 992px){
    .my-account-sidebar-title {
        padding: 30px 30px 20px;
    }
    .my-account-sidebar-list {
        padding: 20px 0;
    }
    .my-account-sidebar-item {
        padding: 0 30px;
    }
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    position: relative;
    margin: 0 0 25px !important;
    padding: 15px 20px 15px 50px;
    background: #F7F8F9;
    color: #00ACDE;
    border: none !important;
    border-radius: 15px;
    font-size: 13px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    outline: none !important;
}
.woocommerce-error > li,
.woocommerce-info > li,
.woocommerce-message > li{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    position: absolute;
    font-size: 18px;
    top: auto;
    left: 18px;
    color: #FC6AB3;
}
.woocommerce-error a.button.wc-forward,
.woocommerce-info a.button.wc-forward,
.woocommerce-message a.button.wc-forward {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
    height: 43px !important;
    padding: 0 25px !important;
    border-radius: 4px !important;
    font-weight: bold !important;
    font-size: 14px !important;
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    background-color: #00ACDE !important;
    border-color: #00ACDE !important;
    color: #fff !important;
    outline: none !important;
    box-shadow: none !important;
}
.woocommerce-error a.button.wc-forward:hover,
.woocommerce-error a.button.wc-forward:focus,
.woocommerce-info a.button.wc-forward:hover,
.woocommerce-info a.button.wc-forward:focus,
.woocommerce-message a.button.wc-forward:hover,
.woocommerce-message a.button.wc-forward:focus{
  background-color: #0090b8 !important;
  border-color: #0090b8 !important;
}
@media (min-width: 992px) {
    .woocommerce-error,
    .woocommerce-info,
    .woocommerce-message {
      border-radius: 20px;
      padding: 20px 30px 20px 70px;
      font-size: 15px;
    }
    .woocommerce-error::before,
    .woocommerce-info::before,
    .woocommerce-message::before {
      font-size: 28px;
      left: 30px;
    }
    .woocommerce-error a.button.wc-forward,
    .woocommerce-info a.button.wc-forward,
    .woocommerce-message a.button.wc-forward {
      height: 50px !important;
      padding: 0 37px !important;
      border-radius: 8px !important;
      font-size: 17px !important;
  }
}
#account_display_name_description{
  display: none !important;
}
.woocommerce-EditAccountForm legend{
  font-size: 15px;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .woocommerce-EditAccountForm legend{
    font-size: 22px;
  }
}
/* 大按钮primary */
.tml .tml-button,
#payment .button.alt,
.woocommerce-Pagination .button,
.woocommerce-order-details .order-again .button,
.woocommerce-EditAccountForm .woocommerce-Button{
  margin-top: 20px !important;
  height: 43px !important;
  padding: 0 25px !important;
  border-radius: 4px !important;
  font-weight: bold !important;
  font-size: 14px !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  background-color: #00ACDE !important;
  border-color: #00ACDE !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}
.tml .tml-button:hover,
.tml .tml-button:focus,
#payment .button.alt:hover,
#payment .button.alt:focus,
.woocommerce-Pagination .button:hover,
.woocommerce-Pagination .button:focus,
.woocommerce-order-details .order-again .button:hover,
.woocommerce-order-details .order-again .button:focus,
.woocommerce-EditAccountForm .woocommerce-Button:hover,
.woocommerce-EditAccountForm .woocommerce-Button:focus{
  background-color: #0090b8 !important;
  border-color: #0090b8 !important;
}
@media(min-width: 992px) {
  .tml .tml-button,
  #payment .button.alt,
  .woocommerce-Pagination .button,
  .woocommerce-order-details .order-again .button,
  .woocommerce-EditAccountForm .woocommerce-Button{
    height: 50px !important;
    padding: 0 37px !important;
    border-radius: 8px !important;
    font-size: 17px !important;
  }
}

/* 小按钮primary */
.woocommerce-button.button.view,
.woocommerce-Pagination .woocommerce-Button--previous.button{
  height: 30px !important;
  padding: 0 10px !important;
  border-radius: 4px !important;
  font-weight: bold !important;
  font-size: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  background-color: #00ACDE !important;
  border-color: #00ACDE !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}
.woocommerce-button.button.view:hover,
.woocommerce-button.button.view:focus,
.woocommerce-Pagination .woocommerce-Button--previous.button:hover,
.woocommerce-Pagination .woocommerce-Button--previous.button:focus{
  background-color: #0090b8 !important;
  border-color: #0090b8 !important;
}
@media(min-width: 992px) {
  .woocommerce-button.button.view,
  .woocommerce-Pagination .woocommerce-Button--previous.button{
    height: 40px !important;
    padding: 0 20px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
  }
}

/* 小按钮secondary */
.woocommerce-button.button.cancel{
  height: 30px !important;
  padding: 0 10px !important;
  border-radius: 4px !important;
  font-weight: bold !important;
  font-size: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  background-color: #F7F8F9 !important;
  border-color: #F7F8F9 !important;
  color: #00ACDE !important;
  outline: none !important;
  box-shadow: none !important;
}
.woocommerce-button.button.cancel:hover,
.woocommerce-button.button.cancel:focus{
  background-color: #00ACDE !important;
  border-color: #00ACDE !important;
  color: #fff !important;
}
@media(min-width: 992px) {
  .woocommerce-button.button.cancel{
    height: 40px !important;
    padding: 0 20px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
  }
}

/* 小按钮danger */
.woocommerce-button.button.pay,
.woocommerce-Button--next.button{
  height: 30px !important;
  padding: 0 10px !important;
  border-radius: 4px !important;
  font-weight: bold !important;
  font-size: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  white-space: nowrap !important;
  background-color: #FC6AB3 !important;
  border-color: #FC6AB3 !important;
  color: #fff !important;
  outline: none !important;
  box-shadow: none !important;
}
.woocommerce-button.button.pay:hover,
.woocommerce-button.button.pay:focus,
.woocommerce-Button--next.button:hover,
.woocommerce-Button--next.button:focus{
  background-color: #F3278D !important;
  border-color: #F3278D !important;
}
@media(min-width: 992px) {
  .woocommerce-button.button.pay,
  .woocommerce-Button--next.button{
    height: 40px !important;
    padding: 0 20px !important;
    border-radius: 8px !important;
    font-size: 14px !important;
  }
}

.woocommerce-orders-table__cell-order-actions .button{
  margin-right: 15px !important;
}

/* 表格 */
.shop_table,
.woocommerce-table,
.woocommerce-orders-table{
  font-size: .95em;
  border: 0 !important;
}
.woocommerce-table td,
.woocommerce-table th,
.woocommerce .shop_table td,
.woocommerce .shop_table th,
.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 10px 15px !important;
}
.woocommerce .shop_table thead th,
.woocommerce-table--order-details thead th{
  background: #00ACDE !important;
  color: #fff !important;
  border-bottom: 0 !important;
  border-radius: 10px 10px 0 0 !important;
}
.wp-block-woocommerce-cart-order-summary-coupon-form-block,
.wp-block-woocommerce-checkout-order-summary-coupon-form-block{
  display: none !important;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:not([href]):hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link:not([href]):focus,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:not([href]):hover,
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:not([href]):focus {
    color: #333;
}

@media(max-width: 1320px) {
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link{
    font-size: 16px !important;
  }
}

.tml .tml-field{
  height: 40px;
  border-radius: 8px;
  border: 1px solid #eee;
}
.tml .tml-links{
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: space-between;
  align-items: center;
}
.blockUI.blockOverlay{
  z-index: 10000 !important;
}
.blockUI.blockMsg.blockPage{
  z-index: 10001 !important;
}
.category-swiper{
  position: relative;
}
/* 产品分类轮播 — 响应式按钮尺寸 */
@media (min-width: 768px) {
  .category-swiper {
    --swiper-navigation-size: 30px;
  }
}
.btn-manual-download,
.btn-msds-download,
.btn-coa-link{
  font-size: 14px;
  color: #222;
}
@media (min-width: 768px) {
  .btn-manual-download,
  .btn-msds-download,
  .btn-coa-link{
    font-size: 15px;
  }
}

/* 产品分类页 — 子分类 Tab */
.product-cat-tabs .btn {
  border-radius: 20px;
}

/* 隐藏加入购物车后的「查看购物车」链接 */
.added_to_cart.wc-forward {
  display: none !important;
}
.single_add_to_cart_button.btn.btn-primary.btn-lg.button.alt{
  display: flex !important;
  align-items: center !important;
}
.single_add_to_cart_button.btn.btn-primary.btn-lg.button.alt::after{
  top: auto !important;
}

/* 联系 */
.map-img{
  border-radius: 8px;
  overflow: hidden;
}
.cont-info-list li{
  margin-bottom: 15px;
  background-color: #f5f6f7;
  border-radius: 8px;
  position: relative;
  margin-left: 5px;
}
.cont-info-list li::before{
  content: '';
  position: absolute;
  top: 0;
  left: -5px;
  width: 10px;
  height: 100%;
  background-color: #FC6AB3;
  border-radius: 8px 0 0 8px;
  z-index: -1;
}
.cont-info-icon{
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background-color: #FC6AB3;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}
.cont-info-icon i{
  line-height: 1;
}
@media (min-width: 768px) {
  .cont-info-list li{
    padding: 9px 20px;
  }
  .cont-info-icon{
    min-width: 50px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .cont-info-list li{
    padding: 15px 20px;
  }
}

.global-sidebar-menu .page_item {
  margin-bottom: 15px;
}

.global-sidebar-menu .page_item.current_page_item a{
  color: #00ACDE;
}

@media (max-width: 767px) {
  .global-sidebar-menu {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 10px;
    padding: 10px 15px !important;
    -webkit-overflow-scrolling: touch;
  }
  .global-sidebar-menu .page_item {
    flex-shrink: 0;
    margin-bottom: 0;
    white-space: nowrap;
  }
  .global-sidebar-menu .page_item a {
    display: inline-block;
    padding: 6px 14px;
    border-radius: 4px;
    background: #f5f5f5;
    font-size: 14px;
  }
  .global-sidebar-menu .page_item.current_page_item a {
    background: #00ACDE;
    color: #fff;
  }
  .sidebar-products-wrap {
      padding-bottom: 0;
  }
}

button:not(:disabled), [type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    line-height: 1.6;
}

.accordion-button:not(.collapsed) {
    color: #00ACDE;
    background-color: #fff;
}

.accordion-item {
    border: 0;
    border-bottom: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.wp-block-woocommerce-cart-order-summary-totals-block{
  border-top: 0 !important;
}
.wp-block-woocommerce-cart-order-summary-shipping-block{
  display: none !important;
}

/* 隐藏购物车小计行 */
.wp-block-woocommerce-cart-order-summary-subtotal-block {
  display: none !important;
}

/* ========== 新闻列表悬停缩放效果 ========== */

@media (min-width: 992px) {
  .news-hover-row .card-category{
    max-height: 250px;
  }
}

@media (min-width: 1280px) {
  .news-hover-row .card-category{
    max-height: 280px;
  }
}

@media (min-width: 1360px) {
  .news-hover-row .card-category{
    max-height: 290px;
  }
}

@media (min-width: 1560px) {
  .news-hover-row .card-category{
    max-height: 320px;
  }
}

@media (min-width: 1720px) {
  .news-hover-row .card-category{
    max-height: 420px;
  }
}

@media (min-width: 1920px) {
  .news-hover-row .card-category{
    max-height: 600px;
  }
}

.news-hover-row > [class*="col-"] {
  transition: flex 0.4s ease-in-out, max-width 0.4s ease-in-out;
}

@media (min-width: 992px) {
  /* 当行内任意项被悬停 → 被悬停项展开为 col-lg-6(50%)，其余项收缩为 col-lg-3(25%) */
  .news-hover-row:has(> [class*="col-"]:hover) > [class*="col-"]:not(:hover) {
    flex: 0 0 25% !important;
    max-width: 25% !important;
  }
  .news-hover-row > [class*="col-"]:hover {
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
  .news-hover-row > [class*="col-"]:hover .card-category {
    aspect-ratio: auto;
    height: 100%;
  }
  .wp-block-woocommerce-cart-order-summary-shipping-block{
    display: none !important;
  }
}

.custom-tab-content a{
  color: #00ACDE;
  text-decoration: underline;
}

.card{
  height: 100%;
}

.card .zoom-in,
.card > img{
  border-radius: 6px;
}

.card-body h3{
  margin-bottom: 0;
  color: #00ACDE;
  line-height: 1.6;
}

.card-body ul li{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #ccc 1px solid;
}

.process-card {
  padding: 20px;
  border: 1px solid #ccc;
  border-radius: 8px;
  height: 100%;
  min-height: 220px;
  border-left: 4px solid #00ACDE;
  display: flex;
  flex-direction: column;
}

.process-card .badge{
  margin-top: auto;
  align-self: flex-start;
}

.process-card h4{
  position: relative;
  display: inline;
}

.process-card h4::after{
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #CCFDFF;
  width: 100%;
  height: 10px;
  z-index: -1;
}

.process-card h4 span{
  color: #00ACDE;
  font-size: 32px;
}

.swiper-container-process .swiper-wrapper {
  align-items: stretch;
}

.swiper-container-process .swiper-slide {
  height: auto !important;
  display: flex;
}

.process-card ul{
  margin-top: 20px;
}

.process-card ul li{
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: #ccc dashed 1px;
}

.content.content-light{
  background-color: #f8f8f8;
}

.content.content-border-0{
  border: 0;
}

.content.content-padding-0{
  padding: 0;
}

/* CF7 其它输入框所在列默认隐藏 */
.col-other-field{
  display: none;
}

.section.content h2{
  font-size: 32px;
  color: #00ACDE;
}

/* 新闻列表项（横向：左侧日期徽标 + 右侧标题摘要） */
.news-list-item{
  align-items: stretch;
  border-radius: 8px;
  overflow: hidden;
  background: #F7F8F9;
  transition: background-color .3s ease;
}

.news-list-item:hover{
  background: #F0FAFD;
}

/* 日期徽标 */
.news-date-badge{
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 150px;
  min-height: 150px;
  color: #fff;
  line-height: 1;
  text-align: center;
  background: linear-gradient(135deg, #0090b8 0%, #00ACDE 100%);
}

.news-date-badge .news-date-day{
  font-size: 48px;
  font-weight: 700;
}

.news-date-badge .news-date-ym{
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  opacity: .9;
}

/* 右侧内容 */
.news-list-body{
  flex: 1 1 auto;
  min-width: 0;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news-list-title{
  margin-bottom: 12px;
  font-size: 22px;
  font-weight: 700;
  color: #222;
  transition: color .3s ease;
}

.news-list-excerpt{
  font-size: 15px;
  line-height: 1.8;
  color: #888;
  transition: color .3s ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-list-item:hover .news-list-title{
  color: #00ACDE;
  text-decoration: underline;
}

.news-list-item:hover .news-list-excerpt{
  color: #00ACDE;
}

@media (max-width: 767.98px){
  .news-date-badge{
    width: 110px;
    min-height: 110px;
  }
  .news-date-badge .news-date-day{
    font-size: 36px;
  }
  .news-date-badge .news-date-ym{
    font-size: 15px;
  }
  .news-list-body{
    padding: 16px 18px;
  }
  .news-list-title{
    font-size: 18px;
  }
}

@media (min-width: 1200px){
  .container-xl{
    max-width: 1140px !important;
  }
}

.category-product-list-link {
  color: #333;
  font-size: 17px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  margin: 0px 0px 10px 0px;
  padding: 0px;
  vertical-align: top;
  display: block;
  border: 0;
}