/* Add custom CSS styles below */ 
.text-primary-reverse {
    color: #ff6767;
    color: #ebd2b9;
}
.bg-primary {
    background-color: #414042;
    background-color: #503476;
}
.s-button-primary-outline {
    fill: #4c3071;
    fill: #4c3071;
    color: #414042;
    color: #4c3071;
}
.s-button-outline {
    border-width: 1px;
    border-color: rgb(76 48 113);
}
:root {
    --font-main: 'PingARLT';
    --color-primary: #4c3071;
    --bg-primary: #ffffff;
    --bg-secondary: #ffffff;
    --header-bg: #ffffff;
    --header-text-color: #523577;
    --store-text-primary: #4e3273;
    --store-text-secondary: #4b5563;
    --product-bg: #ffffff;
    --color-primary-dark: #000000;
    --color-primary-light: #262626;
    --color-primary-reverse: #cccccc;
    --product-image-height: 17rem;
    --product-border-color: #efd3b4;
    --product-enhanced-btn-bg: #503376;
    --product-enhanced-btn-color: #ecd2bc;
    --products-per-row: 4;
    --footer-bg: #4c3071;
    --footer-text-color
#edd2bb
: #edd2bb;
    --bottom-footer-bg: #ebd3bd;
    --countdown-bg: #f3f4f6;
    --countdown-color: #111827;
    --countdown-border-color: #f3f4f6;
    --bottom-nav-bg: #ffffff;
    --bottom-nav-text-color: #111827;
    --wa-btn-bg: #000000;
    --wa-btn-text-color: #ffffff;
}
.footer-is-custom .store-footer .footer-rights p {
    color: #4c3071;
    opacity: .7;
}