/* ----------------------------------------------------------------------------
 * djb-tigerair-campaign-portable 精簡頁首樣式（獨立檔）
 *
 * 用途：活動頁本身、以及「來自 /djb-tigerair/」流量在站內其它頁面延續精簡頁首時
 * 共用同一份樣式；page-tigerair-campaign.css 不再重複此區段。
 *
 * 啟用條件：body 帶有 .tigerair-campaign-minimal-header（PHP 端依 ACF 開關與
 * YITH 來源旗標 vapesmall_tigerair_has_source_flag 決定）。
 * -------------------------------------------------------------------------- */

body.tigerair-campaign-minimal-header #masthead,
body.tigerair-campaign-minimal-header header#masthead,
body.tigerair-campaign-minimal-header header.site-header,
body.tigerair-campaign-minimal-header .site-header,
body.tigerair-campaign-minimal-header .ast-above-header,
body.tigerair-campaign-minimal-header .ast-below-header,
body.tigerair-campaign-minimal-header .ast-mobile-popup-drawer,
body.tigerair-campaign-minimal-header .ast-sticky-header,
body.tigerair-campaign-minimal-header #ast-mobile-popup,
body.tigerair-campaign-minimal-header .ast-mobile-header-wrap {
	display: none !important;
}

.djb-tport-mini-header {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
	background: #fff;
	border-bottom: 1px solid #e9eef3;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
}

.djb-tport-mini-header-inner {
	max-width: 1320px;
	margin: 0 auto;
	padding: 14px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.djb-tport-mini-logo {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	color: #01488c;
}

.djb-tport-mini-logo img {
	max-height: 48px;
	width: auto;
	display: block;
}

.djb-tport-mini-logo-text {
	font-size: 18px;
	font-weight: 700;
	color: #01488c;
}

.djb-tport-mini-header-actions {
	display: flex;
	align-items: center;
	gap: 8px;
}

.djb-tport-mini-account,
.djb-tport-mini-cart {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 999px;
	color: #01488c;
	text-decoration: none;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.djb-tport-mini-account:hover,
.djb-tport-mini-account:focus,
.djb-tport-mini-cart:hover,
.djb-tport-mini-cart:focus {
	background: #f3f7fb;
	color: #01488c;
}

.djb-tport-mini-account svg,
.djb-tport-mini-cart svg {
	width: 24px;
	height: 24px;
	display: block;
}

.djb-tport-mini-cart-count {
	position: absolute;
	top: 2px;
	right: 0;
	min-width: 18px;
	height: 18px;
	padding: 0 5px;
	border-radius: 9px;
	background: #ffb200;
	color: #01488c;
	font-size: 11px;
	font-weight: 700;
	line-height: 18px;
	text-align: center;
	box-shadow: 0 0 0 2px #fff;
	box-sizing: border-box;
	pointer-events: none;
}

.djb-tport-mini-cart-count[data-count="0"] {
	display: none;
}

@media (max-width: 768px) {
	.djb-tport-mini-header-inner {
		padding: 10px 16px;
	}

	.djb-tport-mini-logo img {
		max-height: 40px;
	}

	.djb-tport-mini-account,
	.djb-tport-mini-cart {
		width: 38px;
		height: 38px;
	}
}

/* 虎航獨立菜單用戶（與 tigerair-campaign-minimal-header 相同判斷）：空購物車頁隱藏「回到商店」連結 */
body.djb-tport-hide-cart-return-to-shop.woocommerce-cart p.return-to-shop,
body.djb-tport-hide-cart-return-to-shop.woocommerce-cart .return-to-shop {
	display: none !important;
}
