/*
Theme Name: siglhorse-child
Author: it+t GmbH
Description: Siglhorse
Version: 1.0
Template: hello-elementor

This is the child theme for Hello Elementor theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/
/* Produkt-Tag-Badge oben links – klicklos, aber styled */
.e-loop-item a[rel="tag"] {
    pointer-events: none;        /* kein Klick */
    cursor: default;
    /* background: var(--e-global-color-b9bb8e1); */
    color: var(--e-global-color-7cd2661);
    padding: 4px 20px;
    border-radius: 0px 0px 6px 0px;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
}
