/*
Theme Name:   Storefront Child
Theme URI:    https://woocommerce.com/storefront/
Description:  Storefront Child Theme
Author:       Your Name
Author URI:   https://example.com
Template:     storefront
Version:      1.0.0
License:      GPL v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  storefront-child
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

/* Logo Styles */
.site-branding {
    margin-bottom: 0;
}

.site-branding .custom-logo {
    max-width: 200px;
    height: auto;
    display: block;
}

.site-header .custom-logo-link {
    display: inline-block;
    margin-bottom: 1em;
}

/* Responsive logo sizing */
@media (min-width: 768px) {
    .site-branding .custom-logo {
        max-width: 250px;
    }
}

/* Remove text logo when custom logo is present */
.custom-logo-link + .site-title,
.custom-logo-link + .site-description {
    display: none;
}