/* ============================================================
   Storefront 子主题：全局布局样式
   文件：assets/css/layout.css
   最后修改：2026-09
   ============================================================ */

/*
 * Removing white space.
 */
.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
    padding-top: 4.235801032em; 
}

/* WooCommerce 全宽，博客不动 */
body.woocommerce #primary,
body.post-type-archive-product #primary,
body.single-product #primary {
    width: 100%;
    max-width: 100%;
}

body.woocommerce #secondary,
body.post-type-archive-product #secondary,
body.single-product #secondary {
    display: none;
}
