.site-topbar{
    background:var(--topbar-bg,#0f172a);
    color:var(--topbar-color,#fff);
    font-size:14px;
    line-height:1.4;
    position:relative;
    z-index:1040;
}
.site-topbar a{color:inherit;text-decoration:none}
.site-topbar a:hover{color:inherit;text-decoration:underline}
.site-topbar-inner{
    min-height:38px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    padding-top:7px;
    padding-bottom:7px;
}
.site-topbar-left,.site-topbar-right{
    display:flex;
    align-items:center;
    gap:10px;
    flex-wrap:wrap;
}
.site-topbar-badge{
    display:inline-flex;
    align-items:center;
    border-radius:999px;
    padding:4px 10px;
    background:rgba(255,255,255,.16);
    border:1px solid rgba(255,255,255,.22);
    font-size:12px;
    font-weight:700;
    letter-spacing:.02em;
}
.site-topbar-message{font-weight:600;opacity:.98}
.site-topbar-cta{
    display:inline-flex;
    align-items:center;
    border-radius:999px;
    padding:4px 11px;
    background:rgba(255,255,255,.92);
    color:#0f172a!important;
    font-weight:800;
    font-size:12px;
    text-decoration:none!important;
}
.site-topbar-contact,.site-topbar-social{
    opacity:.96;
    font-weight:600;
    white-space:nowrap;
}
.site-topbar-social{font-size:13px}
@media(max-width:767.98px){
    .site-topbar-hide-mobile{display:none!important}
    .site-topbar-inner{justify-content:center;text-align:center;gap:8px;min-height:auto}
    .site-topbar-left,.site-topbar-right{justify-content:center;width:100%;gap:8px}
    .site-topbar-email{display:none!important}
    .site-topbar-social{display:none!important}
    .site-topbar-message{font-size:13px}
    .site-topbar-cta{font-size:11px;padding:3px 9px}
}
/* clean-url/product-details hardening */
.site-topbar{width:100%;display:block!important;box-sizing:border-box}.site-topbar *{box-sizing:border-box}.site-topbar .container{max-width:1320px;margin-left:auto;margin-right:auto}.site-topbar-message,.site-topbar-contact,.site-topbar-social{overflow-wrap:anywhere}.site-topbar-cta{white-space:nowrap}
