.sytec-whatsapp-float {
	position: fixed;
	right: clamp(16px, 2.2vw, 28px);
	bottom: clamp(16px, 2.2vw, 28px);
	z-index: 999;
	display: inline-flex;
	width: 58px;
	height: 58px;
	margin: 0;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid rgba(255,255,255,.28);
	border-radius: 999px;
	background: #128c7e;
	box-shadow: 0 14px 34px rgba(7,30,58,.28);
	color: #fff !important;
	font-size: 0;
	font-weight: 750;
	line-height: 1;
	text-decoration: none;
	transition: transform .18s ease, background .18s ease, box-shadow .18s ease;
}

.sytec-whatsapp-float.sytec-whatsapp-float {
	margin: 0;
}

.sytec-whatsapp-float:hover,
.sytec-whatsapp-float:focus-visible {
	background: #0f7a6d;
	box-shadow: 0 18px 40px rgba(7,30,58,.34);
	color: #fff !important;
	transform: translateY(-2px);
}

.sytec-whatsapp-float:focus-visible {
	outline: 3px solid #93c5fd;
	outline-offset: 3px;
}

.sytec-whatsapp-float svg {
	width: 30px;
	height: 30px;
	flex: 0 0 30px;
	fill: currentColor;
}

.sytec-whatsapp-float span {
	position: absolute;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip-path: inset(50%);
	white-space: nowrap;
}

@media (max-width: 640px) {
	.sytec-whatsapp-float {
		right: 16px;
		bottom: calc(16px + env(safe-area-inset-bottom));
		width: 54px;
		height: 54px;
	}

	body.single-product .sytec-whatsapp-float {
		bottom: calc(12px + var(--sytec-product-mobile-buy-offset, 0px) + env(safe-area-inset-bottom));
	}
}
