/**
 * Recommended product section：配色由 section.settings.color_scheme 提供，
 * .recommended-product-wrapper.color-scheme-* 挂载 theme-css-var 中的 --color-*。
 */

.common-product-wrapper.recommended-product-wrapper {
  background-color: rgb(var(--color-background));
  color: rgb(var(--color-text));
}

.section-recommended-product {
  color: inherit;
}
