/*
Theme Name: Nooni Adello
Theme URI: https://loftinhome.pl/
Author: Adello
Description: Child theme for Loftinhome — custom single-product page layout with integrated configurator
Template: nooni
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nooni-childadello
*/

/* ---------------------------------------------------------------------------
   Globalne poprawki nagłówka (dotyczą całego szablonu, nie tylko strony
   produktu — dlatego są tu, w style.css, a nie w assets/css/product-page.css,
   które ładuje się tylko na is_singular('product')).
   --------------------------------------------------------------------------- */

/* Usuń górny pasek (topbar) z nagłówka — wszystkie warianty header-v1..v6
   z motywu nadrzędnego renderują go jako .header-top. */
.header-top {
    display: none !important;
}
