#product label:has(.option-wrapper img),
#product label:has(img) {
    cursor: pointer;
}

#product label.rdv-option-selected .option-wrapper,
#product .option-value.rdv-option-selected .option-wrapper {
    border-color: #289010 !important;
    box-shadow: 0 0 0 2px rgba(40, 144, 16, 0.22);
}

#product label.rdv-option-selected .option-wrapper::after,
#product .option-value.rdv-option-selected .option-wrapper::after {
    align-items: center;
    background: #289010;
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    content: '\2713';
    display: flex;
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    line-height: 1;
    position: absolute;
    right: -6px;
    top: -7px;
    width: 18px;
    z-index: 2;
}

#product .option-wrapper {
    position: relative;
}

#product .rdv-image-option-content {
    align-items: center;
    display: inline-flex !important;
    flex-direction: column;
    justify-content: center;
    min-width: 88px;
    padding: 7px 8px !important;
}

#product .rdv-injected-option-image {
    border-radius: 7px;
    display: block !important;
    height: 72px !important;
    margin: 0 auto 6px !important;
    object-fit: contain;
    width: 72px !important;
}

.product-image.rdv-option-preview-loading::after,
.main-image.rdv-option-preview-loading::after {
    animation: rdv-option-preview-spin 0.7s linear infinite;
    border: 3px solid rgba(40, 144, 16, 0.2);
    border-radius: 50%;
    border-top-color: #289010;
    content: '';
    height: 30px;
    left: 50%;
    margin: -15px 0 0 -15px;
    pointer-events: none;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 50;
}

@keyframes rdv-option-preview-spin {
    to { transform: rotate(360deg); }
}
