/*
Theme Name: Mingenew Bakery Theme
Theme URI:  https://mingenewbakery.com.au
Author:      You
Author URI:  https://mingenewbakery.com.au
Description: Custom theme using the existing site HTML and integrated with WooCommerce.
Version:     1.0
License:     GPLv2 or later
Text Domain: mingenewbakery
*/

body { font-family: 'Merriweather', serif; color:#333; background:#fff; }
.auto-container { max-width:1200px; margin:0 auto; padding:0 20px; }
.page-title { padding:60px 0; text-align:center; background-size:cover; background-position:center; }
/* Add your theme CSS (copy from current site CSS) below */
.sidebar .sidebar-widget {
    background:#fff;
    padding:20px;
    margin-bottom:25px;
    border-radius:10px;
    box-shadow:0 0 20px rgb(0 0 0 / 8%);
}

.sidebar .sidebar-widget h4 {
    font-size:18px;
    margin-bottom:15px;
    font-weight:600;
}

.sidebar .category-box ul li {
    margin-bottom:8px;
}

.sidebar .category-box ul li a {
    color:#333;
    font-weight:500;
}

.filter-input {
    width:100%;
    margin-bottom:10px;
    padding:10px;
    border:1px solid #ddd;
    border-radius:5px;
}
