.sun-product-index {
	width: 100%;
}

.sun-product-index .sun-product-index__list {
	gap: 0.45rem 2.5rem !important;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.sun-product-index .sun-product-index__item {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	min-width: 0;
}

.sun-product-index .sun-product-index__link {
	display: inline-block;
	color: inherit;
	text-decoration: none;
	overflow-wrap: anywhere;
}

.sun-product-index .sun-product-index__link:hover,
.sun-product-index .sun-product-index__link:focus {
	text-decoration: underline;
}

@media (max-width: 767px) {
	.sun-product-index .sun-product-index__list {
		column-count: 2 !important;
		column-gap: 1.5rem !important;
	}
}

@media (max-width: 480px) {
	.sun-product-index .sun-product-index__list {
		column-count: 1 !important;
	}
}
