/*
Theme Name: Storefront Child
Theme URI: https://sticky.ae/
Description: Child theme for Storefront
Author: Your Name
Author URI: https://sticky.ae/
Template: storefront
Version: 1.0.0
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: storefront-child
*/
/* Add to style.css */
.site-header {
background: url('<?php echo get_stylesheet_directory_uri(); ?>/images/header-bg.jpg') center/cover no-repeat;
border-bottom: 3px solid #7e57c2;
padding: 20px 0;
}

.site-header .site-branding {
background: rgba(255, 255, 255, 0.9);
padding: 15px 30px;
border-radius: 10px;
display: inline-block;
}
