.rac-whatsapp-button {
	align-items: center;
	border: 0;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .12);
	display: inline-flex;
	font-family: inherit;
	font-size: 15px;
	font-weight: 700;
	gap: 9px;
	justify-content: center;
	line-height: 1.2;
	margin-top: 12px;
	min-height: 46px;
	padding: 12px 18px;
	text-decoration: none !important;
	transition: filter .2s ease, transform .2s ease;
}
.rac-whatsapp-button:hover,
.rac-whatsapp-button:focus {
	filter: brightness(.94);
	transform: translateY(-1px);
}
.rac-whatsapp-button svg {
	flex: 0 0 22px;
	height: 22px;
	width: 22px;
}
.woocommerce ul.products li.product .rac-whatsapp-button {
	box-sizing: border-box;
	width: 100%;
}
@media (max-width: 767px) {
	.rac-whatsapp-button {
		font-size: 14px;
		min-height: 44px;
		padding: 11px 14px;
		width: 100%;
	}
}

