/* Wishlist & Cart Icon Shortcode Section */
#cw-shortcode-icons-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.cw-icon-link {
    position: relative !important;
    display: inline-flex !important;
    align-items: center !important;
}

.cw-icon-link img {
    width: 30px !important;
    height: 30px !important;
}

.cw-icon-count {
    position: absolute !important;
    top: -6px !important;
    right: -6px !important;
    width: 18px !important;
    height: 18px !important;
    background-color: black !important;
    color: white !important;
    text-align: center !important;
    border-radius: 50% !important;
    font-size: 11px !important;
    line-height: 18px !important;
    font-weight: bold !important;
}
