/*
Theme Name: Zephyr Child
Template: Zephyr
Version: 1.0
Author:	UpSolution
Theme URI: http://zephyr.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/
/* .custom-variation-radios {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
} */
/* 
.custom-radio-label {
    cursor: pointer;
}

.custom-radio-label input[type="radio"] {
    display: none;
} */

/* .custom-radio-button {
    padding: 10px 20px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    transition: background-color 0.2s, border-color 0.2s;
} */

/* Styling for the checked state */
/* .custom-radio-label input[type="radio"]:checked + .custom-radio-button {
    background-color: #0073aa;
    border-color: #0073aa;
    color: #fff;
} */

/* Add this to your theme's CSS or include it in your plugin */
/* .power-filter-container {
    margin: 20px 0;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f9f9f9;
}

.power-filter-container h4 {
    margin-top: 0;
    margin-bottom: 15px;
}

.power-slider-range {
    margin: 10px 0 20px;
}

.power-slider-values {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

.apply-power-filter {
    background: #0073aa;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 3px;
    cursor: pointer;
}

.apply-power-filter:hover {
    background: #005577;
} */