.qv-link {
    cursor: pointer;
    display: inline-block;
    margin-right: 5px;
    border: 1px solid transparent;
    padding: 2px 5px;
    transition: all 0.2s;
}

.qv-link.active {
    border: 1px solid #000; /* Ou votre couleur thème */
    font-weight: bold;
}

/* Optionnel : effet de chargement */
.product-miniature[style*="opacity: 0.6"] {
    pointer-events: none;
}