/*
Theme Name: Luxe Kitchen Elementor
Theme URI: https://example.com/luxe-kitchen-elementor
Author: Codex
Description: A premium WooCommerce kitchen and appliance theme with editable Elementor pages, shared Header and Footer widgets, a one-click demo importer, bundled imagery, and GSAP ScrollTrigger motion.
Version: 4.3.0
Requires at least: 6.2
Tested up to: 6.6
Requires PHP: 7.4
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luxe-kitchen-elementor
Tags: custom-logo, custom-menu, featured-images, full-width-template, e-commerce, one-column, two-columns, elementor, woocommerce
*/

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
}

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

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
