/* 
Theme Name: Hello Child
Theme URI: https://elementor-site.ir/
Description: 
Author: Elementor Site
Author URI: https://elementor-site.ir/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* تغییر پس‌زمینه swatches به سفید */
.swatch,
.swatch-wrapper {
    background-color: #ffffff !important;
}

/* برای hover و active */
.swatch:hover,
.swatch.selected,
.swatch.active {
    background-color: #ffffff !important;
    border: 1px solid #ddd !important; /* اختیاری: برای جداسازی بهتر */
}

/* اگر swatches در جدول باشه (مثل elementor) */
.variations td,
.swatch td {
    background-color: transparent !important;
}






