/* Sticky Produits Populaires - Page produit */
@media (min-width: 1025px) {
    /* Cibler toutes les colonnes Elementor qui contiennent du contenu sticky */
    .single-product .elementor-widget-sidebar,
    .single-product aside.elementor-widget-sidebar,
    .single-product .sidebar-popular-products {
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
        align-self: flex-start;
        max-height: calc(100vh - 140px);
        overflow-y: auto;
    }

    /* Cibler spécifiquement la section Elementor ID 3331 */
    .elementor-3331 {
        position: -webkit-sticky !important;
        position: sticky !important;
        top: 120px !important;
        align-self: flex-start !important;
    }

    /* Colonne droite des pages produits */
    .single-product .elementor-column.elementor-col-33,
    .single-product .elementor-column.elementor-col-25 {
        position: -webkit-sticky;
        position: sticky;
        top: 120px;
        align-self: flex-start;
    }
}
