.ok-free-freight-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    width: 100%;
    padding: 0.9rem 1rem;
    box-sizing: border-box;
    background: #efe9e4;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    font-size: clamp(14px, 1.6vw, 16px);
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    color: inherit;
}

.ok-free-freight-icon svg {
    display: block;
    width: 20px;
    height: 20px;
}

body.et_fixed_nav.ok-has-free-freight-banner #main-header {
    top: var(--ok-banner-h, 0) !important;
}

body.et_fixed_nav.ok-has-free-freight-banner #top-header {
    top: var(--ok-banner-h, 0) !important;
}

