/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 07 2026 | 10:37:16 */
/* Multi-Currency Banner Styling */
p.woocommerce-store-notice.demo_store {
    background-color: #4b5a56 !important; /* achtergrondkleur */
    color: #ffffff !important;            /* tekstkleur */
    position: fixed;                      /* blijft onderaan scherm */
    bottom: 0;                            /* onderaan vastzetten */
    left: 0;                              /* start links */
    width: 100%;                          /* volledige breedte */
    z-index: 9999;                        /* boven andere content */
}

/* Links in de banner */
p.woocommerce-store-notice.demo_store a {
    color: #ffffff !important;           /* linkkleur */
    text-decoration: underline;           /* duidelijk zichtbaar */
}