.thermo-cart-icon,
.thermo-header-cart-link {
    position: relative !important;
    overflow: visible !important;
}

.thermo-cart-icon .elementor-widget-container,
.thermo-cart-icon a {
    overflow: visible !important;
}

.thermo-header-cart-count {
    position: absolute;
    z-index: 5;
    inset-block-start: -7px;
    inset-inline-end: -9px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border: 2px solid #fff;
    border-radius: 999px;
    background: #2faf9b;
    color: #fff;
    font-family: 'ThermoFont', sans-serif;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
    pointer-events: none;
}

.thermo-header-cart-count.is-empty {
    display: none;
}
