/*
Theme Name:   xstore-child
Theme URI:    https://xstore.8theme.com
Description:  XStore is a multi-purpose theme that offers the ultimate WordPress and WooCommerce synergy, providing a comprehensive, all-in-one solution.
Author:       8theme
Author URI:   https://www.8theme.com
Template:     xstore
Version:      1.0
Text Domain:  xstore-child
Tags: e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, custom-logo, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, translation-ready, ecommerce, woocommerce, shop, elementor, business, corporate, blog, news, light, dark
*/

/* ===== 導航列樣式調整 ===== */

/* 所有導航文字改為黑色 */
.et_b_header-menu .menu > li > a.item-link {
	color: #222222 !important;
}

/* hover 時文字變為主題色 */
.et_b_header-menu .menu > li > a.item-link:hover {
	color: #74a8b5 !important;
}

/* 當前頁面（選中狀態）導航項下方箭頭常駐顯示 */
.et_b_header-menu .menu > li.current-menu-item > a.item-link::before,
.et_b_header-menu .menu > li.current-menu-ancestor > a.item-link::before,
.et_b_header-menu .menu > li.current-menu-parent > a.item-link::before {
	opacity: 1 !important;
}

/* ===== 全站隱藏麵包屑 ===== */
.page-heading .breadcrumbs {
	display: none !important;
}


/* ===== 手機版樣式優化 ===== */
@media only screen and (max-width: 992px) {

	/* --- 頂部導航條：白色背景 + 深色圖標 --- */
	.mobile-header-wrapper .header-main {
		background-color: #ffffff !important;
		color: #222222 !important;
	}

	/* 頂部導航圖標（漢堡、購物車、願望清單）改為深色 */
	.mobile-header-wrapper .header-main .et_b-icon,
	.mobile-header-wrapper .header-main svg,
	.mobile-header-wrapper .header-main .et_b-icon svg {
		color: #222222 !important;
		fill: #222222 !important;
	}

	/* --- 滾動時 sticky header 同樣白色背景 + 深色圖標 --- */
	.header-main-wrapper.sticky .header-main {
		background-color: #ffffff !important;
		color: #222222 !important;
	}
	.header-main-wrapper.sticky .header-main .et_b-icon,
	.header-main-wrapper.sticky .header-main svg,
	.header-main-wrapper.sticky .header-main .et_b-icon svg {
		color: #222222 !important;
		fill: #222222 !important;
	}

	/* --- 左側菜單欄：白色背景 + 深色文字 --- */
	.et_b_header-mobile-menu .et-mini-content {
		background-color: #ffffff !important;
	}
	.et_b_header-mobile-menu .mobile-menu-content {
		color: #222222 !important;
	}

	/* 菜單內連結顏色 */
	.et_b_header-mobile-menu .mobile-menu-content a {
		color: #222222 !important;
	}
	.et_b_header-mobile-menu .mobile-menu-content a:hover {
		color: #74a8b5 !important;
	}

	/* 菜單內圖標（關閉按鈕、搜索、帳戶、願望清單等） */
	.et_b_header-mobile-menu .et-mini-content .et_b-icon,
	.et_b_header-mobile-menu .et-mini-content svg,
	.et_b_header-mobile-menu .et-mini-content i {
		color: #222222 !important;
		fill: #222222 !important;
	}

	/* 菜單內社交媒體連結 */
	.et_b_header-mobile-menu .mobile-menu-content .header-socials a {
		color: #555555 !important;
	}

	/* 菜單分隔線 */
	.et_b_header-mobile-menu .mobile-menu-content .menu > li {
		border-color: #e8e8e8 !important;
	}

}
