/*
 Theme Name:   Astra Child
 Description:  Thème enfant pour le thème Astra.
 Author:       N.DAUY
 Template:     astra
 Version:      1.0.0
*/

/* Importer le style du thème parent */
@import url("../astra/style.css");

/* Overlay de boutique en construction 
.store-construction-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); 
    color: #fff;
    font-size: 20px;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    pointer-events: none; 
}

.store-construction-overlay p {
    margin: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.9); 
    color: #333;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
*/
/* Masquer rupture de stock  */
/* Masquer la bannière "En rupture de stock" */
.ast-shop-product-out-of-stock {
    display: none !important;
}

.um_request_name{ display:none !important; }
