/* Clean RTL Swatch Fix - Isolates swatches from RTL body */
.rtl-swatch-fix {
    direction: ltr !important;
}

/* Keep labels in RTL for Hebrew text */
.rtl-swatch-fix .swatch-attribute-label {
    direction: rtl !important;
    text-align: right !important;
}

.rtl-swatch-fix .swatch-attribute-selected-option {
    direction: rtl !important;
    text-align: right !important;
}