.body-innerwrapper { display: flex; flex-direction: column; }
#sp-main       { display: contents; }   /* disuelve el contenedor */
#sp-main > *   { order: 3; }            /* resto de secciones */
#sp-top-bar    { order: 1; }            /* topbar arriba del todo */
#sp-header     { order: 2; }
.sticky-header-placeholder { order: 0; }

#sp-header .container-inner {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}
#sp-top-bar {
    background: #1e1e1e;
}
#sp-bottom>.container {
    max-width: 1320px;
}