/*
Theme Name: Hexabit
Theme URI: https://hxbt.dev
Author: Hexabit
Author Email: d@hxbt.dev
Author URI: https://hxbt.dev
Description: Multiusage Theme for Wordpress and Woocommerce
Version: 1.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hexabit
Tags: elementor, e-commerce, woocommerce
*/

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

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

/* Elementor – nadpisanie domyślnej czcionki we wszystkich widżetach */
.elementor-widget-container,
.elementor-heading-title,
.elementor-text-editor,
.elementor-button,
.e-form__field-group input,
.e-form__field-group textarea,
.e-form__field-group select {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

/* ============================================
   STICKY HEADER
   ============================================ */
.hexabit-sticky-header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #fff;
}

/* ============================================
   ELEMENTOR LOCATIONS
   ============================================ */
.hexabit-header-area {}
.hexabit-footer-area {}

/* ============================================
   CONTENT AREA (fallback)
   ============================================ */
.hexabit-content-area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 20px;
}

.entry-header {
    margin-bottom: 20px;
}

.entry-title {
    font-size: 2rem;
    font-weight: 700;
}

.entry-content {
    font-size: 1rem;
    line-height: 1.8;
}

.post-thumbnail {
    margin-bottom: 20px;
}

.post-thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

/* ============================================
   WOOCOMMERCE BASIC
   ============================================ */
.woocommerce-notices-wrapper {
    margin-bottom: 20px;
}

/* Screen-reader only (accessibility) */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
