/*
Theme Name: Lab Supply Professional Dropshipping Theme
Theme URI: https://labdepot.greenamazon.us/theme
Author: Executive Systems Architecture
Description: High-performance minimalist theme optimized for laboratory equipment dropshipping, micro-engineered for seamless WooCommerce synchronization.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: lab-supply-pro
*/

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #2d3748;
    background-color: #f7fafc;
    line-height: 1.6;
}

.site-header {
    background: #ffffff;
    border-bottom: 2px solid #edf2f7;
    padding: 1.5rem 2rem;
}

.brand-container h1 {
    font-size: 1.75rem;
    color: #1a365d;
    margin: 0;
    font-weight: 700;
}

.lab-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 2rem;
    padding: 2rem 0;
}

.woocommerce-loop-product__title {
    font-size: 1.1rem !important;
    color: #2d3748 !important;
    margin: 0.5rem 0 !important;
}

.price {
    color: #2b6cb0 !important;
    font-weight: bold !important;
    font-size: 1.25rem !important;
}

.button.product_type_simple {
    background-color: #319795 !important;
    color: #ffffff !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.2s ease;
}

.button.product_type_simple:hover {
    background-color: #2c7a7b !important;
}
