/*
Theme Name:        BeautyStore
Theme URI:         https://beautystore.pl
Author:            BeautyStore Team
Author URI:        https://beautystore.pl
Description:       Elegancki motyw WooCommerce dla sklepu z kosmetykami i akcesoriami fryzjerskimi. Oparty na HSL design tokens, responsywny, z mega-menu, mini-koszykiem AJAX, porównywarką YITH i sekcjami ACF.
Version:           1.0.0
Tested up to:      6.7
Requires PHP:      8.0
License:           GNU General Public License v2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
Text Domain:       beautystore
Tags:              woocommerce, e-commerce, custom-menu, custom-logo, featured-images, translation-ready

BeautyStore – Copyright 2025
*/

/* ======================================================================
   WORDPRESS UTILITIES
   ====================================================================== */
.alignwide  { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull  { width: 100vw; position: relative; left: 50%; right: 50%; margin-left: -50vw; margin-right: -50vw; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.wp-block-gallery { gap: 0.5rem; }
.wp-caption, .wp-caption-text, figcaption {
  font-size: 0.8rem;
  color: hsl(var(--muted-foreground));
  margin-top: 0.5rem;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto; left: 5px; top: 5px; width: auto;
  z-index: 100000;
  background: hsl(var(--card));
  padding: 1rem;
  font-size: 0.875rem;
}
