.post-breadcrumbs {
	width: fit-content;
	margin: 0 auto;
}
.post-breadcrumbs a {
	color: var(--primary);
}
.current-breadcrumb {
	color: var(--base);
	font-weight: 600;
}

@media screen and (min-width: 1026px) {
	.product-hero .breadcrumb {
		margin-top: 16px;
	}
}
@media screen and (max-width: 1025px) {
	.product-hero .breadcrumb {
		position: absolute;
		top: 0;
	}
	.product-hero.product-hero {
		padding-top: var(--space-l);
		margin-top: var(--space-s);
	}
}
