#tabbed-collection {
	width: 1400px;
	max-width: 100%;	
}
#tabbed-collection .background-image-layer {
	width: 1920px;
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	transform: translate(-50%,0);	
	z-index: 1;
}
#tabbed-collection .background-image-layer img {
	mix-blend-mode:multiply;	
}
.title-box { text-align: center; margin-bottom: 96px; z-index: 2; }
.card-grid {
	display: grid;
	column-gap: 32px;
	row-gap: 32px;
	padding: 24px;	
	z-index: 2;
}
.title-box .block-title { margin-bottom: 8px; }
.list ul li { text-align: left !important; }
.collection-card .list ul li a { padding-bottom: 4px; }
#tabbed-collection .tabbed-container { filter: drop-shadow(var(--hmns-box-shadow-lightest)); z-index: 2;}
#tabbed-collection .tabbed-container .card-grid .top-section {
	width: 100%;
	height: 0;
	padding-bottom: 60.48%;	
}
#tabbed-collection .tabbed-container .card-grid .bottom-section {
	padding:32px;
} 	
#tabbed-collection .tabbed-container .card-grid .collection-card {
	border: 1px solid rgba(95, 85, 65, 0.20);	
}
#tabbed-collection ul {
	padding-left: 24px;
	list-style-type: disc;
	margin-bottom: 24px;
}
@media screen and (max-width: 1200px) {
	.card-grid { grid-template-columns: 1fr 1fr !important; }	
}
@media screen and (max-width:920px) {
	.card-grid { padding: 0; }	
	#tabbed-collection .responsive-tabs .responsive-tabs__list__item {
		padding: 12px 24px !important; 		
	}
	#tabbed-collection ul.responsive-tabs__list { margin-left: 0; }
}
@media screen and (max-width: 767px) {
	#tabbed-collection .responsive-tabs .responsive-tabs__heading--active::after, .responsive-tabs .responsive-tabs__heading--active:hover::after {
		border-bottom: 6px solid var(--fossil-rim);
	}			
	#tabbed-collection .responsive-tabs .responsive-tabs__heading--active, .responsive-tabs .responsive-tabs__heading--active:hover {
		background: white;
		color: var(--fossil-rim);
	}
	#tabbed-collection .responsive-tabs .responsive-tabs__panel { border-bottom: 1px solid rgba(95,85,65,.3) !important; }	
	.card-grid { grid-template-columns: 1fr !important; }
}
