.ak-product-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 16px;
	margin: 0 0 22px;
	flex-wrap: wrap;
}

.ak-product-sort,
.ak-product-filters {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.ak-product-controls button,
.ak-page-button {
	border: 1px solid rgba(15, 23, 42, .12);
	background: #fff;
	border-radius: 999px;
	padding: 8px 13px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	color: #1c2540;
}

.ak-product-controls button.is-active,
.ak-page-button.is-active {
	background: #4f5df7;
	border-color: #4f5df7;
	color: #fff;
}

.ak-products-results.is-loading {
	opacity: .45;
	pointer-events: none;
}

.ak-products-count {
	margin: 0 0 16px;
	color: #444;
	font-size: 15px;
}

.ak-products-pagination {
	display: flex;
	justify-content: center;
	gap: 8px;
	margin-top: 28px;
}

.ak-page-dots {
    display: inline-flex;
    align-items: center;
    padding: 0 4px;
    font-weight: 800;
    color: #64748b;
}

@media (max-width: 768px) {
	.ak-product-controls {
		justify-content: flex-start;
	}
}
