.table th {
	text-wrap: balance;
}

.table tr td:first-child {
	text-align:left;
	font-weight: bold;
}

.table tr td {
	min-width: 100px;
}

#product-grid-1 {
	overflow-x: auto;
	scroll-snap-type: x proximity;
    width: 100%;

}

@media (min-width: 768px){

	#product-grid-1 {
		--col-sizing:3 !important;
	}
}
