.ocf-store-menu {
    background: var(--ocf-bg-alt);
}

.ocf-store-menu__header {
    max-width: 44rem;
    margin-bottom: clamp(1.75rem, 4vw, 2.75rem);
}

.ocf-store-menu__header .eyebrow {
    margin-bottom: 0.75rem;
}

.ocf-store-menu__header h2 {
    margin: 0;
    color: var(--ocf-heading);
}

.ocf-store-menu__header p:last-child {
    max-width: 38rem;
    margin: 0.9rem 0 0;
    color: var(--ocf-body);
}

.ocf-store-menu__embed {
    width: 100%;
    overflow: hidden;
}

.ocf-store-menu__embed > div {
    width: 100%;
}

@media (max-width: 640px) {
    .ocf-store-menu__embed {
        max-width: calc(100vw - (var(--container-pad) * 2));
        margin-inline: auto;
    }
}
