body.tax-product_brand .woocommerce-products-header .cie-brand-archive-content-link {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

body.tax-product_brand .woocommerce-products-header .cie-brand-archive-content-link__button {
	display: inline-block;
	box-sizing: border-box;
	max-width: 100%;
	padding: 10px 40px;
	border: 0;
	border-radius: 40px;
	background: #a6ce39;
	color: #000;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	text-align: center;
	text-decoration: none;
	overflow-wrap: anywhere;
}

body.tax-product_brand .woocommerce-products-header .cie-brand-archive-content-link__button:hover {
	background: #97bf2e;
	color: #000;
}

body.tax-product_brand .woocommerce-products-header .cie-brand-archive-content-link__button:focus-visible {
	outline: 2px solid #fff;
	outline-offset: 4px;
}
