/*
Theme Name: MzMarket Storefront Child
Theme URI: https://click-market.store/
Description: Child theme for Storefront with a custom landing page and custom auth pages.
Author: OpenAI
Template: storefront
Version: 1.1.0
Text Domain: mzmarket-storefront-child
*/

/* Shared utility classes for MzMarket templates */
body.mzmarket-auth-page #page,
body.mzmarket-auth-page #content,
body.mzmarket-auth-page #primary,
body.mzmarket-auth-page #main {
    background: transparent;
}

body.mzmarket-auth-page .site-header,
body.mzmarket-auth-page .site-footer,
body.mzmarket-auth-page .site-main > .woocommerce,
body.mzmarket-auth-page .entry-header {
    display: none;
}

body.mzmarket-auth-page .site-content {
    padding-top: 0;
}

body.home.page .entry-title,
body.home h1.entry-title {
    display: none !important;
}
