/*
Theme Name: Begory Base
Theme URI: https://begoryshop.com/
Author: BegoryShop
Description: Minimal fallback theme for the Begory code-first WooCommerce storefront.
Version: 1.0.1
Update URI: https://begoryshop.com/begory-base/
Requires at least: 6.6
Requires PHP: 7.4
Text Domain: begory-base
*/

:root {
    --begory-ink: #102a43;
    --begory-paper: #fbfaf6;
    --begory-gold: #c99636;
}

body:not(.begory-coded) {
    margin: 0;
    color: var(--begory-ink);
    background: var(--begory-paper);
    font: 16px/1.65 system-ui, sans-serif;
}

.begory-fallback-wrap {
    width: min(1120px, calc(100% - 40px));
    margin-inline: auto;
}

.begory-fallback-header,
.begory-fallback-footer {
    padding: 24px 0;
    border-bottom: 1px solid rgba(16, 42, 67, .14);
}

.begory-fallback-footer a {
    color: inherit;
    text-underline-offset: 3px;
}

.begory-fallback-footer {
    border-top: 1px solid rgba(16, 42, 67, .14);
    border-bottom: 0;
}

.begory-fallback-header a {
    color: inherit;
    text-decoration: none;
}

.begory-fallback-main {
    min-height: 60vh;
    padding: 64px 0;
}

.begory-fallback-main img {
    max-width: 100%;
    height: auto;
}
