    /* ===== CORTA ESTOS ESTILOS DE <style> ===== */
    .header-cart {
        position: relative; 
        cursor: pointer;
    }

    .cart-item-count-badge {
        position: absolute;
        top: -5px;        
        right: -8px;       
        background-color: #e63946; 
        color: white;
        border-radius: 50%; 
        padding: 1px 5px;   
        font-size: 11px;    
        font-weight: bold;
        line-height: 1;     
        min-width: 18px;    
        height: 18px;       
        display: flex;      
        justify-content: center;
        align-items: center;
        box-sizing: border-box;
        pointer-events: none; 
        z-index: 1; 
    }
    /* ===== FIN ESTILOS A CORTAR ===== */