.promodose-top-bar {
	background: #1d284f;
	color: #fff;
	font-family: Poppins, Tajawal, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	position: relative;
	z-index: 50;
}

.promodose-top-bar__inner {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-inline: auto;
	max-width: 1320px;
	padding: 8px clamp(16px, 4vw, 32px);
	width: 100%;
}

.promodose-top-bar__contact,
.promodose-top-bar__social {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 10px 16px;
}

.promodose-top-bar__link,
.promodose-top-bar__social-link {
	align-items: center;
	color: inherit;
	display: inline-flex;
	font-weight: 700;
	gap: 6px;
	text-decoration: none;
}

.promodose-top-bar__link svg,
.promodose-top-bar__social-link svg {
	fill: currentColor;
	height: 16px;
	width: 16px;
}

.promodose-top-bar__social-link {
	background: rgb(255 255 255 / 8%);
	border: 1px solid rgb(255 255 255 / 18%);
	border-radius: 999px;
	color: #fff;
	font-size: 0;
	height: 28px;
	justify-content: center;
	transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
	width: 28px;
}

.promodose-top-bar__social-link svg {
	height: 18px;
	width: 18px;
}

.promodose-top-bar__social-link span {
	display: none;
}

.promodose-top-bar__link:hover,
.promodose-top-bar__link:focus,
.promodose-top-bar__social-link:hover,
.promodose-top-bar__social-link:focus {
	color: #00b8a9;
	text-decoration: none;
}

.promodose-top-bar__social-link:hover,
.promodose-top-bar__social-link:focus {
	background: rgb(0 184 169 / 18%);
	border-color: rgb(0 184 169 / 45%);
	color: #fff;
	transform: translateY(-1px);
}

.promodose-whatsapp-floating {
	align-items: center;
	background: #00b8a9;
	border-radius: 999px;
	bottom: 18px;
	box-shadow: 0 14px 36px rgb(0 0 0 / 18%);
	color: #fff;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	gap: 8px;
	inset-inline-end: 18px;
	min-height: 46px;
	padding: 0 18px;
	position: fixed;
	text-decoration: none;
	z-index: 80;
}

.promodose-whatsapp-floating:hover,
.promodose-whatsapp-floating:focus {
	color: #fff;
	transform: translateY(-1px);
}

@media (prefers-reduced-motion: reduce) {
	.promodose-whatsapp-floating {
		transition: none;
	}
}

@media (max-width: 640px) {
	.promodose-top-bar__inner {
		align-items: stretch;
		flex-direction: column;
		gap: 8px;
	}

	.promodose-top-bar__contact,
	.promodose-top-bar__social {
		justify-content: center;
	}

	.promodose-top-bar__social-link span {
		display: none;
	}

	.promodose-top-bar--hide-mobile-phone .promodose-top-bar__link--phone,
	.promodose-top-bar--hide-mobile-email .promodose-top-bar__link--email,
	.promodose-top-bar--hide-mobile-social .promodose-top-bar__social {
		display: none;
	}

	.promodose-top-bar--hide-mobile-contact .promodose-top-bar__contact,
	.promodose-top-bar--hide-mobile-all {
		display: none;
	}
}
