/* --- Make the main containers visible --- */
.header-lower {
  border: 5px solid red !important;
}
.header-logo {
  border: 3px solid blue !important;
}
.header-title-container {
  border: 3px solid limegreen !important;
}
.search-box {
  border: 3px solid orange !important;
}
.header-cart {
  border: 3px solid hotpink !important;
  background-color: yellow !important; /* Make it unmissable */
}

/* --- Force the cart and its contents to be visible --- */
.header-cart,
.flyout-cart,
.mini-shopping-cart,
.count {
  display: block !important;
  color: black !important;
  background-color: yellow !important;
  min-height: 20px; /* Give it some height */
  min-width: 20px; /* Give it some width */
}
