/*
Theme Name: Jewelry Blocks Child
Theme URI: https://camalibijoux.com/
Description: Child theme for Jewelry Blocks with update-proof Elementor Pro template overrides.
Author: Camali Bijoux
Template: jewelry-blocks
Version: 1.0.0
*/


/* Primary Pink Brand Color Override */
:root {
    --wp--preset--color--primary: #E62E8A !important;
    --wp--preset--color--brand-pink: #E62E8A !important;
    --brand-pink: #E62E8A !important;
}

.bg-brand-pink,
.has-primary-background-color,
.has-brand-pink-background-color,
.wc-block-components-button,
.add_to_cart_button,
.single_add_to_cart_button,
.button.wc-forward {
    background-color: #E62E8A !important;
}

.text-brand-pink,
.has-primary-color,
.has-brand-pink-color,
a:hover {
    color: #E62E8A !important;
}
