/*
 Theme Name:   Salient Child
 Theme URI:    https://www.bambulab.net.ua/salient-child/
 Description:  Salient Child Theme
 Author:       Your Name
 Author URI:   http://example.com
 Template:     salient
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         responsive-layout, one-column, two-columns, accessibility-ready
 Text Domain:  salient-child
*/

/* Сховати стандартний хедер */
#header-outer {
    display: none !important;
}

/* Виправлення відступів для контейнера на сторінках товарів, щоб хлібні крихти не перекривалися хедером */
/* Десктопна версія - тільки для сторінок товарів */
body.single-product .container-wrap {
    padding-top: 90px !important;
}

/* Мобільна версія - переопределяет inline стили, установленные JavaScript */
@media (max-width: 768px) {
    body.single-product .container-wrap {
        padding-top: 70px !important; 
    }
}
