/**
 * 全站隱藏 Flatsome Shop Sidebar（#shop-sidebar）與其欄位，商品區全寬。
 */
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;
}

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

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