/*
Theme Name: iMugg Theme
Theme URI: https://www.imugg.com
Author: Master Orchestrator
Description: A minimalist, clean storefront theme optimized for Interactive AR Mugs. Fully supports WooCommerce.
Version: 1.0
Requires at least: 5.0
Requires PHP: 7.0
Text Domain: imugg
*/

body {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    color: #333;
    background-color: #fafafa;
    margin: 0;
    padding: 0;
}

header {
    background: #111;
    color: #fff;
    padding: 20px;
    text-align: center;
}

header h1 a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

/* Minimalist WooCommerce styling */
.woocommerce ul.products li.product {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    padding: 15px;
    transition: transform 0.2s;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-5px);
}

.woocommerce ul.products li.product h2 {
    font-size: 1.1rem;
    margin-top: 10px;
}

.woocommerce span.price {
    color: #ff007f;
    font-weight: bold;
}
