
.similar-products {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    transition: top 0.3s;
}

.similar-products.floating {
    position: fixed;
    top: 50px; /* Position verticale lorsqu'il flotte */
    right: 0; /* Position horizontale lorsqu'il flotte */
}