/*
Theme Name: DC-landingpage v.6.2
Theme URI: http://www.diestelkamp-consulting.de
Author: Diestelkamp Consulting GmbH
Author URI: http://www.diestelkamp-consulting.de
Description: Agentur für kreatives Design und professionelle Optimierung von Webseiten und Onlineshops.
Version: 6.0
License: GNU General Public License v2 or later
License URI: http://www.apache.org/licenses/LICENSE-2.0
Tags: blog
Text Domain: DC-landingpage
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.wishlist-icon {
    position: relative;
    font-size: 24px;
    color: #333;
    text-decoration: none;
}

.wishlist-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background: red;
    color: white;
    font-size: 12px;
    font-weight: bold;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
