/* Product Sets Page - Start */

/* Page Header - Start */

.header-container .h2 {
	margin-bottom: 20px;
}

/* Page Header - End */

/* All Product Sets - Start */
section.all-product-sets {
	padding-bottom: 100px;
}

.all-sets-container {
	gap: 80px;
}

/* Разделитель между наборами */
.no-sets-found {
	text-align: center;
	font-size: 18px;
	color: var(--gray);
	padding: 60px 0;
}

.product-set-wrapper:nth-child(even) {
    flex-direction: row-reverse;
}

@media (max-width: 1279px) {
	section.all-product-sets {
		padding-bottom: 60px;
	}

	.all-sets-container {
		gap: 60px;
	}
}

/* Product Sets Page - End */