/*
Theme Name: Glozin Child
Theme URI: https://wpglozin.com/
Author: UIXThemes
Author URI: https://uix.store
Description: Multipurpose WooCommerce WordPress Theme
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.8
Requires PHP: 7.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: glozin
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: glozin
*/

/* =============================================
   CORRECTIF LOGO HEADER MOBILE
   Le logo SVG deborde sur le hamburger et la
   recherche en version mobile
   ============================================= */
@media (max-width: 1024px) {
  .site-header__mobile .header-logo {
    flex-grow: 0;
    flex-shrink: 1;
    max-width: 180px;
  }
  .site-header__mobile .header-logo svg {
    max-width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .site-header__mobile .header-logo {
    max-width: 150px;
  }
}
