/* Brands section — layout shell only (pixel styles per Figma blocks). */

.br-page {
	box-sizing: border-box;
	overflow-x: clip;
}

.br-page *,
.br-page *::before,
.br-page *::after {
	box-sizing: inherit;
}

.br-container {
	width: 100%;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 3.5208333333vw;
}

/* Крошки — Figma Frame 13 (8349:11552) */
.br-detail-bc__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
	margin: 0;
	padding: 10px;
	list-style: none;
}

.br-detail-bc__item {
	margin: 0;
	padding: 0;
}

.br-detail-bc__link,
.br-detail-bc__current {
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	color: #5d80bc;
	text-decoration: none;
}

.br-detail-bc__sep {
	font-size: 14px;
	font-weight: 500;
	line-height: 21px;
	color: rgba(0, 0, 0, 0.2);
}
