/*
Theme Name: Osinska-Studio
Author: Mateusz Wiktorowicz
Author URI: https://github.com/MateuszWiktorowicz
Description: A theme for beauty salon
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: beauty-salon
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

header {
    transition: background-color 0.3s ease, transform 0.3s ease;
}

header.bg-scrolled {
    background-color: rgba(var(--color-primary-rgb), 0.5);
    background-opacity: 50%;
    backdrop-filter: blur(8px);
}

header.header-hidden {
    transform: translateY(-100%);
}