.andes-treks-whatsapp {
	position: fixed;
	z-index: 10000;
	right: 13px;
	bottom: calc(20px + env(safe-area-inset-bottom, 0px));
	display: grid;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #25d366;
	box-shadow: 0 8px 24px rgba(0, 0, 0, .22);
	place-items: center;
}

.andes-treks-whatsapp svg {
	display: block;
	width: 28px;
	height: 28px;
	fill: #fff;
}

.andes-treks-whatsapp:hover {
	background: #20bd5a;
}

.andes-treks-whatsapp:focus-visible {
	outline: 3px solid #fff;
	outline-offset: 3px;
}

@media (max-width: 899px) {
	body.single-product .andes-treks-whatsapp {
		bottom: calc(96px + env(safe-area-inset-bottom, 0px));
	}
}

@media (min-width: 900px) {
	.andes-treks-whatsapp {
		right: 30px;
		bottom: 30px;
	}
}
