/* A&P: shared alignment for the home and every editorial page. */
.storefront-shell.theme-ap {
    --ap-gold: #b58a2a;
    --ap-ink: #29261f;
    --ap-paper: #fffdf8;
    background: var(--ap-paper);
    color: var(--ap-ink);
}

.storefront-shell.theme-ap .storefront-content,
.storefront-shell.theme-ap .storefront-cms-page,
.storefront-shell.theme-ap .storefront-cms-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    background: var(--ap-paper);
    border: 0;
}

.storefront-shell.theme-ap .store-home-copy,
.storefront-shell.theme-ap .ap-personal-hero,
.storefront-shell.theme-ap .ap-long-page {
    width: min(100% - 48px, 1380px);
    margin-inline: auto;
    box-sizing: border-box;
}

.storefront-shell.theme-ap .store-home-copy {
    text-align: center;
}

.storefront-shell.theme-ap .ap-personal-hero-copy,
.storefront-shell.theme-ap .ap-section-heading,
.storefront-shell.theme-ap .ap-long-copy,
.storefront-shell.theme-ap .ap-long-page > [data-lore-extra],
.storefront-shell.theme-ap .ap-long-page > [data-habitos-ap] {
    text-align: center;
}

.storefront-shell.theme-ap .ap-section-heading {
    width: min(100%, 860px);
    margin-inline: auto;
}

.storefront-shell.theme-ap .ap-section-heading p,
.storefront-shell.theme-ap .ap-long-copy > p,
.storefront-shell.theme-ap .ap-long-copy > h2,
.storefront-shell.theme-ap .ap-long-copy > blockquote,
.storefront-shell.theme-ap .ap-long-page > [data-lore-extra] > p,
.storefront-shell.theme-ap .ap-long-page > [data-habitos-ap] > p {
    margin-left: auto;
    margin-right: auto;
}

.storefront-shell.theme-ap .ap-long-copy,
.storefront-shell.theme-ap .ap-long-page > [data-lore-extra],
.storefront-shell.theme-ap .ap-long-page > [data-habitos-ap] {
    width: min(100%, 820px);
    margin-inline: auto;
}

.storefront-shell.theme-ap .ap-long-copy p,
.storefront-shell.theme-ap .ap-long-page > [data-lore-extra] p,
.storefront-shell.theme-ap .ap-long-page > [data-habitos-ap] p {
    max-width: 760px;
    text-align: center;
}

.storefront-shell.theme-ap .ap-reference-box {
    width: min(100%, 760px);
    margin: 48px auto;
    text-align: center;
}

.storefront-shell.theme-ap .ap-luz-grid {
    width: min(100%, 960px);
    margin-left: auto;
    margin-right: auto;
}

.storefront-shell.theme-ap .ap-luz-grid section {
    text-align: center;
}

.storefront-shell.theme-ap .ap-luz-grid section p {
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 800px) {
    .storefront-shell.theme-ap .store-home-copy,
    .storefront-shell.theme-ap .ap-personal-hero,
    .storefront-shell.theme-ap .ap-long-page {
        width: min(100% - 32px, 1380px);
    }

    .storefront-shell.theme-ap .ap-long-page {
        padding-inline: 0;
    }

    .storefront-shell.theme-ap .ap-section-heading,
    .storefront-shell.theme-ap .ap-long-copy,
    .storefront-shell.theme-ap .ap-long-page > [data-lore-extra],
    .storefront-shell.theme-ap .ap-long-page > [data-habitos-ap] {
        width: 100%;
    }
}
