.anmt-floating-whatsapp {
	align-items: center;
	border-radius: 999px;
	bottom: 28px;
	box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
	display: inline-flex;
	height: 58px;
	justify-content: center;
	opacity: 1;
	overflow: hidden;
	position: fixed;
	right: 28px;
	text-decoration: none;
	transform: translateY(0);
	transition:
		opacity 250ms ease,
		transform 250ms ease,
		box-shadow 250ms ease;
	width: 58px;
	z-index: 9998;
}

.anmt-floating-whatsapp img {
	display: block;
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.anmt-floating-whatsapp:hover,
.anmt-floating-whatsapp:focus-visible {
	opacity: 0.92 !important;
	transform: translateY(-3px);
}

.anmt-floating-whatsapp:focus-visible {
	outline: 2px solid #FFFFFF;
	outline-offset: 4px;
}

body.woocommerce-checkout .anmt-floating-whatsapp,
body.woocommerce-order-received .anmt-floating-whatsapp,
body.woocommerce-checkout-pay .anmt-floating-whatsapp {
	display: none !important;
}

@media (max-width: 680px) {
	.anmt-floating-whatsapp {
		bottom: 22px;
		height: 52px;
		right: 18px;
		width: 52px;
	}
}

@media print {
	.anmt-floating-whatsapp {
		display: none;
	}
}
