.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 40px;
	font-size: 1.8rem;

	&,
	a {
		color: $color--gray-70;
	}

	a {
		text-decoration: none;

		@include hover-focus {
			color: $color--primary;
		}
	}
}
