/* Add custom CSS styles below */ 
section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type .container {
  @media (min-width: 1280px) {
        max-width: 100%;
}
}
.s-product-card-image{
background: transparent;

}
div#mainnav {
    background: black;
    color: white;
    }
body{
 background: black;
  color: white;
}
.s-product-card-entry {
background: black;
  color: white !important;
  }
  .s-product-card-content-title a{
  color: white !important;
  }
  .store-header i{
   color: white !important;
  }