
.shop-loop-head {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 30px;
	max-width: 100%;
	width: 100%;
}

.wd-shop-tools {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px 30px;
	max-width: 100%;
}

@media (max-width: 1024px) {
	.shop-loop-head {
		margin-bottom: 20px;
	}
}

@media (max-width: 768.98px) {
	.wd-shop-tools {
		gap: 10px;
	}
}
