/* HOBBYTEC Core — Bestsellery [hbtc_bestsellers] (reuse shop card štýlov) */

.hbtc-bestsellers {
	--s-green:  #78b956;
	--s-yellow: #f1bb41;
	--s-dark:   #221f20;
	--s-ease:   cubic-bezier(.22, 1, .36, 1);
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	font-family: "Gilroy-Regular", system-ui, sans-serif;
}

.hbtc-bestsellers__head {
	margin-bottom: clamp(20px, 3vw, 36px);
}

.hbtc-bestsellers__kicker {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	font-family: "Gilroy-Medium", "Gilroy-Regular", system-ui, sans-serif;
	font-size: 14px;
	color: var(--s-green) !important;
}
.hbtc-bestsellers__kicker::before {
	content: "";
	width: 9px;
	height: 9px;
	border-radius: 999px;
	background: var(--s-green);
}

.hbtc-bestsellers__title {
	margin: 0 !important;
	font-family: "Gilroy-ExtraBold", "Gilroy-Regular", system-ui, sans-serif;
	font-weight: 800 !important;
	font-size: clamp(28px, 4vw, 52px) !important;
	line-height: 0.98;
	letter-spacing: -0.03em;
	color: var(--s-dark) !important;
}

.hbtc-bestsellers__grid {
	display: grid;
	grid-template-columns: repeat(var(--bs-cols, 4), minmax(0, 1fr));
	gap: clamp(14px, 1.6vw, 24px);
}

@media (max-width: 900px) {
	.hbtc-bestsellers__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

.hbtc-bestsellers .hbtc-shop__card-pricefrom { font-size: 0.72em; font-weight: 400; opacity: 0.82; }
.hbtc-bestsellers .hbtc-shop__card-pricedph { font-size: 0.68em; font-weight: 400; opacity: 0.7; }

@media (max-width: 520px) {
	.hbtc-bestsellers__grid { grid-template-columns: 1fr; }
}
