/*
Theme Name: Monnataz School Bags
Theme URI: https://www.school-bags.co.za/
Author: Roo
Author URI: https://www.school-bags.co.za/
Description: A modern, custom theme for School Bags.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme
Text Domain: monnataz
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background-color: #f5f5f5;
}

a {
	color: #0073aa;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/
.site {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2em;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.site-header {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #eee;
}

.site-title {
	font-size: 2em;
	font-weight: bold;
}

.site-description {
	font-size: 1.2em;
	color: #777;
}

/*--------------------------------------------------------------
# WooCommerce
--------------------------------------------------------------*/
.woocommerce-products ul.products {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 2em;
}

ul.products li.product .woocommerce-loop-product__title {
    font-size: 1.2em;
    font-weight: bold;
}

ul.products li.product a img {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1em;
}

.woocommerce ul.products li.product .price {
    font-size: 1.1em;
    font-weight: bold;
    color: #0073aa;
}