/* Bandeau d'annonce Popshop */
.woocommerce-store-notice, 
.site-notification-bar, 
#custom-popshop-banner {
    background-color: #000000 !important;
    color: #ffffff !important;
    font-size: 15pt !important; /* Force la taille au-dessus du standard */
    font-weight: 900 !important;
    text-align: center !important;
    padding: 16px 20px !important;
    letter-spacing: 1px !important;
    line-height: 1.4 !important;
    border-bottom: 3px solid #ff0055 !important; /* Ligne d'accent pop */
    box-sizing: border-box !important;
}

/* Formatage des punchlines en majuscules */
.pop-main-txt {
    text-transform: uppercase;
}

.pop-brand-txt {
    color: #ff0055; /* Rose pop pour le slogan */
    text-transform: uppercase;
}