table.product-collections td {
	padding: 5px;
}

table.product-collections th {
	font-family: "thirsty_scriptlight", sans-serif;
	text-align: left;
}

img.product-collections {
	width: 178px;
	height: 178px;
	border: 1px solid grey; /* restore subtle border */
}

.product-collections-table {
	margin-left: -25px;
}
.product-collections-table td {
	padding: 8px;
}

/* replaced background image span with real img */
.product-collections-collection {
	display: none;
}

.product-collections-title {
	margin-top: 6px;
}

.product-collections-title a {
	display: inline-block;
	text-decoration: none;
}

@media (max-width: 768px) {
	.product-collections-table {
		margin-left: 0;
		width: 100%;
		display: block;
	}
	.product-collections-table tbody {
		display: block;
	}
	.product-collections-table tr {
		display: flex;
		flex-wrap: wrap;
		margin-left: -6px;
		margin-right: -6px;
	}
	.product-collections-table td {
		display: block;
		flex: 0 0 50%;
		width: 50%;
		box-sizing: border-box;
		padding: 8px 6px;
		vertical-align: top;
		text-align: center;
	}

	img.product-collections {
		width: 100%;
		height: auto;
		max-width: 178px;
	}
}
