/*
Theme Name: Luxury Perfume
Theme URI: https://talhawaqas.com/luxury-perfume
Author: TW Developers
Author URI: https://talhawaqas.com
Description: Luxury Perfume is a premium, state-of-the-art WordPress theme crafted for elite scent boutiques and fragrance houses. Converted from a bespoke static website, it includes a lightning-fast custom product engine, responsive masonry grids, advanced variations handling, stateful client-side cart drawer systems, and SEO schema injections. Built with customizer integrations to deliver a luxury brand experience out-of-the-box.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: luxury-perfume
Tags: accessibility-ready, custom-menu, featured-images, translation-ready
Requires at least: 5.8
Requires PHP: 7.4
*/

/* WordPress Accessibility & Layout Utilities */
.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;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* WP Alignments */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.alignwide {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

/* Admin Bar offsets for sticky/fixed elements */
body.admin-bar .site-header {
  top: 32px !important;
}

body.admin-bar .mobile-drawer,
body.admin-bar .cart-drawer,
body.admin-bar .search-overlay {
  top: 32px !important;
  height: calc(100vh - 32px) !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px !important;
  }
  body.admin-bar .mobile-drawer,
  body.admin-bar .cart-drawer,
  body.admin-bar .search-overlay {
    top: 46px !important;
    height: calc(100vh - 46px) !important;
  }
}
