/*
Theme Name: Woodmart Child
Theme URI: https://woodmart.xtemos.com/
Description: Child theme de Woodmart con las personalizaciones de Marosi Bikes.
Author: Marosi
Template: woodmart
Version: 1.0.0
Text domain: woodmart
*/

/* ===== Botón WhatsApp ===== */
.marosi-wpp-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #25D366;
	color: #fff;
	padding: 12px 22px;
	border-radius: 6px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	transition: .2s;
}

.marosi-wpp-btn:hover {
	background: #1da851;
	color: #fff;
}

/* Bloque de la página de "pedido recibido" */
.marosi-wpp-thankyou {
	margin: 0 0 30px;
	padding: 22px;
	border: 2px solid #25D366;
	border-radius: 8px;
	background: rgba(37, 211, 102, .06);
	text-align: center;
}

.marosi-wpp-thankyou__texto {
	margin: 0 0 14px;
	font-size: 16px;
}

.marosi-wpp-thankyou__nota {
	margin: 12px 0 0;
	font-size: 13px;
	opacity: .7;
}

.marosi-wpp-btn:before {
	content: "";
	width: 18px;
	height: 18px;
	flex: 0 0 18px;
	background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='white'><path d='M17.5 14.4c-.3-.2-1.7-.8-2-.9-.3-.1-.5-.2-.7.2-.2.3-.7.9-.9 1.1-.2.2-.3.2-.6.1-.3-.2-1.2-.5-2.3-1.4-.9-.8-1.4-1.7-1.6-2-.2-.3 0-.5.1-.6.1-.1.3-.3.4-.5.2-.2.2-.3.3-.5.1-.2 0-.4 0-.5 0-.2-.7-1.6-.9-2.2-.2-.5-.5-.5-.7-.5h-.6c-.2 0-.5.1-.8.4-.3.3-1 1-1 2.5s1.1 2.9 1.2 3.1c.2.2 2.1 3.2 5.1 4.5.7.3 1.3.5 1.7.6.7.2 1.4.2 1.9.1.6-.1 1.7-.7 2-1.4.2-.7.2-1.2.2-1.4-.1-.1-.3-.2-.6-.3z'/><path d='M12 2C6.5 2 2 6.5 2 12c0 1.8.5 3.5 1.3 4.9L2 22l5.2-1.4c1.4.8 3 1.2 4.8 1.2 5.5 0 10-4.5 10-10S17.5 2 12 2zm0 18.2c-1.6 0-3.1-.4-4.4-1.2l-.3-.2-3.1.8.8-3-.2-.3c-.9-1.4-1.3-3-1.3-4.5C3.5 7.3 7.3 3.5 12 3.5S20.5 7.3 20.5 12 16.7 20.2 12 20.2z'/></svg>") center/contain no-repeat;
}
