/**
 * Loading affordance for the hybrid Shop pagination.
 * Scoped to the versioned archive root and native WooCommerce widget.
 */
.shomarito-archive-catalog-v1 .shomarito-native-product-grid {
	position: relative;
}

.shomarito-archive-catalog-v1 .shomarito-native-product-grid::before {
	position: absolute;
	z-index: 8;
	top: 62px;
	inset-inline: 0;
	height: 3px;
	border-radius: 999px;
	background: linear-gradient(90deg, transparent 0%, #2467dc 32%, #31b777 50%, #2467dc 68%, transparent 100%);
	background-size: 220% 100%;
	content: "";
	opacity: 0;
	pointer-events: none;
	transform: scaleX(.18);
	transition: opacity .16s ease;
}

.shomarito-archive-catalog-v1 .shomarito-native-product-grid.shomarito-catalog-pagination--loading::before {
	opacity: 1;
	animation: shomarito-catalog-loading 1.05s linear infinite;
}

.shomarito-archive-catalog-v1 .shomarito-native-product-grid ul.products {
	transition: opacity .18s ease;
}

.shomarito-archive-catalog-v1 .shomarito-native-product-grid.shomarito-catalog-pagination--loading ul.products {
	opacity: .52;
	pointer-events: none;
}

.shomarito-archive-catalog-v1 .shomarito-native-product-grid nav.woocommerce-pagination a.is-requested {
	opacity: .58;
	pointer-events: none;
}

/**
 * Unified pagination surface.
 * Native anchors remain untouched; these rules only replace legacy WooCommerce chrome.
 */
.shomarito-archive-catalog-v1 .shomarito-native-product-grid nav.woocommerce-pagination {
	display: flex;
	justify-content: center;
	max-width: 100%;
	margin-block-start: 40px;
	overflow: visible;
}

.shomarito-archive-catalog-v1 .shomarito-native-product-grid nav.woocommerce-pagination ul.page-numbers {
	display: inline-flex !important;
	width: auto !important;
	min-width: 0;
	max-width: 100% !important;
	align-items: center;
	justify-content: center;
	gap: 6px !important;
	margin: 0 !important;
	padding: 6px !important;
	border: 1px solid #dfe9e4 !important;
	border-radius: 18px !important;
	background: linear-gradient(145deg, #fff 0%, #f7fbf9 100%) !important;
	box-shadow: 0 14px 34px rgba(41, 73, 94, .09) !important;
	list-style: none;
}

.shomarito-archive-catalog-v1 .shomarito-native-product-grid nav.woocommerce-pagination ul.page-numbers > li {
	float: none !important;
	flex: 0 0 auto !important;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: visible !important;
	border: 0 !important;
	background: transparent !important;
}

.shomarito-archive-catalog-v1 .shomarito-native-product-grid nav.woocommerce-pagination ul.page-numbers > li > .page-numbers {
	display: inline-flex !important;
	min-width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	margin: 0 !important;
	padding: 0 11px !important;
	border: 1px solid transparent !important;
	border-radius: 12px !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #5d6976 !important;
	font-size: 15px;
	font-weight: 750;
	line-height: 1;
	text-decoration: none !important;
	transition: transform .18s ease, color .18s ease, border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.shomarito-archive-catalog-v1 .shomarito-native-product-grid nav.woocommerce-pagination ul.page-numbers > li > a.page-numbers:hover {
	border-color: #c7daf7 !important;
	background: #fff !important;
	box-shadow: 0 7px 18px rgba(36, 103, 220, .12) !important;
	color: #2467dc !important;
	text-decoration: none !important;
	transform: translateY(-2px);
}

.shomarito-archive-catalog-v1 .shomarito-native-product-grid nav.woocommerce-pagination ul.page-numbers > li > a.page-numbers:focus-visible {
	border-color: #2467dc !important;
	outline: 3px solid rgba(36, 103, 220, .2);
	outline-offset: 2px;
}

.shomarito-archive-catalog-v1 .shomarito-native-product-grid nav.woocommerce-pagination ul.page-numbers > li > .page-numbers.current {
	border-color: #2467dc !important;
	background: linear-gradient(145deg, #2c72e6 0%, #1e5fd0 100%) !important;
	box-shadow: 0 8px 18px rgba(36, 103, 220, .24) !important;
	color: #fff !important;
}

.shomarito-archive-catalog-v1 .shomarito-native-product-grid nav.woocommerce-pagination ul.page-numbers > li > .page-numbers.dots {
	min-width: 24px;
	padding-inline: 2px !important;
	color: #9aa5b1 !important;
	letter-spacing: 2px;
}

.shomarito-archive-catalog-v1 .shomarito-native-product-grid nav.woocommerce-pagination ul.page-numbers > li > :is(.prev, .next) {
	position: relative;
	min-width: 44px;
	padding: 0 !important;
	border-color: #dce7e2 !important;
	background: #fff !important;
	color: #2467dc !important;
	font-size: 19px;
}

.shomarito-archive-catalog-v1 .shomarito-native-product-grid nav.woocommerce-pagination ul.page-numbers > li > a:is(.prev, .next):hover {
	border-color: #bcd3f5 !important;
	background: #eef5ff !important;
}

.shomarito-archive-catalog-v1 .shomarito-native-product-grid nav.woocommerce-pagination a:is(.prev, .next) > span[aria-hidden="true"] {
	position: absolute !important;
	top: 50% !important;
	right: auto !important;
	bottom: auto !important;
	left: 50% !important;
	display: flex !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: none !important;
	height: auto !important;
	align-items: center !important;
	justify-content: center !important;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: inherit !important;
	font: inherit !important;
	line-height: 1 !important;
	transform: translate(-50%, -50%);
}

.shomarito-archive-catalog-v1 .shomarito-catalog-pagination__status {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
	padding: 0 !important;
	overflow: hidden !important;
	clip: rect(0 0 0 0) !important;
	clip-path: inset(50%) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

@keyframes shomarito-catalog-loading {
	0% { background-position: 100% 0; }
	100% { background-position: -120% 0; }
}

@media (max-width: 767px) {
	.shomarito-archive-catalog-v1 .shomarito-native-product-grid::before {
		top: 56px;
	}

	.shomarito-archive-catalog-v1 .shomarito-native-product-grid nav.woocommerce-pagination ul.page-numbers {
		gap: 3px !important;
		padding: 5px !important;
		border-radius: 16px !important;
	}

	.shomarito-archive-catalog-v1 .shomarito-native-product-grid nav.woocommerce-pagination ul.page-numbers > li > .page-numbers {
		min-width: 38px;
		height: 38px;
		padding-inline: 8px !important;
		border-radius: 11px !important;
		font-size: 14px;
	}

	.shomarito-archive-catalog-v1 .shomarito-native-product-grid nav.woocommerce-pagination ul.page-numbers > li > .page-numbers.dots {
		min-width: 18px;
		padding-inline: 0 !important;
	}

	.shomarito-archive-catalog-v1 .shomarito-native-product-grid nav.woocommerce-pagination ul.page-numbers > li > :is(.prev, .next) {
		min-width: 38px;
		padding: 0 !important;
	}
}

@media (prefers-reduced-motion: reduce) {
	.shomarito-archive-catalog-v1 .shomarito-native-product-grid::before,
	.shomarito-archive-catalog-v1 .shomarito-native-product-grid ul.products {
		animation: none !important;
		transition: none !important;
	}
}
