/* Punchlist 12: compress category sidebar list */
#categoriesContent .list-group-item,
.leftBoxCard .list-group-item {
	padding: 0.35rem 0.5rem;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #eee;
}
.leftBoxCard .list-group-item .badge {
	font-size: 0.75rem;
	padding: 0.15rem 0.4rem;
}
.leftBoxCard .leftBoxHeading,
.leftBoxCard .card-header {
	padding: 0.4rem 0.5rem;
}

/* Punchlist 13: bold selected category in sidebar */
.sideboxCategory-subs-selected,
.sideboxCategory-subs-parent,
#categoriesContent a.list-group-item .sideboxCategory-subs-selected,
#categoriesContent a.list-group-item .sideboxCategory-subs-parent {
	font-weight: bold;
}

/* Subcategory grid — match production fest store (store.css + category_row markup) */
#indexCategories .fest-subcategory-grid {
	margin-top: 0.75rem;
}
#indexCategories .fest-subcategory-grid .categoryListBoxContents {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	height: auto;
	background-color: #E3E3E3;
	padding: 5px;
}
#indexCategories .fest-subcategory-grid .categoryListBoxContents .centerme {
	position: relative;
	height: 200px;
	background-color: #fff;
	text-align: center;
}
#indexCategories .fest-subcategory-grid .categoryListBoxContents .centerme a {
	display: block;
	height: 100%;
	color: inherit;
	text-decoration: none;
	background-color: #fff !important;
}
#indexCategories .fest-subcategory-grid .fest-subcategory-image {
	display: block;
	text-align: center;
}
#indexCategories .fest-subcategory-grid .fest-subcategory-image img,
#indexCategories .fest-subcategory-grid .fest-subcategory-image-img {
	display: inline-block;
	margin: 10px auto 0;
	max-width: 170px;
	max-height: 170px;
	width: auto;
	height: auto;
	vertical-align: top;
}
#indexCategories .fest-subcategory-grid img[src*="pixel_trans"] {
	opacity: 0;
	width: 1px;
	height: 1px;
	margin-top: 0;
}
#indexCategories .fest-subcategory-grid .cat-list-name-wrapper {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 26px;
	padding: 0 3px;
	background: url('/store2parts/css/dd-bg-wt.png') 0 10px repeat-x;
	background-color: #000;
	text-align: center;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}
#indexCategories .fest-subcategory-grid .cat-list-name {
	display: inline;
	background-color: #000;
	color: #fff;
	font-family: BigNoodle, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: normal;
	line-height: 1.1;
	text-align: center;
	padding: 1px 5px 0;
	width: auto;
}

@media (max-width: 767.98px) {
	#indexCategories .fest-subcategory-grid .categoryListBoxContents {
		width: 48% !important;
	}
	#indexCategories .fest-subcategory-grid .categoryListBoxContents .centerme {
		height: 165px;
	}
	#indexCategories .fest-subcategory-grid .fest-subcategory-image img,
	#indexCategories .fest-subcategory-grid .fest-subcategory-image-img {
		max-width: 120px;
		max-height: 120px;
		margin-top: 8px;
	}
	#indexCategories .fest-subcategory-grid .cat-list-name-wrapper {
		height: auto;
		min-height: 26px;
		padding: 2px 0 2px 3px;
	}
	#indexCategories .fest-subcategory-grid .cat-list-name {
		font-size: 15px;
		line-height: 1.1;
		padding: 1px 3px 0;
	}
}

/* Homepage storefront category grid (tpl_fest_storefront.php; was store2parts/storefront.php) */
#festStorefront {
	width: 100%;
	max-width: 716px;
	box-sizing: border-box;
}
#festStorefront .category-home-label-bg {
	min-height: 38px;
	height: auto;
	background: url('/store2parts/css/dd-bg-wt.png') 0 14px repeat-x;
	background-color: #000;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	box-sizing: border-box;
}
#festStorefront .category-home-label-mask {
	width: 100%;
	max-width: 208px;
	margin-left: auto;
	margin-right: auto;
	background-color: #000;
	text-align: center;
	box-sizing: border-box;
}
#festStorefront .category-home-label {
	color: #fff;
	font-size: clamp(13px, 3.63vw, 26px);
	font-family: BigNoodle, Arial, Helvetica, sans-serif;
	text-align: center;
	background-color: #000;
	padding: 0 3px;
	display: inline;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.385;
	margin: 0;
}
#festStorefront table.category-home a {
	text-decoration: none;
	display: block;
}
#festStorefront p.category-home-label:hover {
	color: #fbe240;
}
#festStorefront div.category-home-img-mask {
	width: 100%;
	max-width: 208px;
	margin-left: auto;
	margin-right: auto;
	aspect-ratio: 208 / 192;
	max-height: 192px;
	padding: 0;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
#festStorefront div.category-home-img-mask > div {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
#festStorefront img.category-home-img {
	max-height: 100%;
	max-width: 100%;
	width: auto;
	height: auto;
	border: 0;
	background-color: #fff;
	object-fit: contain;
}
#festStorefront table.category-home-table {
	border: 0;
	width: 100%;
	max-width: 716px;
	border-spacing: 0;
	margin: 0;
	margin-top: 5px;
	table-layout: fixed;
}
#festStorefront table.category-home-table > tbody > tr > td {
	width: 33.333%;
	height: auto;
	min-height: 230px;
	padding: 4.19% 2.09%;
	background-color: #eee;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	box-sizing: border-box;
}
#festStorefront .category-home-img-bg {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
}
#festStorefront .category-home-img-bg img {
	transition: transform 0.2s ease;
	vertical-align: middle;
}
#festStorefront .category-home-img-bg img:hover {
	transform: scale(1.1);
}
#festStorefront #productListHeading {
	margin: 0;
}

@media (max-width: 767.98px) {
	#festStorefront table.category-home-table {
		table-layout: auto;
	}
	#festStorefront table.category-home-table > tbody,
	#festStorefront table.category-home-table > tbody > tr {
		display: block !important;
	}
	#festStorefront table.category-home-table > tbody > tr {
		text-align: center;
	}
	#festStorefront table.category-home-table > tbody > tr::after {
		content: "";
		display: block;
		clear: both;
	}
	#festStorefront table.category-home-table > tbody > tr > td {
		display: block !important;
		float: left;
		width: 48% !important;
		min-height: 0;
		padding: 3.5% 1.75%;
		vertical-align: top;
	}
	#festStorefront .category-home-label-bg {
		min-height: 30px;
		background-position: 0 10px;
		margin-left: 3px;
		margin-right: 3px;
	}
	#festStorefront .category-home-label {
		font-size: clamp(14px, 2.8vw, 20px);
		padding: 0 2px;
	}
	#festStorefront div.category-home-img-mask {
		max-height: none;
	}
}

@media (max-width: 479.98px) {
	#festStorefront table.category-home-table > tbody > tr > td {
		float: none;
		width: 100% !important;
		padding: 3% 1.25%;
	}
	#festStorefront .category-home-label-bg {
		min-height: 26px;
		background-position: 0 8px;
		margin-left: 2px;
		margin-right: 2px;
	}
	#festStorefront .category-home-label {
		font-size: clamp(14px, 5vw, 18px);
	}
}
