/*
Theme Name: Razzi Child
Theme URI: https://demo4.drfuri.com/razzi/
Author: DrFuri
Author URI: http://drfuri.com
Description: Razzi Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: razzi
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: razzi
*/



.woocommerce-badges > span {
   
    background-color: #ff0000 !important;
   
}
.woocommerce-badges .new {
    background-color: var(--rz-background-color-light) !important;
    color: var(--rz-color-darker) !important;
}

.site-header .logo .logo-image {
    width: 200px !important;
}

.main-navigation a:hover, .main-navigation a.focus {
    color: #f7c267 !important;
    text-decoration: underline;
    text-decoration-color: #f7c267;
    text-underline-offset: 4px; /* Optional: adds spacing between text and underline */
}

