:root {
    --laserbra-header-bg: #ffffff;
}

.laserbra-sticky-header {
    background: var(--laserbra-header-bg) !important;
}

.laserbra-sticky-header.is-sticky {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    z-index: 99999 !important;
    margin: 0 !important;
    background: var(--laserbra-header-bg) !important;
}

.laserbra-sticky-sentinel {
    display: block;
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    border: 0;
    pointer-events: none;
}

.laserbra-sticky-placeholder {
    display: none;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    pointer-events: none;
}

.laserbra-sticky-placeholder.is-active {
    display: block;
}
