/*
Theme Name: Prism Labs
Theme URI: https://prismlabsusa.com
Author: Prism Labs USA
Author URI: https://prismlabsusa.com
Description: Premium custom WordPress theme for Prism Labs USA — research peptide e-commerce with full WooCommerce integration.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: prism-labs
Tags: e-commerce, woocommerce, custom-menu, featured-images, translation-ready

Prism Labs USA — The Most Verified Peptides in America.
*/

/* Global reset & base — extended in assets/css/main.css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

.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: #f8fafc;
  border-radius: 8px;
  box-shadow: 0 0 2px 2px rgba(59, 91, 219, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #0f172a;
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  height: auto;
  left: 8px;
  line-height: normal;
  padding: 12px 16px;
  text-decoration: none;
  top: 8px;
  width: auto;
  z-index: 100000;
}
