/* 製品情報トップ（固定ページ products） */

.astra-child-products-index {
	margin-block-start: var(--astra-child-space-3, 1.5rem);
}

.astra-child-products-index__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: var(--astra-child-space-2, 1rem);
}

.astra-child-products-index__link {
	font-weight: 600;
	text-decoration: none;
	color: inherit;
}

.astra-child-products-index__link:hover {
	text-decoration: underline;
}

.astra-child-products-index__empty {
	margin: 0;
	color: var(--astra-child-color-muted, #555);
}
