 /*
    Theme Name: flathead 
    Theme URI: 
    Description: A Child Theme for Flat Head Kart Shirts
    Author: Lewis Kerns
    Author URI: https://www.franktronics.net
    Template: best-shop
    Version: 1.0.0
    */

    .burger-banner {
      background-color:black;
      border-bottom: 1px solid darkslategrey;
      padding-bottom: 4px;
      background-image: url('https://www.flatheadkartshirts.com/wp-content/uploads/2025/09/checkeredflag-.jpg');;
      background-repeat: repeat;
    }

 
    #menu-opener span {
    background-color: white;
}

@media (max-width: 1024px) {

   .burger-banner {
      display:none;
   }
 
   .site-branding img.custom-logo {
    max-width: 100% !important;
   }

   .mobile-header {
      background-color: black;
      padding-bottom: 4px;
      background-image: url(https://www.flatheadkartshirts.com/wp-content/uploads/2025/09/checkeredflag-.jpg);
      background-repeat: repeat;
   }
    
       .woocommerce-bar {
      display:none;
    }

}