/* 
 * FICHIER : global-base-enhanced.css
 * FONCTIONNALITÉ : Styles de base globaux du site
 * LOCALISATION : Toutes les pages
 * OPTIMISÉ : Extrait du CSS Elementor global (29KB → modulaire)
 */

/* Animation CSS (Overflow - hidden) */
body, html {
    overflow-x: hidden;
}

/* Styles globaux des liens */
a {
    color: #1D1D1D;
    font-weight: 600;
}

.page-content a {
    text-decoration: none!important;
}

/* Input Mozilla fix */
.qib-button-wrapper input[type="number"] {
    -moz-appearance: textfield !important;
}

/* Conteneurs Elementor */
.wrap-product .e-con.e-flex > .e-con-inner {
    margin: 0px!important;
}

/* Styles généraux des labels */
label {
    font-size: 14px!important;
}

/* Images générales */
selector img {
    margin-bottom: 0!important;
}

/* Pswp overlay */
.pswp__bg {
    opacity: 0.5!important;
}

/* Slideshow titles (masqués) */
.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700;
    display: none;
}