/*
 Theme Name:   Storefront Child
 Theme URI:    https://example.com/
 Description:  Child theme for the Storefront theme
 Author:       Your Name
 Template:     storefront
 Version:      1.0.0
*/

.site-header .custom-logo {
  height: 30px !important;        
  width: auto !important;         
  max-width: none !important;     
  object-fit: contain !important; 
  display: inline-block;
}

.custom-logo-link {
  max-width: fit-content !important;
  display: inline-block !important;
}
