/* WPC Linked Variation - sélection + survol */
.wpclv-attributes .wpclv-terms .wpclv-term.active,
.wpclv-attributes .wpclv-terms .wpclv-term:hover {
    border-color: #bdb196 !important;
}

/* WPC Linked Variation - vignettes carrées */
.wpclv-attributes .wpclv-terms .wpclv-term {
    width: 50px !important;
    height: 50px !important;
}

.wpclv-attributes .wpclv-terms .wpclv-term img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
}

/* Variation Swatches - vignettes images */
.woo-variation-swatches .variable-items-wrapper .variable-item.image-variable-item {
    width: 60px !important;
    height: 60px !important;
}