:root {
    --mb-bg: #f5f8fb;
    --mb-bg-soft: #eef4f8;
    --mb-surface: #ffffff;
    --mb-surface-2: #f9fbfd;
    --mb-ink: #101820;
    --mb-ink-soft: #314150;
    --mb-muted: #697887;
    --mb-navy: #07111f;
    --mb-navy-2: #0c1c30;
    --mb-blue: #17375f;
    --mb-slate: #6f8ca6;
    --mb-champagne: #c8a86b;
    --mb-champagne-2: #e4d3ad;
    --mb-border: #dbe5ed;
    --mb-shadow: 0 24px 70px rgba(7, 17, 31, 0.12);
    --mb-shadow-soft: 0 12px 35px rgba(7, 17, 31, 0.08);
    --mb-serif: 'Cormorant Garamond', Georgia, serif;
    --mb-sans: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.zuru-theme-midnight-blue {
    margin: 0;
    font-family: var(--mb-sans);
    color: var(--mb-ink);
    background:
        radial-gradient(circle at 12% 10%, rgba(111, 140, 166, 0.12), transparent 28%),
        radial-gradient(circle at 80% 8%, rgba(200, 168, 107, 0.10), transparent 25%),
        linear-gradient(180deg, var(--mb-bg), #ffffff 55%, var(--mb-bg-soft));
}
body.zuru-theme-midnight-blue::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.18;
    z-index: -1;
    background-image: radial-gradient(rgba(7, 17, 31, 0.12) 0.6px, transparent 0.6px);
    background-size: 18px 18px;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.theme-container { width: min(1400px, calc(100% - 40px)); margin: 0 auto; }
.theme-topbar {
    background: var(--mb-navy);
    color: #dce7ef;
    border-bottom: 1px solid rgba(200,168,107,0.28);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}
.theme-topbar-inner { min-height: 42px; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
.theme-announcement i { color: var(--mb-champagne); margin-right: 8px; }
.theme-toplinks { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; }
.theme-toplinks a { color: #dce7ef; transition: color .2s ease; }
.theme-toplinks a:hover { color: var(--mb-champagne-2); }
.theme-header {
    background: rgba(255,255,255,0.88);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--mb-border);
}
.theme-header-grid { min-height: 104px; display: grid; grid-template-columns: 270px minmax(260px, 1fr) 190px; align-items: center; gap: 28px; }
.theme-brand { display: inline-flex; flex-direction: column; align-items: flex-start; }
.theme-logo-img { max-width: 190px; max-height: 72px; object-fit: contain; }
.theme-logo-text {
    font-family: var(--mb-serif);
    font-weight: 700;
    font-size: clamp(30px, 4vw, 46px);
    line-height: .9;
    color: var(--mb-navy);
    letter-spacing: -0.04em;
}
.theme-logo-sub { margin-top: 8px; font-size: 10px; letter-spacing: .28em; text-transform: uppercase; color: var(--mb-blue); font-weight: 700; }
.theme-search { display: flex; align-items: center; border: 1px solid var(--mb-border); background: var(--mb-surface); border-radius: 999px; overflow: hidden; box-shadow: 0 8px 22px rgba(7,17,31,0.04); }
.theme-search select, .theme-search input, .theme-search button { border: 0; background: transparent; font-family: var(--mb-sans); }
.theme-search select { padding: 0 16px; min-height: 48px; color: var(--mb-ink-soft); font-weight: 700; border-right: 1px solid var(--mb-border); }
.theme-search input { flex: 1; min-width: 0; min-height: 48px; padding: 0 16px; outline: none; color: var(--mb-ink); }
.theme-search button { min-height: 48px; width: 56px; color: var(--mb-blue); cursor: pointer; }
.theme-concierge { text-align: right; color: var(--mb-navy); font-weight: 800; }
.theme-concierge small { display: block; margin-top: 4px; color: var(--mb-muted); text-transform: uppercase; letter-spacing: .18em; font-size: 10px; }
.theme-nav { background: rgba(247,250,253,0.94); border-bottom: 1px solid var(--mb-border); position: sticky; top: 0; z-index: 20; backdrop-filter: blur(16px); }
.theme-mobile-nav { display: none; min-height: 54px; padding: 0 20px; align-items: center; justify-content: space-between; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; color: var(--mb-navy); }
.theme-hamburger { border: 0; background: var(--mb-navy); color: #fff; width: 42px; height: 42px; border-radius: 50%; cursor: pointer; }
.theme-nav-links { list-style: none; margin: 0; padding: 0; display: flex; align-items: center; justify-content: center; gap: 34px; min-height: 64px; }
.theme-nav-links a { font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; color: var(--mb-ink-soft); transition: color .2s ease; }
.theme-nav-links a:hover, .theme-nav-special a { color: var(--mb-blue); }
.theme-main { min-height: 55vh; }
.mb-hero { padding: 48px 0 28px; }
.mb-hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(360px, 0.92fr); gap: 28px; align-items: stretch; }
.mb-hero-card { border: 1px solid rgba(219,229,237,0.95); background: rgba(255,255,255,0.82); box-shadow: var(--mb-shadow); position: relative; overflow: hidden; }
.mb-hero-card::after { content: ''; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(135deg, rgba(255,255,255,0.22), transparent 45%, rgba(200,168,107,0.07)); }
.mb-hero-copy { padding: clamp(34px, 6vw, 76px); min-height: 460px; display: flex; flex-direction: column; justify-content: center; }
.mb-kicker { color: var(--mb-blue); font-size: 11px; text-transform: uppercase; letter-spacing: .24em; font-weight: 900; margin-bottom: 12px; }
.mb-hero-copy h1, .mb-section-head h2 { font-family: var(--mb-serif); color: var(--mb-navy); letter-spacing: -0.045em; line-height: .95; margin: 0; }
.mb-hero-copy h1 { font-size: clamp(46px, 7vw, 86px); max-width: 820px; }
.mb-hero-copy p { max-width: 620px; font-size: 17px; line-height: 1.8; color: var(--mb-ink-soft); margin: 24px 0 0; }
.mb-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 32px; }
.mb-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 24px; border-radius: 999px; font-size: 12px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.mb-btn:hover { transform: translateY(-2px); }
.mb-btn-primary { background: var(--mb-navy); color: #fff; box-shadow: 0 12px 28px rgba(7,17,31,0.20); }
.mb-btn-ghost { border: 1px solid var(--mb-blue); color: var(--mb-blue); background: rgba(255,255,255,0.55); }
.mb-video-card { padding: 18px; display: flex; flex-direction: column; justify-content: center; }
.mb-video-shell { position: relative; width: 100%; padding-top: 56.25%; border-radius: 24px; overflow: hidden; background: var(--mb-navy); box-shadow: 0 28px 60px rgba(7,17,31,0.23); }
.mb-video-shell iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.mb-video-fallback { min-height: 320px; display: grid; place-items: center; gap: 12px; color: #fff; background: linear-gradient(135deg, var(--mb-navy), var(--mb-blue)); border-radius: 24px; text-align: center; }
.mb-video-fallback i { font-size: 54px; color: var(--mb-champagne); }
.mb-video-caption { padding: 16px 8px 4px; text-align: center; color: var(--mb-muted); font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 800; }
.mb-trust-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--mb-border); border: 1px solid var(--mb-border); margin: 18px auto 44px; }
.mb-trust-row div { background: rgba(255,255,255,0.76); min-height: 92px; display: flex; align-items: center; justify-content: center; gap: 12px; color: var(--mb-ink-soft); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; font-weight: 900; }
.mb-trust-row i { color: var(--mb-blue); font-size: 21px; }
.mb-section { margin: 54px auto; }
.mb-section-head { display: flex; justify-content: space-between; gap: 20px; align-items: end; margin-bottom: 22px; }
.mb-section-head h2 { font-size: clamp(36px, 5vw, 58px); }
.mb-section-head a { color: var(--mb-blue); font-weight: 900; font-size: 12px; text-transform: uppercase; letter-spacing: .16em; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.mb-category-grid { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1px; background: var(--mb-border); border: 1px solid var(--mb-border); }
.mb-category-card { min-height: 126px; display: flex; align-items: center; justify-content: center; text-align: center; padding: 18px; background: rgba(255,255,255,0.82); color: var(--mb-navy); font-weight: 900; letter-spacing: .1em; text-transform: uppercase; font-size: 12px; transition: background .2s ease, color .2s ease, transform .2s ease; }
.mb-category-card:hover { background: var(--mb-navy); color: #fff; transform: translateY(-2px); }
.mb-promo-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 42px; margin-bottom: 46px; }
.mb-promo-grid article { background: linear-gradient(145deg, rgba(255,255,255,0.86), rgba(238,244,248,0.92)); border: 1px solid var(--mb-border); padding: 30px; min-height: 190px; box-shadow: var(--mb-shadow-soft); display: flex; flex-direction: column; justify-content: space-between; }
.mb-promo-grid span { color: var(--mb-blue); font-size: 11px; text-transform: uppercase; letter-spacing: .2em; font-weight: 900; }
.mb-promo-grid strong { display: block; margin: 12px 0 22px; font-family: var(--mb-serif); color: var(--mb-navy); font-size: 30px; line-height: 1.04; letter-spacing: -0.03em; }
.mb-promo-grid a { color: var(--mb-blue); font-size: 12px; text-transform: uppercase; letter-spacing: .14em; font-weight: 900; }
.mb-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; }
.mb-product-card { background: rgba(255,255,255,0.84); border: 1px solid var(--mb-border); box-shadow: var(--mb-shadow-soft); transition: transform .22s ease, box-shadow .22s ease; }
.mb-product-card:hover { transform: translateY(-6px); box-shadow: var(--mb-shadow); }
.mb-product-card a { display: block; height: 100%; }
.mb-product-image { aspect-ratio: 1 / 1.04; background: linear-gradient(145deg, #e7eef5, #ffffff); display: grid; place-items: center; overflow: hidden; }
.mb-product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.mb-product-card:hover .mb-product-image img { transform: scale(1.045); }
.mb-product-image i { font-size: 46px; color: var(--mb-slate); }
.mb-product-meta { padding: 20px; }
.mb-product-meta h3 { margin: 0; font-size: 16px; color: var(--mb-navy); letter-spacing: -0.01em; }
.mb-price { margin-top: 10px; font-weight: 900; color: var(--mb-blue); font-size: 18px; }
.mb-product-meta span { display: inline-block; margin-top: 12px; color: var(--mb-muted); font-size: 11px; text-transform: uppercase; letter-spacing: .16em; font-weight: 900; }
.mb-quote-band { margin: 40px auto 70px; padding: 34px; text-align: center; background: var(--mb-navy); color: #edf4f8; border: 1px solid rgba(200,168,107,0.34); box-shadow: var(--mb-shadow); }
.mb-quote-band p { margin: 0; font-family: var(--mb-serif); font-size: clamp(27px, 4vw, 42px); line-height: 1.14; letter-spacing: -0.03em; }
.theme-footer { background: var(--mb-navy); color: #dce7ef; margin-top: 70px; padding: 52px 0 28px; border-top: 1px solid rgba(200,168,107,0.35); }
.theme-footer-grid { display: grid; grid-template-columns: 1.5fr .7fr .8fr; gap: 30px; align-items: start; }
.theme-footer-brand { font-family: var(--mb-serif); font-size: 38px; color: #fff; letter-spacing: -0.04em; }
.theme-footer p { color: #aebdca; max-width: 520px; line-height: 1.7; }
.theme-footer-links, .theme-footer-social { display: flex; gap: 16px; flex-wrap: wrap; justify-content: flex-end; }
.theme-footer-links a, .theme-footer-social a { color: #dce7ef; font-weight: 800; font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.theme-footer-social a { width: 38px; height: 38px; border: 1px solid rgba(220,231,239,0.22); border-radius: 50%; display: inline-flex; align-items: center; justify-content: center; }
.theme-footer a:hover { color: var(--mb-champagne-2); border-color: var(--mb-champagne-2); }
.theme-footer-copy { margin-top: 34px; padding-top: 20px; border-top: 1px solid rgba(220,231,239,0.12); color: #8ea1b1; font-size: 12px; }
@media (max-width: 1100px) {
    .theme-header-grid { grid-template-columns: 1fr; padding: 22px 0; gap: 18px; }
    .theme-brand, .theme-concierge { align-items: center; text-align: center; justify-self: center; }
    .mb-hero-grid { grid-template-columns: 1fr; }
    .mb-category-grid { grid-template-columns: repeat(3, 1fr); }
    .mb-product-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 800px) {
    .theme-container { width: min(100% - 28px, 1400px); }
    .theme-topbar-inner { flex-direction: column; justify-content: center; padding: 12px 0; text-align: center; }
    .theme-mobile-nav { display: flex; }
    .theme-nav-links { max-height: 0; overflow: hidden; min-height: 0; flex-direction: column; align-items: stretch; gap: 0; transition: max-height .28s ease; }
    .theme-nav-links.show { max-height: 520px; padding-bottom: 14px; }
    .theme-nav-links li { border-top: 1px solid var(--mb-border); }
    .theme-nav-links a { display: block; padding: 16px 4px; }
    .theme-search { border-radius: 18px; }
    .theme-search select { display: none; }
    .mb-hero { padding-top: 28px; }
    .mb-hero-copy { min-height: auto; padding: 34px 24px; }
    .mb-trust-row { grid-template-columns: repeat(2, 1fr); }
    .mb-promo-grid, .theme-footer-grid { grid-template-columns: 1fr; }
    .theme-footer-links, .theme-footer-social { justify-content: flex-start; }
}
@media (max-width: 560px) {
    .mb-category-grid, .mb-product-grid { grid-template-columns: 1fr; }
    .mb-trust-row { grid-template-columns: 1fr; }
    .mb-section-head { align-items: flex-start; flex-direction: column; }
    .mb-btn { width: 100%; }
}
/* ============================================================
   Midnight Blue Layout Fixes + Shared Mobile Navigation
   @version 1.1.2
   @last_updated 2026-06-15

   Purpose:
   - Match spacing fix already applied to Onyx Olive / Champagne.
   - Prevent hero from sliding under announcement/header.
   - Add shared mobile hamburger navigation support.
   - Support actual generated body class: body.theme-midnight_blue.
   ============================================================ */

/* Match generated header body class */
body.theme-midnight_blue {
    margin: 0;
    font-family: var(--mb-sans);
    color: var(--mb-ink);
    background:
        radial-gradient(circle at 12% 10%, rgba(111, 140, 166, 0.12), transparent 28%),
        radial-gradient(circle at 80% 8%, rgba(200, 168, 107, 0.10), transparent 25%),
        linear-gradient(180deg, var(--mb-bg), #ffffff 55%, var(--mb-bg-soft));
}

body.theme-midnight_blue::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    opacity: 0.18;
    z-index: -1;
    background-image: radial-gradient(rgba(7, 17, 31, 0.12) 0.6px, transparent 0.6px);
    background-size: 18px 18px;
}

/* Announcement should remain full-width, but not collide with header */
body.theme-midnight_blue .announcement {
    position: relative !important;
    z-index: 5;
    margin-bottom: 18px !important;
    background: var(--mb-navy);
    color: #dce7ef;
    border-bottom: 1px solid rgba(200, 168, 107, 0.28);
}

/* Header/top bar must stay in document flow */
body.theme-midnight_blue .top-bar {
    position: relative !important;
    top: auto !important;
    z-index: 10;
    transform: none !important;
    margin-bottom: 34px !important;
    padding-block: 14px !important;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--mb-border);
}

/* Disable hide-on-scroll transform for this theme */
body.theme-midnight_blue .top-bar.scroll-down,
body.theme-midnight_blue .top-bar.scroll-up {
    transform: none !important;
}

/* Keep hero below nav/header */
body.theme-midnight_blue main,
body.theme-midnight_blue .theme-main {
    padding-top: 0 !important;
}

/* Shared header layout */
body.theme-midnight_blue .header-inner {
    width: min(1400px, calc(100% - 40px));
    min-height: 104px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 270px 1fr;
    align-items: center;
    gap: 28px;
}

body.theme-midnight_blue .logo-area {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    padding-block: 8px;
}

body.theme-midnight_blue .logo-area h1 {
    margin: 0;
    font-family: var(--mb-serif);
    font-weight: 700;
    font-size: clamp(30px, 4vw, 46px);
    line-height: 0.9;
    color: var(--mb-navy);
    letter-spacing: -0.04em;
}

body.theme-midnight_blue .logo-area p {
    margin: 8px 0 0;
    font-size: 10px;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--mb-blue);
    font-weight: 800;
}

body.theme-midnight_blue .store-logo-img {
    max-width: 190px;
    max-height: 72px;
    object-fit: contain;
}

/* Shared desktop navigation */
body.theme-midnight_blue .mobile-nav-panel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;
}

body.theme-midnight_blue .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 28px;
}

body.theme-midnight_blue .nav-links a {
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: var(--mb-ink-soft);
    transition: color 0.2s ease;
}

body.theme-midnight_blue .nav-links a:hover {
    color: var(--mb-blue);
}

body.theme-midnight_blue .header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

body.theme-midnight_blue .icon-link {
    position: relative;
    width: 42px;
    height: 42px;
    border: 1px solid var(--mb-border);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.74);
    color: var(--mb-navy);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

body.theme-midnight_blue .cart-count {
    position: absolute;
    top: -7px;
    right: -7px;
    min-width: 20px;
    height: 20px;
    padding: 0 5px;
    border-radius: 999px;
    background: var(--mb-champagne);
    color: var(--mb-navy);
    font-size: 11px;
    font-weight: 900;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.theme-midnight_blue .cta-button {
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: var(--mb-navy);
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Hide checkbox input, show hamburger only on mobile */
body.theme-midnight_blue .mobile-nav-toggle {
    display: none;
}

body.theme-midnight_blue .mobile-nav-button {
    display: none;
}

/* Mobile hamburger navigation */
@media (max-width: 1100px) {
    body.theme-midnight_blue .header-inner {
        grid-template-columns: 1fr auto;
        min-height: 84px;
        width: min(100% - 28px, 1400px);
    }

    body.theme-midnight_blue .mobile-nav-button {
        display: inline-flex;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: var(--mb-navy);
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 5px;
        cursor: pointer;
        justify-self: end;
        border: 0;
        box-shadow: 0 12px 28px rgba(7, 17, 31, 0.16);
    }

    body.theme-midnight_blue .mobile-nav-button span {
        width: 18px;
        height: 2px;
        background: #ffffff;
        display: block;
        border-radius: 999px;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    body.theme-midnight_blue .mobile-nav-toggle:checked + .mobile-nav-button span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    body.theme-midnight_blue .mobile-nav-toggle:checked + .mobile-nav-button span:nth-child(2) {
        opacity: 0;
    }

    body.theme-midnight_blue .mobile-nav-toggle:checked + .mobile-nav-button span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    body.theme-midnight_blue .mobile-nav-panel {
        grid-column: 1 / -1;
        display: none;
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
        padding: 18px 0 22px;
        border-top: 1px solid var(--mb-border);
    }

    body.theme-midnight_blue .mobile-nav-toggle:checked ~ .mobile-nav-panel {
        display: flex;
    }

    body.theme-midnight_blue .nav-links {
        align-items: stretch;
        flex-direction: column;
        gap: 0;
    }

    body.theme-midnight_blue .nav-links a {
        display: block;
        padding: 15px 0;
        border-bottom: 1px solid var(--mb-border);
    }

    body.theme-midnight_blue .header-actions {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    body.theme-midnight_blue .cta-button {
        width: 100%;
    }
}

@media (max-width: 800px) {
    body.theme-midnight_blue .announcement-inner {
        width: min(100% - 28px, 1400px);
        flex-direction: column;
        justify-content: center;
        padding: 12px 0;
        text-align: center;
    }

    body.theme-midnight_blue .announcement-text,
    body.theme-midnight_blue .announcement-actions {
        justify-content: center;
    }

    body.theme-midnight_blue .top-bar {
        margin-bottom: 24px !important;
        padding-block: 10px !important;
    }

    body.theme-midnight_blue .mb-hero {
        padding-top: 24px;
    }
}/* ============================================================
   Shared Fixed Navigation - Dynamic Height Fix
   @version 1.0.1
   @last_updated 2026-06-15
   ============================================================ */

.site-fixed-nav-shell {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9990;
    width: 100%;
}

.site-fixed-nav-shell .announcement {
    margin-bottom: 0 !important;
}

.site-fixed-nav-shell .top-bar {
    position: relative !important;
    top: auto !important;
    margin-bottom: 0 !important;
    transform: none !important;
}

.site-fixed-nav-shell .top-bar.scroll-down,
.site-fixed-nav-shell .top-bar.scroll-up {
    transform: none !important;
}

.site-fixed-nav-spacer {
    display: block;
    height: var(--zuru-fixed-nav-height, 180px) !important;
    min-height: var(--zuru-fixed-nav-height, 180px) !important;
    width: 100%;
    flex: 0 0 auto;
}

.mb-hero,
.oo-hero,
.lc-hero {
    margin-top: 0 !important;
    padding-top: 34px !important;
}

@media (max-width: 800px) {
    .mb-hero,
    .oo-hero,
    .lc-hero {
        padding-top: 24px !important;
    }
}