/*
 * LEO Commerce UI — Limpar filtros global
 * v0.5.11.28.5
 */

body.woocommerce.archive .leo-global-clear-filters {
	display: block;
	margin: 0 0 12px;
}

body.woocommerce.archive .leo-global-clear-filters__link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 36px;
	padding: 0 12px;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 6px;
	color: #444444;
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
}

body.woocommerce.archive .leo-global-clear-filters__link:hover,
body.woocommerce.archive .leo-global-clear-filters__link:focus-visible {
	background: #f4f4f4;
	color: #222222;
}

@media (min-width: 768px) and (max-width: 1024px) {
	body.woocommerce.archive .leo-global-clear-filters__link {
		width: 100%;
	}
}

/* No mobile o botão homologado fica no rodapé fixo do painel. O link
 * universal permanece no DOM apenas como alvo funcional desse botão. */
@media (max-width: 767px) {
	body.woocommerce.archive .leo-global-clear-filters {
		display: none !important;
	}
}
