/* SS Deco catalogo: toolbar + paginacion - MODO OSCURO */
body.woocommerce-shop .woocommerce-before-shop-loop,
body.tax-product_cat .woocommerce-before-shop-loop {
	align-items: center;
}

body.woocommerce-shop .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
.ssdeco-result-count {
	margin: 0 !important;
	color: var(--ss-shop-muted) !important;
	font-size: 11px !important;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

body.woocommerce-shop .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering {
	margin-left: auto;
}

body.woocommerce-shop .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select {
	min-height: 42px;
	padding-inline: 14px 38px;
	border: 1px solid var(--ss-shop-line);
	border-radius: 0;
	background-color: var(--ss-shop-graphite-soft);
	color: var(--ss-shop-ink);
	font-size: 12px;
	box-shadow: none;
}

body.woocommerce-shop .woocommerce-ordering select option,
body.tax-product_cat .woocommerce-ordering select option {
	background: var(--ss-shop-graphite-soft);
	color: var(--ss-shop-ink);
}

body.woocommerce-shop .woocommerce-pagination,
body.tax-product_cat .woocommerce-pagination {
	margin-top: clamp(44px, 6vw, 76px);
}

body.woocommerce-shop .woocommerce-pagination ul.page-numbers,
body.tax-product_cat .woocommerce-pagination ul.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border: 0;
}

body.woocommerce-shop .woocommerce-pagination .page-numbers li,
body.tax-product_cat .woocommerce-pagination .page-numbers li {
	border: 0;
}

body.woocommerce-shop .woocommerce-pagination a.page-numbers,
body.woocommerce-shop .woocommerce-pagination span.page-numbers,
body.tax-product_cat .woocommerce-pagination a.page-numbers,
body.tax-product_cat .woocommerce-pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 38px;
	min-height: 38px;
	padding: 0 10px;
	border: 1px solid var(--ss-shop-line);
	color: var(--ss-shop-ink) !important;
	background: transparent;
	font-size: 12px;
	text-decoration: none;
	transition:
		background var(--ss-shop-transition),
		color var(--ss-shop-transition);
}

body.woocommerce-shop .woocommerce-pagination .current,
body.tax-product_cat .woocommerce-pagination .current {
	background: var(--ss-shop-ivory) !important;
	border-color: var(--ss-shop-ivory) !important;
	color: var(--ss-shop-graphite) !important;
}

body.woocommerce-shop .woocommerce-pagination a.page-numbers:hover,
body.tax-product_cat .woocommerce-pagination a.page-numbers:hover {
	background: var(--ss-shop-graphite-soft);
}
