.component-shop-more-products {
	display: flex;
	gap: 1rem;
	margin-bottom: 3rem;
}

.component-shop-more-products li {
	list-style-type: none;
	width: 25%;
}


