/*
 Theme Name:   Storefront Child
 Theme URI:    https://jyotiartistry.shop
 Description:  Child theme for Storefront - JyotiArtistry customizations
 Author:       Jyoti
 Author URI:   https://jyotiartistry.shop
 Template:     storefront
 Version:      1.0.0
*/

/* Your custom CSS goes below this line */
@media (min-width: 768px) {
    .site-header .site-branding img {
        max-width: 150px;
    }
}

.woocommerce-active .site-header .site-branding {
    margin-bottom: 0;
}



.home .hentry.type-page .entry-header {
    opacity: 0;
}

.storefront-product-section:last-child {
    display: none;
}

.site-footer a:not(.button):not(.components-button) {
    display: none;
}


section.storefront-product-section.storefront-product-categories {
    display: none;
}


/* Hide it by default */
.header-widget-region {
    display: none;
}

/* Show only when parent has .home */
.home .header-widget-region {
    display: block;
}


@media (min-width: 768px) {
    .footer-widgets {
        padding-top: 10px;
    }
}

.site-info {
    padding: 10px;
}

@media (min-width: 768px) {
    .storefront-primary-navigation {
        background: #bae4fc;
    }
}


.site-footer {
    background-color: #bce3fc;
}