.ffw-wa-button {
	align-items: center;
	background: #25d366;
	border: 0;
	border-radius: 7px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
	color: #fff !important;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	gap: 9px;
	justify-content: center;
	line-height: 1.3;
	margin: 12px 0;
	padding: 13px 20px;
	text-decoration: none !important;
	transition: background 0.2s ease, transform 0.2s ease;
}

.ffw-wa-button:hover,
.ffw-wa-button:focus {
	background: #128c4a;
	color: #fff !important;
	transform: translateY(-1px);
}

.ffw-wa-icon {
	background: #fff;
	border-radius: 50%;
	color: #25d366;
	display: inline-grid;
	font-size: 13px;
	height: 23px;
	place-items: center;
	width: 23px;
}

.ffw-cart-button,
.ffw-checkout-button {
	box-sizing: border-box;
	width: 100%;
}

.ffw-floating-button {
	bottom: 22px;
	margin: 0;
	position: fixed;
	right: 22px;
	z-index: 99999;
}

@media (max-width: 600px) {
	.ffw-floating-button {
		bottom: 14px;
		right: 14px;
	}
}

