.juguetes-stock-badge {
	white-space: nowrap;
}

.juguetes-whatsapp-button:focus-visible,
.juguetes-floating-whatsapp:focus-visible {
	outline: 3px solid #5f8fa8;
	outline-offset: 3px;
}

.juguetes-floating-whatsapp {
	align-items: center;
	background: #1f7a4d;
	border-radius: 999px;
	bottom: 1rem;
	box-shadow: 0 10px 30px rgba(47, 47, 47, 0.08);
	color: #ffffff;
	display: inline-flex;
	height: 3.35rem;
	justify-content: center;
	padding: 0;
	position: fixed;
	right: 1rem;
	text-decoration: none;
	width: 3.35rem;
	z-index: 50;
}

.juguetes-floating-whatsapp:hover,
.juguetes-floating-whatsapp:focus {
	background: #175b3a;
	color: #ffffff;
	text-decoration: none;
}

.juguetes-floating-whatsapp svg {
	display: block;
	fill: currentColor;
	height: 1.75rem;
	width: 1.75rem;
}

@media (max-width: 768px) {
	.juguetes-floating-whatsapp {
		bottom: 0.75rem;
		right: 0.75rem;
	}
}
