.tt-product-brands {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.75rem;
	margin-bottom: 1.25rem;
}

.tt-product-brands__label {
	font-weight: 600;
}

.tt-product-brands__name {
	font-weight: 700;
}

.tt-product-brands__item {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
}

.tt-product-brands__item img {
	display: block;
	max-height: 48px;
	width: auto;
}

.tt-loop-brands {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.5rem;
	margin-top: 0.5rem;
}

.tt-loop-brands__item {
	display: flex;
	align-items: center;
	gap: 0.35rem;
}

.tt-loop-brands__image {
	display: block;
	max-height: 32px;
	width: auto;
}

.tt-loop-brands__name {
	font-size: 0.85rem;
	font-weight: 700;
}

.tt-brand-grid {
	display: grid;
	gap: 3rem;
	margin: 2rem 0;
}

.tt-brand-grid--cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.tt-brand-grid--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tt-brand-grid--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tt-brand-grid--cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tt-brand-grid--cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.tt-brand-grid--cols-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.tt-brand-grid__item {
	text-align: center;
}

.tt-brand-grid__item > a,
.tt-brand-grid__item > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* gap: 0.75rem; */
	min-height: 220px;
}

.tt-brand-grid__image {
	display: block;
	width: 140px;
	height: 140px!important;
	object-fit: contain;
}

.tt-brand-grid__name {
	display: block;
	font-weight: 700;
}
.tt-product-brands__tagline {
	display: block;
	font-size: 0.8rem;
	color: #666;
	margin-top: 0.25rem;
}

.tt-brand-grid__tagline {
	display: block;
	font-size: 0.85rem;
	color: #666;
	margin-top: 0.35rem;
}
