/**
 * Nút liên hệ — Zalo, Messenger, Gọi điện, Email
 */

.baohiem-zalo-toast {
	position: fixed;
	left: 50%;
	bottom: 24px;
	z-index: 99999;
	max-width: min(92vw, 420px);
	padding: 12px 16px;
	border-radius: 10px;
	background: rgba(20, 20, 20, 0.92);
	color: #fff;
	font-size: 14px;
	line-height: 1.45;
	text-align: center;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
	opacity: 0;
	transform: translate(-50%, 12px);
	pointer-events: none;
	transition: opacity 0.25s ease, transform 0.25s ease;
}

.baohiem-zalo-toast.is-visible {
	opacity: 1;
	transform: translate(-50%, 0);
}

.baohiem-contact-buttons {
	margin: 1rem 0 0.5rem;
}

.baohiem-contact-buttons__heading {
	font-size: 14px;
	font-weight: 700;
	color: var(--baohiem-heading, #222);
	margin: 0 0 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.baohiem-contact-buttons__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.baohiem-contact-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0.7rem 1.25rem;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	text-decoration: none !important;
	border-radius: 8px;
	color: #fff !important;
	transition: transform var(--baohiem-transition, 0.3s ease), filter var(--baohiem-transition, 0.3s ease), box-shadow var(--baohiem-transition, 0.3s ease);
	white-space: nowrap;
}

.baohiem-pcard .baohiem-contact-btn {
	white-space: normal;
	padding: 0.55rem 0.75rem;
	font-size: 12px;
}

.baohiem-contact-btn:hover {
	color: #fff !important;
	transform: translateY(-2px);
	filter: brightness(1.06);
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.baohiem-contact-btn:active {
	transform: translateY(0);
}

.baohiem-contact-btn__icon {
	font-size: 18px;
	flex-shrink: 0;
	line-height: 1;
}

.baohiem-contact-btn__icon--img {
	width: 22px;
	height: 22px;
	object-fit: contain;
	display: block;
}

/* Màu thương hiệu — cố định, dễ nhận diện */
.baohiem-contact-btn--zalo {
	background: linear-gradient(135deg, #0068ff 0%, #0050cc 100%);
	box-shadow: 0 2px 8px rgba(0, 104, 255, 0.35);
}

.baohiem-contact-btn--messenger {
	background: linear-gradient(135deg, #00b2ff 0%, #006aff 100%);
	box-shadow: 0 2px 8px rgba(0, 132, 255, 0.35);
}

.baohiem-contact-btn--phone {
	background: linear-gradient(135deg, #22c55e 0%, #16a34a 100%);
	box-shadow: 0 2px 8px rgba(34, 197, 94, 0.35);
}

.baohiem-contact-btn--email {
	background: linear-gradient(135deg, #fb923c 0%, #ea580c 100%);
	box-shadow: 0 2px 8px rgba(234, 88, 12, 0.3);
}

/* Trang chi tiết — full width trên mobile */
.baohiem-contact-buttons--single .baohiem-contact-buttons__list {
	flex-direction: column;
}

.baohiem-contact-buttons--single .baohiem-contact-btn {
	width: 100%;
}

@media (min-width: 550px) {
	.baohiem-contact-buttons--single .baohiem-contact-buttons__list {
		flex-direction: row;
	}

	.baohiem-contact-buttons--single .baohiem-contact-btn {
		flex: 1;
		min-width: 140px;
	}
}

.baohiem-contact-notice {
	font-size: 13px;
	color: #888;
	font-style: italic;
	padding: 0.75rem 0;
}

/* Ẩn form giỏ hàng còn sót */
.baohiem-single-product form.cart .quantity,
.baohiem-single-product form.cart .single_add_to_cart_button {
	display: none !important;
}

.baohiem-single-product form.cart {
	display: none !important;
}
