/*

Theme Name: LMDLG Theme from Hello Elementor Child

Theme URI: 

Description: a son of Hello Elementor, created by Les Mains Dans Le Guidon

Author: Grégoire

Author URI: https://www.lesmainsdansleguidon.fr

Template: hello-elementor

Version: 1.0.1

Text Domain: lmdlg-hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/


.woocommerce ul.products li.product {
    position: relative;
    overflow: hidden; /* Permet au bandeau de dépasser légèrement */
    padding: 5px; /* Ajoute un espace pour éviter que le bandeau soit coupé */
}

.woocommerce ul.products li.product .sold-banner {
    position: absolute;
    top: 5px;
    left: -48px;
    width: 140px;
    background-color: rgba(35, 51, 103, 0.6);
    color: #f7f7f7;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    font-size: 12px;
    transform: rotate(-45deg);
    z-index: 10;
}

.badge-nom-atelier {
    position:absolute;
    top:3px;
    right:3px;
    background-color : rgba(255, 153, 153, 0.9);
    color: #f7f7f7;
}

.badge-azure {
    position:absolute;
    top:3px;
    left:3px;
    padding-left:3px;
    max-width:40px !important;
    opacity: 0.9;
}


/* Bandeau "VENDU" pour la page unique produit */
.woocommerce div.product .sold-banner-single {
    position: absolute;
    top: 13px;
    left: -37px;
    width: 140px;
    background-color: rgba(35, 51, 103, 0.6);
    color: #f7f7f7;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    font-size: 18px;
    transform: rotate(-45deg);
    z-index: 10;
}

/* Assure que le conteneur parent permet l'affichage du bandeau */
.woocommerce div.product div.images {
    position: relative;
    overflow: visible; /* Permet au bandeau de dépasser légèrement */
}
