/* Shop site theme — placeholder */

.site-shop {
    --header-image: url('/images/shop.png');
    --header-height: 325px;
}

/* Menu alignment fix: 3 nav items need constrained width */
@media (min-width: 768px) {
    .site-shop .menu-button {
        flex: 0 1 auto;
        max-width: 240px;
        min-width: 140px;
        padding: 0.25em 1.5em;
    }
}
