/*
Theme Name: Shoptimizer Child
Template: shoptimizer
Version: 2.0
*/

.chirp-region-header {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #1e1e1e;
    padding: 8px 12px;
    border-radius: 4px;
    z-index: 9999;
    font-size: 14px;
}

#chirp-region-label {
    color: #f2a900;
    cursor: pointer;
}

.chirp-region-menu {
    display: none;
    position: absolute;
    right: 0;
    background: #1e1e1e;
    min-width: 180px;
    padding: 8px 0;
    margin-top: 8px;
    border-radius: 4px;
}

.chirp-region-menu a {
    display: block;
    padding: 8px 15px;
    color: #fff;
    text-decoration: none;
}

.chirp-region-menu a:hover {
    background: #2c2c2c;
}

.chirp-region-header:hover .chirp-region-menu {
    display: block;
}

html {
  scroll-behavior: smooth;
}



