.uray-whatsapp-product-wrap {
	margin-top: 12px;
}

.uray-whatsapp-product-button {
	align-items: center;
	background: #25d366;
	border-radius: 6px;
	color: #fff;
	display: inline-flex;
	font-weight: 600;
	gap: 8px;
	justify-content: center;
	line-height: 1.2;
	min-height: 42px;
	padding: 12px 18px;
	text-decoration: none;
	transition: background-color 0.15s ease, transform 0.15s ease;
}

.uray-whatsapp-product-button:hover,
.uray-whatsapp-product-button:focus {
	background: #1ebe5d;
	color: #fff;
	text-decoration: none;
	transform: translateY(-1px);
}

.uray-whatsapp-icon {
	flex: 0 0 auto;
	height: 20px;
	width: 20px;
}

.uray-whatsapp-floating {
	align-items: center;
	background: #25d366;
	border-radius: 999px;
	bottom: var(--uray-wa-bottom, 20px);
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
	color: #fff;
	display: inline-flex;
	height: var(--uray-wa-width, 60px);
	justify-content: center;
	position: fixed;
	width: var(--uray-wa-width, 60px);
	z-index: 9990;
}

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

.uray-whatsapp-floating img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.uray-whatsapp-floating .uray-whatsapp-icon {
	height: 62%;
	width: 62%;
}

@media (max-width: 768px) {
	.uray-whatsapp-floating {
		bottom: var(--uray-wa-mobile-bottom, 20px);
		height: var(--uray-wa-mobile-width, 55px);
		width: var(--uray-wa-mobile-width, 55px);
	}
}
