/*
Theme Name: COD Storefront
Author: sjrubel10
Author URI: https://profiles.wordpress.org/sjrubel10/
Description: A lightweight storefront theme with its own blog/page templates, built to pair with the free "COD Order Manager" plugin - a homepage hero banner, a filterable product catalog archive, and a clean single-product layout for that plugin's product catalog. Fully usable on its own with no plugin required.
Version: 1.0.0
Requires at least: 5.6
Requires PHP: 7.4
Requires Plugins: sjrubel-cod-order-manager
Tags: e-commerce, one-column, two-columns, custom-menu, featured-images, full-width-template, translation-ready
Text Domain: cod-storefront
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

* {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	color: #222;
	line-height: 1.6;
	background: #fff;
}

a {
	color: #2563eb;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
}

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

.site-header {
	border-bottom: 1px solid #e5e7eb;
	padding: 16px 0;
}

.site-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
}

.site-title {
	margin: 0;
	font-size: 1.4rem;
	font-weight: 700;
}

.site-title a {
	color: #111;
	display: inline-flex;
	align-items: center;
	gap: 10px;
}

.site-title .eo-logo-img {
	max-height: 40px;
	width: auto;
	display: block;
}

.site-nav ul {
	display: flex;
	gap: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
}

.site-main {
	padding: 40px 0;
}

.page-header h1 {
	margin: 0 0 24px;
}

.comw-home-products {
	padding-top: 40px;
}

.comw-home-products h2 {
	margin-bottom: 20px;
}

.comw-single-product {
	padding: 40px 0;
}

.comw-single-product .container {
	max-width: 900px;
}

.comw-plugin-missing {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
	padding: 16px 20px;
	border-radius: 6px;
}

.site-footer {
	border-top: 1px solid #e5e7eb;
	padding: 24px 0;
	margin-top: 40px;
	text-align: center;
	color: #666;
	font-size: 0.9rem;
}
