/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.swatch-color.bibs-ivory-sage .swatch-inner {
  background: linear-gradient(to right, #A8BBA2 50%, #E4E7E7 50%);
}

.swatch-color.beige-blush .swatch-inner {
  background: linear-gradient(to right, #D7C8AE 50%, #EDC6BF 50%);
}

/* Add similar rules for each combo */

/* Target swatches by their label text */
a.wd-swatch:has(.wd-swatch-text:contains("Ivory-Sage")) .wd-swatch-bg {
  background-image: linear-gradient(to right, #EDEAE1 50%, #A8BBA2 50%) !important;
  background-color: transparent !important;
}