/*
Theme Name: Viking Barbershop
Theme URI: https://salesfision.nl
Author: D-IT
Description: Viking Barbershop — premium barbershop WordPress thema
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 8.3
Text Domain: viking-barbershop
*/

/* ================================================================
   Hide WP theme chrome when custom block bundles are active.
   The block renderer adds .sf-hide-chrome to <body> when bundles
   are detected. This hides the default header.php / footer.php
   output while block-rendered header/footer inside <main> remain.
   ================================================================ */
body.sf-hide-chrome > header,
body.sf-hide-chrome > footer {
  display: none !important;
}
