/* Botón flotante WhatsApp (por debajo del modal promocional z-index 99999) */
.lsktienda-whatsapp-float {
	position: fixed;
	right: 20px;
	bottom: max(20px, env(safe-area-inset-bottom, 0px));
	z-index: 99990;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background: #25d366;
	color: #fff;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.lsktienda-whatsapp-float:hover {
	transform: scale(1.06);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
	color: #fff;
}

.lsktienda-whatsapp-float:focus-visible {
	outline: 2px solid #128c7e;
	outline-offset: 3px;
}

.lsktienda-whatsapp-float__icon {
	display: flex;
	line-height: 0;
}
