.elementor-2166 .elementor-element.elementor-element-7c6d95d{--display:flex;}/* Start custom CSS for html, class: .elementor-element-db75536 */.mesh-product-container * {
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial,Helvetica,sans-serif;
    color:#333;
    line-height:1.6;
    font-size:14px;
}

.mesh-product-container{
    max-width:1400px;
    margin:20px auto;
    padding:0 15px;
}

.mesh-product-section{
    margin-bottom:25px;
}

.mesh-product-section-title{
    background:#f3f3f3;
    border-left:4px solid #555;
    padding:10px 15px;
    font-size:20px;
    font-weight:bold;
    margin-bottom:15px;
}

.mesh-product-grid-2{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.mesh-product-grid-3{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.mesh-product-card{
    border:1px solid #dcdcdc;
    background:#fff;
}

.mesh-product-card-header{
    background:#f8f8f8;
    padding:10px 15px;
    font-weight:bold;
    border-bottom:1px solid #ddd;
}

.mesh-product-card-body{
    padding:15px;
}

.mesh-product-hero{
    display: grid;
    grid-template-columns:repeat(2, calc(50% - 12px));
    gap:25px;
    align-items:start;
}

.mesh-product-gallery {
    height: 100%;
}

.mesh-product-gallery img{
    width:100%;
    height: 100%;
    border:1px solid #ddd;
    object-fit: contain;
}

.mesh-product-product-title{
    font-size:30px;
    font-weight:bold;
    margin-bottom:10px;
}

.mesh-product-subtitle{
    color:#666;
    margin-bottom:15px;
}

.mesh-product-quick-spec{
    width:100%;
    border-collapse:collapse;
}

.mesh-product-quick-spec td{
    border:1px solid #ddd;
    padding:8px 10px;
}

.mesh-product-quick-spec td:first-child{
    width:180px;
    background:#fafafa;
    font-weight:bold;
}

.mesh-product-spec-table{
    width:100%;
    border-collapse:collapse;
}

.mesh-product-spec-table th,
.mesh-product-spec-table td{
    border:1px solid #ddd;
    padding:8px 10px;
}

.mesh-product-spec-table th{
    background:#f6f6f6;
}

.mesh-product-feature-list{
    list-style:none;
}

.mesh-product-feature-list li{
    border-bottom:1px dashed #ddd;
    padding:8px 0;
}

.mesh-product-feature-list li:last-child{
    border-bottom:none;
}

.mesh-product-highlight{
    background:#fafafa;
    border:1px solid #ddd;
    padding:15px;
    margin-top:15px;
}

.mesh-product-application-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:15px;
}

.mesh-product-application-item{
    border:1px solid #ddd;
    padding:12px;
    background:#fafafa;
}

.mesh-product-application-item h4{
    margin-bottom:8px;
}

.mesh-product-application-item ul{
    padding-left:18px;
}

.mesh-product-note-box{
    background:#fff8e8;
    border:1px solid #ead7a5;
    padding:15px;
}

.mesh-product-footer-summary{
    background:#f4f4f4;
    border:1px solid #ddd;
    padding:20px;
    font-size:15px;
}

@media(max-width:768px){

.mesh-product-hero{
    grid-template-columns:1fr;
}

.mesh-product-grid-2{
    grid-template-columns:1fr;
}

.mesh-product-grid-3{
    grid-template-columns:1fr;
}

.mesh-product-application-grid{
    grid-template-columns:1fr;
}

.mesh-product-product-title{
    font-size:24px;
}

}/* End custom CSS */
/* Start custom CSS */.woocommerce-product-gallery__image img {
    height: 400px !important;
    object-fit: contain;
}
.woocommerce-product-gallery__image .zoomImg {
    display: none !important;
}/* End custom CSS */