/* =========================================================
   ADEL - PREMIUM PRODUCT DETAIL PAGE
   ========================================================= */

.product-detail-page{
    margin:0;
    padding:0;
    background:#ffffff;
    color:#1c2530;
}


/* ================= BREADCRUMB ================= */

.product-detail-page .product-breadcrumb{
    background:#f5f7fa;
    border-bottom:1px solid #e4e8ed;
    padding:14px 0;
}

.product-detail-page .product-breadcrumb .container{
    display:flex;
    align-items:center;
    gap:9px;
    font-size:13px;
}

.product-detail-page .product-breadcrumb a{
    color:#68717c;
    text-decoration:none;
}

.product-detail-page .product-breadcrumb a:hover{
    color:#b40000;
}

.product-detail-page .product-breadcrumb strong{
    color:#202832;
}


/* =========================================================
   PRODUCT HERO
   ========================================================= */

.product-detail-page .product-detail-hero{
    background:#f8fafc;
    padding:70px 0;
}

.product-detail-page .product-detail-grid{
    width:90%;
    max-width:1200px;
    margin:0 auto;

    display:grid;
    grid-template-columns:48% 52%;
    gap:60px;
    align-items:center;
}


/* PRODUCT IMAGE */

.product-detail-page .product-main-image{
    width:100%;
    background:#ffffff;
    border:1px solid #e3e7eb;
    border-radius:16px;
    overflow:hidden;
    box-shadow:0 18px 45px rgba(0,0,0,.09);
    padding:18px;
}

.product-detail-page .product-main-image img{
    display:block;
    width:100%;
    height:440px;
    object-fit:contain;
    object-position:center;
    background:#ffffff;
}


/* PRODUCT INTRO */

.product-detail-page .product-detail-intro{
    padding:10px 0;
}

.product-detail-page .product-category-label{
    display:inline-block;
    color:#b40000;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.5px;
    margin-bottom:15px;
}

.product-detail-page .product-detail-intro h1{
    margin:0 0 12px;
    font-size:46px;
    line-height:1.1;
    color:#111923;
    font-weight:800;
}

.product-detail-page .product-detail-intro h2{
    margin:0 0 22px;
    font-size:22px;
    line-height:1.4;
    color:#4c5966;
    font-weight:600;
}

.product-detail-page .product-detail-intro > p{
    margin:0 0 15px;
    color:#5e6873;
    font-size:16px;
    line-height:1.8;
}


/* PRODUCT HIGHLIGHTS */

.product-detail-page .product-highlights{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:12px;
    margin-top:28px;
}

.product-detail-page .product-highlights div{
    background:#ffffff;
    border:1px solid #e1e6eb;
    border-left:4px solid #b40000;
    border-radius:6px;
    padding:16px;
}

.product-detail-page .product-highlights strong{
    display:block;
    margin-bottom:5px;
    color:#1d2731;
    font-size:14px;
}

.product-detail-page .product-highlights span{
    color:#68727c;
    font-size:12px;
    line-height:1.5;
}


/* BUTTONS */

.product-detail-page .product-action-row{
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:30px;
}

.product-detail-page .detail-primary-btn,
.product-detail-page .detail-secondary-btn{
    display:inline-flex;
    justify-content:center;
    align-items:center;
    padding:14px 27px;
    border-radius:5px;
    text-decoration:none;
    font-size:14px;
    font-weight:700;
    transition:.25s ease;
}

.product-detail-page .detail-primary-btn{
    background:#b90000;
    color:#ffffff;
    border:1px solid #b90000;
}

.product-detail-page .detail-primary-btn:hover{
    background:#830000;
    border-color:#830000;
}

.product-detail-page .detail-secondary-btn{
    background:#ffffff;
    color:#242b32;
    border:1px solid #ccd2d8;
}

.product-detail-page .detail-secondary-btn:hover{
    color:#b00000;
    border-color:#b00000;
}


/* =========================================================
   GENERAL DETAIL SECTIONS
   ========================================================= */

.product-detail-page .product-detail-section{
    padding:85px 0;
}

.product-detail-page .product-detail-section > .container{
    width:90%;
    max-width:1200px;
    margin:auto;
}

