/*
Theme Name: AAAPOS
Theme URI: https://aaapos.com/support
Author: AAAPOS
Author URI: https://aaapos.com
Description: A modern, lightweight and responsive WooCommerce-ready WordPress theme designed for AAAPOS. Includes a customizable header and navigation, responsive mobile menu, homepage hero sections, product categories, featured products, deals and offers, testimonials, brands, blog sections, custom authentication modals, page loader, search, contact and about page templates, and comprehensive WooCommerce templates for shop, product, cart, checkout, orders and My Account pages. The theme also includes Customizer controls for colors, typography, homepage sections, header and dropdowns, hero sections, footer, authentication, reCAPTCHA, trust badges, category ordering and WooCommerce settings. Built with modular CSS and JavaScript components for maintainability and performance.
Version: 1.0.12
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aaapos
Requires at least: 6.0
Requires PHP: 7.4

Documentation: https://aaapos.com/support
Tags: ecommerce, woocommerce, online-store, shop, responsive, customizer, retail, aaapos
*/

/* Base */
body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    background: #fff;
    color: #374151;
}

.site {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-main {
    flex: 1;
}