

.xpe-product-page,
.xpe-product-page * {
    box-sizing:border-box;
}


.xpe-product-page {

    width:100%;
    font-family:Arial, Helvetica, sans-serif;
    color:#222;
    line-height:1.6;

}


.xpe-product-page .xpe-container {

    max-width:1440px;
    margin:0 auto;
    padding:40px 24px 60px;

}


/* Typography */

.xpe-product-page h2 {

    font-family:'Poppins-Bold',Arial,sans-serif;
    font-size:28px;
    line-height:1.35;
    font-weight:700;
    color:#222;
    margin:0 0 18px;

}


.xpe-product-page h3 {

    font-family:'Poppins-Regular',Arial,sans-serif;
    font-size:18px;
    line-height:1.5;
    font-weight:600;
    color:#222;
    margin:28px 0 10px;

}


.xpe-product-page p {

    font-family:'Poppins-Regular',Arial,sans-serif;
    font-size:16px;
    line-height:1.75;
    color:#333;
    margin:0 0 14px;

}



/* Section */

.xpe-product-page .xpe-section {

    margin-bottom:64px;

}



/* Two Column */

.xpe-product-page .xpe-two-column {

    display:flex;
    align-items:center;
    gap:50px;

}


.xpe-product-page .xpe-text {

    flex:1;

}


.xpe-product-page .xpe-image {

    flex:0 0 42%;

}


.xpe-product-page .xpe-image img {

    width:100%;
    height:auto;
    display:block;

}



/* Technical Data Table */

.xpe-product-page .xpe-table {

    width:100%;
    border-collapse:collapse;
    font-family:'Poppins-Regular',Arial,sans-serif;
    font-size:15px;

}


.xpe-product-page .xpe-table th {

    background:#f5f5f5;
    font-weight:700;
    text-align:left;
    padding:14px 16px;
    border:1px solid #ddd;

}


.xpe-product-page .xpe-table td {

    padding:12px 16px;
    border:1px solid #ddd;
    color:#333;

}



/* Feature List */

.xpe-product-page .xpe-feature-list p {

    padding-left:18px;
    position:relative;

}


.xpe-product-page .xpe-feature-list p::before {

    content:"•";
    position:absolute;
    left:0;
    font-weight:bold;

}



/* Process */

.xpe-product-page .xpe-process-item {

    margin-bottom:34px;

}


/* Responsive */

@media(max-width:767px){


.xpe-product-page .xpe-container {

    padding:24px 16px 40px;

}


.xpe-product-page h2 {

    font-size:22px;

}


.xpe-product-page h3 {

    font-size:17px;

}


.xpe-product-page p {

    font-size:15px;

}


.xpe-product-page .xpe-section {

    margin-bottom:44px;

}


.xpe-product-page .xpe-two-column {

    flex-direction:column;
    gap:24px;

}


.xpe-product-page .xpe-image {

    width:100%;

}



/* Mobile Technical Data Responsive Table */

@media(max-width:767px){


.xpe-product-page .xpe-table {

    width:100%;
    table-layout:fixed;
    font-size:13px;

}


.xpe-product-page .xpe-table th {

    padding:10px 8px;
    font-size:13px;

}


.xpe-product-page .xpe-table td {

    padding:10px 8px;
    font-size:13px;
    word-break:break-word;
    vertical-align:top;

}


/* Column Width */

.xpe-product-page .xpe-table th:first-child,
.xpe-product-page .xpe-table td:first-child {

    width:42%;

}


.xpe-product-page .xpe-table th:last-child,
.xpe-product-page .xpe-table td:last-child {

    width:58%;
   color:#222;
}


}
 


