.wbkb-brand-slider-wrap {
	width: 100%;
}

.wbkb-brand-swiper {
	width: 100%;
	overflow: hidden;
}

.wbkb-brand-swiper .swiper-wrapper {
	align-items: stretch;
	/* هیچ‌وقت transform رو override نکن — سوایپر از transform استفاده می‌کنه */
}

.wbkb-bs-slide {
	height: 120px;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border: 1px solid #eaeaea;
	border-radius: 12px;
	padding: 16px;
}

.wbkb-bs-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	width: 100%;
	height: 100%;
	text-decoration: none;
}

.wbkb-bs-slide img {
	max-width: 80%;
	max-height: 80%;
	width: auto;
	height: auto;
	object-fit: contain;
	display: block;
}

.wbkb-bs-grayscale img {
	filter: grayscale(100%);
	opacity: .75;
	transition: filter .3s ease, opacity .3s ease;
}

.wbkb-bs-grayscale:hover img {
	filter: grayscale(0%);
	opacity: 1;
}

.wbkb-bs-caption {
	font-size: 14px;
	color: #555555;
	text-align: center;
}

/* جلوگیری از تداخل درگ افقی سوایپر با اسکرول عمودی صفحه در موبایل */
.wbkb-brand-swiper {
	touch-action: pan-y;
}
