/*
Theme Name: Amerce
Theme URI: https://example.com/amerce
Author: Your Name
Description: A WordPress theme based on the Amerce storefront template, ready for WooCommerce.
Version: 1.0.0
Text Domain: amerce
*/

body { font-family: Arial, sans-serif; }

.woocommerce ul.products { display: grid; gap: 24px; }
.woocommerce ul.products li.product { margin: 0; }
.woocommerce .product .woocommerce-loop-product__title { font-size: 18px; }

.woocommerce-breadcrumb { margin-bottom: 24px; }

.woocommerce .quantity .qty { width: 70px; }

.woocommerce .cart .button, .woocommerce .checkout .button, .woocommerce .single_add_to_cart_button { background: #111; color: #fff; }
