/*
Theme Name: Camper Jack Service
Theme URI: https://camperjack.com
Author: Camper Jack Dev Team
Author URI: https://camperjack.com
Description: A custom theme for Camper Jack Service, a camper repair shop with store functionality.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: camper-jack-service
Tags: camper, repair, service, shop, ecommerce, woocommerce, bulma
*/

/* Import Bulma CSS */
@import url('css/bulma.min.css');

/* Import Custom Colors */
@import url('css/custom-colors.css');

/* Custom styles */
body {
    font-family: 'Roboto', sans-serif;
}

body.mini-cart-open {
    overflow: hidden;
}

.hero-camper {
    background-size: cover;
    background-position: center;
    height: 500px;
}

/* WooCommerce Message */
.woocommerce-message {
    background-color: #effaf3;
    color: #257942;
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
    position: fixed;
    top: 1rem;
    right: 1rem;
    z-index: 999;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
} 