/*
Theme Name: Astrogoled
Theme URI: https://goled.pl
Description: Child theme for Astra - optimized for GOLED.pl
Author: GOLED Team
Author URI: https://goled.pl
Template: astra
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astrogoled

Theme Switcher Integration:
- Our custom theme switcher (body.light-mode) is integrated with Astra's native dark mode
- When light mode: body.light-mode + html removes .astra-dark-mode-enable
- When dark mode: body removes .light-mode + html.astra-dark-mode-enable
- This ensures full compatibility and reduces CSS override requirements

====================================
IMPORTANT: CSS CODE ORGANIZATION
====================================
All CSS code has been organized and split into modular files located in /css/ directory:

Core Files (Global - loaded on all pages):
- variables-base.css          (CSS Variables, colors, fonts, theme toggle)
- header-desktop.css          (Desktop header, top bar, navigation, search)
- search-ajax.css             (AJAX search results dropdown)
- mobile-responsive.css       (All mobile breakpoints, grid responsiveness)

Homepage Only:
- hero-categories.css         (Hero section, features bar, categories)
- sliders.css                 (Product carousels, custom sliders, universal slider arrows)
- forms-pages.css             (Account promo "Zarejestruj się", Loyalty Program)

Shop & Products:
- products-grid.css           (Product cards, grid layouts, hover effects)
- single-product.css          (Single product page, gallery, tabs, related products)
- sliders.css                 (Custom slider in description/reviews tabs - also on single product)
- shop-archive.css            (Shop page, archive pages, WooCommerce basics)
- cart-checkout.css           (Cart, checkout, order review)

Components:
- widgets-filters.css         (Sidebar widgets, filters, price sliders)
- wishlist-account.css        (Wishlist page, My Account layout)
- reviews-comments.css        (Product reviews, comment forms)
- product-sidebar.css         (Product page sidebar, categories widget)
- mobile-filters-extended.css (Mobile filter toggle, accordion, categories)

Content Pages:
- forms-pages.css             (Contact, returns, about, delivery, privacy, loyalty program)

Other Files (Already Exist):
- footer.css                  (Footer styles - already modular)
- offcanvas-menu.css         (Mobile offcanvas menu - already modular)
- shop-filters.css           (Shop filters - already modular)
- cart-styles.css            (Cart styles - already modular)
- auth-styles.css            (Auth page - already modular)
- hero-slider.css            (Hero slider - already modular)
- theme-transition.css       (Theme transitions - already modular)
- other.css                  (Other styles - already modular)

All files are loaded conditionally via functions.php based on page context.
This modular structure improves performance, maintainability, and allows for easier debugging.
Average page loads only 30-50% of total CSS code.
====================================
*/

/* All CSS code has been migrated to modular files in /css/ directory */
/* See header documentation above for file structure */
/* Files are loaded conditionally via functions.php based on page context */