/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 #header{ background: gold !important; }
 @media (max-width: 767px) {
  .products .product-miniature {
    width: 100%;
    float: left;
    margin-left: 0;
  }}
