/*
Theme Name: The Bhoot Streetwear
Theme URI: https://thebhoot.com
Author: The Bhoot
Author URI: https://thebhoot.com
Description: India's Boldest Streetwear — A modern, Gen-Z-first storefront theme for The Bhoot brand. Features hero banners, product grids, limited drops with countdown timers, trending carousels, cart drawer, and full mobile support.
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: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: the-bhoot
Tags: e-commerce, one-page, full-width-template, custom-colors, custom-logo, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* =============================================
   WordPress Theme Base Styles
   (React app styles are loaded via functions.php)
   ============================================= */

html, body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  color: #1F1F1F;
  font-family: 'Poppins', sans-serif;
  overflow-x: hidden;
}

/* Hide default WP admin bar interference */
#wpadminbar ~ #root,
#wpadminbar ~ #page {
  margin-top: 0 !important;
}

/* Full-width layout override */
.site-content,
.entry-content,
.page-content {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

/* Root container for the React app */
#root {
  min-height: 100vh;
  width: 100%;
}

/* Loading state */
#root:empty::after {
  content: '';
  display: block;
  min-height: 100vh;
  background: #ffffff;
}
