.listingControls {
	display: flex;
	justify-content: end;
}

.listingControls > * {
	flex-basis: 33.33%;
}

.listingControls::before {
	content: ' ';
}

.listingControls .itemsTotal {
	display: none;
}

.listingControls .goToTop {
	display: none;
}

.listingControls .sr-only {
	display: none;
}

.listingControls .loadMore {
	display: flex;
	align-items: center;
	justify-content: center;
}

.listingControls .pagination__list {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 10px;
}

.listingControls .pagination__link,
.listingControls .pagination__currentPage {
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	border: 1px solid black;
}

.listingControls .pagination__link {
	background-color: white;
}

.listingControls .pagination__link:hover {
	background-color: black;
	color: white;
	text-decoration: none;
}

.listingControls .pagination__currentPage {
	background-color: black;
	color: white;
	font-weight: 400;
}

.listingControls .pagination__link--next,
.listingControls .pagination__link--prev {
	background-image: url('https://cdn.myshoptet.com/usr/418004.myshoptet.com/user/documents/upload/icons/arrow-r.svg');
	background-position: center;
	background-repeat: no-repeat;
}

.listingControls .pagination__link--next:hover,
.listingControls .pagination__link--prev:hover {
	background-color: black;
	background-image: url('https://cdn.myshoptet.com/usr/418004.myshoptet.com/user/documents/upload/icons/arrow-r-w.svg');
}

.listingControls .pagination__link--prev {
	transform: rotate(180deg);
}
