/**
 * 商店列表：隱藏整欄 shop-sidebar（僅購物車選單）。
 * 商品頁：只隱藏側欄內 widget_nav_menu，保留「您可能也喜歡」upsell。
 */
body.gc-zhanlu-hide-shop-sidebar #shop-sidebar {
	display: none !important;
}

body.gc-zhanlu-hide-shop-sidebar main .category-page-row > .col.large-3.hide-for-medium,
body.gc-zhanlu-hide-shop-sidebar main .category-page-row > .col:has(#shop-sidebar),
body.gc-zhanlu-hide-shop-sidebar main .category-page-row > div:has(#shop-sidebar) {
	display: none !important;
}

body.gc-zhanlu-hide-shop-sidebar main .category-page-row > .col.large-9,
body.gc-zhanlu-hide-shop-sidebar main .category-page-row > div.col.large-9 {
	max-width: 100% !important;
	flex: 0 0 100% !important;
	width: 100% !important;
}

/*
 * 無 upsell：只隱藏 #product-sidebar 欄位，不動 .product-gallery / .product-info 寬度，
 * 讓 Flatsome 維持「圖左、資訊右」（large-* + col-fit）。
 */
body.gc-zhanlu-no-product-upsells #product-sidebar,
body.gc-zhanlu-hide-shop-sidebar.single-product #product-sidebar:not(:has(.widget-upsell)) {
	display: none !important;
}

body.gc-zhanlu-no-product-upsells .product-filter-row {
	display: none !important;
}

/* 有 upsell 時：僅隱藏購物車選單，保留「您可能也喜歡」 */
body.gc-zhanlu-hide-shop-sidebar #product-sidebar .widget_nav_menu,
body.gc-zhanlu-hide-shop-sidebar #product-sidebar aside.widget_nav_menu {
	display: none !important;
}

/* 商店列表篩選按鈕（對應已隱藏的 shop-sidebar） */
body.gc-zhanlu-hide-shop-sidebar main .filter-button {
	display: none !important;
}

body.gc-zhanlu-hide-shop-sidebar #shop-sidebar.mfp-hide {
	display: none !important;
}
