
.stadion-brands-wrapper {
	margin: 0 auto;
	padding: 20px;
}

@media (max-width:768px) {
	.stadion-brands-wrapper {
		padding: 10px;
	}
}

.stadion-brands-alphabet-nav {
	background: #f5f5f5;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
	margin-bottom: 40px;
	padding: 20px;
	position: sticky;
	top: 20px;
	z-index: 100;
}

@media (max-width:768px) {
	.stadion-brands-alphabet-nav {
		gap: 5px;
		padding: 15px;
		scrollbar-width: none;
		top: 0;
		-ms-overflow-style: none;
		flex-wrap: unset;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		justify-content: flex-start;
		white-space: nowrap;
	}
}

.stadion-brands-alphabet-nav .alphabet-link {
	align-items: center;
	background: #fff;
	border: 2px solid transparent;
	border-radius: 4px;
	color: #333;
	display: flex;
	flex: 1;
	font-size: 15px;
	font-weight: 600;
	height: 40px;
	justify-content: center;
	padding: 0 12px;
	text-decoration: none;
	transition: all .3s ease;
}

.stadion-brands-alphabet-nav .alphabet-link:hover {
	background: #333;
	box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
	color: #fff;
	transform: translateY(-2px);
}

.stadion-brands-alphabet-nav .alphabet-link.active {
	background: #333;
	border-color: #333;
	color: #fff;
}

@media (max-width:768px) {
	.stadion-brands-alphabet-nav .alphabet-link {
		font-size: 14px;
		height: 35px;
		min-width: 15px;
		padding: 0 8px;
	}
}

.stadion-brands-list {
	margin-top: 20px;
}

.brand-letter-section {
	margin-bottom: 60px;
	scroll-margin-top: 120px;
}

@media (max-width:768px) {
	.brand-letter-section {
		scroll-margin-top: 100px;
	}
}

.brand-letter-heading {
	border-bottom: 3px solid #333;
	color: #333;
	font-size: 48px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 30px;
	padding-bottom: 15px;
}

@media (max-width:768px) {
	.brand-letter-heading {
		font-size: 36px;
		margin-bottom: 20px;
	}
}

@media (max-width:480px) {
	.brand-letter-heading {
		font-size: 28px;
	}
}

.brand-items {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}

@media (max-width:768px) {
	.brand-items {
		gap: 15px;
		grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
	}
}

@media (max-width:480px) {
	.brand-items {
		gap: 10px;
		grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	}
}

.brand-item {
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	overflow: hidden;
	transition: all .3s ease;
}

.brand-item:hover {
	border-color: #333;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .1);
	transform: translateY(-5px);
}

.brand-item[data-animate=fade-up] {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity .6s ease-out, transform .6s ease-out;
}

.brand-item[data-animate=fade-up].animate-in {
	opacity: 1;
	transform: translateY(0);
}

.brand-link {
	color: #333;
	flex-direction: column;
	height: 100%;
	padding: 20px;
	text-decoration: none;
}

.brand-image, .brand-link {
	align-items: center;
	display: flex;
}

.brand-image {
	background: #f9f9f9;
	border-radius: 4px;
	height: 150px;
	justify-content: center;
	margin-bottom: 15px;
	position: relative;
	width: 100%;
}

@media (max-width:480px) {
	.brand-image {
		height: 100px;
	}
}

.brand-image img {
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	opacity: 0;
	transition: opacity .4s ease-in;
}

.brand-image img.loaded {
	opacity: 1;
}

.brand-image .brand-lazy-image:not(.loaded):before {
	animation: spin 1s linear infinite;
	border: 3px solid #e0e0e0;
	border-radius: 50%;
	border-top-color: #333;
	content: "";
	height: 30px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 30px;
}

@keyframes spin {
	to {
		transform: translate(-50%, -50%) rotate(1turn);
	}
}

.brand-name {
	color: #333;
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 8px;
	text-align: center;
}

@media (max-width:480px) {
	.brand-name {
		font-size: 16px;
	}
}

.brand-count {
	color: #666;
	font-size: 14px;
	text-align: center;
}

.stadion-product-brand {
	align-items: center;
	display: inline-flex;
	gap: 12px;
	margin: 10px 0;
}

.stadion-product-brand .product-brand-link {
	align-items: center;
	color: #333;
	display: inline-flex;
	gap: 12px;
	text-decoration: none;
	transition: opacity .3s ease;
}

.stadion-product-brand .product-brand-link:hover {
	opacity: .7;
}

.stadion-product-brand .product-brand-image {
	align-items: center;
	background: #f9f9f9;
	border-radius: 4px;
	display: flex;
	height: 80px;
	justify-content: center;
	padding: 8px;
	width: 80px;
}

@media (max-width:480px) {
	.stadion-product-brand .product-brand-image {
		height: 60px;
		width: 60px;
	}
}

.stadion-product-brand .product-brand-image img {
	max-height: 100%;
	max-width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.stadion-product-brand .product-brand-name {
	color: #333;
	font-size: 18px;
	font-weight: 600;
}

@media (max-width:480px) {
	.stadion-product-brand .product-brand-name {
		font-size: 16px;
	}
}
