/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 03 2025 | 09:25:27 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* 统一的变灰样式：只在脚本加上 .mr-dim 时生效 */
.variable-items-wrapper .variable-item.mr-dim:not(.selected) {
  opacity: .4;
  filter: grayscale(30%);
}