/*
Theme Name: WP Theme Ecom
Theme URI: https://theracerack.com
Author: The Race Rack
Author URI: https://theracerack.com
Description: Custom product landing theme converted from HTML. Elementor-ready (header/footer from theme; page content editable with Elementor). Forms via Quform.
Version: 1.1.0
Requires at least: 6.0
Tested up to: 6.9
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: wp-theme-ecom
Tags: custom-logo, custom-menu, e-commerce, one-column, theme-options, translation-ready
*/

/* Design styles live in assets/css/style.css (enqueued in functions.php). */

/* WordPress / Elementor compatibility */
.alignwide { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull { width: 100%; max-width: 100%; }
.wp-caption { max-width: 100%; }
.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;
}

body.admin-bar .site-header {
  top: 32px;
}

@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 46px;
  }
}

/* Elementor canvas: hide theme chrome when using Elementor Canvas template */
.elementor-template-canvas .site-header,
.elementor-template-canvas .site-footer,
.elementor-template-canvas .sticky-mobile-bar {
  display: none !important;
}

/* Custom logo from Customizer */
.brand-logo .custom-logo-link {
  display: flex;
  align-items: center;
}
.brand-logo .custom-logo {
  height: 48px;
  width: auto;
  max-width: min(280px, 52vw);
}
