.scroll-to-top-btn-a2f24c2b {
	position: fixed;
	bottom: 1.5rem;
	left: 1.5rem;
	width: 2.75rem;
	height: 2.75rem;
	background-color: #C5A059;
	color: #ffffff;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 4px 10px rgba(197, 160, 89, 0.3);
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, background-color 0.3s ease;
	transform: translateY(10px);
	z-index: 99999;
}

.scroll-to-top-btn-a2f24c2b svg {
	width: 1.25rem;
	height: 1.25rem;
	display: block;
}

.scroll-to-top-btn-a2f24c2b:hover {
	background-color: #b08d4b;
	transform: translateY(-2px);
}

.scroll-to-top-btn-a2f24c2b.show-btn-a2f24c2b {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
