/**
 * Mishtam — bestsellers section (header only; cards use .ms-showcase__*)
 */

.ms-bestsellers {
	position: relative;
	padding: var(--ms-section-y) 0;
}

.ms-bestsellers__head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: var(--space-5);
	margin-bottom: var(--space-6);
}

.ms-bestsellers__eyebrow {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: var(--ms-letter-wide);
	color: var(--ms-primary);
	margin-bottom: var(--space-2);
}

.mishtam-theme .ms-bestsellers__title,
.ms-bestsellers__title {
	margin: 0 0 var(--space-2);
	font-size: var(--ms-h2);
	font-weight: 700;
	letter-spacing: var(--ms-letter-tight);
	color: var(--ms-primary);
	line-height: 1.15;
}

.ms-bestsellers__intro {
	margin: 0;
	font-size: 1.0625rem;
	color: var(--ms-text-muted);
	line-height: 1.5;
	max-width: 480px;
}

.ms-bestsellers__view-all {
	flex-shrink: 0;
	font-size: 15px;
	font-weight: 600;
	color: var(--ms-primary);
	white-space: nowrap;
	padding-bottom: 4px;
}
