.is-style-product-theme {
    background-color: var(--wp--custom--color--primary);
    color: var(--wp--custom--color--primary-content);
  
}
.product-header.is-style-product-theme {
    background-color: var(--wp--custom--color--base1);
    color: var(--wp--custom--color--primary-content);
}

.wc-block-components-product-image.is-style-product-theme {
    background-color: var(--wp--custom--color--transparent);

}