/*
Theme Name:   Cosmetsy Child
 Theme URI:    http://klbtheme.com/cosmetsy/
 Description:  Cosmetsy Child Theme
 Author:       KlbTheme
 Author URI:   http://themeforest.net/user/KlbTheme
 Template:     cosmetsy
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  cosmetsy-child
*/

.site-header--mobile .site-brand img {
    height: auto !important;
    max-height: clamp(34px, 10vw, 46px) !important; /* Ekran genişliğine göre 34px ile 46px arasında akıcı (fluid) olarak değişir */
    width: auto !important;
    max-width: 100% !important;
    object-fit: contain;
}