/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/

.site-header .custom-logo-link,
.site-header .site-branding a.custom-logo-link,
.site-header .site-logo a,
.main-header .custom-logo-link,
.main-header .site-logo a {
    display: inline-flex;
    align-items: center;
    width: 132px !important;
    max-width: 132px !important;
    line-height: 0;
}

.site-header img.custom-logo,
.site-header .jstudio-header-logo,
.site-header .site-logo img,
.main-header img.custom-logo,
.main-header .site-logo img {
    display: block !important;
    width: 132px !important;
    min-width: 0 !important;
    max-width: 132px !important;
    height: auto !important;
    max-height: none !important;
    object-fit: contain !important;
}

@media (max-width: 768px) {
    .site-header .custom-logo-link,
    .site-header .site-branding a.custom-logo-link,
    .site-header .site-logo a,
    .main-header .custom-logo-link,
    .main-header .site-logo a {
        width: 118px !important;
        max-width: 118px !important;
    }

    .site-header img.custom-logo,
    .site-header .jstudio-header-logo,
    .site-header .site-logo img,
    .main-header img.custom-logo,
    .main-header .site-logo img {
        width: 118px !important;
        min-width: 0 !important;
        max-width: 118px !important;
        height: auto !important;
        max-height: none !important;
    }
}
