.wert-lb-loop {
	position: relative;
}

.wert-lb-filters {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 20px;
}

.wert-lb-filters select,
.wert-lb-filters input {
	padding: 8px 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.wert-lb-grid {
	width: 100%;
}

.wert-lb-item {
	min-width: 0;
}

.wert-lb-swiper {
	width: 100%;
	padding-bottom: 40px;
}

.wert-lb-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	justify-content: center;
	margin-top: 24px;
}

.wert-lb-pagination button {
	padding: 6px 12px;
	border: 1px solid #ddd;
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
}

.wert-lb-pagination button.is-active {
	background: #1e1e1e;
	color: #fff;
	border-color: #1e1e1e;
}

.wert-lb-load-more {
	display: block;
	margin: 24px auto 0;
	padding: 10px 24px;
	border: 1px solid #1e1e1e;
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
}

.wert-lb-load-more[disabled] {
	opacity: 0.5;
	cursor: default;
}

.wert-lb-loop.is-loading .wert-lb-body {
	opacity: 0.5;
	pointer-events: none;
}

.wert-lb-empty {
	text-align: center;
	opacity: 0.7;
}