.product-detail-page .light-section{
    background:#f5f7f9;
}

.product-detail-page .detail-section-heading{
    max-width:800px;
    margin:0 auto 50px;
    text-align:center;
}

.product-detail-page .detail-section-heading span{
    color:#b40000;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.6px;
}

.product-detail-page .detail-section-heading h2{
    margin:12px 0 14px;
    color:#15202b;
    font-size:38px;
    line-height:1.2;
}

.product-detail-page .detail-section-heading h2:after{
    content:"";
    display:block;
    width:55px;
    height:3px;
    margin:17px auto 0;
    background:#b40000;
}

.product-detail-page .detail-section-heading p{
    margin:0;
    color:#65707a;
    font-size:16px;
    line-height:1.7;
}


/* =========================================================
   PRODUCT OVERVIEW
   ========================================================= */

.product-detail-page .overview-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:55px;
    align-items:start;
}

.product-detail-page .overview-content{
    background:#ffffff;
}

.product-detail-page .overview-content h3{
    margin:0 0 22px;
    color:#19232d;
    font-size:28px;
    line-height:1.3;
}

.product-detail-page .overview-content p{
    margin:0 0 16px;
    color:#606b75;
    font-size:15px;
    line-height:1.85;
}


.product-detail-page .overview-points{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
}

.product-detail-page .overview-points div{
    min-height:92px;
    display:flex;
    align-items:center;
    gap:14px;

    padding:17px;

    background:#f7f8fa;
    border:1px solid #e2e6ea;
    border-radius:8px;
}

.product-detail-page .overview-points span{
    width:39px;
    height:39px;
    flex:0 0 39px;

    display:flex;
    justify-content:center;
    align-items:center;

    border-radius:50%;

    background:#0c2c50;
    color:#ffffff;

    font-size:12px;
    font-weight:700;
}

.product-detail-page .overview-points p{
    margin:0;
    color:#353f48;
    font-size:13px;
    font-weight:600;
    line-height:1.45;
}


/* =========================================================
   SPECIFICATION TABLE
   ========================================================= */

.product-detail-page .spec-table-wrapper{
    max-width:980px;
    margin:0 auto;

    overflow:hidden;

    background:#ffffff;
    border:1px solid #dfe4e9;
    border-radius:10px;

    box-shadow:0 8px 25px rgba(0,0,0,.05);
}

.product-detail-page .spec-table{
    width:100%;
    border-collapse:collapse;
}

.product-detail-page .spec-table th,
.product-detail-page .spec-table td{
    padding:17px 22px;
    border-bottom:1px solid #e5e9ed;
    text-align:left;
    vertical-align:middle;
}

.product-detail-page .spec-table tr:last-child th,
.product-detail-page .spec-table tr:last-child td{
    border-bottom:none;
}

.product-detail-page .spec-table th{
    width:30%;
    background:#0b2a4c;
    color:#ffffff;
    font-size:14px;
    font-weight:700;
}

.product-detail-page .spec-table td{
    background:#ffffff;
    color:#4f5a64;
    font-size:14px;
    line-height:1.5;
}

.product-detail-page .spec-note{
    max-width:980px;
    margin:17px auto 0;
    color:#777f87;
    font-size:12px;
    line-height:1.6;
}


/* =========================================================
   APPLICATION CARDS
   ========================================================= */

.product-detail-page .application-detail-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

.product-detail-page .application-detail-card{
    min-height:175px;

    padding:28px;

    background:#ffffff;
    border:1px solid #e0e5e9;
    border-radius:9px;

    box-shadow:0 5px 18px rgba(0,0,0,.04);

    transition:.3s ease;
}

.product-detail-page .application-detail-card:hover{
    transform:translateY(-6px);
    box-shadow:0 14px 32px rgba(0,0,0,.09);
    border-color:#d2d7dc;
}

.product-detail-page .application-detail-card h3{
    margin:0 0 11px;
    color:#b00000;
    font-size:19px;
}

.product-detail-page .application-detail-card p{
    margin:0;
    color:#626d77;
    font-size:14px;
    line-height:1.7;
}


/* =========================================================
   CUSTOMIZATION
   ========================================================= */

