/**
 * CSS MOBILE SINGLE PRODUCT - VERSION 11.0.0
 * Structure HTML originale préservée
 * Réorganisation gérée par JavaScript
 */

@media (max-width: 991px) {
    
    /* ========================================
       CONTENEUR PRINCIPAL
       ======================================== */
    
    .lab-ella-product-page .glow-recipe-main-section {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
    }
    
    /* ========================================
       COLONNES - PLEINE LARGEUR
       ======================================== */
    
    .lab-ella-product-page .glow-recipe-info,
    .lab-ella-product-page .glow-recipe-images {
        width: 100% !important;
        display: flex !important;
        flex-direction: column !important;
    }
    
    /* ========================================
       ÉLÉMENTS DANS INFO
       ======================================== */
    
    /* Reviews */
    .lab-ella-product-page .glow-recipe-info .glow-reviews-badge {
        text-align: left !important;
        margin-bottom: 10px !important;
    }
    
    /* Titre */
    .lab-ella-product-page .glow-recipe-info .glow-product-title {
        text-align: left !important;
        margin-bottom: 10px !important;
    }
    
    /* Vignette version */
    .lab-ella-product-page .glow-recipe-info .glow-price-contenance-row {
        margin: -5px 0 15px 0 !important;
    }
    
    /* Description */
    .lab-ella-product-page .glow-recipe-info .glow-main-description,
    .lab-ella-product-page .glow-recipe-info .glow-product-description {
        text-align: left !important;
        margin-bottom: 15px !important;
    }
    
    /* Bienfaits */
    .lab-ella-product-page .glow-recipe-info .glow-meta-horizontal {
        margin-bottom: 15px !important;
    }
    
    /* Form */
    .lab-ella-product-page .glow-recipe-info form.cart {
        display: flex !important;
        flex-direction: column !important;
        margin-bottom: 20px !important;
    }
    
    /* S'inscrire - ESPACE RÉDUIT */
    .lab-ella-product-page .glow-recipe-info form.cart .glow-purchase-options {
        margin-bottom: 8px !important;
    }
    
    /* Quantité + Bouton (COLONNE) - ESPACE RÉDUIT */
    .lab-ella-product-page .glow-recipe-info form.cart .glow-quantity-cart-container {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
        gap: 8px !important;
        margin-bottom: 15px !important;
        width: 100% !important;
    }
    
    /* RÉDUIRE L'ESPACE ENTRE BOUTON ET SEE IN ACTION */
    .lab-ella-product-page .glow-action-routine-section,
    .lab-ella-product-page .glow-action-column {
        margin-top: 15px !important;
    }
    
    .lab-ella-product-page .glow-recipe-info .glow-quantity-cart-container .quantity {
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
    }
    
    .lab-ella-product-page .glow-recipe-info .glow-quantity-cart-container button[type="submit"] {
        width: 100% !important;
    }
    
    /* Routine */
    .lab-ella-product-page .glow-recipe-info .glow-routine-section,
    .lab-ella-product-page .glow-recipe-info .glow-routine-carousel {
        margin-bottom: 20px !important;
    }
    
    /* ========================================
       ÉLÉMENTS DANS IMAGES
       ======================================== */
    
    /* Carrousel */
    .lab-ella-product-page .glow-recipe-images .glow-images-container {
        margin-bottom: 20px !important;
    }
    
    /* Masquer vignettes */
    .lab-ella-product-page .glow-recipe-images .glow-image-thumbnails {
        display: none !important;
    }
    
    /* See in Action */
    .lab-ella-product-page .glow-recipe-images .glow-see-in-action {
        margin-bottom: 20px !important;
    }
    
    /* ========================================
       ALIGNEMENT
       ======================================== */
    
    .lab-ella-product-page .glow-recipe-info .glow-reviews-badge,
    .lab-ella-product-page .glow-recipe-info .glow-product-title,
    .lab-ella-product-page .glow-recipe-info .glow-main-description {
        text-align: left !important;
    }
}

