/**
 * Full-width breadcrumbs in normal flow (Listeo default uses absolute + right + 50% max-width).
 * Scoped to exclude listing and vendor store titlebars.
 */
#titlebar:not(.listing-titlebar):not(.store-titlebar) #breadcrumbs {
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	transform: none;
	display: block;
	width: 100%;
	max-width: 100%;
	text-align: start;
	margin-top: 14px;
	clear: both;
}
