.ProductList_wrapper__BcUL2 {
	padding: 200px 0 100px;
}

.ProductList_categoryContainer___qahX {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	text-align: center;
	justify-content: center;
	align-items: center;
	grid-gap: 20px;
	gap: 20px;
	padding: 40px 20px;
}

.ProductList_categoryLink__wFGjw {
	text-decoration: none;
	border-radius: var(--border-radius);
	background-color: var(--light-grey);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
	gap: 10px;
	height: 100%;
}

.ProductList_categoryLink__wFGjw[data-active="true"],
.ProductList_categoryLink__wFGjw:hover {
	background-color: var(--red);
	color: var(--white);
}

.ProductList_categoryImageWrapper__eoQ5G {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.ProductList_categoryImage__oww_3 {
	height: auto;
}

.ProductList_cardContainer___VJCp {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	padding: 40px 20px;
	grid-gap: 30px;
	gap: 30px;
}

@media screen and (max-width: 1024px) {
	.ProductList_wrapper__BcUL2 {
		padding: 100px 0;
	}

	.ProductList_categoryContainer___qahX {
		grid-template-columns: repeat(4, 1fr);
	}

	.ProductList_cardContainer___VJCp {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 768px) {
	.ProductList_categoryContainer___qahX {
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		align-items: center;
	}

	.ProductList_categoryLink__wFGjw {
		justify-content: center;
	}

	.ProductList_categoryImage__oww_3 {
		display: none;
	}
	.ProductList_cardContainer___VJCp {
		grid-template-columns: repeat(1, 1fr);
		padding-top: 0;
		gap: 20px;
	}
}


/*# sourceMappingURL=f4570d98ed75c518.css.map*/