/* 
 * Kolibri Theme - Custom CSS
 * Add your custom styles here
 */

/* Example: Custom header styling */
#header {
    /* Add your custom header styles here */
}

/* Example: Custom button styling */
.btn-primary {
    /* Override primary button styles */
}

/* Example: Custom product styles */
.product-miniature {
    /* Customize product card appearance */
}

/* Example: Custom footer styles */
#footer {
    /* Add your custom footer styles here */
}

/* Add more custom styles as needed */
