/*
Theme Name:   Astra Child
Theme URI:    http://example.com/astra-child/
Description:  A child theme of Astra
Author:       Your Name
Author URI:   http://example.com
Template:     astra
Version:      1.0.0
*/

/* ---------------------------------------------
   Mobilná verzia - WooCommerce sidebar
--------------------------------------------- */
@media screen and (max-width: 768px) {
    /* Pre WooCommerce sidebar */
    #secondary.widget-area.secondary {
        margin-top: 15px !important;
        margin-bottom: 10px !important;
        line-height: 1.4 !important;
    }
    #secondary .wp-block-separator {
        display: none !important;
    }
    #secondary .widget {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    /* Pre hlavný obsah na /shop */
    body.post-type-archive-product #primary {
        margin-top: 15px !important;
    }
}

}
