/*
Theme Name: Chertov Commerce Core
Theme URI: https://chertov-code.com
Author: Chertov Code
Author URI: https://chertov-code.com
Description: Lightweight WooCommerce-first theme focused on performance and conversion.
Version: 1.0.0
License: GPL v2 or later
Text Domain: chertov-commerce-core
*/
body {
	margin: 0;
	font-family: Arial, sans-serif;
	color: #222;
	background: #fff;
}

.chc-container {
	width: min(1200px, calc(100% - 32px));
	margin: 0 auto;
}

.site-header,
.site-footer {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.site-footer {
	border-top: 1px solid #eee;
	border-bottom: 0;
	margin-top: 40px;
}

.site-main {
	padding: 32px 0;
}