@import url('https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css');

:root {
    --shop-header-height: 52px;
}

.navbar {
    padding: 0 1rem;
}

.shop-home-hero {
    min-height: calc(100vh - var(--shop-header-height));
    display: flex;
    align-items: center;
    justify-content: center;
}

body.theme-light {
    background-color: #fafafa;
    color: #1a1a2e;
}
