button.loyseo-back-to-top,
body button.loyseo-back-to-top:hover,
body button.loyseo-back-to-top:active,
body button.loyseo-back-to-top:focus-visible {
	position: fixed;
	right: 10px;
	bottom: 80px;
	z-index: 40;
	display: grid;
	width: 42px !important;
	min-width: 42px !important;
	max-width: 42px !important;
	height: 42px !important;
	min-height: 42px !important;
	margin: 0 !important;
	place-items: center;
	padding: 0 !important;
	appearance: none !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: var(--wp--preset--color--brand-primary) !important;
	background-image: none !important;
	box-shadow: var(--wp--custom--shadow--soft-compact) !important;
	filter: none !important;
	transform: none !important;
	cursor: pointer;
}

button.loyseo-back-to-top:focus-visible {
	outline: 2px solid var(--wp--preset--color--brand-primary);
	outline-offset: 3px;
}

.loyseo-back-to-top__arrow {
	color: var(--wp--preset--color--surface-white) !important;
	font-family: var(--wp--preset--font-family--site-sans);
	font-size: 25px;
	font-weight: 400;
	line-height: 1;
}
