/*
Theme Name: Circuitomy Shop
Theme URI: https://circuitomy.com/
Author: Circuitomy
Author URI: https://circuitomy.com/
Description: A custom Elementor-compatible WooCommerce theme for the Circuitomy electronics shop. Features a minimalist black and white aesthetic with dynamic categories and widget areas.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: circuitomy-shop
Tags: ecommerce, custom-background, custom-logo, custom-menu, elementor, two-columns, custom-colors
*/

/* Custom Overrides & Elementor Spacing Resets */
:root {
  --primary-color: #000000;
  --secondary-color: #ffffff;
  --accent-color: #2563eb;
}

body {
    background-color: #ffffff;
    color: #000000;
}

/* Base WooCommerce Overrides to keep them minimal and matching B&W aesthetic */
.woocommerce ul.products li.product a img {
    margin-bottom: 0.5rem;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1);
}

.woocommerce ul.products li.product .price {
    color: #2563eb;
    font-weight: bold;
}

.woocommerce ul.products li.product .button {
    background-color: #000000;
    color: #ffffff;
    border-radius: 4px;
}

.woocommerce ul.products li.product .button:hover {
    background-color: #333333;
}
