/*
Theme Name: Bogler
Theme URI: https://hxbt.dev
Author: Hexabit
Author URI: https://hxbt.dev
Description: Motyw dla Bogler z pełną obsługą Elementora
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: bogler
Tags: elementor, e-commerce, woocommerce
*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
}

/* Sticky Header */
.bogler-sticky-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
}