.product-detail-page .customization-section{
    padding:85px 0;
    background:#0a294c;
    color:#ffffff;
}

.product-detail-page .customization-grid{
    width:90%;
    max-width:1200px;
    margin:auto;

    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:70px;
    align-items:center;
}

.product-detail-page .small-label{
    display:block;
    margin-bottom:13px;
    color:#ff7676;
    font-size:12px;
    font-weight:800;
    letter-spacing:1.5px;
}

.product-detail-page .customization-section h2{
    margin:0 0 19px;
    color:#ffffff;
    font-size:38px;
    line-height:1.2;
}

.product-detail-page .customization-section p{
    margin:0;
    color:#d5dee7;
    font-size:15px;
    line-height:1.8;
}

.product-detail-page .customization-list{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:13px;
}

.product-detail-page .customization-list div{
    padding:19px;
    background:rgba(255,255,255,.055);
    border:1px solid rgba(255,255,255,.19);
    border-radius:5px;

    color:#ffffff;
    font-size:14px;
    font-weight:600;
}


/* =========================================================
   WHY ADEL
   ========================================================= */

.product-detail-page .detail-benefit-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
}

.product-detail-page .detail-benefit-grid div{
    padding:29px;

    background:#f7f8fa;

    border-radius:9px;
    border-top:4px solid #b40000;

    min-height:155px;
}

.product-detail-page .detail-benefit-grid h3{
    margin:0 0 11px;
    color:#202a34;
    font-size:19px;
}

.product-detail-page .detail-benefit-grid p{
    margin:0;
    color:#626d77;
    font-size:14px;
    line-height:1.7;
}


/* =========================================================
   RFQ
   ========================================================= */

.product-detail-page .product-rfq{
    padding:85px 20px;

    background:
        linear-gradient(120deg,#b60000,#860000);

    color:#ffffff;
    text-align:center;
}

.product-detail-page .product-rfq .container{
    max-width:850px;
    margin:auto;
}

.product-detail-page .product-rfq span{
    font-size:12px;
    font-weight:800;
    letter-spacing:1.5px;
}

.product-detail-page .product-rfq h2{
    margin:13px 0 18px;
    font-size:39px;
    line-height:1.2;
}

.product-detail-page .product-rfq p{
    margin:0 auto;
    max-width:760px;
    color:#ffe9e9;
    font-size:15px;
    line-height:1.75;
}

.product-detail-page .product-rfq-btn{
    display:inline-block;

    margin-top:28px;

    padding:15px 32px;

    background:#ffffff;
    color:#a50000;

    border-radius:5px;

    text-decoration:none;
    font-weight:800;

    transition:.25s ease;
}

.product-detail-page .product-rfq-btn:hover{
    background:#111820;
    color:#ffffff;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media(max-width:1000px){

    .product-detail-page .product-detail-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .product-detail-page .product-main-image img{
        height:420px;
    }

    .product-detail-page .overview-grid,
    .product-detail-page .customization-grid{
        grid-template-columns:1fr;
        gap:40px;
    }

    .product-detail-page .application-detail-grid,
    .product-detail-page .detail-benefit-grid{
        grid-template-columns:repeat(2,1fr);
    }

}


@media(max-width:700px){

    .product-detail-page .product-detail-hero{
        padding:40px 0 50px;
    }

    .product-detail-page .product-main-image img{
        height:300px;
    }

    .product-detail-page .product-detail-intro h1{
        font-size:34px;
    }

    .product-detail-page .product-detail-intro h2{
        font-size:19px;
    }

    .product-detail-page .product-highlights,
    .product-detail-page .overview-points,
    .product-detail-page .application-detail-grid,
    .product-detail-page .customization-list,
    .product-detail-page .detail-benefit-grid{
        grid-template-columns:1fr;
    }

    .product-detail-page .product-action-row{
        flex-direction:column;
    }

    .product-detail-page .detail-primary-btn,
    .product-detail-page .detail-secondary-btn{
        width:100%;
    }

    .product-detail-page .product-detail-section{
        padding:60px 0;
    }

    .product-detail-page .detail-section-heading h2,
    .product-detail-page .customization-section h2,
    .product-detail-page .product-rfq h2{
        font-size:30px;
    }

}