
  @media (max-width: 768px) {
	  /* 1. 将分类页的主容器转换为 Flex 布局 */
	  .default_products_list.default_products_list4 {
		display: flex !important;
		flex-direction: column !important;
	  }

	  /* 2. 将 TinyMCE 的长篇描述排在最后（Order 3） */
	  .list_category_description.editor_txt.ck-content {
		order: 3 !important;
		margin-top: 25px !important;
		padding: 15px !important;
		border-top: 1px solid #eee !important; /* 加一条精致的分割线，更显版面整洁 */
	  }

	  /* 3. 分类过滤器或面包屑置顶（Order 1） */
	  .list_category {
		order: 1 !important;
	  }

	  /* 4. 让商品网格顶在第一屏，直接展现给移动端用户（Order 2） */
	  .themes_plist_right {
		order: 2 !important;
	  }
	}
