/* Removes footer */
.site-footer {
	display: None;
}

/* Sets the banners content and text to be centered */
.home-panel.home-banner .card {
	justify-content: center;
	align-items: center;
	text-align: center;
}

/* Swaps the title and subtitle on the vertical cards */
.home-vertical-card-container .product-card-body .product-title {
	order: 0;
}
.home-vertical-card-container .product-card-body .product-category {
	order: 1;
}

/* TEMPORARY */
/* A quick fix to replicate the "White header (with dark theme)" Modern UI Color Theme setting until it can be fixed for v12.3.0 */
.top-header,
.site-branding,
.search-box-wrap,
.middle-bar {
  background-color: white !important;
}
#ordering__toolbarHeader__myAccount > div:nth-child(1),
#ordering__toolbarHeader__cart > div:nth-child(1),
.top-header--right > a,
.top-header--right > button {
	color: var(--c-primary) !important;
} 