/* HOME-2 — homepage & landing pages (round 2).
   Only the category row this file adds needs styling; every rebuilt product row reuses
   the existing .yb-sec / .yb-head / .yb-grid / .yb-carousel / .yb-card system unchanged. */

.yb .yb-home2-cats__title {
	font-size: 20px;
	line-height: 1.3;
	font-weight: 600;
	margin: 0 0 16px;
}

.yb .yb-home2-cats {
	gap: 12px;
}

.yb .yb-home2-cats__link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}

.yb .yb-home2-cats__count {
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	color: #959595;
}

.yb .yb-home2-cats__link:hover .yb-home2-cats__count {
	color: inherit;
}

@media (max-width: 767px) {
	.yb .yb-home2-cats__title {
		font-size: 18px;
		margin-bottom: 12px;
	}

	.yb .yb-home2-cats {
		gap: 8px;
	}
}
