#collections {
	padding: 0 2.25em 0.5em;
}
.section-label {
	font-size: 0.65em;
	font-weight: 700;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #bbb;
	margin: 0 0 0.85em 0;
	display: block;
}
a.collection-card {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 0.75em;
	text-decoration: none;
	border: 0;
	outline: 0;
}
a.collection-card img {
	display: block;
	width: 100%;
	height: 8.5em;
	object-fit: cover;
	transition: transform 0.4s ease;
}
a.collection-card:hover img {
	transform: scale(1.05);
}
a.collection-card .collection-meta {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 2.5em 0.9em 0.8em;
	background: linear-gradient(transparent, rgba(0,0,0,0.65));
	color: #fff;
}
a.collection-card .collection-meta strong {
	display: block;
	font-size: 0.85em;
	font-weight: 700;
	color: #fff;
	margin-bottom: 0.1em;
}
a.collection-card .collection-meta span {
	font-size: 0.7em;
	opacity: 0.7;
	color: #fff;
}
/* Collection index layout — hide viewer, center sidebar */
body { background: #fff !important; }
#main {
	position: relative !important;
	width: 100% !important;
	max-width: 32em !important;
	height: auto !important;
	min-height: 0 !important;
	left: auto !important;
	right: auto !important;
	margin: 0 auto !important;
	overflow: visible !important;
	text-align: left !important;
}
#viewer, .nav-next, .nav-previous, .toggle { display: none !important; }
