

.epe-product-page,
.epe-product-page * {
    box-sizing:border-box;
}


.epe-product-page {
    width:100%;
    font-family:Poppins-Regular;
    color:#222;
    line-height:1.7;
    font-size:14px;
}


.epe-product-page .epe-container {
    width:100%;
    max-width:1400px;
    margin:0 auto;
    padding:10px 20px 50px;
}


.epe-product-page h2 {
    font-size:21px;
    line-height:1.3;
    font-weight:600;
    color:#111;
    font-family:'Poppins-Bold'
    margin:45px 0 25px;
}


.epe-product-page .epe-container > h2:first-child {
    margin-top:10px;
}


.epe-product-page h3 {
    font-size:16px;
    line-height:1.4;
    font-weight:600;
    color:#111;
    margin:0 0 12px;
}


.epe-product-page p {
    margin:0 0 15px;
}



/* =====================================
   Technical Data
===================================== */


.epe-table-wrapper {
    width:100%;
    overflow-x:auto;
}


.epe-product-page table {
    width:100%;
    border-collapse:collapse;
    min-width:650px;
}


.epe-product-page table td {
    border:1px solid #ddd;
    padding:14px 14px;
    text-align:left;
    vertical-align:middle;
}


.epe-product-page table tr:first-child td {
    background:#f7f7f7;
    font-weight:600;
}



/* =====================================
   Key Features
===================================== */


.epe-feature-item {
    margin-bottom:28px;
}


.epe-feature-title {
    font-size:16px;
    font-weight:600;
    color:#111;
    margin-bottom:8px;
}



/* =====================================
   Applications
   Four Card Layout
===================================== */


.epe-applications {
    display:flex;
    flex-wrap:wrap;
    gap:25px;
}


.epe-application-item {
    width:calc(25% - 19px);
    border:1px solid #e5e5e5;
}


.epe-application-image {
    width:100%;
    height:260px;
    overflow:hidden;
}


.epe-application-image img {
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}


.epe-application-content {
    padding:20px;
}


.epe-application-content h3 {
    margin-bottom:10px;
}



/* =====================================
   How It Works
===================================== */


.epe-work-row {
    display:flex;
    align-items:center;
    gap:45px;
    margin-bottom:60px;
}


.epe-work-image,
.epe-work-content {
    width:50%;
}


.epe-work-image img {
    width:100%;
    height:auto;
    display:block;
}



/* =====================================
   Manufacturer
===================================== */


.epe-manufacturer {
    display:flex;
    align-items:center;
    gap:45px;
}


.epe-manufacturer-image {
    width:45%;
}


.epe-manufacturer-image img {
    width:100%;
    height:auto;
    display:block;
}


.epe-manufacturer-content {
    width:55%;
}



/* =====================================
   Tablet
===================================== */


@media screen and (max-width:1024px){


.epe-product-page h2 {
    font-size:26px;
}


.epe-application-item {
    width:calc(50% - 13px);
}


.epe-work-row,
.epe-manufacturer {
    flex-direction:column;
    gap:25px;
}


.epe-work-image,
.epe-work-content,
.epe-manufacturer-image,
.epe-manufacturer-content {
    width:100%;
}


}



/* =====================================
   Mobile
===================================== */


@media screen and (max-width:600px){


.epe-container {
    padding:10px 15px 40px;
}


.epe-product-page {
    font-size:15px;
}


.epe-product-page h2 {
    font-size:22px;
    margin:35px 0 20px;
}


.epe-product-page h3 {
    font-size:16px;
}


.epe-application-item {
    width:100%;
}


.epe-application-image {
    height:220px;
}


.epe-application-content {
    padding:18px;
}


.epe-product-page table td {
    padding:12px;
}


}

