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

.ps-promo-hero{
    background:#111;
    padding:110px 0;
    text-align:center;
}

.ps-promo-hero .container{
    max-width:800px;
    margin:auto;
    padding:0 20px;
}

.ps-promo-hero span{
    display:inline-block;
    color:#b58a52;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:18px;
}

.ps-promo-hero h1{
    margin:0 0 18px;
    color:#fff;
    font-size:44px;
    font-weight:700;
    line-height:1.25;
}

.ps-promo-hero p{
    margin:0 0 32px;
    color:#c9c9c9;
    font-size:16px;
    line-height:1.8;
}

.ps-promo-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    height:54px;
    padding:0 32px;
    border-radius:12px;
    background:#b58a52;
    color:#fff;
    font-size:15px;
    font-weight:700;
    transition:.3s;
}

.ps-promo-cta:hover{
    background:#d5b27b;
    color:#fff;
    transform:translateY(-2px);
}

@media(max-width:767px){

    .ps-promo-hero{
        padding:70px 0;
    }

    .ps-promo-hero h1{
        font-size:30px;
    }

}

/*==================================================
VENTES FLASH
==================================================*/

.ps-promo-flash{
    padding:90px 0;
    background:#faf9f7;
}

.ps-promo-flash .container{
    max-width:1320px;
    margin:auto;
    padding:0 20px;
}

.ps-promo-flash-row{
    display:flex;
    gap:24px;
    overflow-x:auto;
    padding-bottom:10px;
    margin-top:60px;
}

.ps-promo-flash-card{
    flex:0 0 260px;
    background:#fff;
    border:1px solid #ece7df;
    border-radius:18px;
    overflow:hidden;
    display:block;
    transition:.3s;
}

.ps-promo-flash-card:hover{
    border-color:#b58a52;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
    transform:translateY(-6px);
}

.ps-promo-flash-image img{
    width:100%;
    height:220px;
    object-fit:cover;
    display:block;
}

.ps-promo-flash-body{
    padding:18px 20px 22px;
}

.ps-promo-flash-body h3{
    margin:0 0 8px;
    font-size:15px;
    font-weight:600;
    line-height:1.4;
    color:#111;
}

.ps-promo-flash-price{
    margin-bottom:16px;
    font-size:16px;
    font-weight:700;
    color:#111;
}

.ps-promo-flash-price del{
    margin-right:8px;
    font-size:12px;
    font-weight:500;
    color:#999;
    text-decoration:line-through;
}

.ps-promo-flash-price ins{
    text-decoration:none;
}

/* Compte à rebours (mêmes classes que la fiche produit) */
.ps-countdown{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:6px;
}

.ps-cd-unit{
    background:#111;
    border-radius:8px;
    padding:8px 2px;
    text-align:center;
}

.ps-cd-value{
    display:block;
    color:#fff;
    font-size:15px;
    font-weight:700;
    line-height:1;
}

.ps-cd-label{
    display:block;
    color:#999;
    font-size:8px;
    text-transform:uppercase;
    letter-spacing:.4px;
    margin-top:3px;
}

/*==================================================
CATALOGUE PROMOTIONNEL
==================================================*/

.ps-promo-catalog{
    padding:90px 0;
    background:#fff;
}

.ps-promo-catalog .container{
    max-width:1320px;
    margin:auto;
    padding:0 20px;
}

/*==================================================
COMMENT ÇA MARCHE / CONDITIONS
==================================================*/

.ps-promo-conditions{
    padding:90px 0;
    background:#faf9f7;
}

.ps-promo-conditions .container{
    max-width:1320px;
    margin:auto;
    padding:0 20px;
}

.ps-promo-conditions-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:28px;
    margin-top:60px;
}

.ps-promo-condition{
    background:#fff;
    border:1px solid #ece7df;
    border-radius:22px;
    padding:38px 32px;
    text-align:center;
    transition:.35s;
}

.ps-promo-condition:hover{
    transform:translateY(-8px);
    border-color:#b58a52;
    box-shadow:0 20px 45px rgba(0,0,0,.08);
}

.ps-promo-condition i{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:64px;
    height:64px;
    border-radius:50%;
    background:#f8f6f2;
    color:#b58a52;
    font-size:24px;
    margin-bottom:22px;
}

.ps-promo-condition h3{
    margin:0 0 12px;
    font-size:18px;
    font-weight:700;
    color:#111;
}

.ps-promo-condition p{
    margin:0;
    color:#6d6d6d;
    font-size:14px;
    line-height:1.8;
}

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

@media(max-width:1024px){

    .ps-promo-conditions-grid{
        grid-template-columns:1fr;
    }

}

/* Titre de section réutilisé (identique à product.css) */
.ps-section-title{
    text-align:center;
    margin-bottom:0;
}

.ps-section-title span{
    display:inline-block;
    color:#b58a52;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:10px;
}

.ps-section-title h2{
    margin:0;
    font-size:32px;
    font-weight:700;
    color:#111;
}
