

.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:17px;
    line-height:1.5;
    font-weight:600;
    color:#222;
    margin:0 0 6px;

}


.xpe-product-page p {

    font-family:'Poppins-Regular', Arial, sans-serif;
    font-size:16px;
    line-height:1.75;
    color:#333;
    margin:0 0 14px;

}



.xpe-product-page .xpe-section {

    margin-bottom:64px;

}



/* Two Column Layout */

.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 Table */

.xpe-product-page .xpe-table-wrap {

    width:100%;
    overflow-x:auto;

}


.xpe-product-page .xpe-table {

    width:100%;
    min-width:680px;
    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;

}



/* Applications Card */

.xpe-product-page .xpe-applications-grid {

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;

}


.xpe-product-page .xpe-application-card {

    border:1px solid #e5e5e5;
    background:#fff;

}


.xpe-product-page .xpe-application-card img {

    width:100%;
    height:260px;
    object-fit:cover;
    display:block;

}


.xpe-product-page .xpe-application-content {

    padding:20px;

}


.xpe-product-page .xpe-application-content h3 {

    font-size:18px;
    margin-bottom:8px;

}


.xpe-product-page .xpe-application-content p {

    font-size:15px;
    margin-bottom:0;

}



/* FAQ */

.xpe-product-page .xpe-faq details {

    border-bottom:1px solid #ddd;
    padding:16px 0;

}


.xpe-product-page .xpe-faq summary {

    position:relative;
    cursor:pointer;
    list-style:none;
    padding-right:30px;
    font-size:17px;
    font-weight:600;

}


.xpe-product-page .xpe-faq summary::-webkit-details-marker {

    display:none;

}


.xpe-product-page .xpe-faq summary::after {

    content:"+";
    position:absolute;
    right:0;
    top:0;
    font-size:22px;

}


.xpe-product-page .xpe-faq details[open] summary::after {

    content:"−";

}


.xpe-product-page .xpe-faq p {

    margin-top:12px;
    margin-bottom:0;

}



/* Responsive */

@media(max-width:1023px){

.xpe-product-page .xpe-application-card img {

    height:220px;

}
.xpe-product-page .xpe-applications-grid {

    grid-template-columns:repeat(2,1fr);

}


.xpe-product-page .xpe-two-column {

    gap:30px;

}


}



@media(max-width:767px){
.xpe-product-page .xpe-application-card img {

    height:200px;

}

.xpe-product-page .xpe-container {

    padding:24px 16px 40px;

}


.xpe-product-page h2 {

    font-size:22px;

}


.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%;

}


.xpe-product-page .xpe-applications-grid {

    grid-template-columns:1fr;

}


}


