.shadow-card  img , .product-card img {
                transition: transform 0.3s ease;
            }
.shadow-card:hover img,.product-card:hover img {
                transform: scale(1.05);
            }
            
 .disabled{ display:none}
 
 .chanPin_table{ margin-top:1rem;}
.chanPin_table table{ width: 100%; border: none; border-top: 1px solid #c5c8ca; border-bottom: 1px solid #c5c8ca;}
.chanPin_table tr th{ background: #e7f5f6; border-bottom: 1px solid #c5c8ca; padding: 0.3rem; font-size: 1.15rem; color: #1e1c1c; line-height:2rem;}
.chanPin_table tr th{ border-right: 1px solid #868486;}
.chanPin_table tr th:nth-child(2) {
    border-right: 0px solid #868486;
}
.chanPin_table table tr:nth-child(odd) {
            background-color: #f9fafb;
        }
        
        /* 斑马纹效果 - 偶数行 */
.chanPin_table table tr:nth-child(even) {
            background-color: white;
        }
/* .chanPin_table tr th:last-child,.chanPin_table tr td:last-child{ border-right: none;} */
.chanPin_table tr th img{ width: 4.8rem;}
.chanPin_table tr th:nth-child(1){  text-align: left; padding-left: 2.5rem;}
.chanPin_table tr td{ border-bottom: 1px solid #c5c8ca; padding: 0.03rem; font-size: 1rem; color: #1e1c1c; line-height: 2rem; border-right: 1px solid #c5c8ca;}
.chanPin_table tr td:nth-child(1){ text-align: left; padding-left: 2.5rem; width:25%!important}
.chanPin_table tr td:nth-child(2){ padding-left: 1.8rem;border-right: 0px solid #868486;width:75%!important}
.chanPin_table2 tr th:nth-child(1){ width: 20rem;}
.chanPin_table2 tr th{ width:16.6666%;}

.pt-24 {
    padding-top: 5rem!important;
}
.fa-whatsapp,.fa-envelope,.fa-arrow-up{font-size:1.5rem}
#video-player{min-height:50rem}
.scrollbar-hide {
    -ms-overflow-style: none;
    scrollbar-width: none;
}